-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* GCVideo DVI Firmware | ||
Copyright (C) 2015-2018, Ingo Korb <[email protected]> | ||
Copyright (C) 2015-2019, Ingo Korb <[email protected]> | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
|
@@ -80,7 +80,7 @@ void screen_about(void) { | |
osd_putsat(14, 11, "GCVideo DVI v" VERSION); | ||
} | ||
} | ||
osd_putsat(12, 13, "Copyright \013 2015-2018"); | ||
osd_putsat(12, 13, "Copyright \013 2015-2019"); | ||
osd_putsat(16, 14, "by Ingo Korb"); | ||
osd_putsat(15, 15, "[email protected]"); | ||
osd_gotoxy(14, 17); | ||
|
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
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