From d8db96fe04270df2b29f89e11e3d01e0cdaaf4cb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 12 Nov 2013 05:33:16 -0500 Subject: configure.ac: Add copyright and license notice. --- 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 +# . + AC_INIT([sdlex], [0.1.0], [pjm@nac.net]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit v0.9.1