summaryrefslogtreecommitdiff
path: root/tests/Test_tree.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-08-31 15:06:15 +0200
committerSimon Josefsson <simon@josefsson.org>2007-08-31 15:06:15 +0200
commit356ee8d0a8b60d8acf1f4346003b335ed6a6ba66 (patch)
treed9154f02a196a041f727d05e4c2886394e6ec592 /tests/Test_tree.c
parent57762a6f3197c4150806777ff1ba39f3c63f943a (diff)
downloadlibtasn1-356ee8d0a8b60d8acf1f4346003b335ed6a6ba66.tar.gz
libtasn1-356ee8d0a8b60d8acf1f4346003b335ed6a6ba66.tar.bz2
libtasn1-356ee8d0a8b60d8acf1f4346003b335ed6a6ba66.zip
Use GPLv3 for self tests, tools, build infrastructure.
Diffstat (limited to 'tests/Test_tree.c')
-rw-r--r--tests/Test_tree.c23
1 files changed, 11 insertions, 12 deletions
diff --git a/tests/Test_tree.c b/tests/Test_tree.c
index bd748f0..679f52f 100644
--- a/tests/Test_tree.c
+++ b/tests/Test_tree.c
@@ -1,23 +1,22 @@
/*
- * Copyright (C) 2006 Free Software Foundation
+ * Copyright (C) 2006, 2007 Free Software Foundation
* Copyright (C) 2002 Fabio Fiorina
*
* 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 2 of the
- * License, or (at your option) any later version.
+ * 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.
+ * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/