Skip to content

Commit 7b75754

Browse files
author
Christian Leucht
authoredJan 21, 2025
Merge pull request #23 from inpsyde/AT-716
"AT-716: Update Inpsyde in code to Syde (license, copyright, text)"
2 parents c2a09ac + d47c529 commit 7b75754

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed
 

‎README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ _DI Container and related tools to be used at website level_.
4343
- [Resolve objects outside providers](#resolve-objects-outside-providers)
4444
- [Debug info](#debug-info)
4545
- [Installation](#installation)
46-
- [Crafted by Inpsyde](#crafted-by-inpsyde)
47-
- [License](#license)
46+
- [Copyright and License](#copyright-and-license)
4847
- [Contributing](#contributing)
4948

5049
---
@@ -830,10 +829,9 @@ $ composer require inpsyde/wp-app-container
830829
```
831830

832831

833-
## License
834-
835-
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.
832+
## Copyright and License
836833

834+
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).
837835

838836
## Contributing
839837

‎composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "inpsyde/wp-app-container",
33
"type": "library",
44
"description": "DI Container and related tools to be used at website level.",
5-
"license": "gpl-2.0-or-later",
5+
"license": "GPL-2.0-or-later",
66
"authors": [
77
{
8-
"name": "Inpsyde GmbH",
9-
"homepage": "https://inpsyde.com/",
10-
"email": "hello@inpsyde.com",
8+
"name": "Syde GmbH",
9+
"homepage": "https://syde.com/",
10+
"email": "hello@syde.com",
1111
"role": "Company"
1212
},
1313
{
1414
"name": "Giuseppe Mazzapica",
15-
"email": "g.mazzapica@inpsyde.com",
15+
"email": "g.mazzapica@syde.com",
1616
"role": "Developer"
1717
}
1818
],

0 commit comments

Comments
 (0)