aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-06-10 22:41:22 +0700
committerShulhan <m.shulhan@gmail.com>2020-06-10 22:41:22 +0700
commit9ca9757dc36412466f0103cb069ec0b7f051f657 (patch)
tree4c1af8e68659a74f98042b7698a2f8a4a3dc7916 /api
parent5498098567efe91dc854d6c23d874bb48fec757b (diff)
downloadpakakeh.go-9ca9757dc36412466f0103cb069ec0b7f051f657.tar.xz
all: update email address
Diffstat (limited to 'api')
-rw-r--r--api/telegram/bot/animation.go2
-rw-r--r--api/telegram/bot/audio.go2
-rw-r--r--api/telegram/bot/bot.go2
-rw-r--r--api/telegram/bot/bot_test.go2
-rw-r--r--api/telegram/bot/callback_game.go2
-rw-r--r--api/telegram/bot/callback_query.go2
-rw-r--r--api/telegram/bot/chat.go2
-rw-r--r--api/telegram/bot/chat_permissions.go2
-rw-r--r--api/telegram/bot/chat_photo.go2
-rw-r--r--api/telegram/bot/chosen_inline_result.go2
-rw-r--r--api/telegram/bot/command.go2
-rw-r--r--api/telegram/bot/command_test.go2
-rw-r--r--api/telegram/bot/commands.go2
-rw-r--r--api/telegram/bot/contact.go2
-rw-r--r--api/telegram/bot/dice.go2
-rw-r--r--api/telegram/bot/doc.go2
-rw-r--r--api/telegram/bot/document.go2
-rw-r--r--api/telegram/bot/encrypted_credential.go2
-rw-r--r--api/telegram/bot/encrypted_passport_element.go2
-rw-r--r--api/telegram/bot/game.go2
-rw-r--r--api/telegram/bot/inline_keyboard_button.go2
-rw-r--r--api/telegram/bot/inline_keyboard_markup.go2
-rw-r--r--api/telegram/bot/inline_query.go2
-rw-r--r--api/telegram/bot/invoice.go2
-rw-r--r--api/telegram/bot/location.go2
-rw-r--r--api/telegram/bot/login_url.go2
-rw-r--r--api/telegram/bot/mask_position.go2
-rw-r--r--api/telegram/bot/message.go2
-rw-r--r--api/telegram/bot/message_entity.go2
-rw-r--r--api/telegram/bot/message_forward.go2
-rw-r--r--api/telegram/bot/message_request.go2
-rw-r--r--api/telegram/bot/message_test.go2
-rw-r--r--api/telegram/bot/options.go2
-rw-r--r--api/telegram/bot/order_info.go2
-rw-r--r--api/telegram/bot/passport_data.go2
-rw-r--r--api/telegram/bot/passport_file.go2
-rw-r--r--api/telegram/bot/photo_size.go2
-rw-r--r--api/telegram/bot/poll.go2
-rw-r--r--api/telegram/bot/poll_answer.go2
-rw-r--r--api/telegram/bot/poll_option.go2
-rw-r--r--api/telegram/bot/pre_checkout_query.go2
-rw-r--r--api/telegram/bot/response.go2
-rw-r--r--api/telegram/bot/response_parameters.go2
-rw-r--r--api/telegram/bot/shipping_address.go2
-rw-r--r--api/telegram/bot/shipping_query.go2
-rw-r--r--api/telegram/bot/sticker.go2
-rw-r--r--api/telegram/bot/successful_payment.go2
-rw-r--r--api/telegram/bot/update.go2
-rw-r--r--api/telegram/bot/user.go2
-rw-r--r--api/telegram/bot/venue.go2
-rw-r--r--api/telegram/bot/video.go2
-rw-r--r--api/telegram/bot/video_note.go2
-rw-r--r--api/telegram/bot/voice.go2
-rw-r--r--api/telegram/bot/webhook.go2
-rw-r--r--api/telegram/bot/webhook_info.go2
55 files changed, 55 insertions, 55 deletions
diff --git a/api/telegram/bot/animation.go b/api/telegram/bot/animation.go
index a3c906c8..c7652317 100644
--- a/api/telegram/bot/animation.go
+++ b/api/telegram/bot/animation.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/audio.go b/api/telegram/bot/audio.go
index 034df5d2..9824fc13 100644
--- a/api/telegram/bot/audio.go
+++ b/api/telegram/bot/audio.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/bot.go b/api/telegram/bot/bot.go
index 3e7b7d11..b28d9bf8 100644
--- a/api/telegram/bot/bot.go
+++ b/api/telegram/bot/bot.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/bot_test.go b/api/telegram/bot/bot_test.go
index 365e5e84..f1fbbf13 100644
--- a/api/telegram/bot/bot_test.go
+++ b/api/telegram/bot/bot_test.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/callback_game.go b/api/telegram/bot/callback_game.go
index 4b53d578..3ff8d4b7 100644
--- a/api/telegram/bot/callback_game.go
+++ b/api/telegram/bot/callback_game.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/callback_query.go b/api/telegram/bot/callback_query.go
index b9186ffa..5a307b71 100644
--- a/api/telegram/bot/callback_query.go
+++ b/api/telegram/bot/callback_query.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/chat.go b/api/telegram/bot/chat.go
index 0b39a95d..d490cf8d 100644
--- a/api/telegram/bot/chat.go
+++ b/api/telegram/bot/chat.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/chat_permissions.go b/api/telegram/bot/chat_permissions.go
index 956d28e3..08d8a38b 100644
--- a/api/telegram/bot/chat_permissions.go
+++ b/api/telegram/bot/chat_permissions.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/chat_photo.go b/api/telegram/bot/chat_photo.go
index a4259548..42bb55ad 100644
--- a/api/telegram/bot/chat_photo.go
+++ b/api/telegram/bot/chat_photo.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/chosen_inline_result.go b/api/telegram/bot/chosen_inline_result.go
index 6b819b80..05fc7c9e 100644
--- a/api/telegram/bot/chosen_inline_result.go
+++ b/api/telegram/bot/chosen_inline_result.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/command.go b/api/telegram/bot/command.go
index 6d80343a..de07d9f9 100644
--- a/api/telegram/bot/command.go
+++ b/api/telegram/bot/command.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/command_test.go b/api/telegram/bot/command_test.go
index aa38a801..79bc5e34 100644
--- a/api/telegram/bot/command_test.go
+++ b/api/telegram/bot/command_test.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/commands.go b/api/telegram/bot/commands.go
index 494e5747..d9bc0598 100644
--- a/api/telegram/bot/commands.go
+++ b/api/telegram/bot/commands.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/contact.go b/api/telegram/bot/contact.go
index ecec3cf4..b31c0141 100644
--- a/api/telegram/bot/contact.go
+++ b/api/telegram/bot/contact.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/dice.go b/api/telegram/bot/dice.go
index 142d9b64..0ffa774c 100644
--- a/api/telegram/bot/dice.go
+++ b/api/telegram/bot/dice.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/doc.go b/api/telegram/bot/doc.go
index 357c36d2..e9717e64 100644
--- a/api/telegram/bot/doc.go
+++ b/api/telegram/bot/doc.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/document.go b/api/telegram/bot/document.go
index e9979bd1..c18fe388 100644
--- a/api/telegram/bot/document.go
+++ b/api/telegram/bot/document.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/encrypted_credential.go b/api/telegram/bot/encrypted_credential.go
index 1f713b62..fde0f921 100644
--- a/api/telegram/bot/encrypted_credential.go
+++ b/api/telegram/bot/encrypted_credential.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/encrypted_passport_element.go b/api/telegram/bot/encrypted_passport_element.go
index 052cc2c4..e0e6656f 100644
--- a/api/telegram/bot/encrypted_passport_element.go
+++ b/api/telegram/bot/encrypted_passport_element.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/game.go b/api/telegram/bot/game.go
index 2860ae22..2e677773 100644
--- a/api/telegram/bot/game.go
+++ b/api/telegram/bot/game.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/inline_keyboard_button.go b/api/telegram/bot/inline_keyboard_button.go
index 42527841..a1fd6468 100644
--- a/api/telegram/bot/inline_keyboard_button.go
+++ b/api/telegram/bot/inline_keyboard_button.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/inline_keyboard_markup.go b/api/telegram/bot/inline_keyboard_markup.go
index bb85c1ae..a1cdb304 100644
--- a/api/telegram/bot/inline_keyboard_markup.go
+++ b/api/telegram/bot/inline_keyboard_markup.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/inline_query.go b/api/telegram/bot/inline_query.go
index ffd4c8b3..ac4e2b0d 100644
--- a/api/telegram/bot/inline_query.go
+++ b/api/telegram/bot/inline_query.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/invoice.go b/api/telegram/bot/invoice.go
index b5befba6..6efac7ee 100644
--- a/api/telegram/bot/invoice.go
+++ b/api/telegram/bot/invoice.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/location.go b/api/telegram/bot/location.go
index 0b1f1630..34c76d86 100644
--- a/api/telegram/bot/location.go
+++ b/api/telegram/bot/location.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/login_url.go b/api/telegram/bot/login_url.go
index 0d8ee809..f31b7931 100644
--- a/api/telegram/bot/login_url.go
+++ b/api/telegram/bot/login_url.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/mask_position.go b/api/telegram/bot/mask_position.go
index 3b120011..40d7ace7 100644
--- a/api/telegram/bot/mask_position.go
+++ b/api/telegram/bot/mask_position.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/message.go b/api/telegram/bot/message.go
index 85502d6e..6c333c48 100644
--- a/api/telegram/bot/message.go
+++ b/api/telegram/bot/message.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/message_entity.go b/api/telegram/bot/message_entity.go
index f38be566..96c86615 100644
--- a/api/telegram/bot/message_entity.go
+++ b/api/telegram/bot/message_entity.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/message_forward.go b/api/telegram/bot/message_forward.go
index f3e74346..87914b53 100644
--- a/api/telegram/bot/message_forward.go
+++ b/api/telegram/bot/message_forward.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/message_request.go b/api/telegram/bot/message_request.go
index 17f8ce7b..07ade641 100644
--- a/api/telegram/bot/message_request.go
+++ b/api/telegram/bot/message_request.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/message_test.go b/api/telegram/bot/message_test.go
index 07310faa..a1319839 100644
--- a/api/telegram/bot/message_test.go
+++ b/api/telegram/bot/message_test.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/options.go b/api/telegram/bot/options.go
index 77dfae3e..45cd86c8 100644
--- a/api/telegram/bot/options.go
+++ b/api/telegram/bot/options.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/order_info.go b/api/telegram/bot/order_info.go
index ca003cbc..79ceb0fc 100644
--- a/api/telegram/bot/order_info.go
+++ b/api/telegram/bot/order_info.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/passport_data.go b/api/telegram/bot/passport_data.go
index cefaf14a..cd45a9c7 100644
--- a/api/telegram/bot/passport_data.go
+++ b/api/telegram/bot/passport_data.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/passport_file.go b/api/telegram/bot/passport_file.go
index e8f001d8..7d28ee1d 100644
--- a/api/telegram/bot/passport_file.go
+++ b/api/telegram/bot/passport_file.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/photo_size.go b/api/telegram/bot/photo_size.go
index 1eabf6c2..6ebb279d 100644
--- a/api/telegram/bot/photo_size.go
+++ b/api/telegram/bot/photo_size.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/poll.go b/api/telegram/bot/poll.go
index 1c3a7829..8ade915d 100644
--- a/api/telegram/bot/poll.go
+++ b/api/telegram/bot/poll.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/poll_answer.go b/api/telegram/bot/poll_answer.go
index 678fb8ff..bf91668e 100644
--- a/api/telegram/bot/poll_answer.go
+++ b/api/telegram/bot/poll_answer.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/poll_option.go b/api/telegram/bot/poll_option.go
index fb2888be..6b4faffd 100644
--- a/api/telegram/bot/poll_option.go
+++ b/api/telegram/bot/poll_option.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/pre_checkout_query.go b/api/telegram/bot/pre_checkout_query.go
index dec14be7..5fa84059 100644
--- a/api/telegram/bot/pre_checkout_query.go
+++ b/api/telegram/bot/pre_checkout_query.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/response.go b/api/telegram/bot/response.go
index 74f2503b..4290dd4b 100644
--- a/api/telegram/bot/response.go
+++ b/api/telegram/bot/response.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/response_parameters.go b/api/telegram/bot/response_parameters.go
index 8ff2e6b8..8f5c8ce3 100644
--- a/api/telegram/bot/response_parameters.go
+++ b/api/telegram/bot/response_parameters.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/shipping_address.go b/api/telegram/bot/shipping_address.go
index 230cb6fe..1304fe20 100644
--- a/api/telegram/bot/shipping_address.go
+++ b/api/telegram/bot/shipping_address.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/shipping_query.go b/api/telegram/bot/shipping_query.go
index dabb129c..9e58b917 100644
--- a/api/telegram/bot/shipping_query.go
+++ b/api/telegram/bot/shipping_query.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/sticker.go b/api/telegram/bot/sticker.go
index 095c30b5..016141d0 100644
--- a/api/telegram/bot/sticker.go
+++ b/api/telegram/bot/sticker.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/successful_payment.go b/api/telegram/bot/successful_payment.go
index 9372fdc6..ca897fd9 100644
--- a/api/telegram/bot/successful_payment.go
+++ b/api/telegram/bot/successful_payment.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/update.go b/api/telegram/bot/update.go
index b0c8cbc3..42b8a2c1 100644
--- a/api/telegram/bot/update.go
+++ b/api/telegram/bot/update.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/user.go b/api/telegram/bot/user.go
index fee31e63..a12f0e6b 100644
--- a/api/telegram/bot/user.go
+++ b/api/telegram/bot/user.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/venue.go b/api/telegram/bot/venue.go
index edfb8298..94882687 100644
--- a/api/telegram/bot/venue.go
+++ b/api/telegram/bot/venue.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/video.go b/api/telegram/bot/video.go
index 4b742326..3173d364 100644
--- a/api/telegram/bot/video.go
+++ b/api/telegram/bot/video.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/video_note.go b/api/telegram/bot/video_note.go
index e9f9314e..6e1d6fa7 100644
--- a/api/telegram/bot/video_note.go
+++ b/api/telegram/bot/video_note.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/voice.go b/api/telegram/bot/voice.go
index affcc3b4..5e642deb 100644
--- a/api/telegram/bot/voice.go
+++ b/api/telegram/bot/voice.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/webhook.go b/api/telegram/bot/webhook.go
index 01358913..d469152f 100644
--- a/api/telegram/bot/webhook.go
+++ b/api/telegram/bot/webhook.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
diff --git a/api/telegram/bot/webhook_info.go b/api/telegram/bot/webhook_info.go
index d050598f..a664b052 100644
--- a/api/telegram/bot/webhook_info.go
+++ b/api/telegram/bot/webhook_info.go
@@ -1,4 +1,4 @@
-// Copyright 2020, Shulhan <m.shulhan@gmail.com>. All rights reserved.
+// Copyright 2020, Shulhan <ms@kilabit.info>. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.