]> git.zerfleddert.de Git - hmcfgusb/commitdiff
all: update year in copyright
authorMichael Gernoth <michael@gernoth.net>
Tue, 31 May 2016 21:47:33 +0000 (23:47 +0200)
committerMichael Gernoth <michael@gernoth.net>
Tue, 31 May 2016 21:49:17 +0000 (23:49 +0200)
17 files changed:
LICENSE
culfw.c
culfw.h
debian/copyright
firmware.c
firmware.h
flash-hmcfgusb.c
flash-ota.c
hexdump.h
hm.c
hm.h
hmcfgusb.c
hmcfgusb.h
hmland.c
hmsniff.c
util.c
util.h

diff --git a/LICENSE b/LICENSE
index 443c88a8b00e70258c587e5cc9ddb28312e1d30d..f18a6bee5ce1925419ac2d912776db8fdbb2a41b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2015 Michael Gernoth <michael@gernoth.net>
+Copyright (c) 2013-2016 Michael Gernoth <michael@gernoth.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
diff --git a/culfw.c b/culfw.c
index 6cfa975736318aeaa7049136555b0148a340aef9..34d3eba90c29188a06e4b0469a47266c4b8f20ca 100644 (file)
--- a/culfw.c
+++ b/culfw.c
@@ -1,6 +1,6 @@
 /* culfw driver
  *
 /* culfw driver
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
diff --git a/culfw.h b/culfw.h
index 6f310fc5c90b29957e4d329cee1aa5740a320376..bbe64f54c376a1e58537f1d30350075b4e809a88 100644 (file)
--- a/culfw.h
+++ b/culfw.h
@@ -1,6 +1,6 @@
 /* culfw driver
  *
 /* culfw driver
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index b78ae749afb9abdccaab9be7bbfbd35076059a95..11c77b759d184398a72f65003e78cb75e8213eeb 100644 (file)
@@ -4,7 +4,7 @@ Upstream-Contact: Michael Gernoth <michael@gernoth.net>
 Source: <http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb>
 
 Files: *
 Source: <http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb>
 
 Files: *
-Copyright: 2013-2015 Michael Gernoth <michael@gernoth.net>
+Copyright: 2013-2016 Michael Gernoth <michael@gernoth.net>
 License: Expat
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to
 License: Expat
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to
index 650f035e29bbcf3717e14a2e5a909d983e65fe84..a52bccfc24d0ef9f7142b0278dc73641bc87e4fa 100644 (file)
@@ -1,6 +1,6 @@
 /* generic firmware-functions for HomeMatic
  *
 /* generic firmware-functions for HomeMatic
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index 3952a299750c4f9868f4c83bab54782ed2efd105..5905489c4c309b4623cd63816b3c1c3d6798b2dd 100644 (file)
@@ -1,6 +1,6 @@
 /* generic firmware-functions for HomeMatic
  *
 /* generic firmware-functions for HomeMatic
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index 9dddd4c72bfd030039ade5525bcd5ba53ee0ea3d..8c858f2e2950199684863967f928d23b47663136 100644 (file)
@@ -1,6 +1,6 @@
 /* flasher for HM-CFG-USB
  *
 /* flasher for HM-CFG-USB
  *
- * Copyright (c) 2013-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2013-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -86,7 +86,7 @@ int main(int argc, char **argv)
                                break;
                        case 'V':
                                printf("flash-hmcfgusb " VERSION "\n");
                                break;
                        case 'V':
                                printf("flash-hmcfgusb " VERSION "\n");
-                               printf("Copyright (c) 2013-15 Michael Gernoth\n\n");
+                               printf("Copyright (c) 2013-16 Michael Gernoth\n\n");
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
index 5d39e6c1f4840a25656e5bd02a7ca6fdb58165d5..7291e173bc6370dada2af02961947f1051ef8958 100644 (file)
@@ -1,6 +1,6 @@
 /* flasher for HomeMatic-devices supporting OTA updates
  *
 /* flasher for HomeMatic-devices supporting OTA updates
  *
- * Copyright (c) 2014-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index 286435c1288d220585e05d9206c89147929828a0..d3d4f3b5dc16d4d6ce9c1f5fe0cd3b2fa84e9dc3 100644 (file)
--- a/hexdump.h
+++ b/hexdump.h
@@ -1,6 +1,6 @@
 /* simple hexdumper
  *
 /* simple hexdumper
  *
- * Copyright (c) 2004-2013 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2004-2016 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
diff --git a/hm.c b/hm.c
index 1025613fa2ea65b9bf90a956d762f86dc21da25b..012250073a92d7983cde954bf509270b04578101 100644 (file)
--- a/hm.c
+++ b/hm.c
@@ -1,6 +1,6 @@
 /* HomeMatic protocol-functions
  *
 /* HomeMatic protocol-functions
  *
- * Copyright (c) 2014-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
diff --git a/hm.h b/hm.h
index af98626f79196fe1ea8154f71516b280a9571743..8126cec65ea36486b66f1e95f17eb275918265ad 100644 (file)
--- a/hm.h
+++ b/hm.h
@@ -1,6 +1,6 @@
 /* HomeMatic defines and functions
  *
 /* HomeMatic defines and functions
  *
- * Copyright (c) 2014-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index c82613f77dbf3997b7df0d030c6f818ff4751694..bcb85a4a75e2417e6c26fa73e1ce5c8824a2e416 100644 (file)
@@ -1,6 +1,6 @@
 /* HM-CFG-USB libusb-driver
  *
 /* HM-CFG-USB libusb-driver
  *
- * Copyright (c) 2013 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2013-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index de94f23636fd9bd1a80e2c102e309d9b378acb56..42e2eac0ec397af8b079ba185289fd9c2bf05391 100644 (file)
@@ -1,6 +1,6 @@
 /* HM-CFG-USB libusb-driver
  *
 /* HM-CFG-USB libusb-driver
  *
- * Copyright (c) 2013 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2013-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
index 5eb73c051f8899e899519d6bb1e9ad77390a5442..38e4d6baa499a03536a5bfd95ac0c25bbc1dcbe1 100644 (file)
--- a/hmland.c
+++ b/hmland.c
@@ -1,6 +1,6 @@
 /* HM-CFG-LAN emulation for HM-CFG-USB
  *
 /* HM-CFG-LAN emulation for HM-CFG-USB
  *
- * Copyright (c) 2013-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2013-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -891,7 +891,7 @@ int main(int argc, char **argv)
                                break;
                        case 'V':
                                printf("hmland " VERSION "\n");
                                break;
                        case 'V':
                                printf("hmland " VERSION "\n");
-                               printf("Copyright (c) 2013-15 Michael Gernoth\n\n");
+                               printf("Copyright (c) 2013-16 Michael Gernoth\n\n");
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
index 9b59e2fbabd47c541acdf0ce44e5bf698265d63e..051c95cde524be68d0ea1a636e02a7ee81f71a40 100644 (file)
--- a/hmsniff.c
+++ b/hmsniff.c
@@ -1,6 +1,6 @@
 /* HM-sniffer for HM-CFG-USB
  *
 /* HM-sniffer for HM-CFG-USB
  *
- * Copyright (c) 2013-15 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2013-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
                                break;
                        case 'V':
                                printf("hmsniff " VERSION "\n");
                                break;
                        case 'V':
                                printf("hmsniff " VERSION "\n");
-                               printf("Copyright (c) 2013-15 Michael Gernoth\n\n");
+                               printf("Copyright (c) 2013-16 Michael Gernoth\n\n");
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
                                exit(EXIT_SUCCESS);
                        case 'h':
                        case ':':
diff --git a/util.c b/util.c
index 00ecb7e2356d20f647f700d719643239d2da1d98..6144a30b5d9f69747cae1e10d15f0558355df62b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,6 +1,6 @@
 /* utility functions
  *
 /* utility functions
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
diff --git a/util.h b/util.h
index 93947fcd2cb5deae434cb4e3f9be84f7271a94a1..8bda486f78515bb1564258d3fa404c853de2ba6e 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,6 +1,6 @@
 /* utility functions
  *
 /* utility functions
  *
- * Copyright (c) 2014 Michael Gernoth <michael@gernoth.net>
+ * Copyright (c) 2014-16 Michael Gernoth <michael@gernoth.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
Impressum, Datenschutz