From: Simon Ruderich Date: Sun, 11 Mar 2012 21:44:56 +0000 (+0100) Subject: configure.ac: Add missing license. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3b5cc897aaab145273870aa6e1027432fcb648df;p=tlsproxy%2Ftlsproxy.git configure.ac: Add missing license. --- diff --git a/configure.ac b/configure.ac index 4c7c937..c71222a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,19 @@ +dnl Copyright (C) 2011-2012 Simon Ruderich +dnl +dnl This program is free software: you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation, either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program. If not, see . + + AC_INIT([tlsproxy], [0.2], [simon@ruderich.org]) AC_CONFIG_AUX_DIR([build-aux])