From 250f25803b86d18a209ad2b29c3fcb0f5bb2ff0d Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 2 Jan 2016 22:52:57 +0100 Subject: [PATCH] Update copyright Signed-off-by: Michael Buesch --- awlsim-gui | 2 +- awlsim-linuxcnc-hal | 2 +- awlsim-symtab | 2 +- awlsim/gui/mainwindow.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awlsim-gui b/awlsim-gui index 2de4ed7cc..86de1f027 100755 --- a/awlsim-gui +++ b/awlsim-gui @@ -3,7 +3,7 @@ # # AWL simulator - GUI # -# Copyright 2012-2015 Michael Buesch +# Copyright 2012-2016 Michael Buesch # # 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/awlsim-linuxcnc-hal b/awlsim-linuxcnc-hal index 9cc4129ad..657c016de 100755 --- a/awlsim-linuxcnc-hal +++ b/awlsim-linuxcnc-hal @@ -3,7 +3,7 @@ # # AWL simulator - LinuxCNC HAL module # -# Copyright 2013-2015 Michael Buesch +# Copyright 2013-2016 Michael Buesch # # 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/awlsim-symtab b/awlsim-symtab index dc117a49d..edc132c9b 100755 --- a/awlsim-symtab +++ b/awlsim-symtab @@ -3,7 +3,7 @@ # # AWL simulator - Symbol table parser # -# Copyright 2014 Michael Buesch +# Copyright 2014-2016 Michael Buesch # # 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/awlsim/gui/mainwindow.py b/awlsim/gui/mainwindow.py index fe745d679..d432d624d 100644 --- a/awlsim/gui/mainwindow.py +++ b/awlsim/gui/mainwindow.py @@ -2,7 +2,7 @@ # # AWL simulator - GUI main window # -# Copyright 2012-2015 Michael Buesch +# Copyright 2012-2016 Michael Buesch # # 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 @@ -571,7 +571,7 @@ def about(self): QMessageBox.about(self, "About AWL/STL soft-PLC", "Awlsim soft-PLC version %s\n" "\n" - "Copyright 2012-2015 Michael Büsch \n" + "Copyright 2012-2016 Michael Büsch \n" "\n" "Project home: %s\n" "\n"