Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 17532dc

Browse files
committed
Update copyright in files
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent e2285fb commit 17532dc

File tree

532 files changed

+4946
-180
lines changed

Some content is hidden

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

532 files changed

+4946
-180
lines changed

MIT-LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022 Maxim Mesilov
1+
Copyright 2024 Maksim Mesilov
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# This file is part of the bitrix24-php-sdk package.
2+
#
3+
# © Maksim Mesilov <mesilov.maxim@gmail.com>
4+
#
5+
# For the full copyright and license information, please view the MIT-LICENSE.txt
6+
# file that was distributed with this source code.
7+
18
default:
29
@echo "make needs target:"
310
@egrep -e '^\S+' ./Makefile | grep -v default | sed -r 's/://' | sed -r 's/^/ - /'

bin/console

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
#!/usr/bin/env php
22
<?php
33

4+
/**
5+
* This file is part of the bitrix24-php-sdk package.
6+
*
7+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
8+
*
9+
* For the full copyright and license information, please view the MIT-LICENSE.txt
10+
* file that was distributed with this source code.
11+
*/
12+
413
use Bitrix24\SDK\Attributes\Services\AttributesParser;
514
use Bitrix24\SDK\Services\ServiceBuilderFactory;
615
use Bitrix24\SDK\Tools\Commands\CopyPropertyValues;

docs/EN/Services/bitrix24-php-sdk-methods.md

Lines changed: 160 additions & 160 deletions
Large diffs are not rendered by default.

examples/local-application/index.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
212
declare(strict_types=1);
313

414
use Bitrix24\SDK\Core\Credentials\AuthToken;

examples/local-application/install.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
212
declare(strict_types=1);
313
?>
414
<pre>

examples/webhook/example.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?php
2+
3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
212
declare(strict_types=1);
313

414
use Bitrix24\SDK\Services\ServiceBuilderFactory;

rector.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
use Rector\Config\RectorConfig;

src/Application/ApplicationStatus.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
namespace Bitrix24\SDK\Application;

src/Application/Contracts/ApplicationInstallations/Entity/ApplicationInstallationInterface.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
/**
4+
* This file is part of the bitrix24-php-sdk package.
5+
*
6+
* © Maksim Mesilov <mesilov.maxim@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the MIT-LICENSE.txt
9+
* file that was distributed with this source code.
10+
*/
11+
12+
313
declare(strict_types=1);
414

515
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Entity;

0 commit comments

Comments
 (0)