diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-31 13:06:53 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-31 13:06:53 +0000 |
commit | 219bb958bdd89741187e76ce3574e2332b681fc4 (patch) | |
tree | e55144a1e11e8baa0a5a8a3509009262f9059f0a | |
parent | 80bd813a2daf65c4492fc1efa2b467978fdbfb73 (diff) | |
download | libtasn1-219bb958bdd89741187e76ce3574e2332b681fc4.tar.gz libtasn1-219bb958bdd89741187e76ce3574e2332b681fc4.tar.bz2 libtasn1-219bb958bdd89741187e76ce3574e2332b681fc4.zip |
Add license.
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 60dbd31..ef4d06e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,21 @@ ## Process this file with automake to produce Makefile.in +# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation +# +# This file is part of LIBTASN1. +# +# This file 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 of the License, or +# (at your option) any later version. +# +# This file 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 file; if not, write to the Free Software Foundation, +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. SUBDIRS = lib src tests doc |