aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-25 00:45:23 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-05-25 00:45:23 -0300
commitec0b4dbccf1fe41cfc14031a14d6b17e13770197 (patch)
tree40fad9bb4fba4d08837ef85082b2dc74f3c5ccf7 /tests
parent721dc436a0f88d28809918f11f1896a49cb997e4 (diff)
downloadblogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.tar.gz
blogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.tar.bz2
blogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.zip
fixed copyright
Diffstat (limited to 'tests')
-rw-r--r--tests/check_content_parser.c2
-rw-r--r--tests/check_error.c2
-rw-r--r--tests/check_loader.c2
-rw-r--r--tests/check_renderer.c2
-rw-r--r--tests/check_source_parser.c2
-rw-r--r--tests/check_template_parser.c2
-rw-r--r--tests/check_utils.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/check_content_parser.c b/tests/check_content_parser.c
index e4ae9ae..ea8de4b 100644
--- a/tests/check_content_parser.c
+++ b/tests/check_content_parser.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_error.c b/tests/check_error.c
index c4c08a9..c7bc3c9 100644
--- a/tests/check_error.c
+++ b/tests/check_error.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_loader.c b/tests/check_loader.c
index 64d8ec8..506bf4f 100644
--- a/tests/check_loader.c
+++ b/tests/check_loader.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_renderer.c b/tests/check_renderer.c
index 386bbdc..154a8f0 100644
--- a/tests/check_renderer.c
+++ b/tests/check_renderer.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_source_parser.c b/tests/check_source_parser.c
index 19b3e4c..65a3f9a 100644
--- a/tests/check_source_parser.c
+++ b/tests/check_source_parser.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_template_parser.c b/tests/check_template_parser.c
index b018a89..2e0a208 100644
--- a/tests/check_template_parser.c
+++ b/tests/check_template_parser.c
@@ -3,7 +3,7 @@
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/check_utils.c b/tests/check_utils.c
index b3bada7..a42c75a 100644
--- a/tests/check_utils.c
+++ b/tests/check_utils.c
@@ -3,7 +3,7 @@
* Copyright (C) 2014-2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
- * See the file COPYING.
+ * See the file LICENSE.
*/
#include <stdarg.h>