From e6b0e49b4ea7937a98b16f23d621244ee1a3e588 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 16 Jan 2013 11:27:21 -0200 Subject: [PATCH] Update copyright notices --- libkmod/libkmod-array.c | 2 +- libkmod/libkmod-config.c | 2 +- libkmod/libkmod-elf.c | 2 +- libkmod/libkmod-file.c | 2 +- libkmod/libkmod-hash.c | 2 +- libkmod/libkmod-index.c | 2 +- libkmod/libkmod-index.h | 2 +- libkmod/libkmod-list.c | 2 +- libkmod/libkmod-module.c | 2 +- libkmod/libkmod-util.c | 2 +- libkmod/libkmod.c | 2 +- libkmod/libkmod.h | 2 +- libkmod/macro.h | 2 +- testsuite/delete_module.c | 2 +- testsuite/init_module.c | 2 +- testsuite/path.c | 2 +- testsuite/test-alias.c | 2 +- testsuite/test-blacklist.c | 2 +- testsuite/test-dependencies.c | 2 +- testsuite/test-depmod.c | 2 +- testsuite/test-init.c | 2 +- testsuite/test-loaded.c | 2 +- testsuite/test-modinfo.c | 2 +- testsuite/test-modprobe.c | 2 +- testsuite/test-new-module.c | 2 +- testsuite/test-testsuite.c | 2 +- testsuite/testsuite.c | 2 +- testsuite/testsuite.h | 2 +- testsuite/uname.c | 2 +- tools/depmod.c | 2 +- tools/insmod.c | 2 +- tools/kmod.c | 2 +- tools/kmod.h | 2 +- tools/log.c | 2 +- tools/log.h | 2 +- tools/lsmod.c | 2 +- tools/modinfo.c | 2 +- tools/modprobe.c | 2 +- tools/rmmod.c | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/libkmod/libkmod-array.c b/libkmod/libkmod-array.c index f9ca5cf..8417f9a 100644 --- a/libkmod/libkmod-array.c +++ b/libkmod/libkmod-array.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c index 398468e..11b1f3d 100644 --- a/libkmod/libkmod-config.c +++ b/libkmod/libkmod-config.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-elf.c b/libkmod/libkmod-elf.c index ef6bd2a..6d4ce9e 100644 --- a/libkmod/libkmod-elf.c +++ b/libkmod/libkmod-elf.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-file.c b/libkmod/libkmod-file.c index 679edef..ced20a8 100644 --- a/libkmod/libkmod-file.c +++ b/libkmod/libkmod-file.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-hash.c b/libkmod/libkmod-hash.c index dc9910b..57f475c 100644 --- a/libkmod/libkmod-hash.c +++ b/libkmod/libkmod-hash.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-index.c b/libkmod/libkmod-index.c index a5933e2..516240e 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-index.h b/libkmod/libkmod-index.h index 6eb77b9..ad63e15 100644 --- a/libkmod/libkmod-index.h +++ b/libkmod/libkmod-index.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-list.c b/libkmod/libkmod-list.c index 982c4ab..54c994c 100644 --- a/libkmod/libkmod-list.c +++ b/libkmod/libkmod-list.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index ae0d9c8..176a5a8 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod-util.c b/libkmod/libkmod-util.c index 71bf51d..d1475e7 100644 --- a/libkmod/libkmod-util.c +++ b/libkmod/libkmod-util.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c index f898438..b3e1d6b 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index d03ab19..3397f87 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/macro.h b/libkmod/macro.h index 689c57a..f09bb2b 100644 --- a/libkmod/macro.h +++ b/libkmod/macro.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/delete_module.c b/testsuite/delete_module.c index a5e79e8..9718894 100644 --- a/testsuite/delete_module.c +++ b/testsuite/delete_module.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/init_module.c b/testsuite/init_module.c index 2e05de7..c4d7efb 100644 --- a/testsuite/init_module.c +++ b/testsuite/init_module.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/path.c b/testsuite/path.c index c13ff4b..f87f5c5 100644 --- a/testsuite/path.c +++ b/testsuite/path.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-alias.c b/testsuite/test-alias.c index 0a1e08c..5e21573 100644 --- a/testsuite/test-alias.c +++ b/testsuite/test-alias.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * Copyright (C) 2012 Pedro Pedruzzi * * This program is free software; you can redistribute it and/or diff --git a/testsuite/test-blacklist.c b/testsuite/test-blacklist.c index c96fe80..a018392 100644 --- a/testsuite/test-blacklist.c +++ b/testsuite/test-blacklist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-dependencies.c b/testsuite/test-dependencies.c index 1dc02d1..cdd8066 100644 --- a/testsuite/test-dependencies.c +++ b/testsuite/test-dependencies.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-depmod.c b/testsuite/test-depmod.c index 4317327..0ea8982 100644 --- a/testsuite/test-depmod.c +++ b/testsuite/test-depmod.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-init.c b/testsuite/test-init.c index 773698a..47a6512 100644 --- a/testsuite/test-init.c +++ b/testsuite/test-init.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-loaded.c b/testsuite/test-loaded.c index 7fcf7e1..33865cb 100644 --- a/testsuite/test-loaded.c +++ b/testsuite/test-loaded.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-modinfo.c b/testsuite/test-modinfo.c index 3a01fa1..d209879 100644 --- a/testsuite/test-modinfo.c +++ b/testsuite/test-modinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-modprobe.c b/testsuite/test-modprobe.c index 391eb49..d598cfd 100644 --- a/testsuite/test-modprobe.c +++ b/testsuite/test-modprobe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-new-module.c b/testsuite/test-new-module.c index 89d70bd..240480e 100644 --- a/testsuite/test-new-module.c +++ b/testsuite/test-new-module.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/test-testsuite.c b/testsuite/test-testsuite.c index 8518431..f52dd1f 100644 --- a/testsuite/test-testsuite.c +++ b/testsuite/test-testsuite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index db51dae..0b642e2 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/testsuite.h b/testsuite/testsuite.h index 80bf8a1..329d4a1 100644 --- a/testsuite/testsuite.h +++ b/testsuite/testsuite.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/uname.c b/testsuite/uname.c index 2315668..2ada200 100644 --- a/testsuite/uname.c +++ b/testsuite/uname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/tools/depmod.c b/tools/depmod.c index 97f2dbe..ec00921 100644 --- a/tools/depmod.c +++ b/tools/depmod.c @@ -1,7 +1,7 @@ /* * kmod-depmod - calculate modules.dep using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/insmod.c b/tools/insmod.c index 427495a..a795d89 100644 --- a/tools/insmod.c +++ b/tools/insmod.c @@ -1,7 +1,7 @@ /* * kmod-insmod - insert modules into linux kernel using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/kmod.c b/tools/kmod.c index 5a6bc14..ebb8875 100644 --- a/tools/kmod.c +++ b/tools/kmod.c @@ -1,7 +1,7 @@ /* * kmod - one tool to rule them all * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/kmod.h b/tools/kmod.h index 59a87e0..80fa4c2 100644 --- a/tools/kmod.h +++ b/tools/kmod.h @@ -1,7 +1,7 @@ /* * kmod - one tool to rule them all * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/log.c b/tools/log.c index a28cebf..21ef305 100644 --- a/tools/log.c +++ b/tools/log.c @@ -1,7 +1,7 @@ /* * kmod - log infrastructure * - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/log.h b/tools/log.h index fcd930a..bc4b150 100644 --- a/tools/log.h +++ b/tools/log.h @@ -1,7 +1,7 @@ /* * kmod - log infrastructure * - * Copyright (C) 2012 ProFUSION embedded systems + * Copyright (C) 2012-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/lsmod.c b/tools/lsmod.c index d62b188..b00a9cd 100644 --- a/tools/lsmod.c +++ b/tools/lsmod.c @@ -1,7 +1,7 @@ /* * kmod-lsmod - list modules from linux kernel using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/modinfo.c b/tools/modinfo.c index 17ed50d..9a60d71 100644 --- a/tools/modinfo.c +++ b/tools/modinfo.c @@ -1,7 +1,7 @@ /* * kmod-modinfo - query kernel module information using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/modprobe.c b/tools/modprobe.c index 437dea3..64674b0 100644 --- a/tools/modprobe.c +++ b/tools/modprobe.c @@ -1,7 +1,7 @@ /* * kmod-modprobe - manage linux kernel modules using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/tools/rmmod.c b/tools/rmmod.c index 0495463..7f2c2f6 100644 --- a/tools/rmmod.c +++ b/tools/rmmod.c @@ -1,7 +1,7 @@ /* * kmod-rmmod - remove modules from linux kernel using libkmod. * - * Copyright (C) 2011-2012 ProFUSION embedded systems + * Copyright (C) 2011-2013 ProFUSION embedded systems * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.7.4