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 /examples | |
parent | e0fd18c05c510114c65f5ce5763a4b5d7668fec2 (diff) | |
download | libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.gz libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.bz2 libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.zip |
Add license notes to files.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/asn1Coding_test.asn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/asn1Coding_test.asn b/examples/asn1Coding_test.asn index 2189ee5..5fa00b6 100644 --- a/examples/asn1Coding_test.asn +++ b/examples/asn1Coding_test.asn @@ -10,3 +10,21 @@ Sequence1 ::= SEQUENCE { } END + +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +-- Free Software Foundation, Inc. +-- +-- This file is part of LIBTASN1. +-- +-- This program 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 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 General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. |