Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand All @@ -31,4 +31,4 @@
"dev-master": "0.x-dev"
}
}
}
}
8 changes: 0 additions & 8 deletions inpsyde-plugin-templating-utils.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 plugin-templating-utils 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;

Expand Down