]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Update copyright notices
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 16 Jan 2013 13:27:21 +0000 (11:27 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 16 Jan 2013 13:27:45 +0000 (11:27 -0200)
39 files changed:
libkmod/libkmod-array.c
libkmod/libkmod-config.c
libkmod/libkmod-elf.c
libkmod/libkmod-file.c
libkmod/libkmod-hash.c
libkmod/libkmod-index.c
libkmod/libkmod-index.h
libkmod/libkmod-list.c
libkmod/libkmod-module.c
libkmod/libkmod-util.c
libkmod/libkmod.c
libkmod/libkmod.h
libkmod/macro.h
testsuite/delete_module.c
testsuite/init_module.c
testsuite/path.c
testsuite/test-alias.c
testsuite/test-blacklist.c
testsuite/test-dependencies.c
testsuite/test-depmod.c
testsuite/test-init.c
testsuite/test-loaded.c
testsuite/test-modinfo.c
testsuite/test-modprobe.c
testsuite/test-new-module.c
testsuite/test-testsuite.c
testsuite/testsuite.c
testsuite/testsuite.h
testsuite/uname.c
tools/depmod.c
tools/insmod.c
tools/kmod.c
tools/kmod.h
tools/log.c
tools/log.h
tools/lsmod.c
tools/modinfo.c
tools/modprobe.c
tools/rmmod.c

index f9ca5cf052eca9dd2c5f63115c6e70437bf16200..8417f9a919f71bacb40a968cd255bb0866ab952e 100644 (file)
@@ -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
index 398468e491cf7b0dbf5392fc3db63bb450b977b9..11b1f3db695bdf9f2a4bef78502ec782e402d1c8 100644 (file)
@@ -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
index ef6bd2a112c9aea0d7af5244f5701bd11518c89c..6d4ce9e8695213dbf387132b2fccf328152a26d3 100644 (file)
@@ -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
index 679edef3f2e2e3c0febd80b8b80b2ab294cbe43a..ced20a8f4fa4eaa205324d0391fd83173f583b9a 100644 (file)
@@ -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
index dc9910bd57cb78dc0c66921d856ac182e9f6f7fb..57f475c1cefd663f0e2748a5b7e87f84d428ab16 100644 (file)
@@ -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
index a5933e2a99a6d6332a2512231a196dc8cfef058a..516240e1b1cdbbc8cb5d316d426366dd52d2bb74 100644 (file)
@@ -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
index 6eb77b9380a2de2cd53e7430715e3f60f750b13b..ad63e151045c12854712c2d3620af65175650c5d 100644 (file)
@@ -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
index 982c4ab6aa6ccab53c85a421aadae0b18daa3371..54c994c0e98322340d2902c0a977d174ccffadce 100644 (file)
@@ -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
index ae0d9c8b6f45e260a9503ecb1a4c01a83a727041..176a5a8862b0c6ed22349a0e1b343250a25f0f8a 100644 (file)
@@ -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
index 71bf51d632974ec7d28d3ac94e0e5138d0b9822a..d1475e7bca44c7cd6c147abbcac752a293616d2b 100644 (file)
@@ -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
index f8984382e97701cfde11f12c0e2a5a73e17e306d..b3e1d6b136c1fe54ddbd966759e5da925b1d6739 100644 (file)
@@ -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
index d03ab19e1f5766b92b406573caa1fec67a63d890..3397f87e43fb8d7327828851ba8535ecda3456fa 100644 (file)
@@ -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
index 689c57ab9483db2e66332272c401bd849b55c003..f09bb2bf11a38701e8c3ba4ec217599a87f2dad9 100644 (file)
@@ -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
index a5e79e85602986d7b25822b9dd88a87ac115d901..9718894516835a7dd0d17873fe19fe0ad9ec404d 100644 (file)
@@ -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
index 2e05de7006688fd665fbe27fa1f814401fbb1519..c4d7efbafe9c2b106cf04503134097113fb94e69 100644 (file)
@@ -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
index c13ff4b6ec7067c7bedf3c496bbcc7bf904b7692..f87f5c52d8faf9391d3ac78d4a8225f71732a58c 100644 (file)
@@ -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
index 0a1e08c9f72cdb516a0b94037a7c7ccd60273720..5e21573b8f63c5fbd84c5c140ae7eb803ae21ffb 100644 (file)
@@ -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
index c96fe8069f561bf3d89c059b2727a4552f245e4b..a0183925829a0b6f642d09b0e9df577523087ed9 100644 (file)
@@ -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
index 1dc02d1b4038721878b59df5791ddb15da994c7f..cdd80662c8861eb909567697224e93666dd88542 100644 (file)
@@ -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
index 43173279c1dfb081e977c06842a2ba4cf64e4470..0ea89829ca3aa70a8c106de568e4bee668dae79c 100644 (file)
@@ -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
index 773698adb2403200a6a5df50c8b8798b45b9df51..47a65127aa4c1b3507c7614e780b44f6540c16f3 100644 (file)
@@ -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
index 7fcf7e111ca503606b56804b155099505668fcf3..33865cb4d442be1e9b43fafca426f45b6cb3bcf3 100644 (file)
@@ -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
index 3a01fa1132ec033b9e6f38095572e0ebb29639a9..d209879dbe24d924e1f0a421b8b6da7d534c81ae 100644 (file)
@@ -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
index 391eb49eaebf6ba29962fc92af284b7610a849f8..d598cfd5cade8b1347c6410da38670af675ba6e9 100644 (file)
@@ -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
index 89d70bd59fbe1f2f419cc2009f6a438a9b4ee333..240480eafcd63327e6d8d0aee951bf94cf73555e 100644 (file)
@@ -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
index 8518431ea9474fc7b1360058a6f7d59a0e7b8fcb..f52dd1fdf822aaba0c89a92811f2f335d49d26a1 100644 (file)
@@ -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
index db51daea3ec5a742afc71e42fbcce3b4eb607962..0b642e27404937bf90d1eb246c98656b810a4b8e 100644 (file)
@@ -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
index 80bf8a1f6f0796f5b26a4fd748f174e7b6d23c8d..329d4a1476899d5c35f7e072655b38e07d839ecb 100644 (file)
@@ -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
index 2315668ca5ee93cf4aca3dd79c5cc2568eecf988..2ada2001adadf7aed500fbf1d96d86c7863c296e 100644 (file)
@@ -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
index 97f2dbe7ac9399a41c85311829ea20c13587ebea..ec00921d4937bfa4644f6b2b388fb160cc9a9dba 100644 (file)
@@ -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
index 427495afae79ce00f6dbba2a0125fbcafe8cc51f..a795d893e57f53357312a8419d47ac64aa600af9 100644 (file)
@@ -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
index 5a6bc14ce6ec0a7adff4bcbe0bf5cc0949e37a16..ebb887506b5628fd6e0bf97212a7983c7a51a021 100644 (file)
@@ -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
index 59a87e0b08ee30d620e96a4d780de4bc32eb5bbe..80fa4c2821dc6f8a5c94963f7bd9870e2173197f 100644 (file)
@@ -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
index a28cebf770822d517dc8dcea5b753ac5482bf8d4..21ef305a9651c96ac716201349159d8982bf5bd6 100644 (file)
@@ -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
index fcd930a02e7ca8ac24e1a927e2fa949cfd1a6447..bc4b150f08f0c2cd336ddd6d055d0ad63d6e73d1 100644 (file)
@@ -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
index d62b188016c496921b809de6d17f146a88e80c6b..b00a9cd32cfddd495dea8bca9ec9b29d5a2dc73c 100644 (file)
@@ -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
index 17ed50d5ec36b2a99b26a2426b102670053c917c..9a60d71d67c8b752bd20d26b2dc0aad2a42c39d0 100644 (file)
@@ -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
index 437dea32acd0e4a87d0c34c175c0a0ea11edb015..64674b00496de4f4adf3b0ff4970febbc82379b1 100644 (file)
@@ -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
index 0495463918009abeb2f11859d8886e22e41f3376..7f2c2f62b2600177580079dc23e10d9c7ec6cb2f 100644 (file)
@@ -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