summaryrefslogtreecommitdiff
path: root/muse2
diff options
context:
space:
mode:
Diffstat (limited to 'muse2')
-rw-r--r--muse2/ChangeLog3
-rw-r--r--muse2/muse/cobject.cpp15
2 files changed, 18 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 5167c23f..51ef9e30 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,6 +1,9 @@
14.09.2011:
- added sane configuration defaults to muse (flo93)
- several minor fixes (flo93)
+ - added MDI-like and borland-like user interface (flo93)
+ - improved pasting, added dialogs, added "copy in range",
+ changed shortcut keys (flo93)
13.09.2011:
*Added: You can now insert new tracks instead of always at the track list end. (Tim)
If main menu 'Add track': Inserts before currently selected track, else adds at end.
diff --git a/muse2/muse/cobject.cpp b/muse2/muse/cobject.cpp
index 42c3cad2..8940bb3b 100644
--- a/muse2/muse/cobject.cpp
+++ b/muse2/muse/cobject.cpp
@@ -19,6 +19,21 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
+//
+// 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 the Free Software Foundation; version 2 of
+// the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+//
//=========================================================
#include "cobject.h"