Update copyright notices
diff --git a/tools/depmod.c b/tools/depmod.c
index 97f2dbe..ec00921 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 427495a..a795d89 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 5a6bc14..ebb8875 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 59a87e0..80fa4c2 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 a28cebf..21ef305 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 fcd930a..bc4b150 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 d62b188..b00a9cd 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 17ed50d..9a60d71 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 437dea3..64674b0 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 0495463..7f2c2f6 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