From: Stefano Lattarini Date: Sat, 12 Jan 2013 10:26:36 +0000 (+0100) Subject: copyright: add few missing copyright notices X-Git-Tag: v1.13b~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d353dbc3f01357e9bfce59d1720a8cb2498d12bd;p=thirdparty%2Fautomake.git copyright: add few missing copyright notices Issue revealed by warnings from "make update-copyright". * maintainer/am-ft: Add copyright notice. * maintainer/am-xft: Likewise. * maintainer/rename-tests: Likewise. Signed-off-by: Stefano Lattarini --- diff --git a/maintainer/am-ft b/maintainer/am-ft index d8a2722be..1d227906e 100755 --- a/maintainer/am-ft +++ b/maintainer/am-ft @@ -1,6 +1,22 @@ #!/usr/bin/env bash # Remote testing of Automake tarballs made easy. # This script requires Bash 4.x or later. + +# Copyright (C) 2013 Free Software Foundation, Inc. + +# 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 2, 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 . + # TODO: some documentation would be nice ... set -u diff --git a/maintainer/am-xft b/maintainer/am-xft index 564aa3b02..d7fee4cbb 100755 --- a/maintainer/am-xft +++ b/maintainer/am-xft @@ -1,3 +1,18 @@ #!/bin/sh +# Copyright (C) 2013 Free Software Foundation, Inc. + +# 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 2, 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 . + MAKE=${MAKE-make} GIT=${GIT-git} $GIT clean -fdx && $MAKE bootstrap && $MAKE dist && exec am-ft "$@" diff --git a/maintainer/rename-tests b/maintainer/rename-tests index 6fce9fe84..a58474862 100755 --- a/maintainer/rename-tests +++ b/maintainer/rename-tests @@ -1,6 +1,21 @@ #!/usr/bin/env bash # Convenience script to rename test cases in Automake. +# Copyright (C) 2013 Free Software Foundation, Inc. + +# 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 2, 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 . + set -e -u me=${0##*/}