From f0d95841ee546538feb747a1d38eaa5e41bcfd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 1 Oct 2008 04:28:35 +0000 Subject: [PATCH] Add missing copyrights. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27811 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/mmu_man/themes/BeThemeImporter.cpp | 5 +++++ 3rdparty/mmu_man/themes/BeThemeImporter.h | 4 ++++ 3rdparty/mmu_man/themes/CompareMessages.cpp | 5 +++++ 3rdparty/mmu_man/themes/DumpMessage.cpp | 5 +++++ 3rdparty/mmu_man/themes/DumpMessage.h | 4 ++++ 3rdparty/mmu_man/themes/MSThemeImporter.cpp | 5 +++++ 3rdparty/mmu_man/themes/MSThemeImporter.h | 4 ++++ 3rdparty/mmu_man/themes/MakeScreenshot.cpp | 5 +++++ 3rdparty/mmu_man/themes/ParseMessage.cpp | 5 +++++ 3rdparty/mmu_man/themes/ParseMessage.h | 4 ++++ 3rdparty/mmu_man/themes/TextInputAlert.cpp | 5 +++++ 3rdparty/mmu_man/themes/TextInputAlert.h | 4 ++++ 3rdparty/mmu_man/themes/ThemeAddonItem.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemeAddonItem.h | 4 ++++ 3rdparty/mmu_man/themes/ThemeImporter.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemeImporter.h | 4 ++++ 3rdparty/mmu_man/themes/ThemeInterfaceView.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemeInterfaceView.h | 4 ++++ 3rdparty/mmu_man/themes/ThemeItem.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemeItem.h | 4 ++++ 3rdparty/mmu_man/themes/ThemeManager.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemeManager.h | 9 +++++++++ 3rdparty/mmu_man/themes/Themes.rdef | 2 +- 3rdparty/mmu_man/themes/ThemesAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemesAddon.h | 4 ++++ 3rdparty/mmu_man/themes/ThemesApp.cpp | 5 +++++ 3rdparty/mmu_man/themes/ThemesApp.h | 9 +++++++++ 3rdparty/mmu_man/themes/UITheme.h | 4 ++++ 3rdparty/mmu_man/themes/Utils.cpp | 5 +++++ 3rdparty/mmu_man/themes/Utils.h | 4 ++++ 3rdparty/mmu_man/themes/ViewItem.cpp | 5 +++++ 3rdparty/mmu_man/themes/ViewItem.h | 4 ++++ 3rdparty/mmu_man/themes/addons/BackgroundsAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/BeIDEAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/BeOSWindowDecorAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/DanoUISettingsAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/DeskbarAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/EddieAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/HaikuUISettingsAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/HaikuWindowDecorAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/PeAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/ScreensaverAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/SoundplayColorAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/SoundsAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/TerminalAddon.cpp | 5 +++++ 3rdparty/mmu_man/themes/addons/WinampSkinAddon.cpp | 5 +++++ 46 files changed, 221 insertions(+), 1 deletion(-) diff --git a/3rdparty/mmu_man/themes/BeThemeImporter.cpp b/3rdparty/mmu_man/themes/BeThemeImporter.cpp index 6762a990be..f9d91094cb 100644 --- a/3rdparty/mmu_man/themes/BeThemeImporter.cpp +++ b/3rdparty/mmu_man/themes/BeThemeImporter.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * BeThemeImporter class */ diff --git a/3rdparty/mmu_man/themes/BeThemeImporter.h b/3rdparty/mmu_man/themes/BeThemeImporter.h index ab5338e3d0..4abd9e0d01 100644 --- a/3rdparty/mmu_man/themes/BeThemeImporter.h +++ b/3rdparty/mmu_man/themes/BeThemeImporter.h @@ -1,3 +1,7 @@ +/* + * Copyright 2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _BE_THEME_IMPORTER_H #define _BE_THEME_IMPORTER_H /* diff --git a/3rdparty/mmu_man/themes/CompareMessages.cpp b/3rdparty/mmu_man/themes/CompareMessages.cpp index e24f09731d..d7a4a34890 100644 --- a/3rdparty/mmu_man/themes/CompareMessages.cpp +++ b/3rdparty/mmu_man/themes/CompareMessages.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * function to compare 2 BMessages */ diff --git a/3rdparty/mmu_man/themes/DumpMessage.cpp b/3rdparty/mmu_man/themes/DumpMessage.cpp index 1829810761..6b2842e073 100644 --- a/3rdparty/mmu_man/themes/DumpMessage.cpp +++ b/3rdparty/mmu_man/themes/DumpMessage.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include #include #include diff --git a/3rdparty/mmu_man/themes/DumpMessage.h b/3rdparty/mmu_man/themes/DumpMessage.h index c1431d62ce..4d235a7569 100644 --- a/3rdparty/mmu_man/themes/DumpMessage.h +++ b/3rdparty/mmu_man/themes/DumpMessage.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _DUMP_MESSAGE_H #define _DUMP_MESSAGE_H diff --git a/3rdparty/mmu_man/themes/MSThemeImporter.cpp b/3rdparty/mmu_man/themes/MSThemeImporter.cpp index e094e6537b..21513262f0 100644 --- a/3rdparty/mmu_man/themes/MSThemeImporter.cpp +++ b/3rdparty/mmu_man/themes/MSThemeImporter.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * MSThemeImporter class */ diff --git a/3rdparty/mmu_man/themes/MSThemeImporter.h b/3rdparty/mmu_man/themes/MSThemeImporter.h index 1d0dacb1b7..5c25134b02 100644 --- a/3rdparty/mmu_man/themes/MSThemeImporter.h +++ b/3rdparty/mmu_man/themes/MSThemeImporter.h @@ -1,3 +1,7 @@ +/* + * Copyright 2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _MS_THEME_IMPORTER_H #define _MS_THEME_IMPORTER_H /* diff --git a/3rdparty/mmu_man/themes/MakeScreenshot.cpp b/3rdparty/mmu_man/themes/MakeScreenshot.cpp index f9efc1d505..84317ab1ed 100644 --- a/3rdparty/mmu_man/themes/MakeScreenshot.cpp +++ b/3rdparty/mmu_man/themes/MakeScreenshot.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * MakeScreenshot function */ diff --git a/3rdparty/mmu_man/themes/ParseMessage.cpp b/3rdparty/mmu_man/themes/ParseMessage.cpp index 531ace4d40..a2ffd8c152 100644 --- a/3rdparty/mmu_man/themes/ParseMessage.cpp +++ b/3rdparty/mmu_man/themes/ParseMessage.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include #include #include diff --git a/3rdparty/mmu_man/themes/ParseMessage.h b/3rdparty/mmu_man/themes/ParseMessage.h index e9c9876fa9..9eb1c0cbe0 100644 --- a/3rdparty/mmu_man/themes/ParseMessage.h +++ b/3rdparty/mmu_man/themes/ParseMessage.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _PARSE_MESSAGE_H #define _PARSE_MESSAGE_H diff --git a/3rdparty/mmu_man/themes/TextInputAlert.cpp b/3rdparty/mmu_man/themes/TextInputAlert.cpp index 90f836495e..0100ac7df4 100644 --- a/3rdparty/mmu_man/themes/TextInputAlert.cpp +++ b/3rdparty/mmu_man/themes/TextInputAlert.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2007-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + //HACK :P #define private public #include diff --git a/3rdparty/mmu_man/themes/TextInputAlert.h b/3rdparty/mmu_man/themes/TextInputAlert.h index 1b993e27b3..d204110b3b 100644 --- a/3rdparty/mmu_man/themes/TextInputAlert.h +++ b/3rdparty/mmu_man/themes/TextInputAlert.h @@ -1,3 +1,7 @@ +/* + * Copyright 2007-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef TEXT_INPUT_ALERT_H #define TEXT_INPUT_ALERT_H diff --git a/3rdparty/mmu_man/themes/ThemeAddonItem.cpp b/3rdparty/mmu_man/themes/ThemeAddonItem.cpp index f6627e6ead..dc059e17f2 100644 --- a/3rdparty/mmu_man/themes/ThemeAddonItem.cpp +++ b/3rdparty/mmu_man/themes/ThemeAddonItem.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include "ThemeAddonItem.h" #include "ThemeInterfaceView.h" #include "ThemeManager.h" diff --git a/3rdparty/mmu_man/themes/ThemeAddonItem.h b/3rdparty/mmu_man/themes/ThemeAddonItem.h index e66cfd93dd..399254fe2b 100644 --- a/3rdparty/mmu_man/themes/ThemeAddonItem.h +++ b/3rdparty/mmu_man/themes/ThemeAddonItem.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _ADDON_ITEM_H_ #define _ADDON_ITEM_H_ diff --git a/3rdparty/mmu_man/themes/ThemeImporter.cpp b/3rdparty/mmu_man/themes/ThemeImporter.cpp index 1c36c7129b..be37d104fb 100644 --- a/3rdparty/mmu_man/themes/ThemeImporter.cpp +++ b/3rdparty/mmu_man/themes/ThemeImporter.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2007-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * ThemeImporter class */ diff --git a/3rdparty/mmu_man/themes/ThemeImporter.h b/3rdparty/mmu_man/themes/ThemeImporter.h index 515d14adfe..e2683d2d1d 100644 --- a/3rdparty/mmu_man/themes/ThemeImporter.h +++ b/3rdparty/mmu_man/themes/ThemeImporter.h @@ -1,3 +1,7 @@ +/* + * Copyright 2007-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _THEME_IMPORTER_H #define _THEME_IMPORTER_H /* diff --git a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp index 772f4d16c2..63497877af 100644 --- a/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp +++ b/3rdparty/mmu_man/themes/ThemeInterfaceView.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include #include #include diff --git a/3rdparty/mmu_man/themes/ThemeInterfaceView.h b/3rdparty/mmu_man/themes/ThemeInterfaceView.h index 840dbeed0c..47663735c6 100644 --- a/3rdparty/mmu_man/themes/ThemeInterfaceView.h +++ b/3rdparty/mmu_man/themes/ThemeInterfaceView.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #include namespace Z { diff --git a/3rdparty/mmu_man/themes/ThemeItem.cpp b/3rdparty/mmu_man/themes/ThemeItem.cpp index 9856986032..f30997580f 100644 --- a/3rdparty/mmu_man/themes/ThemeItem.cpp +++ b/3rdparty/mmu_man/themes/ThemeItem.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include "ThemeItem.h" #include #include diff --git a/3rdparty/mmu_man/themes/ThemeItem.h b/3rdparty/mmu_man/themes/ThemeItem.h index febd1d895b..60381fbaaa 100644 --- a/3rdparty/mmu_man/themes/ThemeItem.h +++ b/3rdparty/mmu_man/themes/ThemeItem.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _THEME_ITEM_H_ #define _THEME_ITEM_H_ diff --git a/3rdparty/mmu_man/themes/ThemeManager.cpp b/3rdparty/mmu_man/themes/ThemeManager.cpp index 8cfd07a581..b120b80175 100644 --- a/3rdparty/mmu_man/themes/ThemeManager.cpp +++ b/3rdparty/mmu_man/themes/ThemeManager.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * ThemeManager class */ diff --git a/3rdparty/mmu_man/themes/ThemeManager.h b/3rdparty/mmu_man/themes/ThemeManager.h index 36bc656398..5093d15585 100644 --- a/3rdparty/mmu_man/themes/ThemeManager.h +++ b/3rdparty/mmu_man/themes/ThemeManager.h @@ -1,3 +1,10 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ +#ifndef _THEMEMANAGER_H_ +#define _THEMEMANAGER_H_ + /* * ThemeManager class header */ @@ -138,3 +145,5 @@ private: using namespace Z::ThemeManager; + +#endif // _THEMEMANAGER_H_ diff --git a/3rdparty/mmu_man/themes/Themes.rdef b/3rdparty/mmu_man/themes/Themes.rdef index 5401c3c705..70106ba91c 100644 --- a/3rdparty/mmu_man/themes/Themes.rdef +++ b/3rdparty/mmu_man/themes/Themes.rdef @@ -8,7 +8,7 @@ resource app_version { variety = B_APPV_ALPHA, internal = 0, short_info = "Themes", - long_info = "Themes ©2006-2008 François Revol." + long_info = "Themes ©2000-2008 François Revol." }; resource app_flags B_SINGLE_LAUNCH; diff --git a/3rdparty/mmu_man/themes/ThemesAddon.cpp b/3rdparty/mmu_man/themes/ThemesAddon.cpp index 7d1985d7e6..f6b6b59a7b 100644 --- a/3rdparty/mmu_man/themes/ThemesAddon.cpp +++ b/3rdparty/mmu_man/themes/ThemesAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/ThemesAddon.h b/3rdparty/mmu_man/themes/ThemesAddon.h index b477e5cb2b..5491919f96 100644 --- a/3rdparty/mmu_man/themes/ThemesAddon.h +++ b/3rdparty/mmu_man/themes/ThemesAddon.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _THEMES_ADDON_H #define _THEMES_ADDON_H /* diff --git a/3rdparty/mmu_man/themes/ThemesApp.cpp b/3rdparty/mmu_man/themes/ThemesApp.cpp index 3cee45cef8..31e82a9049 100644 --- a/3rdparty/mmu_man/themes/ThemesApp.cpp +++ b/3rdparty/mmu_man/themes/ThemesApp.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include #include diff --git a/3rdparty/mmu_man/themes/ThemesApp.h b/3rdparty/mmu_man/themes/ThemesApp.h index b51e007214..426769ef58 100644 --- a/3rdparty/mmu_man/themes/ThemesApp.h +++ b/3rdparty/mmu_man/themes/ThemesApp.h @@ -1,3 +1,10 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ +#ifndef _THEMESAPP_H_ +#define _THEMESAPP_H_ + #include class ThemesApp : public BApplication { @@ -9,3 +16,5 @@ public: private: }; + +#endif // _THEMESAPP_H_ diff --git a/3rdparty/mmu_man/themes/UITheme.h b/3rdparty/mmu_man/themes/UITheme.h index 4a90d6c2bc..3e3d4f7943 100644 --- a/3rdparty/mmu_man/themes/UITheme.h +++ b/3rdparty/mmu_man/themes/UITheme.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _Z_UI_THEME_H #define _Z_UI_THEME_H diff --git a/3rdparty/mmu_man/themes/Utils.cpp b/3rdparty/mmu_man/themes/Utils.cpp index 4a16eb7a66..cd556a6465 100644 --- a/3rdparty/mmu_man/themes/Utils.cpp +++ b/3rdparty/mmu_man/themes/Utils.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include "Utils.h" #include #include diff --git a/3rdparty/mmu_man/themes/Utils.h b/3rdparty/mmu_man/themes/Utils.h index 35751a1a38..a2cc1ea14d 100644 --- a/3rdparty/mmu_man/themes/Utils.h +++ b/3rdparty/mmu_man/themes/Utils.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _FILE_UTILS_H #define _FILE_UTILS_H diff --git a/3rdparty/mmu_man/themes/ViewItem.cpp b/3rdparty/mmu_man/themes/ViewItem.cpp index 3534a7fe35..2d3d3f12a4 100644 --- a/3rdparty/mmu_man/themes/ViewItem.cpp +++ b/3rdparty/mmu_man/themes/ViewItem.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + #include "ViewItem.h" #include #include diff --git a/3rdparty/mmu_man/themes/ViewItem.h b/3rdparty/mmu_man/themes/ViewItem.h index 92b5976a78..56439d7388 100644 --- a/3rdparty/mmu_man/themes/ViewItem.h +++ b/3rdparty/mmu_man/themes/ViewItem.h @@ -1,3 +1,7 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ #ifndef _VIEW_ITEM_H_ #define _VIEW_ITEM_H_ diff --git a/3rdparty/mmu_man/themes/addons/BackgroundsAddon.cpp b/3rdparty/mmu_man/themes/addons/BackgroundsAddon.cpp index edc0e8ede0..7a8bca68d1 100644 --- a/3rdparty/mmu_man/themes/addons/BackgroundsAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/BackgroundsAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * backgrounds ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/BeIDEAddon.cpp b/3rdparty/mmu_man/themes/addons/BeIDEAddon.cpp index b034ca2272..ce60354f6a 100644 --- a/3rdparty/mmu_man/themes/addons/BeIDEAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/BeIDEAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * BeIDE Color ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/BeOSWindowDecorAddon.cpp b/3rdparty/mmu_man/themes/addons/BeOSWindowDecorAddon.cpp index a9e54f7132..0273da1b9d 100644 --- a/3rdparty/mmu_man/themes/addons/BeOSWindowDecorAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/BeOSWindowDecorAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * window_decor ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/DanoUISettingsAddon.cpp b/3rdparty/mmu_man/themes/addons/DanoUISettingsAddon.cpp index 8c4c459a15..2c9e3826e6 100644 --- a/3rdparty/mmu_man/themes/addons/DanoUISettingsAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/DanoUISettingsAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * ui_settings ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/DeskbarAddon.cpp b/3rdparty/mmu_man/themes/addons/DeskbarAddon.cpp index f3821254f9..1ceb1115b0 100644 --- a/3rdparty/mmu_man/themes/addons/DeskbarAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/DeskbarAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * deskbar ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/EddieAddon.cpp b/3rdparty/mmu_man/themes/addons/EddieAddon.cpp index 2e670819c7..ef8b9226b4 100644 --- a/3rdparty/mmu_man/themes/addons/EddieAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/EddieAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * Eddie Color ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/HaikuUISettingsAddon.cpp b/3rdparty/mmu_man/themes/addons/HaikuUISettingsAddon.cpp index defde2eb73..1aeeb84baf 100644 --- a/3rdparty/mmu_man/themes/addons/HaikuUISettingsAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/HaikuUISettingsAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * ui_settings ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/HaikuWindowDecorAddon.cpp b/3rdparty/mmu_man/themes/addons/HaikuWindowDecorAddon.cpp index 3d4a6dd54a..531ce4e207 100644 --- a/3rdparty/mmu_man/themes/addons/HaikuWindowDecorAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/HaikuWindowDecorAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * window_decor ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/PeAddon.cpp b/3rdparty/mmu_man/themes/addons/PeAddon.cpp index c7068451ba..f183c41038 100644 --- a/3rdparty/mmu_man/themes/addons/PeAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/PeAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * Pe Color ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/ScreensaverAddon.cpp b/3rdparty/mmu_man/themes/addons/ScreensaverAddon.cpp index 46ec318cd8..2cfa6248a2 100644 --- a/3rdparty/mmu_man/themes/addons/ScreensaverAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/ScreensaverAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * screensaver ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/SoundplayColorAddon.cpp b/3rdparty/mmu_man/themes/addons/SoundplayColorAddon.cpp index 0f46461787..83a0e8136d 100644 --- a/3rdparty/mmu_man/themes/addons/SoundplayColorAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/SoundplayColorAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * SoundPlay Color ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/SoundsAddon.cpp b/3rdparty/mmu_man/themes/addons/SoundsAddon.cpp index 960b07e0c8..bb71815d1e 100644 --- a/3rdparty/mmu_man/themes/addons/SoundsAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/SoundsAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * sounds ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/TerminalAddon.cpp b/3rdparty/mmu_man/themes/addons/TerminalAddon.cpp index daab14234b..4636f9bc32 100644 --- a/3rdparty/mmu_man/themes/addons/TerminalAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/TerminalAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * BeIDE Color ThemesAddon class */ diff --git a/3rdparty/mmu_man/themes/addons/WinampSkinAddon.cpp b/3rdparty/mmu_man/themes/addons/WinampSkinAddon.cpp index 04b82bba93..88e56e489a 100644 --- a/3rdparty/mmu_man/themes/addons/WinampSkinAddon.cpp +++ b/3rdparty/mmu_man/themes/addons/WinampSkinAddon.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2000-2008, François Revol, . All rights reserved. + * Distributed under the terms of the MIT License. + */ + /* * WinampSkin ThemesAddon class */