From 7ba4ea19644711d8f86c2df3a244da797e23cc96 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 31 May 2016 23:47:33 +0200 Subject: [PATCH] all: update year in copyright --- LICENSE | 2 +- culfw.c | 2 +- culfw.h | 2 +- debian/copyright | 2 +- firmware.c | 2 +- firmware.h | 2 +- flash-hmcfgusb.c | 4 ++-- flash-ota.c | 2 +- hexdump.h | 2 +- hm.c | 2 +- hm.h | 2 +- hmcfgusb.c | 2 +- hmcfgusb.h | 2 +- hmland.c | 4 ++-- hmsniff.c | 4 ++-- util.c | 2 +- util.h | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 443c88a..f18a6be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2015 Michael Gernoth +Copyright (c) 2013-2016 Michael Gernoth 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 6cfa975..34d3eba 100644 --- a/culfw.c +++ b/culfw.c @@ -1,6 +1,6 @@ /* culfw driver * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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 6f310fc..bbe64f5 100644 --- a/culfw.h +++ b/culfw.h @@ -1,6 +1,6 @@ /* culfw driver * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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/debian/copyright b/debian/copyright index b78ae74..11c77b7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Michael Gernoth Source: Files: * -Copyright: 2013-2015 Michael Gernoth +Copyright: 2013-2016 Michael Gernoth 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 diff --git a/firmware.c b/firmware.c index 650f035..a52bccf 100644 --- a/firmware.c +++ b/firmware.c @@ -1,6 +1,6 @@ /* generic firmware-functions for HomeMatic * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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/firmware.h b/firmware.h index 3952a29..5905489 100644 --- a/firmware.h +++ b/firmware.h @@ -1,6 +1,6 @@ /* generic firmware-functions for HomeMatic * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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/flash-hmcfgusb.c b/flash-hmcfgusb.c index 9dddd4c..8c858f2 100644 --- a/flash-hmcfgusb.c +++ b/flash-hmcfgusb.c @@ -1,6 +1,6 @@ /* flasher for HM-CFG-USB * - * Copyright (c) 2013-15 Michael Gernoth + * Copyright (c) 2013-16 Michael Gernoth * * 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"); - printf("Copyright (c) 2013-15 Michael Gernoth\n\n"); + printf("Copyright (c) 2013-16 Michael Gernoth\n\n"); exit(EXIT_SUCCESS); case 'h': case ':': diff --git a/flash-ota.c b/flash-ota.c index 5d39e6c..7291e17 100644 --- a/flash-ota.c +++ b/flash-ota.c @@ -1,6 +1,6 @@ /* flasher for HomeMatic-devices supporting OTA updates * - * Copyright (c) 2014-15 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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/hexdump.h b/hexdump.h index 286435c..d3d4f3b 100644 --- a/hexdump.h +++ b/hexdump.h @@ -1,6 +1,6 @@ /* simple hexdumper * - * Copyright (c) 2004-2013 Michael Gernoth + * Copyright (c) 2004-2016 Michael Gernoth * * 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 1025613..0122500 100644 --- a/hm.c +++ b/hm.c @@ -1,6 +1,6 @@ /* HomeMatic protocol-functions * - * Copyright (c) 2014-15 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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 af98626..8126cec 100644 --- a/hm.h +++ b/hm.h @@ -1,6 +1,6 @@ /* HomeMatic defines and functions * - * Copyright (c) 2014-15 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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/hmcfgusb.c b/hmcfgusb.c index c82613f..bcb85a4 100644 --- a/hmcfgusb.c +++ b/hmcfgusb.c @@ -1,6 +1,6 @@ /* HM-CFG-USB libusb-driver * - * Copyright (c) 2013 Michael Gernoth + * Copyright (c) 2013-16 Michael Gernoth * * 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/hmcfgusb.h b/hmcfgusb.h index de94f23..42e2eac 100644 --- a/hmcfgusb.h +++ b/hmcfgusb.h @@ -1,6 +1,6 @@ /* HM-CFG-USB libusb-driver * - * Copyright (c) 2013 Michael Gernoth + * Copyright (c) 2013-16 Michael Gernoth * * 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/hmland.c b/hmland.c index 5eb73c0..38e4d6b 100644 --- a/hmland.c +++ b/hmland.c @@ -1,6 +1,6 @@ /* HM-CFG-LAN emulation for HM-CFG-USB * - * Copyright (c) 2013-15 Michael Gernoth + * Copyright (c) 2013-16 Michael Gernoth * * 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"); - printf("Copyright (c) 2013-15 Michael Gernoth\n\n"); + printf("Copyright (c) 2013-16 Michael Gernoth\n\n"); exit(EXIT_SUCCESS); case 'h': case ':': diff --git a/hmsniff.c b/hmsniff.c index 9b59e2f..051c95c 100644 --- a/hmsniff.c +++ b/hmsniff.c @@ -1,6 +1,6 @@ /* HM-sniffer for HM-CFG-USB * - * Copyright (c) 2013-15 Michael Gernoth + * Copyright (c) 2013-16 Michael Gernoth * * 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"); - printf("Copyright (c) 2013-15 Michael Gernoth\n\n"); + printf("Copyright (c) 2013-16 Michael Gernoth\n\n"); exit(EXIT_SUCCESS); case 'h': case ':': diff --git a/util.c b/util.c index 00ecb7e..6144a30 100644 --- a/util.c +++ b/util.c @@ -1,6 +1,6 @@ /* utility functions * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * 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 93947fc..8bda486 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,6 @@ /* utility functions * - * Copyright (c) 2014 Michael Gernoth + * Copyright (c) 2014-16 Michael Gernoth * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to -- 2.39.2