diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 00:40:50 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-09 00:41:07 -0200 |
commit | a66a6a999f0156f5c43bc51660300f9a7466986f (patch) | |
tree | fb32459e6b30182abf1d1ccced0508bf660c680a | |
parent | cb0d0b72128ac566aad9a72800c5a64af66f0b6e (diff) | |
download | kmod-a66a6a999f0156f5c43bc51660300f9a7466986f.tar.gz kmod-a66a6a999f0156f5c43bc51660300f9a7466986f.tar.bz2 kmod-a66a6a999f0156f5c43bc51660300f9a7466986f.zip |
Update copyright
-rw-r--r-- | libkmod/libkmod-array.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-config.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-elf.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-file.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-hash.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-index.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-index.h | 2 | ||||
-rw-r--r-- | libkmod/libkmod-list.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-module.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod-util.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod.c | 2 | ||||
-rw-r--r-- | libkmod/libkmod.h | 2 | ||||
-rw-r--r-- | libkmod/macro.h | 2 | ||||
-rw-r--r-- | tools/kmod-depmod.c | 2 | ||||
-rw-r--r-- | tools/kmod-insmod.c | 2 | ||||
-rw-r--r-- | tools/kmod-lsmod.c | 2 | ||||
-rw-r--r-- | tools/kmod-modinfo.c | 2 | ||||
-rw-r--r-- | tools/kmod-modprobe.c | 2 | ||||
-rw-r--r-- | tools/kmod-rmmod.c | 2 | ||||
-rw-r--r-- | tools/kmod.c | 2 | ||||
-rw-r--r-- | tools/kmod.h | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/libkmod/libkmod-array.c b/libkmod/libkmod-array.c index 5b430b6..f9ca5cf 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 e55e230..af30fe2 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 9ffaa65..72e3c5f 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 4b15ae7..46ad8d9 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 11dac66..f58e9db 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 db1ae4d..15e4898 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 3081dbe..e9cd456 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 cf6df37..0905e5c 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 880bac5..4a17ea3 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 344d94a..73edbdd 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 0e8f33f..8e3acf7 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 a57f518..93f715c 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 08d5f38..c0c4dc7 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 4726522..0d12d5b 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 3c3e9c8..4459cc0 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 ab0522d..ad66b75 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 8506193..87483a5 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 2cda935..7d9c667 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 8945578..658ff6b 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 557c2da..52b0c5d 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 c8e2689..8717aec 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 |