From c63e74926d20a0ac552f65902eaf1e18d548a585 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Feb 2024 20:24:10 +0000 Subject: [PATCH] Copyright: Replace debian/copyright with a symlink Signed-off-by: Ian Jackson --- debian/copyright | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) mode change 100644 => 120000 debian/copyright diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index fa91baa..0000000 --- a/debian/copyright +++ /dev/null @@ -1,19 +0,0 @@ -innduct is Copyright (C) 2010,2015 Ian Jackson - -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. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -(I believe that when you compile and link this as part of the inn2 -build, with the Makefile runes I have provided, all the libraries -and files which end up included in innduct are licence-compatible -with GPLv3. If not then please let me know. -Ian Jackson.) diff --git a/debian/copyright b/debian/copyright new file mode 120000 index 0000000..96f3a13 --- /dev/null +++ b/debian/copyright @@ -0,0 +1 @@ +../LICENCE.txt \ No newline at end of file -- 2.30.2