From ec0b4dbccf1fe41cfc14031a14d6b17e13770197 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 25 May 2015 00:45:23 -0300 Subject: fixed copyright --- src/content-parser.c | 2 +- src/content-parser.h | 2 +- src/error.c | 2 +- src/error.h | 2 +- src/file.c | 2 +- src/file.h | 2 +- src/loader.c | 2 +- src/loader.h | 2 +- src/main.c | 2 +- src/renderer.c | 2 +- src/renderer.h | 2 +- src/source-parser.c | 2 +- src/source-parser.h | 2 +- src/template-parser.c | 2 +- src/template-parser.h | 2 +- src/utils/mem.c | 2 +- src/utils/slist.c | 2 +- src/utils/strings.c | 2 +- src/utils/trie.c | 2 +- src/utils/utils.h | 2 +- tests/check_content_parser.c | 2 +- tests/check_error.c | 2 +- tests/check_loader.c | 2 +- tests/check_renderer.c | 2 +- tests/check_source_parser.c | 2 +- tests/check_template_parser.c | 2 +- tests/check_utils.c | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/content-parser.c b/src/content-parser.c index f412810..7781c92 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/content-parser.h b/src/content-parser.h index 5c9ae4b..d0a0732 100644 --- a/src/content-parser.h +++ b/src/content-parser.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _CONTENT_PARSER_H diff --git a/src/error.c b/src/error.c index 3850304..b4a0138 100644 --- a/src/error.c +++ b/src/error.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/error.h b/src/error.h index 98aeeb9..fbd3ba1 100644 --- a/src/error.h +++ b/src/error.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _ERROR_H diff --git a/src/file.c b/src/file.c index 5839949..e64c2f8 100644 --- a/src/file.c +++ b/src/file.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/file.h b/src/file.h index 5ff8dd0..ed2d6bd 100644 --- a/src/file.h +++ b/src/file.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _FILE_H diff --git a/src/loader.c b/src/loader.c index bcab0d6..5a521e3 100644 --- a/src/loader.c +++ b/src/loader.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/loader.h b/src/loader.h index 683465b..610aa42 100644 --- a/src/loader.h +++ b/src/loader.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _LOADER_H diff --git a/src/main.c b/src/main.c index f3af371..64d957c 100644 --- a/src/main.c +++ b/src/main.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/renderer.c b/src/renderer.c index 314fe04..bf8b8cc 100644 --- a/src/renderer.c +++ b/src/renderer.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/renderer.h b/src/renderer.h index b6bbfed..ebe0aee 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _RENDERER_H diff --git a/src/source-parser.c b/src/source-parser.c index b556a3c..d7dddc7 100644 --- a/src/source-parser.c +++ b/src/source-parser.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/source-parser.h b/src/source-parser.h index f89a390..d92b1ce 100644 --- a/src/source-parser.h +++ b/src/source-parser.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _SOURCE_PARSER_H diff --git a/src/template-parser.c b/src/template-parser.c index beaaf7f..fd01ac2 100644 --- a/src/template-parser.c +++ b/src/template-parser.c @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * 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/src/template-parser.h b/src/template-parser.h index e608099..d1e9bd6 100644 --- a/src/template-parser.h +++ b/src/template-parser.h @@ -3,7 +3,7 @@ * Copyright (C) 2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _TEMPLATE_PARSER_H diff --git a/src/utils/mem.c b/src/utils/mem.c index ff512df..7befc73 100644 --- a/src/utils/mem.c +++ b/src/utils/mem.c @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Rafael G. Martins * * 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/src/utils/slist.c b/src/utils/slist.c index f82c336..3d9b892 100644 --- a/src/utils/slist.c +++ b/src/utils/slist.c @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Rafael G. Martins * * 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/src/utils/strings.c b/src/utils/strings.c index 4a48f6d..502cfd4 100644 --- a/src/utils/strings.c +++ b/src/utils/strings.c @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Rafael G. Martins * * 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/src/utils/trie.c b/src/utils/trie.c index 22d8c48..c2cbe24 100644 --- a/src/utils/trie.c +++ b/src/utils/trie.c @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Rafael G. Martins * * 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/src/utils/utils.h b/src/utils/utils.h index 03f1639..8029a6c 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -3,7 +3,7 @@ * Copyright (C) 2014-2015 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _UTILS_UTILS_H 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * 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 * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #include -- cgit v1.2.3-18-g5258