You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright (c) 2011-2016 Dominik Liebler and contributors
1
+
Copyright (c) 2011-2017 Dominik Liebler and contributors
2
2
3
3
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:
Copy file name to clipboardExpand all lines: README.md
-24
Original file line number
Diff line number
Diff line change
@@ -104,27 +104,3 @@ The patterns can be structured in roughly three different categories. Please cli
104
104
If you encounter any bugs or missing translations, please feel free to fork and send a pull request with your changes.
105
105
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 .`.
106
106
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.
0 commit comments