diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:50:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:50:33 +0000 |
commit | 1333020b904a8714d01f4ae4789c5070e8ff90f2 (patch) | |
tree | 338ef4570c790f46661f010deeebaaecc58c9bbc /debian/policy/legal.xml | |
parent | Adding upstream version 2:9.0.1378. (diff) | |
download | vim-1333020b904a8714d01f4ae4789c5070e8ff90f2.tar.xz vim-1333020b904a8714d01f4ae4789c5070e8ff90f2.zip |
Adding debian version 2:9.0.1378-2.debian/2%9.0.1378-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/policy/legal.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/policy/legal.xml b/debian/policy/legal.xml new file mode 100644 index 0000000..e42705f --- /dev/null +++ b/debian/policy/legal.xml @@ -0,0 +1,34 @@ +<copyright> + <year>2007</year> + <year>2008</year> + <holder>Stefano Zacchiroli</holder> +</copyright> +<copyright> + <year>2021</year> + <holder>James McCoy</holder> +</copyright> +<legalnotice> + <para> + This manual 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. + </para> + <para> + This 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. + </para> + <para> + A copy of the GNU General Public License is available as + <filename>/usr/share/common-licenses/GPL-2</filename> in the Debian + GNU/Linux distribution or on the World Wide Web at <ulink + url="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">The GNU Public + License</ulink>. + </para> + <para> + You can also obtain it by writing to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + </para> +</legalnotice> |