diff options
author | Go MAEDA <maeda@farend.jp> | 2024-06-12 09:39:06 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-06-12 09:39:06 +0000 |
commit | e41bc39322cae528d1c24256f6f404f5937d78ab (patch) | |
tree | 91eda1707980f028da73ff62f5b32d890d8d906a /LICENSE.txt | |
parent | abacac918b59af6909918cd0fd018a2425d3b35b (diff) | |
download | redmine-e41bc39322cae528d1c24256f6f404f5937d78ab.tar.gz redmine-e41bc39322cae528d1c24256f6f404f5937d78ab.zip |
Add LICENSE.txt in the root directory (#40202).
git-svn-id: https://svn.redmine.org/redmine/trunk@22875 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 000000000..9184b333d --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,23 @@ +Redmine - project management software +Copyright (C) Jean-Philippe Lang + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +For the full text of the license, please see the `COPYING` file +located in the `doc` directory. + +You can also find the full text of the GPL version 2 at the Free +Software Foundation's website at + +https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html + +or by writing to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |