summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-13 19:56:13 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-13 20:00:29 +0200
commite12eaaf3815ec82c3ed5a6512656aab1a15fbf3c (patch)
tree26abaf3064419496a91ad3b8e19e86cff36a98db /examples
parente0fd18c05c510114c65f5ce5763a4b5d7668fec2 (diff)
downloadlibtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.gz
Add license notes to files.
Diffstat (limited to 'examples')
-rw-r--r--examples/asn1Coding_test.asn18
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/>.