summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-05-03 14:54:22 +0000
committerWerner Schweer <ws.seh.de>2006-05-03 14:54:22 +0000
commit13727db2de9d5ecc91db141ee65543d7e312096f (patch)
tree92d80463d4fde3551bbed2f5134f56bac8f5f110
parente200bec7ab178c2e8978f4fc078fbc057283f6d4 (diff)
updates
-rw-r--r--muse/muse/widgets/action.h21
-rw-r--r--muse/muse/widgets/bigtime.cpp20
-rw-r--r--muse/muse/widgets/bigtime.h20
-rw-r--r--muse/muse/widgets/comboQuant.cpp21
-rw-r--r--muse/muse/widgets/comboQuant.h21
-rw-r--r--muse/muse/widgets/combobox.cpp21
-rw-r--r--muse/muse/widgets/combobox.h21
-rw-r--r--muse/muse/widgets/comment.cpp21
-rw-r--r--muse/muse/widgets/comment.h21
-rw-r--r--muse/muse/widgets/ctrlcombo.cpp20
-rw-r--r--muse/muse/widgets/ctrlcombo.h20
-rw-r--r--muse/muse/widgets/dentry.cpp21
-rw-r--r--muse/muse/widgets/dentry.h21
-rw-r--r--muse/muse/widgets/doublelabel.cpp21
-rw-r--r--muse/muse/widgets/doublelabel.h21
-rw-r--r--muse/muse/widgets/fdialogbuttons1.h0
-rw-r--r--muse/muse/widgets/filedialog.cpp21
-rw-r--r--muse/muse/widgets/filedialog.h21
-rw-r--r--muse/muse/widgets/floatlabel.cpp21
-rw-r--r--muse/muse/widgets/floatlabel.h21
-rw-r--r--muse/muse/widgets/fontsel.cpp21
-rw-r--r--muse/muse/widgets/fontsel.h21
-rw-r--r--muse/muse/widgets/gatetime.cpp21
-rw-r--r--muse/muse/widgets/gatetime.h21
-rw-r--r--muse/muse/widgets/greendotbutton.h21
-rw-r--r--muse/muse/widgets/intlabel.h21
-rw-r--r--muse/muse/widgets/menutitle.cpp20
-rw-r--r--muse/muse/widgets/menutitle.h20
-rw-r--r--muse/muse/widgets/midisync.cpp20
-rw-r--r--muse/muse/widgets/midisync.h20
-rw-r--r--muse/muse/widgets/mixdowndialog.cpp21
-rw-r--r--muse/muse/widgets/mixdowndialog.h21
-rw-r--r--muse/muse/widgets/noteinfo.cpp21
-rw-r--r--muse/muse/widgets/noteinfo.h21
-rw-r--r--muse/muse/widgets/outportcombo.cpp21
-rw-r--r--muse/muse/widgets/outportcombo.h21
-rw-r--r--muse/muse/widgets/quantcombo.cpp21
-rw-r--r--muse/muse/widgets/quantcombo.h21
-rw-r--r--muse/muse/widgets/rastercombo.cpp21
-rw-r--r--muse/muse/widgets/rastercombo.h21
-rw-r--r--muse/muse/widgets/recordbutton.h21
-rw-r--r--muse/muse/widgets/shortcutcapturedialog.cpp23
-rw-r--r--muse/muse/widgets/shortcutcapturedialog.h25
-rw-r--r--muse/muse/widgets/shortcutconfig.cpp23
-rw-r--r--muse/muse/widgets/siglabel.cpp21
-rw-r--r--muse/muse/widgets/siglabel.h21
-rw-r--r--muse/muse/widgets/simplebutton.cpp20
-rw-r--r--muse/muse/widgets/simplebutton.h20
-rw-r--r--muse/muse/widgets/splitter.cpp21
-rw-r--r--muse/muse/widgets/splitter.h21
-rw-r--r--muse/muse/widgets/tb1.cpp21
-rw-r--r--muse/muse/widgets/tb1.h21
-rw-r--r--muse/muse/widgets/tools.cpp21
-rw-r--r--muse/muse/widgets/tools.h21
-rw-r--r--muse/muse/widgets/utils.cpp21
-rw-r--r--muse/muse/widgets/utils.h21
-rw-r--r--muse/muse/widgets/velocity.cpp21
-rw-r--r--muse/muse/widgets/velocity.h21
58 files changed, 968 insertions, 227 deletions
diff --git a/muse/muse/widgets/action.h b/muse/muse/widgets/action.h
index e573850c..c71ac1bb 100644
--- a/muse/muse/widgets/action.h
+++ b/muse/muse/widgets/action.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: action.h,v 1.2 2004/09/14 18:17:46 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __ACTION_H__
#define __ACTION_H__
diff --git a/muse/muse/widgets/bigtime.cpp b/muse/muse/widgets/bigtime.cpp
index 3db4b7b8..d7458dbc 100644
--- a/muse/muse/widgets/bigtime.cpp
+++ b/muse/muse/widgets/bigtime.cpp
@@ -1,3 +1,23 @@
+//=============================================================================
+// MusE
+// Linux Music Editor
+// $Id:$
+//
+// 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 "al/al.h"
#include "globals.h"
#include "bigtime.h"
diff --git a/muse/muse/widgets/bigtime.h b/muse/muse/widgets/bigtime.h
index 6e5651b6..82b054bf 100644
--- a/muse/muse/widgets/bigtime.h
+++ b/muse/muse/widgets/bigtime.h
@@ -1,3 +1,23 @@
+//=============================================================================
+// MusE
+// Linux Music Editor
+// $Id:$
+//
+// 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.
+//=============================================================================
+
#ifndef __BIGTIME_H__
#define __BIGTIME_H__
diff --git a/muse/muse/widgets/comboQuant.cpp b/muse/muse/widgets/comboQuant.cpp
index 795d08b9..1a95e3b6 100644
--- a/muse/muse/widgets/comboQuant.cpp
+++ b/muse/muse/widgets/comboQuant.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: comboQuant.cpp,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "comboQuant.h"
diff --git a/muse/muse/widgets/comboQuant.h b/muse/muse/widgets/comboQuant.h
index 276446d2..de2a8d82 100644
--- a/muse/muse/widgets/comboQuant.h
+++ b/muse/muse/widgets/comboQuant.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: comboQuant.h,v 1.3 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __COMBOQUANT_H__
#define __COMBOQUANT_H__
diff --git a/muse/muse/widgets/combobox.cpp b/muse/muse/widgets/combobox.cpp
index 55236e88..8b6a5ea2 100644
--- a/muse/muse/widgets/combobox.cpp
+++ b/muse/muse/widgets/combobox.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: combobox.cpp,v 1.7 2005/10/05 18:15:27 wschweer Exp $
-// (C) Copyright 2004 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "combobox.h"
diff --git a/muse/muse/widgets/combobox.h b/muse/muse/widgets/combobox.h
index 42efc381..70d71030 100644
--- a/muse/muse/widgets/combobox.h
+++ b/muse/muse/widgets/combobox.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: combobox.h,v 1.7 2005/10/05 18:15:27 wschweer Exp $
-// (C) Copyright 2004 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __COMBOBOX_H__
#define __COMBOBOX_H__
diff --git a/muse/muse/widgets/comment.cpp b/muse/muse/widgets/comment.cpp
index 5f5776d6..2bb981eb 100644
--- a/muse/muse/widgets/comment.cpp
+++ b/muse/muse/widgets/comment.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: comment.cpp,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "comment.h"
#include "song.h"
diff --git a/muse/muse/widgets/comment.h b/muse/muse/widgets/comment.h
index 103f8dcc..9d356d7a 100644
--- a/muse/muse/widgets/comment.h
+++ b/muse/muse/widgets/comment.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: comment.h,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __COMMENT_H__
#define __COMMENT_H__
diff --git a/muse/muse/widgets/ctrlcombo.cpp b/muse/muse/widgets/ctrlcombo.cpp
index 5d73d003..3139265a 100644
--- a/muse/muse/widgets/ctrlcombo.cpp
+++ b/muse/muse/widgets/ctrlcombo.cpp
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: ctrlcombo.cpp,v 1.2 2005/11/04 12:03:48 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 1999/2000 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 "ctrlcombo.h"
diff --git a/muse/muse/widgets/ctrlcombo.h b/muse/muse/widgets/ctrlcombo.h
index eedbf804..1eb59ab0 100644
--- a/muse/muse/widgets/ctrlcombo.h
+++ b/muse/muse/widgets/ctrlcombo.h
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: ctrlcombo.h,v 1.3 2005/11/04 12:03:48 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 1999/2000 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.
+//=============================================================================
#ifndef __CTRLGRP_H__
#define __CTRLGRP_H__
diff --git a/muse/muse/widgets/dentry.cpp b/muse/muse/widgets/dentry.cpp
index 9ba6172d..b52d4363 100644
--- a/muse/muse/widgets/dentry.cpp
+++ b/muse/muse/widgets/dentry.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: dentry.cpp,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "dentry.h"
#include "globals.h"
diff --git a/muse/muse/widgets/dentry.h b/muse/muse/widgets/dentry.h
index 766f4022..5e2ba724 100644
--- a/muse/muse/widgets/dentry.h
+++ b/muse/muse/widgets/dentry.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: dentry.h,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __DENTRY_H__
#define __DENTRY_H__
diff --git a/muse/muse/widgets/doublelabel.cpp b/muse/muse/widgets/doublelabel.cpp
index fbb77b9b..4026800b 100644
--- a/muse/muse/widgets/doublelabel.cpp
+++ b/muse/muse/widgets/doublelabel.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: doublelabel.cpp,v 1.3 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "doublelabel.h"
#include "utils.h"
diff --git a/muse/muse/widgets/doublelabel.h b/muse/muse/widgets/doublelabel.h
index bf64d736..0ed72514 100644
--- a/muse/muse/widgets/doublelabel.h
+++ b/muse/muse/widgets/doublelabel.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: doublelabel.h,v 1.3 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __DOUBLELABEL_H__
#define __DOUBLELABEL_H__
diff --git a/muse/muse/widgets/fdialogbuttons1.h b/muse/muse/widgets/fdialogbuttons1.h
deleted file mode 100644
index e69de29b..00000000
--- a/muse/muse/widgets/fdialogbuttons1.h
+++ /dev/null
diff --git a/muse/muse/widgets/filedialog.cpp b/muse/muse/widgets/filedialog.cpp
index 0fd902ea..eec678f5 100644
--- a/muse/muse/widgets/filedialog.cpp
+++ b/muse/muse/widgets/filedialog.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: filedialog.cpp,v 1.14 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2000 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "filedialog.h"
#include "../globals.h"
diff --git a/muse/muse/widgets/filedialog.h b/muse/muse/widgets/filedialog.h
index 572ce051..cb906e00 100644
--- a/muse/muse/widgets/filedialog.h
+++ b/muse/muse/widgets/filedialog.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: filedialog.h,v 1.8 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2000 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
class FileDialogButtons;
diff --git a/muse/muse/widgets/floatlabel.cpp b/muse/muse/widgets/floatlabel.cpp
index 4c5aa701..75e81419 100644
--- a/muse/muse/widgets/floatlabel.cpp
+++ b/muse/muse/widgets/floatlabel.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: floatlabel.cpp,v 1.1 2004/09/14 18:17:47 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "doublelabel.h"
#include "utils.h"
diff --git a/muse/muse/widgets/floatlabel.h b/muse/muse/widgets/floatlabel.h
index 0ff8273a..9f51d7d4 100644
--- a/muse/muse/widgets/floatlabel.h
+++ b/muse/muse/widgets/floatlabel.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: floatlabel.h,v 1.1 2004/09/14 18:17:47 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __FLOATLABEL_H__
#define __FLOATLABEL_H__
diff --git a/muse/muse/widgets/fontsel.cpp b/muse/muse/widgets/fontsel.cpp
index a412bcdb..b0d6c95b 100644
--- a/muse/muse/widgets/fontsel.cpp
+++ b/muse/muse/widgets/fontsel.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: fontsel.cpp,v 1.5 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "icons.h"
#include "fontsel.h"
diff --git a/muse/muse/widgets/fontsel.h b/muse/muse/widgets/fontsel.h
index 20e6298e..92d076b6 100644
--- a/muse/muse/widgets/fontsel.h
+++ b/muse/muse/widgets/fontsel.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: fontsel.h,v 1.2 2004/09/14 18:17:47 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __FONTSEL_H__
#define __FONTSEL_H__
diff --git a/muse/muse/widgets/gatetime.cpp b/muse/muse/widgets/gatetime.cpp
index dc0bf02c..83624fa8 100644
--- a/muse/muse/widgets/gatetime.cpp
+++ b/muse/muse/widgets/gatetime.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: gatetime.cpp,v 1.5 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "gatetime.h"
#include "song.h"
diff --git a/muse/muse/widgets/gatetime.h b/muse/muse/widgets/gatetime.h
index c5e0dfdb..cf0d6ff7 100644
--- a/muse/muse/widgets/gatetime.h
+++ b/muse/muse/widgets/gatetime.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: gatetime.h,v 1.3 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __GATETIME_H__
#define __GATETIME_H__
diff --git a/muse/muse/widgets/greendotbutton.h b/muse/muse/widgets/greendotbutton.h
index 8e100fb5..84bfab96 100644
--- a/muse/muse/widgets/greendotbutton.h
+++ b/muse/muse/widgets/greendotbutton.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: greendotbutton.h,v 1.2 2005/11/05 11:05:25 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __GREENDOTBUTTON_H__
#define __GREENDOTBUTTON_H__
diff --git a/muse/muse/widgets/intlabel.h b/muse/muse/widgets/intlabel.h
index 6c77fa13..c8919735 100644
--- a/muse/muse/widgets/intlabel.h
+++ b/muse/muse/widgets/intlabel.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: intlabel.h,v 1.2 2004/09/14 18:17:47 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __INTLABEL_H__
#define __INTLABEL_H__
diff --git a/muse/muse/widgets/menutitle.cpp b/muse/muse/widgets/menutitle.cpp
index 2e153b74..0dd7ddab 100644
--- a/muse/muse/widgets/menutitle.cpp
+++ b/muse/muse/widgets/menutitle.cpp
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: menutitle.cpp,v 1.1 2005/05/06 15:02:11 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 "menutitle.h"
diff --git a/muse/muse/widgets/menutitle.h b/muse/muse/widgets/menutitle.h
index a35a9df6..f3e85849 100644
--- a/muse/muse/widgets/menutitle.h
+++ b/muse/muse/widgets/menutitle.h
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: menutitle.h,v 1.1 2005/05/06 15:02:11 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.
+//=============================================================================
#ifndef __MENUTITLE_H__
#define __MENUTITLE_H__
diff --git a/muse/muse/widgets/midisync.cpp b/muse/muse/widgets/midisync.cpp
index cb38a62e..65e14a3c 100644
--- a/muse/muse/widgets/midisync.cpp
+++ b/muse/muse/widgets/midisync.cpp
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: midisyncimpl.cpp,v 1.9 2005/12/07 19:23:29 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 1999/2000 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 "al/al.h"
#include "midisync.h"
diff --git a/muse/muse/widgets/midisync.h b/muse/muse/widgets/midisync.h
index 4466c0ed..c1db5fdd 100644
--- a/muse/muse/widgets/midisync.h
+++ b/muse/muse/widgets/midisync.h
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: midisyncimpl.h,v 1.3 2005/12/05 20:40:39 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 1999/2000 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.
+//=============================================================================
#ifndef __MIDISYNC_H__
#define __MIDISYNC_H__
diff --git a/muse/muse/widgets/mixdowndialog.cpp b/muse/muse/widgets/mixdowndialog.cpp
index 39a6df9b..6fc2fa28 100644
--- a/muse/muse/widgets/mixdowndialog.cpp
+++ b/muse/muse/widgets/mixdowndialog.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: mixdowndialog.cpp,v 1.8 2006/01/21 13:42:05 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "al/al.h"
#include "mixdowndialog.h"
diff --git a/muse/muse/widgets/mixdowndialog.h b/muse/muse/widgets/mixdowndialog.h
index 85427076..58d1b970 100644
--- a/muse/muse/widgets/mixdowndialog.h
+++ b/muse/muse/widgets/mixdowndialog.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: mixdowndialog.h,v 1.4 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __MIXDOWNDIALOG_H__
#define __MIXDOWNDIALOG_H__
diff --git a/muse/muse/widgets/noteinfo.cpp b/muse/muse/widgets/noteinfo.cpp
index b7bf38ed..b495005f 100644
--- a/muse/muse/widgets/noteinfo.cpp
+++ b/muse/muse/widgets/noteinfo.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: noteinfo.cpp,v 1.14 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "noteinfo.h"
#include "song.h"
diff --git a/muse/muse/widgets/noteinfo.h b/muse/muse/widgets/noteinfo.h
index 45a090d9..afcb6d1f 100644
--- a/muse/muse/widgets/noteinfo.h
+++ b/muse/muse/widgets/noteinfo.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: noteinfo.h,v 1.9 2005/10/05 18:15:27 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __NOTE_INFO_H__
#define __NOTE_INFO_H__
diff --git a/muse/muse/widgets/outportcombo.cpp b/muse/muse/widgets/outportcombo.cpp
index 1bbf30a9..f919b7c9 100644
--- a/muse/muse/widgets/outportcombo.cpp
+++ b/muse/muse/widgets/outportcombo.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: outportcombo.cpp,v 1.3 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer
-//=========================================================
+// $Id:$
+//
+// 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 "outportcombo.h"
#include "midiport.h"
diff --git a/muse/muse/widgets/outportcombo.h b/muse/muse/widgets/outportcombo.h
index 1c44bd30..8a49fc53 100644
--- a/muse/muse/widgets/outportcombo.h
+++ b/muse/muse/widgets/outportcombo.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: outportcombo.h,v 1.2 2005/11/04 12:03:48 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __OUTPORTCOMBO_H__
#define __OUTPORTCOMBO_H__
diff --git a/muse/muse/widgets/quantcombo.cpp b/muse/muse/widgets/quantcombo.cpp
index 74df5403..89cd27fc 100644
--- a/muse/muse/widgets/quantcombo.cpp
+++ b/muse/muse/widgets/quantcombo.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: quantcombo.cpp,v 1.2 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2006 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "quantcombo.h"
diff --git a/muse/muse/widgets/quantcombo.h b/muse/muse/widgets/quantcombo.h
index 6bffe613..6cdfb69d 100644
--- a/muse/muse/widgets/quantcombo.h
+++ b/muse/muse/widgets/quantcombo.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: quantcombo.h,v 1.1 2006/01/24 21:19:28 wschweer Exp $
-// (C) Copyright 2006 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __QUANTCOMBO_H__
#define __QUANTCOMBO_H__
diff --git a/muse/muse/widgets/rastercombo.cpp b/muse/muse/widgets/rastercombo.cpp
index 8cb4ba8f..f5b3c7e6 100644
--- a/muse/muse/widgets/rastercombo.cpp
+++ b/muse/muse/widgets/rastercombo.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: rastercombo.cpp,v 1.1 2006/01/24 21:19:28 wschweer Exp $
-// (C) Copyright 2006 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "rastercombo.h"
diff --git a/muse/muse/widgets/rastercombo.h b/muse/muse/widgets/rastercombo.h
index 8e98fc28..9ae48ba6 100644
--- a/muse/muse/widgets/rastercombo.h
+++ b/muse/muse/widgets/rastercombo.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: rastercombo.h,v 1.1 2006/01/24 21:19:28 wschweer Exp $
-// (C) Copyright 2006 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __RASTERCOMBO_H__
#define __RASTERCOMBO_H__
diff --git a/muse/muse/widgets/recordbutton.h b/muse/muse/widgets/recordbutton.h
index 1af255dc..9b30de01 100644
--- a/muse/muse/widgets/recordbutton.h
+++ b/muse/muse/widgets/recordbutton.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: recordbutton.h,v 1.2 2005/11/05 11:05:25 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __RECORDBUTTON_H__
#define __RCORDBUTTON_H__
diff --git a/muse/muse/widgets/shortcutcapturedialog.cpp b/muse/muse/widgets/shortcutcapturedialog.cpp
index c204d8e6..79bf9b7f 100644
--- a/muse/muse/widgets/shortcutcapturedialog.cpp
+++ b/muse/muse/widgets/shortcutcapturedialog.cpp
@@ -1,14 +1,23 @@
+//=============================================================================
+// MusE
+// Linux Music Editor
+// $Id:$
//
-// C++ Implementation: shortcutcapturedialog
+// Copyright (C) 2003 Mathias Lundgren (lunar_shuttle@users.sourceforge.net)
//
-// Description:
-// Dialog window for capturing keyboard shortcuts
-//
-// Author: Mathias Lundgren <lunar_shuttle@users.sourceforge.net>, (C) 2003
-//
-// Copyright: Mathias Lundgren (lunar_shuttle@users.sourceforge.net) (C) 2003
+// 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 "shortcutcapturedialog.h"
#include "shortcuts.h"
diff --git a/muse/muse/widgets/shortcutcapturedialog.h b/muse/muse/widgets/shortcutcapturedialog.h
index dffc5f42..2ddc696e 100644
--- a/muse/muse/widgets/shortcutcapturedialog.h
+++ b/muse/muse/widgets/shortcutcapturedialog.h
@@ -1,13 +1,28 @@
+//=============================================================================
+// MusE
+// Linux Music Editor
+// $Id:$
//
-// C++ Interface: shortcutcapturedialog
+// Copyright (C) 2003 Mathias Lundgren <lunar_shuttle@users.sourceforge.net>
//
-// Description:
-// Dialog window for capturing keyboard shortcuts
+// 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.
//
-// Author: Mathias Lundgren <lunar_shuttle@users.sourceforge.net>, (C) 2003
+// 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.
+//=============================================================================
+
//
-// Copyright: Mathias Lundgren (lunar_shuttle@users.sourceforge.net) (C) 2003
+// C++ Interface: shortcutcapturedialog
//
+// Description:
+// Dialog window for capturing keyboard shortcuts
//
#include "shortcuts.h"
diff --git a/muse/muse/widgets/shortcutconfig.cpp b/muse/muse/widgets/shortcutconfig.cpp
index d2d54355..cfceaca5 100644
--- a/muse/muse/widgets/shortcutconfig.cpp
+++ b/muse/muse/widgets/shortcutconfig.cpp
@@ -1,14 +1,23 @@
+//=============================================================================
+// MusE
+// Linux Music Editor
+// $Id:$
//
-// C++ Implementation: shortcutconfig
+// Copyright (C) 2003 Mathias Lundgren (lunar_shuttle@users.sourceforge.net)
//
-// Description:
-// Dialog for configuring keyboard shortcuts
-//
-// Author: Mathias Lundgren <lunar_shuttle@users.sourceforge.net>, (C) 2003
-//
-// Copyright: Mathias Lundgren (lunar_shuttle@users.sourceforge.net) (C) 2003
+// 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 "shortcutconfig.h"
#include "shortcutcapturedialog.h"
#include "shortcuts.h"
diff --git a/muse/muse/widgets/siglabel.cpp b/muse/muse/widgets/siglabel.cpp
index ad6e5898..2f8d3e84 100644
--- a/muse/muse/widgets/siglabel.cpp
+++ b/muse/muse/widgets/siglabel.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: siglabel.cpp,v 1.5 2005/10/10 19:34:09 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "siglabel.h"
diff --git a/muse/muse/widgets/siglabel.h b/muse/muse/widgets/siglabel.h
index 2b202757..8ffa317e 100644
--- a/muse/muse/widgets/siglabel.h
+++ b/muse/muse/widgets/siglabel.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: siglabel.h,v 1.5 2005/10/10 19:34:09 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __SIGLABEL_H__
#define __SIGLABEL_H__
diff --git a/muse/muse/widgets/simplebutton.cpp b/muse/muse/widgets/simplebutton.cpp
index 14e453c4..77e72e12 100644
--- a/muse/muse/widgets/simplebutton.cpp
+++ b/muse/muse/widgets/simplebutton.cpp
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: simplebutton.cpp,v 1.12 2006/01/31 20:33:22 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 2004 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 "simplebutton.h"
diff --git a/muse/muse/widgets/simplebutton.h b/muse/muse/widgets/simplebutton.h
index db42de01..8eeb8951 100644
--- a/muse/muse/widgets/simplebutton.h
+++ b/muse/muse/widgets/simplebutton.h
@@ -1,10 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: simplebutton.h,v 1.7 2005/11/05 11:05:25 wschweer Exp $
+// $Id:$
//
-// (C) Copyright 2004 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.
+//=============================================================================
#ifndef __SIMPLE_BUTTON_H__
#define __SIMPLE_BUTTON_H__
diff --git a/muse/muse/widgets/splitter.cpp b/muse/muse/widgets/splitter.cpp
index 8862010a..3a860be4 100644
--- a/muse/muse/widgets/splitter.cpp
+++ b/muse/muse/widgets/splitter.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: splitter.cpp,v 1.9 2005/11/23 13:55:32 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "splitter.h"
#include "utils.h"
diff --git a/muse/muse/widgets/splitter.h b/muse/muse/widgets/splitter.h
index 3b974b58..238031c3 100644
--- a/muse/muse/widgets/splitter.h
+++ b/muse/muse/widgets/splitter.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: splitter.h,v 1.8 2005/11/23 13:55:32 wschweer Exp $
-// (C) Copyright 2005 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __SPLITTER_H__
#define __SPLITTER_H__
diff --git a/muse/muse/widgets/tb1.cpp b/muse/muse/widgets/tb1.cpp
index 1d0fc7dc..33400420 100644
--- a/muse/muse/widgets/tb1.cpp
+++ b/muse/muse/widgets/tb1.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: tb1.cpp,v 1.20 2006/02/07 16:59:35 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "tb1.h"
#include "globals.h"
diff --git a/muse/muse/widgets/tb1.h b/muse/muse/widgets/tb1.h
index 37f891aa..e10884d2 100644
--- a/muse/muse/widgets/tb1.h
+++ b/muse/muse/widgets/tb1.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: tb1.h,v 1.12 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __TB1_H__
#define __TB1_H__
diff --git a/muse/muse/widgets/tools.cpp b/muse/muse/widgets/tools.cpp
index e4e294f6..8f081121 100644
--- a/muse/muse/widgets/tools.cpp
+++ b/muse/muse/widgets/tools.cpp
@@ -1,9 +1,22 @@
- //=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: tools.cpp,v 1.8 2005/12/21 17:03:08 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "tools.h"
#include "icons.h"
diff --git a/muse/muse/widgets/tools.h b/muse/muse/widgets/tools.h
index 25c8db13..066912e7 100644
--- a/muse/muse/widgets/tools.h
+++ b/muse/muse/widgets/tools.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: tools.h,v 1.7 2006/01/28 19:11:20 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __TOOLS_H__
#define __TOOLS_H__
diff --git a/muse/muse/widgets/utils.cpp b/muse/muse/widgets/utils.cpp
index a1fb20ec..71718c10 100644
--- a/muse/muse/widgets/utils.cpp
+++ b/muse/muse/widgets/utils.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: utils.cpp,v 1.20 2005/11/23 13:55:32 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 <sys/time.h>
#include "utils.h"
diff --git a/muse/muse/widgets/utils.h b/muse/muse/widgets/utils.h
index 64f3aac9..d3741583 100644
--- a/muse/muse/widgets/utils.h
+++ b/muse/muse/widgets/utils.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: utils.h,v 1.12 2006/01/12 14:49:13 wschweer Exp $
-// (C) Copyright 1999 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __UTILS_H__
#define __UTILS_H__
diff --git a/muse/muse/widgets/velocity.cpp b/muse/muse/widgets/velocity.cpp
index b5e5b025..ed2cac4e 100644
--- a/muse/muse/widgets/velocity.cpp
+++ b/muse/muse/widgets/velocity.cpp
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: velocity.cpp,v 1.5 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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 "velocity.h"
#include "song.h"
diff --git a/muse/muse/widgets/velocity.h b/muse/muse/widgets/velocity.h
index bbe89cc7..f479bc0f 100644
--- a/muse/muse/widgets/velocity.h
+++ b/muse/muse/widgets/velocity.h
@@ -1,9 +1,22 @@
-//=========================================================
+//=============================================================================
// MusE
// Linux Music Editor
-// $Id: velocity.h,v 1.3 2006/01/25 16:24:33 wschweer Exp $
-// (C) Copyright 2001 Werner Schweer (ws@seh.de)
-//=========================================================
+// $Id:$
+//
+// 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.
+//=============================================================================
#ifndef __VELOCITY_H__
#define __VELOCITY_H__