Skip to content

Commit 52d38fc

Browse files
author
Dominik Liebler
committed
LICENSE is now the only file containing a license
1 parent 24fd50d commit 52d38fc

File tree

3 files changed

+1
-56
lines changed

3 files changed

+1
-56
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2016 Dominik Liebler and contributors
1+
Copyright (c) 2011-2017 Dominik Liebler and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

-24
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,3 @@ The patterns can be structured in roughly three different categories. Please cli
104104
If you encounter any bugs or missing translations, please feel free to fork and send a pull request with your changes.
105105
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [PSR2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) using `./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .`.
106106

107-
## License
108-
109-
(The MIT License)
110-
111-
Copyright (c) 2011 - 2017 Dominik Liebler and [contributors](https://github.com/domnikl/DesignPatternsPHP/graphs/contributors)
112-
113-
Permission is hereby granted, free of charge, to any person obtaining
114-
a copy of this software and associated documentation files (the
115-
'Software'), to deal in the Software without restriction, including
116-
without limitation the rights to use, copy, modify, merge, publish,
117-
distribute, sublicense, and/or sell copies of the Software, and to
118-
permit persons to whom the Software is furnished to do so, subject to
119-
the following conditions:
120-
121-
The above copyright notice and this permission notice shall be
122-
included in all copies or substantial portions of the Software.
123-
124-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
125-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
127-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
128-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
129-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
130-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.rst

-31
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,3 @@ To establish a consistent code quality, please check your code using
4040
`PHP CodeSniffer`_ against `PSR2 standard`_
4141
using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``.
4242

43-
License
44-
-------
45-
46-
(The MIT License)
47-
48-
Copyright (c) 2011 - 2017 `Dominik Liebler`_ and `contributors`_
49-
50-
Permission is hereby granted, free of charge, to any person obtaining a
51-
copy of this software and associated documentation files (the
52-
'Software'), to deal in the Software without restriction, including
53-
without limitation the rights to use, copy, modify, merge, publish,
54-
distribute, sublicense, and/or sell copies of the Software, and to
55-
permit persons to whom the Software is furnished to do so, subject to
56-
the following conditions:
57-
58-
The above copyright notice and this permission notice shall be included
59-
in all copies or substantial portions of the Software.
60-
61-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS
62-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
64-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
65-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
66-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
67-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
68-
69-
.. _`design patterns`: http://en.wikipedia.org/wiki/Software_design_pattern
70-
.. _`PHP CodeSniffer`: https://github.com/squizlabs/PHP_CodeSniffer
71-
.. _`PSR2 standard`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
72-
.. _`Dominik Liebler`: https://github.com/domnikl
73-
.. _`contributors`: https://github.com/domnikl/DesignPatternsPHP/graphs/contributors

0 commit comments

Comments
 (0)