chiark / gitweb /
fishdescriptor: Provide copyright notices and licence statements
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Apr 2018 15:46:45 +0000 (16:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Apr 2018 15:46:45 +0000 (16:46 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
debian/copyright
fishdescriptor/fishdescriptor
fishdescriptor/py/fishdescriptor/fish.py
fishdescriptor/py/fishdescriptor/indonor.py

index 1a719585c843660d5510625bff7a714b4b44118f..5f44a809562a6aed13f2af9e5d375f5f8b963f87 100644 (file)
@@ -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
index d4c745a37d6aef57db842c4e77c2915322d6183e..8abdfffc1f39f5a02823bd9284627d8fad5d6f06 100755 (executable)
@@ -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
index 56a562db6ce9c94a400e5b60eb1c226c59d36a37..0f180bc11c8d59c11bb07caaaa22c81500ef35c4 100644 (file)
@@ -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
index dcd447a39090c9a6d3321b359af1ccf31fae2de7..20bc8071b6d0f7eb9b1223c8269e90e0c0a05ebe 100644 (file)
@@ -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