Skip to content

Commit 8b6ef86

Browse files
committed
Add new file headers that mention the example-bot repo
1 parent a388d2b commit 8b6ef86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+215
-79
lines changed

Commands/CallbackqueryCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/CancelCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/ChannelchatcreatedCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/ChannelpostCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/ChoseninlineresultCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/DateCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/DeletechatphotoCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/EchoCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/EditedchannelpostCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/EditedmessageCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/EditmessageCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/ForcereplyCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/GenericCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/GenericmessageCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/GroupchatcreatedCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/HelpCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/HidekeyboardCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/ImageCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/InlinekeyboardCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/InlinequeryCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/KeyboardCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/LeftchatmemberCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/MarkdownCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/MigratefromchatidCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/MigratetochatidCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/NewchatmembersCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/NewchatphotoCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/NewchattitleCommand.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
3-
* This file is part of the TelegramBot package.
4+
* This file is part of the PHP Telegram Bot example-bot package.
5+
* https://github.com/php-telegram-bot/example-bot/
46
*
5-
* (c) Avtandil Kikabidze aka LONGMAN <[email protected]>
7+
* (c) PHP Telegram Bot Team
68
*
79
* For the full copyright and license information, please view the LICENSE
810
* file that was distributed with this source code.

Commands/Payments/GenericmessageCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of the PHP Telegram Bot example-bot package.
55
* https://github.com/php-telegram-bot/example-bot/
66
*
7-
* (c) PHP Telegram Bot Developers
7+
* (c) PHP Telegram Bot Team
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

Commands/Payments/PaymentCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of the PHP Telegram Bot example-bot package.
55
* https://github.com/php-telegram-bot/example-bot/
66
*
7-
* (c) PHP Telegram Bot Developers
7+
* (c) PHP Telegram Bot Team
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

Commands/Payments/PrecheckoutqueryCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of the PHP Telegram Bot example-bot package.
55
* https://github.com/php-telegram-bot/example-bot/
66
*
7-
* (c) PHP Telegram Bot Developers
7+
* (c) PHP Telegram Bot Team
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

Commands/Payments/ShippingqueryCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This file is part of the PHP Telegram Bot example-bot package.
55
* https://github.com/php-telegram-bot/example-bot/
66
*
7-
* (c) PHP Telegram Bot Developers
7+
* (c) PHP Telegram Bot Team
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

0 commit comments

Comments
 (0)