]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libsmartcols: add missing copyright notifications
authorOndrej Oprala <ooprala@redhat.com>
Thu, 20 Mar 2014 13:07:46 +0000 (14:07 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2014 10:29:17 +0000 (12:29 +0200)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
libsmartcols/src/iter.c
libsmartcols/src/line.c
libsmartcols/src/symbols.c
libsmartcols/src/table.c

index d9b33da7ccd8715839d9a341a5a9ba16fcdec839..757bfe34c609c3932d4a161a497b3fb785fd0e32 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2009-2014 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2014 Ondrej Oprala <ooprala@redhat.com>
  *
  * This file may be redistributed under the terms of the
  * GNU Lesser General Public License.
index 10d3b818ee7726545f1dceb164e218b169e3cf8c..b982fba6d8a6df814906fc5cce7247dc86bd16fe 100644 (file)
@@ -2,6 +2,7 @@
  * line.c - functions for table handling at the line level
  *
  * Copyright (C) 2014 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2014 Ondrej Oprala <ooprala@redhat.com>
  *
  * This file may be redistributed under the terms of the
  * GNU Lesser General Public License.
index 7f5f56f7a97f4544e732cfeadfc675046512d221..61deb0b9df7bb308e5bb4d9302ca2409e3d891af 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * symbols.c - routines for symbol handling
+ *
+ * Copyright (C) 2014 Ondrej Oprala <ooprala@redhat.com>
+ *
+ * This file may be redistributed under the terms of the
+ * GNU Lesser General Public License.
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index d99bc3335122d18c833d191fd6c0a207b0d95638..b142f7f79c70e380be535ca1aa69a7cf5f7cb5ea 100644 (file)
@@ -2,6 +2,7 @@
  * table.c - functions handling the data at the table level
  *
  * Copyright (C) 2010-2014 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2014 Ondrej Oprala <ooprala@redhat.com>
  *
  * This file may be redistributed under the terms of the
  * GNU Lesser General Public License.