Skip to content

Commit

Permalink
AT-716: Update Inpsyde in code to Syde (license, copyright, text)
Browse files Browse the repository at this point in the history
  • Loading branch information
overclokk committed Jan 20, 2025
1 parent 2ec7c01 commit 06e51c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nodejs_version: "16"
web_environment:
- WP_VERSION=6.2
- WP_LOCALE=en_US
- WP_TITLE=Inpsyde WP Stash
- WP_TITLE=Syde WP Stash
- ADMIN_USER=admin
- ADMIN_PASS=admin
- ADMIN_EMAIL=admin@example.com
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Now you can visit [https://wp-stash.ddev.site/](https://wp-stash.ddev.site/) and
* User: `admin`
* Password: `admin`

## License and Copyright
## Copyright and 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).

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.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "inpsyde/wp-stash",
"description": "Powerful Object Caching Backend for WordPress",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"type": "wordpress-muplugin",
"authors": [
{
"name": "Syde GmbH",
"homepage": "https://syde.com/",
"email": "hello@syde.com",
"role": "Company"
},
{
"name": "Biont",
"email": "m.meisselbach@inpsyde.com"
Expand Down
1 change: 0 additions & 1 deletion wp-stash.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Version: 1.0
* Author: Moritz Meißelbach
* Author URI:
* License: MIT
*/

namespace Inpsyde\WpStash;
Expand Down

0 comments on commit 06e51c4

Please sign in to comment.