From: Ondrej Oprala Date: Thu, 20 Mar 2014 13:07:46 +0000 (+0100) Subject: libsmartcols: add missing copyright notifications X-Git-Tag: v2.25-rc1~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd9b99f4f55e1bbc6a4d921f7caa2898c5beda8;p=thirdparty%2Futil-linux.git libsmartcols: add missing copyright notifications Signed-off-by: Ondrej Oprala --- diff --git a/libsmartcols/src/iter.c b/libsmartcols/src/iter.c index d9b33da7cc..757bfe34c6 100644 --- a/libsmartcols/src/iter.c +++ b/libsmartcols/src/iter.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2009-2014 Karel Zak + * Copyright (C) 2014 Ondrej Oprala * * This file may be redistributed under the terms of the * GNU Lesser General Public License. diff --git a/libsmartcols/src/line.c b/libsmartcols/src/line.c index 10d3b818ee..b982fba6d8 100644 --- a/libsmartcols/src/line.c +++ b/libsmartcols/src/line.c @@ -2,6 +2,7 @@ * line.c - functions for table handling at the line level * * Copyright (C) 2014 Karel Zak + * Copyright (C) 2014 Ondrej Oprala * * This file may be redistributed under the terms of the * GNU Lesser General Public License. diff --git a/libsmartcols/src/symbols.c b/libsmartcols/src/symbols.c index 7f5f56f7a9..61deb0b9df 100644 --- a/libsmartcols/src/symbols.c +++ b/libsmartcols/src/symbols.c @@ -1,3 +1,11 @@ +/* + * symbols.c - routines for symbol handling + * + * Copyright (C) 2014 Ondrej Oprala + * + * This file may be redistributed under the terms of the + * GNU Lesser General Public License. + */ #include #include #include diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index d99bc33351..b142f7f79c 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -2,6 +2,7 @@ * table.c - functions handling the data at the table level * * Copyright (C) 2010-2014 Karel Zak + * Copyright (C) 2014 Ondrej Oprala * * This file may be redistributed under the terms of the * GNU Lesser General Public License.