From 159fadbef2d5798672b488f986a2b8c625ad3836 Mon Sep 17 00:00:00 2001 From: Taco Hoekwater Date: Mon, 30 Jun 2008 08:22:07 +0000 Subject: [PATCH] More copyrights git-svn-id: svn+ssh://scm.foundry.supelec.fr/svn/metapost/mplib/trunk@580 b0617d17-b707-0410-b22c-fd2634e05cc4 --- CHANGES | 4 ++-- src/texk/web2c/mpdir/Makefile.am | 14 ++++++++++++++ src/texk/web2c/mpdir/Makefile.in | 15 +++++++++++++++ src/texk/web2c/mpdir/configure.in | 15 +++++++++++++++ 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 32095fa..a752a0b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -$Id $ -By John Hobby and others. + +This file is public domain. ---------------------------------------------------------------------- What is new in the beta release of MPlib 1.060: diff --git a/src/texk/web2c/mpdir/Makefile.am b/src/texk/web2c/mpdir/Makefile.am index ff523dc..2110f44 100644 --- a/src/texk/web2c/mpdir/Makefile.am +++ b/src/texk/web2c/mpdir/Makefile.am @@ -1,3 +1,17 @@ +# Copyright 2008 Taco Hoekwater. +# +# 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 of the License, 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 . AUTOMAKE_OPTIONS = foreign diff --git a/src/texk/web2c/mpdir/Makefile.in b/src/texk/web2c/mpdir/Makefile.in index 08ec52e..c289e5b 100644 --- a/src/texk/web2c/mpdir/Makefile.in +++ b/src/texk/web2c/mpdir/Makefile.in @@ -14,6 +14,21 @@ @SET_MAKE@ +# Copyright 2008 Taco Hoekwater. +# +# 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 of the License, 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 . + VPATH = @srcdir@ diff --git a/src/texk/web2c/mpdir/configure.in b/src/texk/web2c/mpdir/configure.in index c314465..af07964 100644 --- a/src/texk/web2c/mpdir/configure.in +++ b/src/texk/web2c/mpdir/configure.in @@ -1,3 +1,18 @@ +dnl Copyright 2008 Taco Hoekwater. +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . + AC_INIT(mp.w) AM_INIT_AUTOMAKE(libmplib,0.1.0) AC_CONFIG_HEADERS(config.h) -- 2.32.0.93.g670b81a890