# HG changeset patch # User i7tiol # Date 1456571729 0 # Node ID 65172e6662d6f50e8e812fc22e88e6207b7bb51c # Parent 1af86934c14e67b0687711ce357d6236ed8358f2 Add copyright notices to configure.ac and Makefile.in. diff -r 1af86934c14e -r 65172e6662d6 main/database/src/Makefile.in --- 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 +# +# 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 . + # We rely on g++ features, configure assures CXX=g++. CXX := @CXX@ diff -r 1af86934c14e -r 65172e6662d6 main/database/src/configure.ac --- 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 +### +### 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 +### . AC_PREREQ([2.67]) AC_INIT([database], [2.2.0], [i7tiol@t-online.de])