Skip to content

Commit

Permalink
Merge pull request #57 from inpsyde/AT-716
Browse files Browse the repository at this point in the history
AT-716: Update Inpsyde in code to Syde (license, copyright, text)
  • Loading branch information
Chrico authored Jan 20, 2025
2 parents 2b2d2ac + 204fdbc commit 2bb05cd
Show file tree
Hide file tree
Showing 54 changed files with 8 additions and 459 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

one line to give the program's name and an idea of what it does.
Copyright (C) 2020 Inpsyde GmbH
Copyright (C) 2020 Syde GmbH

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ When installed for development, via Composer, Inpsyde Assets also requires:

Please refer to [/docs](./docs) or https://inpsyde.github.io/assets for information.

## License and Copyright
## Copyright and License

This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.
This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Inpsyde",
"email": "hello@inpsyde.com",
"homepage": "https://inpsyde.com",
"name": "Syde GmbH",
"homepage": "https://syde.com/",
"email": "hello@syde.com",
"role": "Company"
},
{
Expand Down
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ When installed for development, via Composer, Inpsyde Assets also requires:
* brain/monkey (MIT)
* inpsyde/php-coding-standards

## License and Copyright
## Copyright and License

Copyright (c) Inpsyde GmbH.

The team at [Inpsyde](https://inpsyde.com) is engineering the Web since 2006.
This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).
9 changes: 0 additions & 9 deletions inc/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets;
Expand Down
8 changes: 0 additions & 8 deletions inc/functions.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<?php # -*- coding: utf-8 -*-
/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets;

Expand Down
9 changes: 0 additions & 9 deletions src/Asset.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets;

use Inpsyde\Assets\Handler\AssetHandler;
Expand Down
9 changes: 0 additions & 9 deletions src/AssetFactory.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets;
Expand Down
9 changes: 0 additions & 9 deletions src/AssetManager.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets;
Expand Down
9 changes: 0 additions & 9 deletions src/BaseAsset.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets;
Expand Down
9 changes: 0 additions & 9 deletions src/ConfigureAutodiscoverVersionTrait.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets;
Expand Down
9 changes: 0 additions & 9 deletions src/Exception/FileNotFoundException.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Exception;
Expand Down
9 changes: 0 additions & 9 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Exception;
Expand Down
9 changes: 0 additions & 9 deletions src/Exception/InvalidResourceException.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Exception;
Expand Down
9 changes: 0 additions & 9 deletions src/Exception/MissingArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Exception;
Expand Down
9 changes: 0 additions & 9 deletions src/Handler/AssetHandler.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets\Handler;

use Inpsyde\Assets\Asset;
Expand Down
9 changes: 0 additions & 9 deletions src/Handler/OutputFilterAwareAssetHandler.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets\Handler;

use Inpsyde\Assets\Asset;
Expand Down
9 changes: 0 additions & 9 deletions src/Handler/OutputFilterAwareAssetHandlerTrait.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Handler;
Expand Down
9 changes: 0 additions & 9 deletions src/Handler/ScriptHandler.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Handler;
Expand Down
9 changes: 0 additions & 9 deletions src/Handler/StyleHandler.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Handler;
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/AbstractWebpackLoader.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Loader;
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/ArrayLoader.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Loader;
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/EncoreEntrypointsLoader.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Loader;
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/LoaderInterface.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets\Loader;

interface LoaderInterface
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/PhpFileLoader.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Loader;
Expand Down
9 changes: 0 additions & 9 deletions src/Loader/WebpackManifestLoader.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\Loader;
Expand Down
9 changes: 0 additions & 9 deletions src/OutputFilter/AssetOutputFilter.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Inpsyde\Assets\OutputFilter;

use Inpsyde\Assets\Asset;
Expand Down
9 changes: 0 additions & 9 deletions src/OutputFilter/AsyncScriptOutputFilter.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* This file is part of the Assets package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Inpsyde\Assets\OutputFilter;
Expand Down
Loading

0 comments on commit 2bb05cd

Please sign in to comment.