comparison main/database/src/configure.ac @ 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
comparison
equal deleted inserted replaced
12718:1af86934c14e 12719:65172e6662d6
1 # -*- Autoconf -*- 1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script. 2 # Process this file with autoconf to produce a configure script.
3 #
4 ### Copyright (C) 2015, 2016 Olaf Till <i7tiol@t-online.de>
5 ###
6 ### This program is free software; you can redistribute it and/or
7 ### modify it under the terms of the GNU General Public License as
8 ### published by the Free Software Foundation; either version 3 of the
9 ### License, or (at your option) any later version.
10 ###
11 ### This program is distributed in the hope that it will be useful,
12 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ### General Public License for more details.
15 ###
16 ### You should have received a copy of the GNU General Public License
17 ### along with this program; if not, see
18 ### <http://www.gnu.org/licenses/>.
3 19
4 AC_PREREQ([2.67]) 20 AC_PREREQ([2.67])
5 AC_INIT([database], [2.2.0], [i7tiol@t-online.de]) 21 AC_INIT([database], [2.2.0], [i7tiol@t-online.de])
6 AC_CONFIG_SRCDIR([__pq_connect__.cc]) 22 AC_CONFIG_SRCDIR([__pq_connect__.cc])
7 AC_CONFIG_HEADERS([config.h]) 23 AC_CONFIG_HEADERS([config.h])