summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-09 00:40:50 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-09 00:41:07 -0200
commita66a6a999f0156f5c43bc51660300f9a7466986f (patch)
treefb32459e6b30182abf1d1ccced0508bf660c680a
parentcb0d0b72128ac566aad9a72800c5a64af66f0b6e (diff)
downloadkmod-a66a6a999f0156f5c43bc51660300f9a7466986f.tar.gz
kmod-a66a6a999f0156f5c43bc51660300f9a7466986f.tar.bz2
kmod-a66a6a999f0156f5c43bc51660300f9a7466986f.zip
Update copyright
-rw-r--r--libkmod/libkmod-array.c2
-rw-r--r--libkmod/libkmod-config.c2
-rw-r--r--libkmod/libkmod-elf.c2
-rw-r--r--libkmod/libkmod-file.c2
-rw-r--r--libkmod/libkmod-hash.c2
-rw-r--r--libkmod/libkmod-index.c2
-rw-r--r--libkmod/libkmod-index.h2
-rw-r--r--libkmod/libkmod-list.c2
-rw-r--r--libkmod/libkmod-module.c2
-rw-r--r--libkmod/libkmod-util.c2
-rw-r--r--libkmod/libkmod.c2
-rw-r--r--libkmod/libkmod.h2
-rw-r--r--libkmod/macro.h2
-rw-r--r--tools/kmod-depmod.c2
-rw-r--r--tools/kmod-insmod.c2
-rw-r--r--tools/kmod-lsmod.c2
-rw-r--r--tools/kmod-modinfo.c2
-rw-r--r--tools/kmod-modprobe.c2
-rw-r--r--tools/kmod-rmmod.c2
-rw-r--r--tools/kmod.c2
-rw-r--r--tools/kmod.h2
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