diff options
| author | Alexander Barton <alex@barton.de> | 2024-01-19 22:07:38 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2024-01-20 16:43:54 +0100 |
| commit | 47f9c6d0a0085da2fbcbdae0a9736b79a98cc527 (patch) | |
| tree | 7b78e62494a00cababe3b6cdb1d80f7fa3976f2f /contrib/Debian/copyright | |
| parent | c65c3435e3107846a1995aea166e8241595fffa4 (diff) | |
| download | ngircd-47f9c6d0a0085da2fbcbdae0a9736b79a98cc527.tar.gz ngircd-47f9c6d0a0085da2fbcbdae0a9736b79a98cc527.zip | |
Update included Debian package configuration
- Rewrite using current dh_make. - Standards-Version: 4.6.2. - No longer build 3 different packages; only build "ngircd" which now includes support for IDENT, PAM (disabled in the ngircd.conf installed by the package), SSL (OpenSSL), ZLib and IPv6. - Update package description accordingly. - No longer install a SysV init file, only install ngircd.service unit.
Diffstat (limited to 'contrib/Debian/copyright')
| -rw-r--r-- | contrib/Debian/copyright | 61 |
1 files changed, 52 insertions, 9 deletions
diff --git a/contrib/Debian/copyright b/contrib/Debian/copyright index 3c92f7c4..f66d1fc4 100644 --- a/contrib/Debian/copyright +++ b/contrib/Debian/copyright @@ -1,13 +1,56 @@ -This package was debianized by Alexander Barton <alex@barton.de> on -Tue, 20 May 2003 15:47:40 +0200. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://ngircd.barton.de +Upstream-Name: ngircd +Upstream-Contact: ngIRCd Mailing List <ngircd@lists.barton.de> -It was downloaded from ftp://Arthur.Ath.CX/pub/Users/alex/ngircd/ +Files: + * +Copyright: + 2001-2024 Alexander Barton <alex@barton.de> and Contributors. +License: GPL-2.0+ +Comment: + See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. -Upstream Author: Alexander Barton <alex@barton.de> +Files: + contrib/de.barton.ngircd.metainfo.xml +Copyright: + 2001-2024 Alexander Barton <alex@barton.de> and Contributors. +License: MIT +Comment: + See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. -This software is copyright (c) 1999-2003 by Alexander Barton. +License: GPL-2.0+ + This package 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 package 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <https://www.gnu.org/licenses/> +Comment: + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -You are free to distribute this software under the terms of the -GNU General Public License. -On Debian systems, the complete text of the GNU General Public -License can be found in /usr/share/common-licenses/GPL file. +License: MIT + 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: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. |