diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-11 11:54:26 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-11 11:54:26 (EDT) |
commit | 7557b15211467ce7609eca5d0c5b269e327e0db5 (patch) | |
tree | b18403f4b789b029a1236f5edd2a8cd6d4367034 /copyright | |
parent | 6c7f89fdd5fb3d98e27520a0f88637ffa2c61d72 (diff) |
Add copyright and license information.
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/copyright b/copyright new file mode 100644 index 0000000..c671e36 --- /dev/null +++ b/copyright @@ -0,0 +1,59 @@ +Upstream Source +=============== + +Location: <http://www.gnu.org/software/gettext/> + +Gettext Tools +------------- + +Copyright (C) 1995-2010 Free Software Foundation, Inc. + +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 3 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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-3>. + +Gettext Runtime Library +----------------------- + +Copyright (C) 1995-2010 Free Software Foundation, Inc. + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU Library General Public License as published +by the Free Software Foundation; either version 2, 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 +Library General Public License for more details. + +On this system, a copy of the GNU Library General Public License may be found at +<file:///usr/share/common-licenses/LGPL-2>. + + +Distribution Packaging +====================== + +Copyright (C) 2012 Patrick "P. J." McDermott + +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 3 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. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-3>. |