diff --git a/LICENSE b/LICENSE index 18b2beb..5d7ef3a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 Inpsyde GmbH +Copyright (c) 2017 Syde GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 15806a5..ef54d5b 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,7 @@ Via Composer, package name is **`inpsyde/plugin-templating-utils`**. --- -## License and Copyright +## Copyright and License -Copyright (c) 2017 Inpsyde GmbH. +Good news, this library is free for everyone! Since it's released under the MIT License you can use it free of charge on your personal or commercial website. -"Plugin Templating Utils" code is licensed under [MIT license](https://opensource.org/licenses/MIT). - -The team at [Inpsyde](https://inpsyde.com) is engineering the Web since 2006. diff --git a/composer.json b/composer.json index 68b0568..7714346 100644 --- a/composer.json +++ b/composer.json @@ -5,14 +5,14 @@ "license": "MIT", "authors": [ { - "name": "Inpsyde GmbH", - "email": "hello@inpsyde.com", - "homepage": "http://inpsyde.com", + "name": "Syde GmbH", + "homepage": "https://syde.com/", + "email": "hello@syde.com", "role": "Company" }, { "name": "Giuseppe Mazzapica", - "email": "g.mazzapica@inpsyde.com", + "email": "g.mazzapica@syde.com", "role": "Developer" } ], @@ -31,4 +31,4 @@ "dev-master": "0.x-dev" } } -} \ No newline at end of file +} diff --git a/inpsyde-plugin-templating-utils.php b/inpsyde-plugin-templating-utils.php index 99a2edb..fa6f5cc 100644 --- a/inpsyde-plugin-templating-utils.php +++ b/inpsyde-plugin-templating-utils.php @@ -1,12 +1,4 @@