From c9626e6953c16efc66575eff80c4c0de2f739041 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 16 Aug 2011 15:44:27 +0300 Subject: [PATCH] Drop Id tags and copyright notices from files --- Build | 2 -- source/gbase/display.cpp | 7 ------- source/gbase/display.h | 7 ------- source/gbase/display_priv.h | 7 ------- source/gbase/drawcontext.cpp | 7 ------- source/gbase/drawcontext.h | 7 ------- source/gbase/eventsource.h | 7 ------- source/gbase/glcontext.cpp | 7 ------- source/gbase/glcontext.h | 7 ------- source/gbase/image.cpp | 7 ------- source/gbase/image.h | 7 ------- source/gbase/pixelformat.h | 7 ------- source/gbase/simplewindow.cpp | 7 ------- source/gbase/simplewindow.h | 7 ------- source/gbase/window.cpp | 7 ------- source/gbase/window.h | 7 ------- source/gbase/window_priv.h | 7 ------- source/input/binarycontrol.cpp | 7 ------- source/input/binarycontrol.h | 7 ------- source/input/control.cpp | 7 ------- source/input/control.h | 7 ------- source/input/device.cpp | 7 ------- source/input/device.h | 7 ------- source/input/hub.cpp | 7 ------- source/input/hub.h | 7 ------- source/input/keyboard.cpp | 7 ------- source/input/keyboard.h | 7 ------- source/input/keys.cpp | 7 ------- source/input/keys.h | 7 ------- source/input/mouse.cpp | 7 ------- source/input/mouse.h | 7 ------- source/input/smoothcontrol.cpp | 7 ------- source/input/smoothcontrol.h | 7 ------- 33 files changed, 226 deletions(-) diff --git a/Build b/Build index a5baddd..b873050 100644 --- a/Build +++ b/Build @@ -1,5 +1,3 @@ -/* $Id$ */ - package "mspgbase" { version "1.1"; diff --git a/source/gbase/display.cpp b/source/gbase/display.cpp index cb0cecc..d004b05 100644 --- a/source/gbase/display.cpp +++ b/source/gbase/display.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifndef WIN32 #include diff --git a/source/gbase/display.h b/source/gbase/display.h index a827f50..1648fa4 100644 --- a/source/gbase/display.h +++ b/source/gbase/display.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_DISPLAY_H_ #define MSP_GBASE_DISPLAY_H_ diff --git a/source/gbase/display_priv.h b/source/gbase/display_priv.h index 1c4f6c5..f522812 100644 --- a/source/gbase/display_priv.h +++ b/source/gbase/display_priv.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_DISPLAY_PRIV_H_ #define MSP_GBASE_DISPLAY_PRIV_H_ diff --git a/source/gbase/drawcontext.cpp b/source/gbase/drawcontext.cpp index b3eaf9e..46807aa 100644 --- a/source/gbase/drawcontext.cpp +++ b/source/gbase/drawcontext.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef WIN32 #include #include diff --git a/source/gbase/drawcontext.h b/source/gbase/drawcontext.h index 1411294..2717479 100644 --- a/source/gbase/drawcontext.h +++ b/source/gbase/drawcontext.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_DRAWCONTEXT_H_ #define MSP_GBASE_DRAWCONTEXT_H_ diff --git a/source/gbase/eventsource.h b/source/gbase/eventsource.h index 8133bbe..5f09426 100644 --- a/source/gbase/eventsource.h +++ b/source/gbase/eventsource.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_EVENTSOURCE_H_ #define MSP_GBASE_EVENTSOURCE_H_ diff --git a/source/gbase/glcontext.cpp b/source/gbase/glcontext.cpp index 6e02018..40175fd 100644 --- a/source/gbase/glcontext.cpp +++ b/source/gbase/glcontext.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef WIN32 #include diff --git a/source/gbase/glcontext.h b/source/gbase/glcontext.h index f013df2..02b383a 100644 --- a/source/gbase/glcontext.h +++ b/source/gbase/glcontext.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_GLCONTEXT_H_ #define MSP_GBASE_GLCONTEXT_H_ diff --git a/source/gbase/image.cpp b/source/gbase/image.cpp index 0cd0aff..4fc7422 100644 --- a/source/gbase/image.cpp +++ b/source/gbase/image.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WITH_DEVIL #include #endif diff --git a/source/gbase/image.h b/source/gbase/image.h index 4eee3d5..60dd895 100644 --- a/source/gbase/image.h +++ b/source/gbase/image.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_IMAGE_H_ #define MSP_GBASE_IMAGE_H_ diff --git a/source/gbase/pixelformat.h b/source/gbase/pixelformat.h index 01572d4..64b79ee 100644 --- a/source/gbase/pixelformat.h +++ b/source/gbase/pixelformat.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_PIXELFORMAT_H_ #define MSP_GBASE_PIXELFORMAT_H_ diff --git a/source/gbase/simplewindow.cpp b/source/gbase/simplewindow.cpp index b0ba232..c782bab 100644 --- a/source/gbase/simplewindow.cpp +++ b/source/gbase/simplewindow.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "simplewindow.h" namespace Msp { diff --git a/source/gbase/simplewindow.h b/source/gbase/simplewindow.h index 1caa5e7..807e69f 100644 --- a/source/gbase/simplewindow.h +++ b/source/gbase/simplewindow.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_SIMPLEWINDOW_H_ #define MSP_GBASE_SIMPLEWINDOW_H_ diff --git a/source/gbase/window.cpp b/source/gbase/window.cpp index ad130d9..0b59a11 100644 --- a/source/gbase/window.cpp +++ b/source/gbase/window.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifndef WIN32 #include diff --git a/source/gbase/window.h b/source/gbase/window.h index 9fa0734..a7e7df4 100644 --- a/source/gbase/window.h +++ b/source/gbase/window.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_WINDOW_H_ #define MSP_GBASE_WINDOW_H_ diff --git a/source/gbase/window_priv.h b/source/gbase/window_priv.h index ab1d549..24d71a3 100644 --- a/source/gbase/window_priv.h +++ b/source/gbase/window_priv.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_WINDOW_PRIV_H_ #define MSP_GBASE_WINDOW_PRIV_H_ diff --git a/source/input/binarycontrol.cpp b/source/input/binarycontrol.cpp index 371de3c..70a8165 100644 --- a/source/input/binarycontrol.cpp +++ b/source/input/binarycontrol.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "binarycontrol.h" #include "device.h" diff --git a/source/input/binarycontrol.h b/source/input/binarycontrol.h index 4331f05..fafa585 100644 --- a/source/input/binarycontrol.h +++ b/source/input/binarycontrol.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_BINARYCONTROL_H_ #define MSP_GBASE_BINARYCONTROL_H_ diff --git a/source/input/control.cpp b/source/input/control.cpp index ffa0293..6ff8088 100644 --- a/source/input/control.cpp +++ b/source/input/control.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "control.h" diff --git a/source/input/control.h b/source/input/control.h index 1d8c50a..7d137bb 100644 --- a/source/input/control.h +++ b/source/input/control.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_CONTROL_H_ #define MSP_GBASE_CONTROL_H_ diff --git a/source/input/device.cpp b/source/input/device.cpp index 23393de..8bca476 100644 --- a/source/input/device.cpp +++ b/source/input/device.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "device.h" diff --git a/source/input/device.h b/source/input/device.h index ea41162..43d180d 100644 --- a/source/input/device.h +++ b/source/input/device.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_INPUTDEVICE_H_ #define MSP_GBASE_INPUTDEVICE_H_ diff --git a/source/input/hub.cpp b/source/input/hub.cpp index 0bc818f..1be5d13 100644 --- a/source/input/hub.cpp +++ b/source/input/hub.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include "hub.h" diff --git a/source/input/hub.h b/source/input/hub.h index e003342..af4db47 100644 --- a/source/input/hub.h +++ b/source/input/hub.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_INPUTHUB_H_ #define MSP_GBASE_INPUTHUB_H_ diff --git a/source/input/keyboard.cpp b/source/input/keyboard.cpp index 963a062..324ec80 100644 --- a/source/input/keyboard.cpp +++ b/source/input/keyboard.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #else diff --git a/source/input/keyboard.h b/source/input/keyboard.h index 944cf4d..56aa5c0 100644 --- a/source/input/keyboard.h +++ b/source/input/keyboard.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_KEYBOARD_H_ #define MSP_GBASE_KEYBOARD_H_ diff --git a/source/input/keys.cpp b/source/input/keys.cpp index 062b9be..37a376a 100644 --- a/source/input/keys.cpp +++ b/source/input/keys.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #ifdef WIN32 #include diff --git a/source/input/keys.h b/source/input/keys.h index 9718f83..5727e68 100644 --- a/source/input/keys.h +++ b/source/input/keys.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_INPUT_KEYS_H_ #define MSP_INPUT_KEYS_H_ diff --git a/source/input/mouse.cpp b/source/input/mouse.cpp index 6717427..6a3151a 100644 --- a/source/input/mouse.cpp +++ b/source/input/mouse.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include "mouse.h" diff --git a/source/input/mouse.h b/source/input/mouse.h index 0a0f4fa..50681c1 100644 --- a/source/input/mouse.h +++ b/source/input/mouse.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_MOUSE_H_ #define MSP_GBASE_MOUSE_H_ diff --git a/source/input/smoothcontrol.cpp b/source/input/smoothcontrol.cpp index d45c953..eb30878 100644 --- a/source/input/smoothcontrol.cpp +++ b/source/input/smoothcontrol.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "smoothcontrol.h" namespace Msp { diff --git a/source/input/smoothcontrol.h b/source/input/smoothcontrol.h index 2e964bd..fb6f84e 100644 --- a/source/input/smoothcontrol.h +++ b/source/input/smoothcontrol.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GBASE_SMOOTHCONTROL_H_ #define MSP_GBASE_SMOOTHCONTROL_H_ -- 2.43.0