forked from mbuesch/awlsim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Buesch <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# AWL simulator - GUI | ||
# | ||
# Copyright 2012-2015 Michael Buesch <[email protected]> | ||
# Copyright 2012-2016 Michael Buesch <[email protected]> | ||
# | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# AWL simulator - LinuxCNC HAL module | ||
# | ||
# Copyright 2013-2015 Michael Buesch <[email protected]> | ||
# Copyright 2013-2016 Michael Buesch <[email protected]> | ||
# | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# AWL simulator - Symbol table parser | ||
# | ||
# Copyright 2014 Michael Buesch <[email protected]> | ||
# Copyright 2014-2016 Michael Buesch <[email protected]> | ||
# | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# AWL simulator - GUI main window | ||
# | ||
# Copyright 2012-2015 Michael Buesch <[email protected]> | ||
# Copyright 2012-2016 Michael Buesch <[email protected]> | ||
# | ||
# 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 <[email protected]>\n" | ||
"Copyright 2012-2016 Michael Büsch <[email protected]>\n" | ||
"\n" | ||
"Project home: %s\n" | ||
"\n" | ||
|