]> git.tdb.fi Git - libs/gltk.git/commitdiff
Strip copyright messages and id tags from individual files
authorMikko Rasa <tdb@tdb.fi>
Wed, 21 Nov 2012 09:49:56 +0000 (11:49 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 21 Nov 2012 09:49:56 +0000 (11:49 +0200)
66 files changed:
Build
Changelog.txt
basic.skin
helloworld.cpp
source/button.cpp
source/button.h
source/column.h
source/connector.cpp
source/connector.h
source/container.cpp
source/container.h
source/dialog.cpp
source/dialog.h
source/dropdown.cpp
source/dropdown.h
source/entry.cpp
source/entry.h
source/geometry.cpp
source/geometry.h
source/graphic.cpp
source/graphic.h
source/grid.cpp
source/grid.h
source/hslider.cpp
source/hslider.h
source/image.cpp
source/image.h
source/indicator.cpp
source/indicator.h
source/label.cpp
source/label.h
source/layout.cpp
source/layout.h
source/list.cpp
source/list.h
source/logic.cpp
source/logic.h
source/mixedrows.cpp
source/mixedrows.h
source/panel.cpp
source/panel.h
source/part.cpp
source/part.h
source/resources.cpp
source/resources.h
source/root.cpp
source/root.h
source/row.h
source/slider.cpp
source/slider.h
source/state.cpp
source/state.h
source/style.cpp
source/style.h
source/table.cpp
source/table.h
source/text.cpp
source/text.h
source/toggle.cpp
source/toggle.h
source/userinterface.cpp
source/userinterface.h
source/vslider.cpp
source/vslider.h
source/widget.cpp
source/widget.h

diff --git a/Build b/Build
index 8413be4c02467ee579bea2601ec2edb91218a376..85e44f7817a53890e6906bb612fff7c352f3416c 100644 (file)
--- a/Build
+++ b/Build
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 package "mspgltk"
 {
        version "1.1";
index 4947ba904389a2a8841a9e43ab4631267ceddcbf..93b19ae7ca5d8364206653e5945ab71eafb07df7 100644 (file)
@@ -13,5 +13,3 @@
 
 0.9
 * First release
-
-($Id$)
index eb0a9d6802c01a17ca40e46cb266288e736edf27..39a900d10853df6b61028a6b4c61f4872a5ed642 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 default_font "dejavu-10.font";
 
 graphic "grey_raised"
index e41361f2fbb523841ff5b5b6d00e5cbcdd79d9d4..8ff4d8ca2fd091af94408d9edf0f2671b03a0633 100644 (file)
@@ -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.
index da2c433b9d24cfc2fb3110c2e567ec6950262470..fb052629d626c7eae2ae9f22cc93d4cc94f87311 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/immediate.h>
 #include "button.h"
 #include "part.h"
index 08c135dc53578b4e3ca438cca65bba04f70d8d8e..31009c731ec1d3cae065e98ca0e286f771aee1f2 100644 (file)
@@ -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_
 
index 92919be7a597f34616f34115234eb07485b2f4ef..0e5f0040364d5c52055e1e44112670e84acb824a 100644 (file)
@@ -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_
 
index 690a57bc21bb553e05b249905b4bf5b39ef20ae3..2b64d0019af1abcb3a6c50be76e0005cc8ff54e9 100644 (file)
@@ -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"
 
index 1960e81b133a26af1c0a8fb2c9662d8fad5b6e1f..739f67fdd9dbbe0093a91170cb6e2c11ee2735e4 100644 (file)
@@ -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_
 
index 4c0ce93fa6fda1a5fca02860cc793e13e9bb2a03..483608a40764a3e3612be9460f5d92a100bd7ab7 100644 (file)
@@ -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;
index e41baab671de003911ca2980ad0febea816aa25d..66884652fc4da3bb80097d90c0f167d05d06ef95 100644 (file)
@@ -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_
 
index 5a03102f463dd8b551e5606253c2b0426aa683a4..cc4c1bf6a51f67cd1b00ecd46a9fc3cb2fda0c90 100644 (file)
@@ -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"
 
index eb2d17620117675781b605657e51d73080a79a38..1365f3a599a8b374ea41f64ab397e8a6102a2bb8 100644 (file)
@@ -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_
 
index cff5387408a2b7551d308f014fcf91f7e1f674c5..87ea5eece9cc7fcbe8341284a289fce8612ed434 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/font.h>
 #include "dropdown.h"
 #include "list.h"
index 7cacf2205a496f389a4b7c869505b484eab90e7b..ece84baa0862a58dfcd29496ddf0edd92363cf66 100644 (file)
@@ -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_
 
index a554dbbaf2153135be94f869aebc43fe01f7f862..ec6bba702983081fa0de856911da0484a3b50953 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/matrix.h>
 #include <msp/gl/texture.h>
 #include <msp/gl/transform.h>
index 25acf7da4116427c56b7ab8014dbf29dccb86551..2323a38c67168096d8286cd87cb80d1132ea484c 100644 (file)
@@ -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_
 
index 91d7c5a50abadcb8076192e48eea2b6c8a476608..b7e89c06bb34be3318562e34f3918b66bcbedc39 100644 (file)
@@ -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 {
index ed18e549d0519d40352fda49bfe0a6021805c800..9945fabcd8645a63e093ce8de5b6939e87c2fd80 100644 (file)
@@ -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_
 
index db2afa2cfa0340018b2424cc18865a2ae5a51b85..7b8128c5b61e22e05772a7cc1bef6467a706d040 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/immediate.h>
 #include "graphic.h"
 #include "resources.h"
index 1647d2f811f49704ca3ce9795fdedaef637ebcb9..81ad669c717f0a66d1a977825f33212254edbaf1 100644 (file)
@@ -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_
 
index 4bf01678c4a226b0ca3ff0c9a82bef857c78af83..fb08823817db11fa7b04da88b46ad5169fb45e70 100644 (file)
@@ -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;
index 789672a774e15052283cacde8bad564777d72a1c..519151eace3be77a90be986c92b5026bf7c8862d 100644 (file)
@@ -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_
 
index e855fcfb4d80bf6bf44bfa81dd12a039bc895f4a..18a163c844258d503f4cb2601387fcc191e4bf81 100644 (file)
@@ -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 <msp/gl/matrix.h>
 #include <msp/gl/transform.h>
 #include "graphic.h"
index 12948420297605900c90becf42cc42e5f577ddcd..a94e8bcaaca2bc914ea56bf492d060806e931ce2 100644 (file)
@@ -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_
 
index 3c0cfa53465a6f1befc6044c07a98652ed8a15bf..bff790427657ae3256596220d68bfd81c657d079 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2010-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/bindable.h>
 #include <msp/gl/immediate.h>
 #include <msp/gl/matrix.h>
index afc4826e28c24f46e324ddcd30f994b1f10588d0..5f6b935d20422050df32664b5c00e71984361e61 100644 (file)
@@ -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_
 
index 8aeca21b7264c7f50d003af5b9af170b64458d82..568aafddc9af7feb3d4e054bcc90c2a0a2a03125 100644 (file)
@@ -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 {
index fdc83b415ed6f89b904bb19281d0f7d7c69c8fdc..cf20e3138f29618ff0a98eca5d7637324de70d16 100644 (file)
@@ -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_
 
index e1015e8dc1f10fdb075d5295e783ccf8bfd19d69..3805eaf587c21a31217229ca2bdb464985c10e1b 100644 (file)
@@ -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"
index 20219c4d9d97db3ea9cf9fca5f574f69da5d3857..a61776ed6e1c9b6dd4cd32c138fb7466783b6fe4 100644 (file)
@@ -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_
 
index 468d45ff213267a88c55dba98a2777e20dadb3b8..6ed46e4d44cecc7e9922ed4920566ada5f609422 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <limits>
 #include "container.h"
 #include "layout.h"
index 7e8cdea123fc1a25f845bfb5ecf3e272df9d9b57..379b468bf3f46efe30b37de4165081f8731e8d83 100644 (file)
@@ -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_
 
index f7cc4d73a2e94f6d503aab13cad5447b39838b1e..d81c48646016ab03e5704747b235be8be07df03b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/immediate.h>
 #include <msp/gl/matrix.h>
 #include <msp/gl/transform.h>
index b3b3a88704207470ef3825b16ca30c9161644338..56fe6aafd92ee5d2fd033eab45c045c2c724ebe4 100644 (file)
@@ -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_
 
index 85ec710def369c7b6764e0cb69f0e628f03e8af6..3ed745c09c9e083233efada18fb76d6d94c707e3 100644 (file)
@@ -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;
index 091c4e100def4c0953c7663b7c910d0bbf210bd6..e6c5243b809acbb2b2cd24220bd879a55a20c2a7 100644 (file)
@@ -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_
 
index 275629d940d794f657af5adb851cc0f258303291..bfcf6219c0b75660c12d5d564c4290d6dd8b78b9 100644 (file)
@@ -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 {
index 721b8771d43efd356466a54486c992fffa4b6dc7..943bb3a1aa6f81306725785c9ed87671ad12b100 100644 (file)
@@ -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_
 
index a1a453a4447022dc6c6ae9723ea904d433f64951..b44004ff129c63b90cfb2b4aa5b8b2039e2aabe1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <msp/core/refptr.h>
 #include "button.h"
index a5483c452c57f7b0d639511878fb8a8ef2f4b8d6..2ba916d1b39eba7e4a8e264bea550f3b3c453b69 100644 (file)
@@ -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_
 
index f2797f9058ad66fe8633256c286eb3b794fe8cab..7eb19c7755f3a006bc7a81bc31d5c6841ce66361 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/transform.h>
 #include "geometry.h"
 #include "part.h"
index 5fe07a4f07d17aa96e121c4eeec1cbabb76b035d..b4ada58e96bdcc8862b3b76495cdcf231fedbd32 100644 (file)
@@ -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_
 
index 825fc2517875771874c564989ea9da04c27e144f..11fc1fabe8a0a467ba82019337cc2d2851674e42 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/core/except.h>
 #include <msp/fs/utils.h>
 #include "resources.h"
index e4d7f731cf10aff1f634e97810a81d9c85cc479d..52da3952916fb780cb873716d30f9381b86824d1 100644 (file)
@@ -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_
 
index 17416469fbb7961bc5c5ca6bb66973cda0a0fa14..826a5403dee110a77ed54d5e48640233124d10c7 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/blend.h>
 #include <msp/input/keys.h>
 #include <msp/time/units.h>
index db8170657b04e1dba64311c4f38012899e496b97..b66f016fc15249a162217eee371e002332d17eab 100644 (file)
@@ -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_
 
index f8ebe6cc732ffd4c574380d8fbb899dec7f31fb5..adc2a6e966c963cf4a119d049011ceac1468fc8c 100644 (file)
@@ -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_
 
index 4565675916433920d47e3699fe8155a7cd16e652..7a0029e05b79e430839bf560d5ff1fe7757c33ba 100644 (file)
@@ -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 {
index edaa5d8ad932bea7b5b64891d361f81c138754f7..e2d810994c51387dab238b0d38fc78d9fb59a6f0 100644 (file)
@@ -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_
 
index 80c4292efdef93f77d039b90224082f2fc687415..556970d561c13b3c624ef307de2cf9ed53ef5d9d 100644 (file)
@@ -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;
index 7c2828aae0ab47f24b672fc368ef0dd8ceeedbd4..eb124691dfba756673b01b3718e1f8c6114062ee 100644 (file)
@@ -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_
 
index 8eb5de1e79cb7853a1828dfb12248551204ed787..0138ec2af1a20f401b262b2b7d1bffefeac2a6eb 100644 (file)
@@ -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"
 
index e1cbc3a40e43300cc36df44f6f9174a36d86e1df..3521031a516fda1263b5aacf77815dfbbe570272 100644 (file)
@@ -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_
 
index f3016723e3566078a8ca204d1b5d60d4e0d765ed..4a74e17ba5edec6d2b4e5ac42e1e9d56d0948c7b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/matrix.h>
 #include <msp/gl/transform.h>
 #include "part.h"
index ab1654c419979adba16fe21d72a08ed04e1d8a03..1b0a80d857a1d4fd24136ec914dd618a33fff99a 100644 (file)
@@ -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_
 
index c8c6f55ea3d6597ca348b7dbc911672d93d0ed6e..b0d57f7c80afdc5baae8ba0be0144a05f9144a2e 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/immediate.h>
 #include <msp/gl/matrix.h>
 #include "style.h"
index 850e9fb6f8c65d19222fe171eb6c463a615f303d..077558bb84a34b27e7ceba181fad311a57abb031 100644 (file)
@@ -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_
 
index 41e38cba93d393b8af4d650997ae9c8987b2b483..6d2a10b16644d6254163b53b26c6f92ead7754ce 100644 (file)
@@ -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"
index 58a03b6ea1aad0cdc5399213b1709946c4705679..b6195e1d470f65a79ddd5e450ca5f2fbfce1cc7c 100644 (file)
@@ -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_
 
index 7f976da5c898b33eff2a36ffb8413a87969eaf6a..5bbe6ca2ed6e9a521b1faecaca7275d52df01fdb 100644 (file)
@@ -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 {
index 9ce08c38e08f6e64dd568b282b38c40b81837dc3..58eb5186698db462a7747d17c27ba275deea06ea 100644 (file)
@@ -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_
 
index 874c38346c9e75a496058540ce1ec5b399685ec1..93e485ab6b77844039dda3646531af8ee70721fa 100644 (file)
@@ -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 <msp/gl/matrix.h>
 #include <msp/gl/transform.h>
 #include "graphic.h"
index 6590c2155cfd042004f27d8a34973cb2c69bdb4f..e4055994f8c0068b72f18e999b1a82dd69a8ea29 100644 (file)
@@ -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_
 
index a5a0f2d511801402c611c2a55f61218483b6d67c..3f11af6d32e08bb707fc5b78bedd9b8aab964cf1 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007-2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <msp/gl/immediate.h>
 #include <msp/gl/matrix.h>
 #include <msp/gl/transform.h>
index 3653970a2f470e4a03ad6ff66af225802eafeb93..51728c35e0424bb63a5564e7108366ff55ee725c 100644 (file)
@@ -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_