diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-25 00:45:23 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-25 00:45:23 -0300 |
commit | ec0b4dbccf1fe41cfc14031a14d6b17e13770197 (patch) | |
tree | 40fad9bb4fba4d08837ef85082b2dc74f3c5ccf7 /src/utils | |
parent | 721dc436a0f88d28809918f11f1896a49cb997e4 (diff) | |
download | blogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.tar.gz blogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.tar.bz2 blogc-ec0b4dbccf1fe41cfc14031a14d6b17e13770197.zip |
fixed copyright
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/mem.c | 2 | ||||
-rw-r--r-- | src/utils/slist.c | 2 | ||||
-rw-r--r-- | src/utils/strings.c | 2 | ||||
-rw-r--r-- | src/utils/trie.c | 2 | ||||
-rw-r--r-- | src/utils/utils.h | 2 |
5 files changed, 5 insertions, 5 deletions
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 <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/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 <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/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 <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/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 <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/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 <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. - * See the file COPYING. + * See the file LICENSE. */ #ifndef _UTILS_UTILS_H |