Skip to content

Commit 487b1d7

Browse files
authored
AT-716: Update Inpsyde in code to Syde (license, copyright, text) (#35)
1 parent 2ec7c01 commit 487b1d7

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nodejs_version: "16"
1919
web_environment:
2020
- WP_VERSION=6.2
2121
- WP_LOCALE=en_US
22-
- WP_TITLE=Inpsyde WP Stash
22+
- WP_TITLE=Syde WP Stash
2323
- ADMIN_USER=admin
2424
- ADMIN_PASS=admin
2525
- ADMIN_EMAIL=admin@example.com

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ Now you can visit [https://wp-stash.ddev.site/](https://wp-stash.ddev.site/) and
186186
* User: `admin`
187187
* Password: `admin`
188188

189-
## License and Copyright
189+
## Copyright and License
190+
191+
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).
190192

191-
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.

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "inpsyde/wp-stash",
33
"description": "Powerful Object Caching Backend for WordPress",
4-
"license": "GPL-2.0+",
4+
"license": "GPL-2.0-or-later",
55
"type": "wordpress-muplugin",
66
"authors": [
7+
{
8+
"name": "Syde GmbH",
9+
"homepage": "https://syde.com/",
10+
"email": "hello@syde.com",
11+
"role": "Company"
12+
},
713
{
814
"name": "Biont",
915
"email": "m.meisselbach@inpsyde.com"

wp-stash.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Version: 1.0
1010
* Author: Moritz Meißelbach
1111
* Author URI:
12-
* License: MIT
1312
*/
1413

1514
namespace Inpsyde\WpStash;

0 commit comments

Comments
 (0)