diff options
author | Werner Schweer <ws.seh.de> | 2006-05-21 22:17:22 +0000 |
---|---|---|
committer | Werner Schweer <ws.seh.de> | 2006-05-21 22:17:22 +0000 |
commit | 4d53abe2acfe04f0650f352e0aa1e5344d2b9d7b (patch) | |
tree | b32eb49a2ddacf22346cca1d1bd46ebabc8905be /muse/muse/arranger/tlwlayout.cpp | |
parent | 15bd588827bb5286ef155c3a7cc6ede23fbc7b31 (diff) |
updates
Diffstat (limited to 'muse/muse/arranger/tlwlayout.cpp')
-rw-r--r-- | muse/muse/arranger/tlwlayout.cpp | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/muse/muse/arranger/tlwlayout.cpp b/muse/muse/arranger/tlwlayout.cpp index ba1cd5a8..126bcaea 100644 --- a/muse/muse/arranger/tlwlayout.cpp +++ b/muse/muse/arranger/tlwlayout.cpp @@ -1,10 +1,22 @@ -//========================================================= +//============================================================================= // MusE // Linux Music Editor -// $Id: tlwlayout.cpp,v 1.21 2006/01/12 14:49:13 wschweer Exp $ +// $Id:$ // -// (C) Copyright 2005 Werner Schweer (ws@seh.de) -//========================================================= +// Copyright (C) 2002-2006 by Werner Schweer and others +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 2. +// +// 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., 675 Mass Ave, Cambridge, MA 02139, USA. +//============================================================================= #include "tlwlayout.h" #include "arranger.h" |