From cda1006ec229c3731fe48f412f6986588100c0c2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 20 Apr 2018 16:46:45 +0100 Subject: [PATCH] fishdescriptor: Provide copyright notices and licence statements Signed-off-by: Ian Jackson --- debian/copyright | 3 +++ fishdescriptor/fishdescriptor | 19 +++++++++++++++++++ fishdescriptor/py/fishdescriptor/fish.py | 21 +++++++++++++++++++++ fishdescriptor/py/fishdescriptor/indonor.py | 19 +++++++++++++++++++ 4 files changed, 62 insertions(+) diff --git a/debian/copyright b/debian/copyright index 1a71958..5f44a80 100644 --- a/debian/copyright +++ b/debian/copyright @@ -88,6 +88,9 @@ with-lock-ex Copyright 2017 Ian Jackson in all jurisdictions Copyright 2017 Genome Research Ltd +fishdescriptor + Copyright 2018 Citrix + The chiark utilities are all free software; you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the diff --git a/fishdescriptor/fishdescriptor b/fishdescriptor/fishdescriptor index d4c745a..8abdfff 100755 --- a/fishdescriptor/fishdescriptor +++ b/fishdescriptor/fishdescriptor @@ -1,5 +1,24 @@ #!/usr/bin/python3 +# This file is part of chiark-utils, a collection of useful programs +# used on chiark.greenend.org.uk. +# +# This file is: +# Copyright 2018 Citrix Systems Ltd +# +# This 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, or (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. + import sys import fishdescriptor.fish import optparse diff --git a/fishdescriptor/py/fishdescriptor/fish.py b/fishdescriptor/py/fishdescriptor/fish.py index 56a562d..0f180bc 100644 --- a/fishdescriptor/py/fishdescriptor/fish.py +++ b/fishdescriptor/py/fishdescriptor/fish.py @@ -1,3 +1,24 @@ +# fish.py + +# This file is part of chiark-utils, a collection of useful programs +# used on chiark.greenend.org.uk. +# +# This file is: +# Copyright 2018 Citrix Systems Ltd +# +# This 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, or (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. + # python 3 only import socket diff --git a/fishdescriptor/py/fishdescriptor/indonor.py b/fishdescriptor/py/fishdescriptor/indonor.py index dcd447a..20bc807 100644 --- a/fishdescriptor/py/fishdescriptor/indonor.py +++ b/fishdescriptor/py/fishdescriptor/indonor.py @@ -1,4 +1,23 @@ +# This file is part of chiark-utils, a collection of useful programs +# used on chiark.greenend.org.uk. +# +# This file is: +# Copyright 2018 Citrix Systems Ltd +# +# This 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, or (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. + # class for use inside gdb which is debugging the donor process from __future__ import print_function -- 2.30.2