diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 19:56:13 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 20:00:29 +0200 |
commit | e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c (patch) | |
tree | 26abaf3064419496a91ad3b8e19e86cff36a98db /lib/element.h | |
parent | e0fd18c05c510114c65f5ce5763a4b5d7668fec2 (diff) | |
download | libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.gz libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.bz2 libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.zip |
Add license notes to files.
Diffstat (limited to 'lib/element.h')
-rw-r--r-- | lib/element.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/element.h b/lib/element.h index b5d9eb9..95c382a 100644 --- a/lib/element.h +++ b/lib/element.h @@ -1,3 +1,24 @@ +/* + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010 + * Free Software Foundation, Inc. + * + * This file is part of LIBTASN1. + * + * The LIBTASN1 library 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 2.1 of the License, or (at your option) any later version. + * + * This library 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 library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA + */ #ifndef _ELEMENT_H #define _ELEMENT_H |