summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/command.h1
-rw-r--r--lib/log.c1
-rw-r--r--lib/log.h1
-rw-r--r--lib/memory.c1
-rw-r--r--lib/memtypes.c2
-rw-r--r--lib/thread.h1
6 files changed, 0 insertions, 7 deletions
diff --git a/lib/command.h b/lib/command.h
index 5156dbf1..8eb0cbd9 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -1,7 +1,6 @@
/*
* Zebra configuration command interface routine
* Copyright (C) 1997, 98 Kunihiro Ishiguro
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
diff --git a/lib/log.c b/lib/log.c
index abfd35bc..f02e4c73 100644
--- a/lib/log.c
+++ b/lib/log.c
@@ -1,7 +1,6 @@
/*
* Logging of zebra
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
diff --git a/lib/log.h b/lib/log.h
index d9f1ecaa..77cd53bc 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -1,7 +1,6 @@
/*
* Zebra logging funcions.
* Copyright (C) 1997, 1998, 1999 Kunihiro Ishiguro
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
diff --git a/lib/memory.c b/lib/memory.c
index 3b87fcc2..84daeeef 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -1,7 +1,6 @@
/*
* Memory management routine
* Copyright (C) 1998 Kunihiro Ishiguro
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*
diff --git a/lib/memtypes.c b/lib/memtypes.c
index 4ed1e895..1a0c11fe 100644
--- a/lib/memtypes.c
+++ b/lib/memtypes.c
@@ -1,6 +1,4 @@
/*
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
- *
* Memory type definitions. This file is parsed by memtypes.awk to extract
* MTYPE_ and memory_list_.. information in order to autogenerate
* memtypes.h.
diff --git a/lib/thread.h b/lib/thread.h
index 4856dec7..43ffbf60 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -1,6 +1,5 @@
/* Thread management routine header.
* Copyright (C) 1998 Kunihiro Ishiguro
- * Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com>
*
* This file is part of GNU Zebra.
*