Browse Source

Update some copyright years.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
c438036698
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      Timeline/TLE.fl
  2. +1
    -1
      Timeline/main.C

+ 2
- 2
Timeline/TLE.fl View File

@@ -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 {} {


+ 1
- 1
Timeline/main.C View File

@@ -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…
Cancel
Save