changeset 12719:65172e6662d6 octave-forge

Add copyright notices to configure.ac and Makefile.in.
author i7tiol
date Sat, 27 Feb 2016 11:15:29 +0000
parents 1af86934c14e
children 52ca082757c2
files main/database/src/Makefile.in main/database/src/configure.ac
diffstat 2 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/database/src/Makefile.in	Sat Feb 27 11:11:04 2016 +0000
+++ b/main/database/src/Makefile.in	Sat Feb 27 11:15:29 2016 +0000
@@ -1,3 +1,20 @@
+# Makefile for database package for Octave
+#
+# Copyright (C) 2016 Olaf Till <i7tiol@t-online.de>
+#
+# 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 3 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 <http://www.gnu.org/licenses/>.
+
 # We rely on g++ features, configure assures CXX=g++.
 CXX := @CXX@
 
--- a/main/database/src/configure.ac	Sat Feb 27 11:11:04 2016 +0000
+++ b/main/database/src/configure.ac	Sat Feb 27 11:15:29 2016 +0000
@@ -1,5 +1,21 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
+#
+### Copyright (C) 2015, 2016 Olaf Till <i7tiol@t-online.de>
+###
+### 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 3 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
+### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.67])
 AC_INIT([database], [2.2.0], [i7tiol@t-online.de])