summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-24 18:57:43 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-24 18:57:43 +0200
commitd8e5dd9454d89347efc1895f833bf459fa68a311 (patch)
tree51269f86fe168629f013359ccf6d97beca0e5f4b
parentbea43c782171c0c3f7463f38ee3b221b8e80f128 (diff)
downloadlibtasn1-d8e5dd9454d89347efc1895f833bf459fa68a311.tar.gz
tests: added copyright statements to files
-rw-r--r--tests/ocsp-basic-response.c20
-rw-r--r--tests/spc_pe_image_data.c20
2 files changed, 40 insertions, 0 deletions
diff --git a/tests/ocsp-basic-response.c b/tests/ocsp-basic-response.c
index 54b50ae..18ec394 100644
--- a/tests/ocsp-basic-response.c
+++ b/tests/ocsp-basic-response.c
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2016 Red Hat, 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/>.
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/spc_pe_image_data.c b/tests/spc_pe_image_data.c
index 4e54d4a..a6bff0c 100644
--- a/tests/spc_pe_image_data.c
+++ b/tests/spc_pe_image_data.c
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2016 Red Hat, 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/>.
+ *
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>