Update some copyright years.
This commit is contained in:
parent
167a924caf
commit
c438036698
|
@ -3,7 +3,7 @@ version 1.0108
|
|||
header_name {.H}
|
||||
code_name {.C}
|
||||
comment {//
|
||||
// Copyright (C) 2008 Jonathan Moore Liles
|
||||
// Copyright (C) 2008-2010 Jonathan Moore Liles
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or
|
||||
// modify it under the terms of the GNU General Public License
|
||||
|
@ -1077,7 +1077,7 @@ with fast, light, reliable alternatives.}
|
|||
xywh {2 288 492 311} hide
|
||||
} {
|
||||
Fl_Box {} {
|
||||
label {Copyright (C) 2008 Jonathan Moore Liles}
|
||||
label {Copyright (C) 2008-2010 Jonathan Moore Liles}
|
||||
xywh {43 302 410 37} labeltype SHADOW_LABEL labelfont 1 labelsize 18
|
||||
}
|
||||
Fl_Box {} {
|
||||
|
|
|
@ -60,7 +60,7 @@ TLE *tle;
|
|||
|
||||
const char APP_NAME[] = "Non-DAW";
|
||||
const char APP_TITLE[] = "The Non-DAW";
|
||||
const char COPYRIGHT[] = "Copyright (C) 2008 Jonathan Moore Liles";
|
||||
const char COPYRIGHT[] = "Copyright (C) 2008-2010 Jonathan Moore Liles";
|
||||
|
||||
#define PACKAGE "non"
|
||||
|
||||
|
|
Loading…
Reference in New Issue