diff options
author | P. J. McDermott <pjm@nac.net> | 2013-11-12 05:33:16 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-11-12 05:33:16 (EST) |
commit | d8db96fe04270df2b29f89e11e3d01e0cdaaf4cb (patch) | |
tree | 170fa38240621189cbd9b559ee1fc4ecef88cf8c | |
parent | dc7d12e55a83e281ad775fd389fdd4841776c67e (diff) | |
download | overworld-rpg-d8db96fe04270df2b29f89e11e3d01e0cdaaf4cb.zip overworld-rpg-d8db96fe04270df2b29f89e11e3d01e0cdaaf4cb.tar.gz overworld-rpg-d8db96fe04270df2b29f89e11e3d01e0cdaaf4cb.tar.bz2 |
configure.ac: Add copyright and license notice.
-rw-r--r-- | configure.ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6ca74af..c82fc40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,21 @@ +# Process this file with autoconf to produce a configure script. +# +# Copyright (C) 2013 Patrick "P. J." McDermott +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser 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 Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/>. + AC_INIT([sdlex], [0.1.0], [pjm@nac.net]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.c]) |