From a66a6a999f0156f5c43bc51660300f9a7466986f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 9 Jan 2012 00:40:50 -0200 Subject: [PATCH] Update copyright --- 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 +- tools/kmod-depmod.c | 2 +- tools/kmod-insmod.c | 2 +- tools/kmod-lsmod.c | 2 +- tools/kmod-modinfo.c | 2 +- tools/kmod-modprobe.c | 2 +- tools/kmod-rmmod.c | 2 +- tools/kmod.c | 2 +- tools/kmod.h | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/libkmod/libkmod-array.c b/libkmod/libkmod-array.c index 5b430b61..f9ca5cf0 100644 --- a/libkmod/libkmod-array.c +++ b/libkmod/libkmod-array.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 e55e2309..af30fe2f 100644 --- a/libkmod/libkmod-config.c +++ b/libkmod/libkmod-config.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 9ffaa65c..72e3c5f7 100644 --- a/libkmod/libkmod-elf.c +++ b/libkmod/libkmod-elf.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 4b15ae76..46ad8d96 100644 --- a/libkmod/libkmod-file.c +++ b/libkmod/libkmod-file.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 11dac669..f58e9dbe 100644 --- a/libkmod/libkmod-hash.c +++ b/libkmod/libkmod-hash.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 db1ae4d6..15e48987 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 3081dbe8..e9cd456d 100644 --- a/libkmod/libkmod-index.h +++ b/libkmod/libkmod-index.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 cf6df37e..0905e5c7 100644 --- a/libkmod/libkmod-list.c +++ b/libkmod/libkmod-list.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 880bac5f..4a17ea3a 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 344d94aa..73edbdd5 100644 --- a/libkmod/libkmod-util.c +++ b/libkmod/libkmod-util.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 0e8f33fc..8e3acf72 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 a57f518b..93f715c3 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 08d5f384..c0c4dc7e 100644 --- a/libkmod/macro.h +++ b/libkmod/macro.h @@ -1,7 +1,7 @@ /* * libkmod - interface to kernel module operations * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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/tools/kmod-depmod.c b/tools/kmod-depmod.c index 47265228..0d12d5b3 100644 --- a/tools/kmod-depmod.c +++ b/tools/kmod-depmod.c @@ -1,7 +1,7 @@ /* * kmod-depmod - calculate modules.dep using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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-insmod.c b/tools/kmod-insmod.c index 3c3e9c86..4459cc08 100644 --- a/tools/kmod-insmod.c +++ b/tools/kmod-insmod.c @@ -1,7 +1,7 @@ /* * kmod-insmod - insert modules into linux kernel using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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-lsmod.c b/tools/kmod-lsmod.c index ab0522d9..ad66b754 100644 --- a/tools/kmod-lsmod.c +++ b/tools/kmod-lsmod.c @@ -1,7 +1,7 @@ /* * kmod-lsmod - list modules from linux kernel using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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-modinfo.c b/tools/kmod-modinfo.c index 85061937..87483a59 100644 --- a/tools/kmod-modinfo.c +++ b/tools/kmod-modinfo.c @@ -1,7 +1,7 @@ /* * kmod-modinfo - query kernel module information using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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-modprobe.c b/tools/kmod-modprobe.c index 2cda9353..7d9c667f 100644 --- a/tools/kmod-modprobe.c +++ b/tools/kmod-modprobe.c @@ -1,7 +1,7 @@ /* * kmod-modprob - manage linux kernel modules using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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-rmmod.c b/tools/kmod-rmmod.c index 89455781..658ff6b0 100644 --- a/tools/kmod-rmmod.c +++ b/tools/kmod-rmmod.c @@ -1,7 +1,7 @@ /* * kmod-rmmod - remove modules from linux kernel using libkmod. * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 557c2da4..52b0c5da 100644 --- a/tools/kmod.c +++ b/tools/kmod.c @@ -1,7 +1,7 @@ /* * kmod - one tool to rule them all * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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 c8e2689e..8717aec0 100644 --- a/tools/kmod.h +++ b/tools/kmod.h @@ -1,7 +1,7 @@ /* * kmod - one tool to rule them all * - * Copyright (C) 2011 ProFUSION embedded systems + * Copyright (C) 2011-2012 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.47.2