From 21a89b7862c6cc384ea25b0e5209a389fd0d155a Mon Sep 17 00:00:00 2001 From: Harbour Date: Sat, 22 Sep 2007 17:52:56 +0300 Subject: [PATCH] Add copyright notice --- F/F_App.H | 4 ++++ F/F_Batch_UI.H | 4 ++++ F/F_Browser.H | 4 ++++ F/F_Button.H | 4 ++++ F/F_FLTK_UI.H | 4 ++++ F/F_Gpm.H | 4 ++++ F/F_Group.H | 4 ++++ F/F_Input.H | 4 ++++ F/F_Input_Device.H | 4 ++++ F/F_Linux_Console_Display.H | 4 ++++ F/F_Linux_Console_UI.H | 4 ++++ F/F_Linux_Input.H | 4 ++++ F/F_Linux_Keyboard.H | 4 ++++ F/F_Log.H | 4 ++++ F/F_Menu.H | 4 ++++ F/F_Menu_Button.H | 4 ++++ F/F_Menu_Item.H | 4 ++++ F/F_Point.H | 4 ++++ F/F_Rect.H | 4 ++++ F/F_Region.H | 4 ++++ F/F_Scrollbar.H | 4 ++++ F/F_Text.H | 4 ++++ F/F_Text_Display.H | 4 ++++ F/F_Text_Output.H | 4 ++++ F/F_Text_Symbol.H | 4 ++++ F/F_Text_Symbol_Buffer.H | 4 ++++ F/F_Text_Symbol_Region.H | 4 ++++ F/F_Types.H | 4 ++++ F/F_UI.H | 4 ++++ F/F_Version.H | 4 ++++ F/F_Widget.H | 4 ++++ F/F_Window.H | 4 ++++ src/F_App.C | 4 ++++ src/F_Batch_UI.C | 4 ++++ src/F_Browser.C | 4 ++++ src/F_Button.C | 4 ++++ src/F_FLTK_UI.C | 4 ++++ src/F_Gpm.C | 4 ++++ src/F_Input.C | 4 ++++ src/F_Input_Device.C | 4 ++++ src/F_Linux_Console_Display.C | 4 ++++ src/F_Linux_Console_UI.C | 4 ++++ src/F_Linux_Input.C | 4 ++++ src/F_Linux_Keyboard.C | 4 ++++ src/F_Log.C | 4 ++++ src/F_Menu.C | 4 ++++ src/F_Menu_Button.C | 4 ++++ src/F_Region.C | 5 ----- src/F_Scrollbar.C | 4 ++++ src/F_Text.C | 4 ++++ src/F_Text_Display.C | 4 ++++ src/F_Text_Output.C | 4 ++++ src/F_UI.C | 4 ++++ src/F_Widget.C | 4 ++++ src/F_Window.C | 4 ++++ test/batch_ui.C | 4 ++++ test/console_ui.C | 4 ++++ test/demo.C | 4 ++++ test/demo.H | 4 ++++ test/x11_ui.C | 4 ++++ 60 files changed, 236 insertions(+), 5 deletions(-) delete mode 100644 src/F_Region.C diff --git a/F/F_App.H b/F/F_App.H index 30442ac..407af6c 100644 --- a/F/F_App.H +++ b/F/F_App.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_APP_H_ #define _F_APP_H_ diff --git a/F/F_Batch_UI.H b/F/F_Batch_UI.H index 16c6e0a..53ddb1d 100644 --- a/F/F_Batch_UI.H +++ b/F/F_Batch_UI.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_BATCH_UI_H_ #define _F_BATCH_UI_H_ diff --git a/F/F_Browser.H b/F/F_Browser.H index c1ed8cd..7caef4e 100644 --- a/F/F_Browser.H +++ b/F/F_Browser.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_BROWSER_H_ #define _F_BROWSER_H_ diff --git a/F/F_Button.H b/F/F_Button.H index aa6299f..4a4a62e 100644 --- a/F/F_Button.H +++ b/F/F_Button.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_BUTTON_H_ #define _F_BUTTON_H_ diff --git a/F/F_FLTK_UI.H b/F/F_FLTK_UI.H index 0ec9fdf..92f06ff 100644 --- a/F/F_FLTK_UI.H +++ b/F/F_FLTK_UI.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_FLTK_UI_H_ #define _F_FLTK_UI_H_ diff --git a/F/F_Gpm.H b/F/F_Gpm.H index 18a86a9..3720165 100644 --- a/F/F_Gpm.H +++ b/F/F_Gpm.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_GPM_H_ #define _F_GPM_H_ diff --git a/F/F_Group.H b/F/F_Group.H index 65e823d..87dbdec 100644 --- a/F/F_Group.H +++ b/F/F_Group.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_GROUP_H_ #define _F_GROUP_H_ diff --git a/F/F_Input.H b/F/F_Input.H index 9284c71..00486ed 100644 --- a/F/F_Input.H +++ b/F/F_Input.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_INPUT_H_ #define _F_INPUT_H_ diff --git a/F/F_Input_Device.H b/F/F_Input_Device.H index 0753ee6..8c25093 100644 --- a/F/F_Input_Device.H +++ b/F/F_Input_Device.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_INPUT_DEVICE_H_ #define _F_INPUT_DEVICE_H_ diff --git a/F/F_Linux_Console_Display.H b/F/F_Linux_Console_Display.H index 8d28bff..aab44a5 100644 --- a/F/F_Linux_Console_Display.H +++ b/F/F_Linux_Console_Display.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_LINUX_CONSOLE_DISPLAY_H_ #define _F_LINUX_CONSOLE_DISPLAY_H_ diff --git a/F/F_Linux_Console_UI.H b/F/F_Linux_Console_UI.H index 710cfd4..6d44bb0 100644 --- a/F/F_Linux_Console_UI.H +++ b/F/F_Linux_Console_UI.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_LINUX_CONSOLE_UI_H_ #define _F_LINUX_CONSOLE_UI_H_ diff --git a/F/F_Linux_Input.H b/F/F_Linux_Input.H index ca90717..c2d8868 100644 --- a/F/F_Linux_Input.H +++ b/F/F_Linux_Input.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_LINUX_INPUT_H_ #define _F_LINUX_INPUT_H_ diff --git a/F/F_Linux_Keyboard.H b/F/F_Linux_Keyboard.H index 1aa6853..ae6738d 100644 --- a/F/F_Linux_Keyboard.H +++ b/F/F_Linux_Keyboard.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_LINUX_KEYBOARD_H_ #define _F_LINUX_KEYBOARD_H_ diff --git a/F/F_Log.H b/F/F_Log.H index a00f8ff..e9e1307 100644 --- a/F/F_Log.H +++ b/F/F_Log.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_LOG_H_ #define _F_LOG_H_ diff --git a/F/F_Menu.H b/F/F_Menu.H index 391c90a..d23c101 100644 --- a/F/F_Menu.H +++ b/F/F_Menu.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_MENU_H_ #define _F_MENU_H_ diff --git a/F/F_Menu_Button.H b/F/F_Menu_Button.H index f1ac054..7fea0c0 100644 --- a/F/F_Menu_Button.H +++ b/F/F_Menu_Button.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_MENU_BUTTON_H_ #define _F_MENU_BUTTON_H_ diff --git a/F/F_Menu_Item.H b/F/F_Menu_Item.H index 9aacd4a..8d72aca 100644 --- a/F/F_Menu_Item.H +++ b/F/F_Menu_Item.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_MENU_ITEM_H_ #define _F_MENU_ITEM_H_ diff --git a/F/F_Point.H b/F/F_Point.H index 6edb2f6..0d562d3 100644 --- a/F/F_Point.H +++ b/F/F_Point.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_POINT_H_ #define _F_POINT_H_ diff --git a/F/F_Rect.H b/F/F_Rect.H index 6c0efeb..6eaa7da 100644 --- a/F/F_Rect.H +++ b/F/F_Rect.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_RECT_H_ #define _F_RECT_H_ diff --git a/F/F_Region.H b/F/F_Region.H index 4ff8bcf..b051ef0 100644 --- a/F/F_Region.H +++ b/F/F_Region.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_REGION_H_ #define _F_REGION_H_ diff --git a/F/F_Scrollbar.H b/F/F_Scrollbar.H index 04ad837..640c3f7 100644 --- a/F/F_Scrollbar.H +++ b/F/F_Scrollbar.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_SCROLLBAR_H_ #define _F_SCROLLBAR_H_ diff --git a/F/F_Text.H b/F/F_Text.H index e32756d..8b02fb6 100644 --- a/F/F_Text.H +++ b/F/F_Text.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_H_ #define _F_TEXT_H_ diff --git a/F/F_Text_Display.H b/F/F_Text_Display.H index 57f34a8..2b071fa 100644 --- a/F/F_Text_Display.H +++ b/F/F_Text_Display.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_DISPLAY_H_ #define _F_TEXT_DISPLAY_H_ diff --git a/F/F_Text_Output.H b/F/F_Text_Output.H index c926c8f..24731bf 100644 --- a/F/F_Text_Output.H +++ b/F/F_Text_Output.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_OUTPUT_H_ #define _F_TEXT_OUTPUT_H_ diff --git a/F/F_Text_Symbol.H b/F/F_Text_Symbol.H index 4efe528..4c839f5 100644 --- a/F/F_Text_Symbol.H +++ b/F/F_Text_Symbol.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_SYMBOL_H_ #define _F_TEXT_SYMBOL_H_ diff --git a/F/F_Text_Symbol_Buffer.H b/F/F_Text_Symbol_Buffer.H index 1822968..f1dbfe7 100644 --- a/F/F_Text_Symbol_Buffer.H +++ b/F/F_Text_Symbol_Buffer.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_SYMBOL_BUFFER_H_ #define _F_TEXT_SYMBOL_BUFFER_H_ diff --git a/F/F_Text_Symbol_Region.H b/F/F_Text_Symbol_Region.H index cd3af3d..2301d31 100644 --- a/F/F_Text_Symbol_Region.H +++ b/F/F_Text_Symbol_Region.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TEXT_SYMBOL_REGION_H_ #define _F_TEXT_SYMBOL_REGION_H_ diff --git a/F/F_Types.H b/F/F_Types.H index a196307..862ba89 100644 --- a/F/F_Types.H +++ b/F/F_Types.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_TYPES_H_ #define _F_TYPES_H_ diff --git a/F/F_UI.H b/F/F_UI.H index 7570b28..6969ff3 100644 --- a/F/F_UI.H +++ b/F/F_UI.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_UI_H_ #define _F_UI_H_ diff --git a/F/F_Version.H b/F/F_Version.H index cd2e0e4..449b06a 100644 --- a/F/F_Version.H +++ b/F/F_Version.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_VERSION_H_ #define _F_VERSION_H_ diff --git a/F/F_Widget.H b/F/F_Widget.H index 7bedcda..4e5a1ea 100644 --- a/F/F_Widget.H +++ b/F/F_Widget.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_WIDGET_H_ #define _F_WIDGET_H_ diff --git a/F/F_Window.H b/F/F_Window.H index 85bce9d..6912db2 100644 --- a/F/F_Window.H +++ b/F/F_Window.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _F_WINDOW_H_ #define _F_WINDOW_H_ diff --git a/src/F_App.C b/src/F_App.C index 5d1a510..7843506 100644 --- a/src/F_App.C +++ b/src/F_App.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/src/F_Batch_UI.C b/src/F_Batch_UI.C index 27ff2fe..8a48b47 100644 --- a/src/F_Batch_UI.C +++ b/src/F_Batch_UI.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Browser.C b/src/F_Browser.C index 1b7f5a9..fe7fd1d 100644 --- a/src/F_Browser.C +++ b/src/F_Browser.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Button.C b/src/F_Button.C index 4cc0696..ef84fe2 100644 --- a/src/F_Button.C +++ b/src/F_Button.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_FLTK_UI.C b/src/F_FLTK_UI.C index 43aad6a..7061f5f 100644 --- a/src/F_FLTK_UI.C +++ b/src/F_FLTK_UI.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include // Well the only good UI for X11 I can see now is FLTK-2.0, so sorry others ;) diff --git a/src/F_Gpm.C b/src/F_Gpm.C index 70ca491..5839861 100644 --- a/src/F_Gpm.C +++ b/src/F_Gpm.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include diff --git a/src/F_Input.C b/src/F_Input.C index 01d4ad7..5329fd2 100644 --- a/src/F_Input.C +++ b/src/F_Input.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Input_Device.C b/src/F_Input_Device.C index babbfb0..47a2310 100644 --- a/src/F_Input_Device.C +++ b/src/F_Input_Device.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Linux_Console_Display.C b/src/F_Linux_Console_Display.C index 5b25965..08f5747 100644 --- a/src/F_Linux_Console_Display.C +++ b/src/F_Linux_Console_Display.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/src/F_Linux_Console_UI.C b/src/F_Linux_Console_UI.C index 8e83e4d..cb3ec3f 100644 --- a/src/F_Linux_Console_UI.C +++ b/src/F_Linux_Console_UI.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/src/F_Linux_Input.C b/src/F_Linux_Input.C index cea8c3d..8041ad3 100644 --- a/src/F_Linux_Input.C +++ b/src/F_Linux_Input.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Linux_Keyboard.C b/src/F_Linux_Keyboard.C index 949b255..ff04127 100644 --- a/src/F_Linux_Keyboard.C +++ b/src/F_Linux_Keyboard.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include diff --git a/src/F_Log.C b/src/F_Log.C index 778923d..b54d37b 100644 --- a/src/F_Log.C +++ b/src/F_Log.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include diff --git a/src/F_Menu.C b/src/F_Menu.C index 9011fdf..34ce6db 100644 --- a/src/F_Menu.C +++ b/src/F_Menu.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Menu_Button.C b/src/F_Menu_Button.C index a562580..a233123 100644 --- a/src/F_Menu_Button.C +++ b/src/F_Menu_Button.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Region.C b/src/F_Region.C deleted file mode 100644 index dc65540..0000000 --- a/src/F_Region.C +++ /dev/null @@ -1,5 +0,0 @@ - - /* - * Copyright (C) 2007 Harbour - */ - diff --git a/src/F_Scrollbar.C b/src/F_Scrollbar.C index fb1fa47..d3a7449 100644 --- a/src/F_Scrollbar.C +++ b/src/F_Scrollbar.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/src/F_Text.C b/src/F_Text.C index f6c00d1..2e7b6d5 100644 --- a/src/F_Text.C +++ b/src/F_Text.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Text_Display.C b/src/F_Text_Display.C index f960583..669ba36 100644 --- a/src/F_Text_Display.C +++ b/src/F_Text_Display.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/src/F_Text_Output.C b/src/F_Text_Output.C index 9e6e524..33adb49 100644 --- a/src/F_Text_Output.C +++ b/src/F_Text_Output.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_UI.C b/src/F_UI.C index 1a7736e..04c808f 100644 --- a/src/F_UI.C +++ b/src/F_UI.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include using namespace F; diff --git a/src/F_Widget.C b/src/F_Widget.C index 919930c..940bcef 100644 --- a/src/F_Widget.C +++ b/src/F_Widget.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include diff --git a/src/F_Window.C b/src/F_Window.C index 97b1724..0973ea5 100644 --- a/src/F_Window.C +++ b/src/F_Window.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include diff --git a/test/batch_ui.C b/test/batch_ui.C index eecee48..5538115 100644 --- a/test/batch_ui.C +++ b/test/batch_ui.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include // do we need this for such ui ? diff --git a/test/console_ui.C b/test/console_ui.C index 636c1eb..1d4dcc2 100644 --- a/test/console_ui.C +++ b/test/console_ui.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include diff --git a/test/demo.C b/test/demo.C index 5b5b8e8..2afa29f 100644 --- a/test/demo.C +++ b/test/demo.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include /* \test ðÒÉÍÅÒ1 diff --git a/test/demo.H b/test/demo.H index a203f91..a3b5ce4 100644 --- a/test/demo.H +++ b/test/demo.H @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #ifndef _DEMO_H_ #define _DEMO_H_ diff --git a/test/x11_ui.C b/test/x11_ui.C index 54c6d1f..9be6e3e 100644 --- a/test/x11_ui.C +++ b/test/x11_ui.C @@ -1,4 +1,8 @@ + /* + * Copyright (C) 2007, Harbour, All rights reserved. + */ + #include #include #include -- 2.11.4.GIT