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 f9ca5cf0..8417f9a9 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 398468e4..11b1f3db 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 ef6bd2a1..6d4ce9e8 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 679edef3..ced20a8f 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 dc9910bd..57f475c1 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 a5933e2a..516240e1 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 6eb77b93..ad63e151 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 982c4ab6..54c994c0 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 ae0d9c8b..176a5a88 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 71bf51d6..d1475e7b 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 f8984382..b3e1d6b1 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 d03ab19e..3397f87e 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 689c57ab..f09bb2bf 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 a5e79e85..97188945 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 2e05de70..c4d7efba 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 c13ff4b6..f87f5c52 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 0a1e08c9..5e21573b 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 c96fe806..a0183925 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 1dc02d1b..cdd80662 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 43173279..0ea89829 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 773698ad..47a65127 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 7fcf7e11..33865cb4 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 3a01fa11..d209879d 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 391eb49e..d598cfd5 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 89d70bd5..240480ea 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 8518431e..f52dd1fd 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 db51daea..0b642e27 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 80bf8a1f..329d4a14 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 2315668c..2ada2001 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 97f2dbe7..ec00921d 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 427495af..a795d893 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 5a6bc14c..ebb88750 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 59a87e0b..80fa4c28 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 a28cebf7..21ef305a 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 fcd930a0..bc4b150f 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 d62b1880..b00a9cd3 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 17ed50d5..9a60d71d 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 437dea32..64674b00 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 04954639..7f2c2f62 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.39.5