From: Mikko Rasa Date: Wed, 21 Nov 2012 09:49:56 +0000 (+0200) Subject: Strip copyright messages and id tags from individual files X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=2b70e8801c43875ed3f4135bdd0141265cff0312;p=libs%2Fgltk.git Strip copyright messages and id tags from individual files --- diff --git a/Build b/Build index 8413be4..85e44f7 100644 --- a/Build +++ b/Build @@ -1,5 +1,3 @@ -/* $Id$ */ - package "mspgltk" { version "1.1"; diff --git a/Changelog.txt b/Changelog.txt index 4947ba9..93b19ae 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -13,5 +13,3 @@ 0.9 * First release - -($Id$) diff --git a/basic.skin b/basic.skin index eb0a9d6..39a900d 100644 --- a/basic.skin +++ b/basic.skin @@ -1,5 +1,3 @@ -/* $Id$ */ - default_font "dejavu-10.font"; graphic "grey_raised" diff --git a/helloworld.cpp b/helloworld.cpp index e41361f..8ff4d8c 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - /* A simple graphical Hello World application implemented with mspgltk. Demonstrates some of the most common widget types. diff --git a/source/button.cpp b/source/button.cpp index da2c433..fb05262 100644 --- a/source/button.cpp +++ b/source/button.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "button.h" #include "part.h" diff --git a/source/button.h b/source/button.h index 08c135d..31009c7 100644 --- a/source/button.h +++ b/source/button.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_BUTTON_H_ #define MSP_GLTK_BUTTON_H_ diff --git a/source/column.h b/source/column.h index 92919be..0e5f004 100644 --- a/source/column.h +++ b/source/column.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_COLUMN_H_ #define MSP_GLTK_COLUMN_H_ diff --git a/source/connector.cpp b/source/connector.cpp index 690a57b..2b64d00 100644 --- a/source/connector.cpp +++ b/source/connector.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "connector.h" #include "logic.h" diff --git a/source/connector.h b/source/connector.h index 1960e81..739f67f 100644 --- a/source/connector.h +++ b/source/connector.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_CONNECTOR_H_ #define MSP_GLTK_CONNECTOR_H_ diff --git a/source/container.cpp b/source/container.cpp index 4c0ce93..483608a 100644 --- a/source/container.cpp +++ b/source/container.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "container.h" using namespace std; diff --git a/source/container.h b/source/container.h index e41baab..6688465 100644 --- a/source/container.h +++ b/source/container.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_CONTAINER_H_ #define MSP_GLTK_CONTAINER_H_ diff --git a/source/dialog.cpp b/source/dialog.cpp index 5a03102..cc4c1bf 100644 --- a/source/dialog.cpp +++ b/source/dialog.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "button.h" #include "dialog.h" diff --git a/source/dialog.h b/source/dialog.h index eb2d176..1365f3a 100644 --- a/source/dialog.h +++ b/source/dialog.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_DIALOG_H_ #define MSP_GLTK_DIALOG_H_ diff --git a/source/dropdown.cpp b/source/dropdown.cpp index cff5387..87ea5ee 100644 --- a/source/dropdown.cpp +++ b/source/dropdown.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "dropdown.h" #include "list.h" diff --git a/source/dropdown.h b/source/dropdown.h index 7cacf22..ece84ba 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_DROPDOWN_H_ #define MSP_GLTK_DROPDOWN_H_ diff --git a/source/entry.cpp b/source/entry.cpp index a554dbb..ec6bba7 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/entry.h b/source/entry.h index 25acf7d..2323a38 100644 --- a/source/entry.h +++ b/source/entry.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_ENTRY_H_ #define MSP_GLTK_ENTRY_H_ diff --git a/source/geometry.cpp b/source/geometry.cpp index 91d7c5a..b7e89c0 100644 --- a/source/geometry.cpp +++ b/source/geometry.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2008, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "geometry.h" namespace Msp { diff --git a/source/geometry.h b/source/geometry.h index ed18e54..9945fab 100644 --- a/source/geometry.h +++ b/source/geometry.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_GEOMETRY_H_ #define MSP_GLTK_GEOMETRY_H_ diff --git a/source/graphic.cpp b/source/graphic.cpp index db2afa2..7b8128c 100644 --- a/source/graphic.cpp +++ b/source/graphic.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "graphic.h" #include "resources.h" diff --git a/source/graphic.h b/source/graphic.h index 1647d2f..81ad669 100644 --- a/source/graphic.h +++ b/source/graphic.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_GRAPHIC_H_ #define MSP_GLTK_GRAPHIC_H_ diff --git a/source/grid.cpp b/source/grid.cpp index 4bf0167..fb08823 100644 --- a/source/grid.cpp +++ b/source/grid.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "grid.h" using namespace std; diff --git a/source/grid.h b/source/grid.h index 789672a..519151e 100644 --- a/source/grid.h +++ b/source/grid.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_GRID_H_ #define MSP_GLTK_GRID_H_ diff --git a/source/hslider.cpp b/source/hslider.cpp index e855fcf..18a163c 100644 --- a/source/hslider.cpp +++ b/source/hslider.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2008, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "graphic.h" diff --git a/source/hslider.h b/source/hslider.h index 1294842..a94e8bc 100644 --- a/source/hslider.h +++ b/source/hslider.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_HSLIDER_H_ #define MSP_GLTK_HSLIDER_H_ diff --git a/source/image.cpp b/source/image.cpp index 3c0cfa5..bff7904 100644 --- a/source/image.cpp +++ b/source/image.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/image.h b/source/image.h index afc4826..5f6b935 100644 --- a/source/image.h +++ b/source/image.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_IMAGE_H_ #define MSP_GLTK_IMAGE_H_ diff --git a/source/indicator.cpp b/source/indicator.cpp index 8aeca21..568aafd 100644 --- a/source/indicator.cpp +++ b/source/indicator.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "indicator.h" namespace Msp { diff --git a/source/indicator.h b/source/indicator.h index fdc83b4..cf20e31 100644 --- a/source/indicator.h +++ b/source/indicator.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_INDICATOR_H_ #define MSP_GLTK_INDICATOR_H_ diff --git a/source/label.cpp b/source/label.cpp index e1015e8..3805eaf 100644 --- a/source/label.cpp +++ b/source/label.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "label.h" #include "part.h" #include "style.h" diff --git a/source/label.h b/source/label.h index 20219c4..a61776e 100644 --- a/source/label.h +++ b/source/label.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2009-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LABEL_H_ #define MSP_GLTK_LABEL_H_ diff --git a/source/layout.cpp b/source/layout.cpp index 468d45f..6ed46e4 100644 --- a/source/layout.cpp +++ b/source/layout.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "container.h" #include "layout.h" diff --git a/source/layout.h b/source/layout.h index 7e8cdea..379b468 100644 --- a/source/layout.h +++ b/source/layout.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LAYOUT_H_ #define MSP_GLTK_LAYOUT_H_ diff --git a/source/list.cpp b/source/list.cpp index f7cc4d7..d81c486 100644 --- a/source/list.cpp +++ b/source/list.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/list.h b/source/list.h index b3b3a88..56fe6aa 100644 --- a/source/list.h +++ b/source/list.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LIST_H_ #define MSP_GLTK_LIST_H_ diff --git a/source/logic.cpp b/source/logic.cpp index 85ec710..3ed745c 100644 --- a/source/logic.cpp +++ b/source/logic.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "logic.h" using namespace std; diff --git a/source/logic.h b/source/logic.h index 091c4e1..e6c5243 100644 --- a/source/logic.h +++ b/source/logic.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LOGIC_H_ #define MSP_GLTK_LOGIC_H_ diff --git a/source/mixedrows.cpp b/source/mixedrows.cpp index 275629d..bfcf621 100644 --- a/source/mixedrows.cpp +++ b/source/mixedrows.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "mixedrows.h" namespace Msp { diff --git a/source/mixedrows.h b/source/mixedrows.h index 721b877..943bb3a 100644 --- a/source/mixedrows.h +++ b/source/mixedrows.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_MIXEDROWS_H_ #define MSP_GLTK_MIXEDROWS_H_ diff --git a/source/panel.cpp b/source/panel.cpp index a1a453a..b44004f 100644 --- a/source/panel.cpp +++ b/source/panel.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "button.h" diff --git a/source/panel.h b/source/panel.h index a5483c4..2ba916d 100644 --- a/source/panel.h +++ b/source/panel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_PANEL_H_ #define MSP_GLTK_PANEL_H_ diff --git a/source/part.cpp b/source/part.cpp index f2797f9..7eb19c7 100644 --- a/source/part.cpp +++ b/source/part.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "geometry.h" #include "part.h" diff --git a/source/part.h b/source/part.h index 5fe07a4..b4ada58 100644 --- a/source/part.h +++ b/source/part.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_PART_H_ #define MSP_GLTK_PART_H_ diff --git a/source/resources.cpp b/source/resources.cpp index 825fc25..11fc1fa 100644 --- a/source/resources.cpp +++ b/source/resources.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "resources.h" diff --git a/source/resources.h b/source/resources.h index e4d7f73..52da395 100644 --- a/source/resources.h +++ b/source/resources.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_RESOURCES_H_ #define MSP_GLTK_RESOURCES_H_ diff --git a/source/root.cpp b/source/root.cpp index 1741646..826a540 100644 --- a/source/root.cpp +++ b/source/root.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/root.h b/source/root.h index db81706..b66f016 100644 --- a/source/root.h +++ b/source/root.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_ROOT_H_ #define MSP_GLTK_ROOT_H_ diff --git a/source/row.h b/source/row.h index f8ebe6c..adc2a6e 100644 --- a/source/row.h +++ b/source/row.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_ROW_H_ #define MSP_GLTK_ROW_H_ diff --git a/source/slider.cpp b/source/slider.cpp index 4565675..7a0029e 100644 --- a/source/slider.cpp +++ b/source/slider.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "slider.h" namespace Msp { diff --git a/source/slider.h b/source/slider.h index edaa5d8..e2d8109 100644 --- a/source/slider.h +++ b/source/slider.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_SLIDER_H_ #define MSP_GLTK_SLIDER_H_ diff --git a/source/state.cpp b/source/state.cpp index 80c4292..556970d 100644 --- a/source/state.cpp +++ b/source/state.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "state.h" using namespace std; diff --git a/source/state.h b/source/state.h index 7c2828a..eb12469 100644 --- a/source/state.h +++ b/source/state.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_STATE_H_ #define MSP_GLTK_STATE_H_ diff --git a/source/style.cpp b/source/style.cpp index 8eb5de1..0138ec2 100644 --- a/source/style.cpp +++ b/source/style.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "resources.h" #include "style.h" diff --git a/source/style.h b/source/style.h index e1cbc3a..3521031 100644 --- a/source/style.h +++ b/source/style.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_STYLE_H_ #define MSP_GLTK_STYLE_H_ diff --git a/source/table.cpp b/source/table.cpp index f301672..4a74e17 100644 --- a/source/table.cpp +++ b/source/table.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "part.h" diff --git a/source/table.h b/source/table.h index ab1654c..1b0a80d 100644 --- a/source/table.h +++ b/source/table.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_TABLE_H_ #define MSP_GLTK_TABLE_H_ diff --git a/source/text.cpp b/source/text.cpp index c8c6f55..b0d57f7 100644 --- a/source/text.cpp +++ b/source/text.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "style.h" diff --git a/source/text.h b/source/text.h index 850e9fb..077558b 100644 --- a/source/text.h +++ b/source/text.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2009-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_TEXT_H_ #define MSP_GLTK_TEXT_H_ diff --git a/source/toggle.cpp b/source/toggle.cpp index 41e38cb..6d2a10b 100644 --- a/source/toggle.cpp +++ b/source/toggle.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "panel.h" #include "part.h" #include "style.h" diff --git a/source/toggle.h b/source/toggle.h index 58a03b6..b6195e1 100644 --- a/source/toggle.h +++ b/source/toggle.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_TOGGLE_H_ #define MSP_GLTK_TOGGLE_H_ diff --git a/source/userinterface.cpp b/source/userinterface.cpp index 7f976da..5bbe6ca 100644 --- a/source/userinterface.cpp +++ b/source/userinterface.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "userinterface.h" namespace Msp { diff --git a/source/userinterface.h b/source/userinterface.h index 9ce08c3..58eb518 100644 --- a/source/userinterface.h +++ b/source/userinterface.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_USERINTERFACE_H_ #define MSP_GLTK_USERINTERFACE_H_ diff --git a/source/vslider.cpp b/source/vslider.cpp index 874c383..93e485a 100644 --- a/source/vslider.cpp +++ b/source/vslider.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2008, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "graphic.h" diff --git a/source/vslider.h b/source/vslider.h index 6590c21..e405599 100644 --- a/source/vslider.h +++ b/source/vslider.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_VSLIDER_H_ #define MSP_GLTK_VSLIDER_H_ diff --git a/source/widget.cpp b/source/widget.cpp index a5a0f2d..3f11af6 100644 --- a/source/widget.cpp +++ b/source/widget.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include diff --git a/source/widget.h b/source/widget.h index 3653970..51728c3 100644 --- a/source/widget.h +++ b/source/widget.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_WIDGET_H_ #define MSP_GLTK_WIDGET_H_