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/utils/mem.c | 2 +- src/utils/slist.c | 2 +- src/utils/strings.c | 2 +- src/utils/trie.c | 2 +- src/utils/utils.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/utils') 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 -- cgit v1.2.3-18-g5258