diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-01-18 06:30:24 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-01-18 06:30:24 +0000 |
commit | ae6d2a0a265f41e9c9773d61dcf16da3653b674e (patch) | |
tree | 2f784ed72a8b40f408244897662c0f61fb840002 /configure | |
parent | 1f29316bdf4df65aed92770d0c440e0984ef1086 (diff) | |
download | lcd4linux-ae6d2a0a265f41e9c9773d61dcf16da3653b674e.tar.gz |
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
added (C) to all copyright statements
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 21 |
2 files changed, 21 insertions, 2 deletions
@@ -5371,7 +5371,6 @@ done # drivers -# Drivers conf part echo "$as_me:$LINENO: checking which drivers to compile" >&5 echo $ECHO_N "checking which drivers to compile... $ECHO_C" >&6 @@ -5726,7 +5725,6 @@ fi # plugins -# Plugins conf part echo "$as_me:$LINENO: checking which plugins to compile" >&5 echo $ECHO_N "checking which plugins to compile... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index 05f8c06..620a4a6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,27 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. +# LCD4Linux autoconf script +# +# Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt <reinelt@eunet.at> +# Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net> +# +# This file is part of LCD4Linux. +# +# LCD4Linux 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. +# +# LCD4Linux 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, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + AC_PREREQ(2.59) AC_INIT([LCD4Linux],[0.10.0-RC2],[lcd4linux-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([lcd4linux.c]) |