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 /tests | |
parent | e0fd18c05c510114c65f5ce5763a4b5d7668fec2 (diff) | |
download | libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.gz libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.tar.bz2 libtasn1-e12eaaf3815ec82c3ed5a6512656aab1a15fbf3c.zip |
Add license notes to files.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_encoding.asn | 18 | ||||
-rw-r--r-- | tests/Test_tree.asn | 18 | ||||
-rw-r--r-- | tests/pkix.asn | 18 |
3 files changed, 54 insertions, 0 deletions
diff --git a/tests/Test_encoding.asn b/tests/Test_encoding.asn index ff8faa3..a50c340 100644 --- a/tests/Test_encoding.asn +++ b/tests/Test_encoding.asn @@ -15,3 +15,21 @@ Koko ::= 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/>. diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn index ec3c996..c8187f4 100644 --- a/tests/Test_tree.asn +++ b/tests/Test_tree.asn @@ -158,3 +158,21 @@ X520LocalityName ::= CHOICE { id-Test OBJECT IDENTIFIER ::= {1 2 29 2} 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/>. diff --git a/tests/pkix.asn b/tests/pkix.asn index bd3c435..b23f2c9 100644 --- a/tests/pkix.asn +++ b/tests/pkix.asn @@ -1239,3 +1239,21 @@ id-on-xmppAddr OBJECT IDENTIFIER ::= { id-on 5 } XmppAddr ::= UTF8String 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/>. |