mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-15 12:26:22 +02:00
refactored .gitignore and fixed copyrights
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,9 +1,17 @@
|
||||
# common
|
||||
.idea
|
||||
# IDE
|
||||
/.idea
|
||||
/nbproject
|
||||
|
||||
# PHPUnit
|
||||
|
||||
phpunit.xml
|
||||
/.phpunit.result.cache
|
||||
|
||||
# build
|
||||
|
||||
composer.phar
|
||||
/vendor/
|
||||
/_build/
|
||||
|
||||
# translations
|
||||
*.mo
|
||||
.vagrant/
|
||||
phpunit.xml
|
||||
composer.phar
|
||||
|
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2011-2018 Dominik Liebler and contributors
|
||||
Copyright (c) 2011-2019 Dominik Liebler and contributors
|
||||
|
||||
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:
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -47,7 +47,7 @@ master_doc = 'README'
|
||||
|
||||
# General information about the project.
|
||||
project = u'DesignPatternsPHP'
|
||||
copyright = u'2011-2018, Dominik Liebler and contributors'
|
||||
copyright = u'2011-2019, Dominik Liebler and contributors'
|
||||
author = u'Dominik Liebler and contributors'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
@ -2,7 +2,6 @@
|
||||
# Copyright (C) 2015, Dominik Liebler and contributors
|
||||
# This file is distributed under the same license as the DesignPatternsPHP
|
||||
# package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
|
@ -89,8 +89,8 @@ msgid "Copyright (c) 2011 - 2016 `Dominik Liebler`_ and `contributors`_"
|
||||
msgstr "Copyright (c) 2011 - 2016 `Dominik Liebler`_ e `contribuidores`_"
|
||||
|
||||
#: ../../README.rst:48
|
||||
msgid "Copyright 2011-2018, Dominik Liebler and contributors"
|
||||
msgstr "Copyright 2011-2018, Dominik Liebler e contribuidores"
|
||||
msgid "Copyright 2011-2019, Dominik Liebler and contributors"
|
||||
msgstr "Copyright 2011-2019, Dominik Liebler e contribuidores"
|
||||
|
||||
|
||||
#: ../../README.rst:50
|
||||
|
@ -69,8 +69,8 @@ msgid "(The MIT License)"
|
||||
msgstr "MIT 授权协议"
|
||||
|
||||
#: ../../README.rst:48
|
||||
msgid "Copyright (c) 2011 - 2016 `Dominik Liebler`_ and `contributors`_"
|
||||
msgstr "Copyright (c) 2011 - 2016 `Dominik Liebler`_ 和 `贡献者`_"
|
||||
msgid "Copyright (c) 2011 - 2019 `Dominik Liebler`_ and `contributors`_"
|
||||
msgstr "Copyright (c) 2011 - 2019 `Dominik Liebler`_ 和 `贡献者`_"
|
||||
|
||||
#: ../../README.rst:50
|
||||
msgid ""
|
||||
|
Reference in New Issue
Block a user