chiark / gitweb /
build/maninst, build/pysetup.mk: Add proper header comments.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 10 Mar 2025 13:41:09 +0000 (13:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 10 Mar 2025 13:41:09 +0000 (13:41 +0000)
build/maninst
build/pysetup.mk

index 20fbf6c2e2781d643fd5c5a42bf87733a858bc52..f8b1910aa959f5e7024c4e0f4a78055218e539eb 100755 (executable)
@@ -1,4 +1,27 @@
 #! /bin/sh
+###
+### Install library manual pages with many symlinks
+###
+### (c) 2003, 2013, 2016, 2020 Straylight/Edgeware
+###
+
+###----- Licensing notice ---------------------------------------------------
+###
+### This file is part of the Common Files Distribution (`common').
+###
+### `Common' 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.
+###
+### `Common' 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 `common'; if not, write to the Free Software Foundation,
+### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 set -e
 ext="" mandir=/usr/local/man srcdir=. inst=install mode=644
index 8e6e607479329484b0dc70074102aba7fa7976e3..0ba681d6af41b34c500aca3afd65e1a70de94160 100644 (file)
@@ -1,6 +1,27 @@
 ### -*-makefile-*-
 ###
 ### Standard Makefile for Python packages.
+###
+### (c) 2013, 2019, 2020 Straylight/Edgeware
+###
+
+###----- Licensing notice ---------------------------------------------------
+###
+### This file is part of the Common Files Distribution (`common').
+###
+### `Common' 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.
+###
+### `Common' 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 `common'; if not, write to the Free Software Foundation,
+### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 default: all