From: Mark Wooding Date: Mon, 10 Mar 2025 13:41:09 +0000 (+0000) Subject: build/maninst, build/pysetup.mk: Add proper header comments. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/cfd/commitdiff_plain/ff55e62c7fc6b9f6e9941b3f47913c9fd2ccef13?hp=3de8e6429303b74fda2cd89710638b3bac0d1fdb build/maninst, build/pysetup.mk: Add proper header comments. --- diff --git a/build/maninst b/build/maninst index 20fbf6c..f8b1910 100755 --- a/build/maninst +++ b/build/maninst @@ -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 diff --git a/build/pysetup.mk b/build/pysetup.mk index 8e6e607..0ba681d 100644 --- a/build/pysetup.mk +++ b/build/pysetup.mk @@ -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