Skip to content

Commit 2ec53f8

Browse files
authored
Fix file header (#37)
1 parent 514bc97 commit 2ec53f8

File tree

145 files changed

+436
-291
lines changed

Some content is hidden

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

145 files changed

+436
-291
lines changed

.php-cs-fixer.dist.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.
@@ -16,9 +17,10 @@
1617
use Ergebnis\PhpCsFixer\Config\RuleSet\Php83;
1718

1819
$header = <<<'HEADER'
19-
This file is part of Storyblok-Api.
20+
This file is part of storyblok/php-content-api-client.
2021
21-
(c) SensioLabs Deutschland <[email protected]>
22+
(c) Storyblok GmbH <[email protected]>
23+
in cooperation with SensioLabs Deutschland <[email protected]>
2224
2325
For the full copyright and license information, please view the LICENSE
2426
file that was distributed with this source code.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 SensioLabs Deutschland
3+
Copyright (c) 2024-present Storyblok GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/AssetsApi.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/AssetsApiInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/Bridge/Faker/Generator.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/Bridge/Faker/Provider/StoryblokProvider.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/Bridge/HttpClient/QueryStringHelper.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/DatasourceEntriesApi.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/DatasourceEntriesApiInterface.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

src/DatasourcesApi.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of Storyblok-Api.
6+
* This file is part of storyblok/php-content-api-client.
77
*
8-
* (c) SensioLabs Deutschland <[email protected]>
8+
* (c) Storyblok GmbH <[email protected]>
9+
* in cooperation with SensioLabs Deutschland <[email protected]>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

0 commit comments

Comments
 (0)