Add missing copyrights.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27811 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ae0e40586a
commit
f0d95841ee
5
3rdparty/mmu_man/themes/BeThemeImporter.cpp
vendored
5
3rdparty/mmu_man/themes/BeThemeImporter.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* BeThemeImporter class
|
||||
*/
|
||||
|
4
3rdparty/mmu_man/themes/BeThemeImporter.h
vendored
4
3rdparty/mmu_man/themes/BeThemeImporter.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _BE_THEME_IMPORTER_H
|
||||
#define _BE_THEME_IMPORTER_H
|
||||
/*
|
||||
|
5
3rdparty/mmu_man/themes/CompareMessages.cpp
vendored
5
3rdparty/mmu_man/themes/CompareMessages.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* function to compare 2 BMessages
|
||||
*/
|
||||
|
5
3rdparty/mmu_man/themes/DumpMessage.cpp
vendored
5
3rdparty/mmu_man/themes/DumpMessage.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
4
3rdparty/mmu_man/themes/DumpMessage.h
vendored
4
3rdparty/mmu_man/themes/DumpMessage.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _DUMP_MESSAGE_H
|
||||
#define _DUMP_MESSAGE_H
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/MSThemeImporter.cpp
vendored
5
3rdparty/mmu_man/themes/MSThemeImporter.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* MSThemeImporter class
|
||||
*/
|
||||
|
4
3rdparty/mmu_man/themes/MSThemeImporter.h
vendored
4
3rdparty/mmu_man/themes/MSThemeImporter.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _MS_THEME_IMPORTER_H
|
||||
#define _MS_THEME_IMPORTER_H
|
||||
/*
|
||||
|
5
3rdparty/mmu_man/themes/MakeScreenshot.cpp
vendored
5
3rdparty/mmu_man/themes/MakeScreenshot.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* MakeScreenshot function
|
||||
*/
|
||||
|
5
3rdparty/mmu_man/themes/ParseMessage.cpp
vendored
5
3rdparty/mmu_man/themes/ParseMessage.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
4
3rdparty/mmu_man/themes/ParseMessage.h
vendored
4
3rdparty/mmu_man/themes/ParseMessage.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _PARSE_MESSAGE_H
|
||||
#define _PARSE_MESSAGE_H
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/TextInputAlert.cpp
vendored
5
3rdparty/mmu_man/themes/TextInputAlert.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2007-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
//HACK :P
|
||||
#define private public
|
||||
#include <Alert.h>
|
||||
|
4
3rdparty/mmu_man/themes/TextInputAlert.h
vendored
4
3rdparty/mmu_man/themes/TextInputAlert.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2007-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef TEXT_INPUT_ALERT_H
|
||||
#define TEXT_INPUT_ALERT_H
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/ThemeAddonItem.cpp
vendored
5
3rdparty/mmu_man/themes/ThemeAddonItem.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include "ThemeAddonItem.h"
|
||||
#include "ThemeInterfaceView.h"
|
||||
#include "ThemeManager.h"
|
||||
|
4
3rdparty/mmu_man/themes/ThemeAddonItem.h
vendored
4
3rdparty/mmu_man/themes/ThemeAddonItem.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _ADDON_ITEM_H_
|
||||
#define _ADDON_ITEM_H_
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/ThemeImporter.cpp
vendored
5
3rdparty/mmu_man/themes/ThemeImporter.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2007-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* ThemeImporter class
|
||||
*/
|
||||
|
4
3rdparty/mmu_man/themes/ThemeImporter.h
vendored
4
3rdparty/mmu_man/themes/ThemeImporter.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2007-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _THEME_IMPORTER_H
|
||||
#define _THEME_IMPORTER_H
|
||||
/*
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include <Alert.h>
|
||||
#include <Bitmap.h>
|
||||
#include <Box.h>
|
||||
|
4
3rdparty/mmu_man/themes/ThemeInterfaceView.h
vendored
4
3rdparty/mmu_man/themes/ThemeInterfaceView.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#include <View.h>
|
||||
|
||||
namespace Z {
|
||||
|
5
3rdparty/mmu_man/themes/ThemeItem.cpp
vendored
5
3rdparty/mmu_man/themes/ThemeItem.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include "ThemeItem.h"
|
||||
#include <View.h>
|
||||
#include <Font.h>
|
||||
|
4
3rdparty/mmu_man/themes/ThemeItem.h
vendored
4
3rdparty/mmu_man/themes/ThemeItem.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _THEME_ITEM_H_
|
||||
#define _THEME_ITEM_H_
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/ThemeManager.cpp
vendored
5
3rdparty/mmu_man/themes/ThemeManager.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* ThemeManager class
|
||||
*/
|
||||
|
9
3rdparty/mmu_man/themes/ThemeManager.h
vendored
9
3rdparty/mmu_man/themes/ThemeManager.h
vendored
@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. 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_
|
||||
|
2
3rdparty/mmu_man/themes/Themes.rdef
vendored
2
3rdparty/mmu_man/themes/Themes.rdef
vendored
@ -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;
|
||||
|
5
3rdparty/mmu_man/themes/ThemesAddon.cpp
vendored
5
3rdparty/mmu_man/themes/ThemesAddon.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* ThemesAddon class
|
||||
*/
|
||||
|
4
3rdparty/mmu_man/themes/ThemesAddon.h
vendored
4
3rdparty/mmu_man/themes/ThemesAddon.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _THEMES_ADDON_H
|
||||
#define _THEMES_ADDON_H
|
||||
/*
|
||||
|
5
3rdparty/mmu_man/themes/ThemesApp.cpp
vendored
5
3rdparty/mmu_man/themes/ThemesApp.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include <Screen.h>
|
||||
#include <Window.h>
|
||||
|
||||
|
9
3rdparty/mmu_man/themes/ThemesApp.h
vendored
9
3rdparty/mmu_man/themes/ThemesApp.h
vendored
@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _THEMESAPP_H_
|
||||
#define _THEMESAPP_H_
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
class ThemesApp : public BApplication {
|
||||
@ -9,3 +16,5 @@ public:
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif // _THEMESAPP_H_
|
||||
|
4
3rdparty/mmu_man/themes/UITheme.h
vendored
4
3rdparty/mmu_man/themes/UITheme.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _Z_UI_THEME_H
|
||||
#define _Z_UI_THEME_H
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/Utils.cpp
vendored
5
3rdparty/mmu_man/themes/Utils.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include "Utils.h"
|
||||
#include <FindDirectory.h>
|
||||
#include <Path.h>
|
||||
|
4
3rdparty/mmu_man/themes/Utils.h
vendored
4
3rdparty/mmu_man/themes/Utils.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _FILE_UTILS_H
|
||||
#define _FILE_UTILS_H
|
||||
|
||||
|
5
3rdparty/mmu_man/themes/ViewItem.cpp
vendored
5
3rdparty/mmu_man/themes/ViewItem.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
#include "ViewItem.h"
|
||||
#include <View.h>
|
||||
#include <Font.h>
|
||||
|
4
3rdparty/mmu_man/themes/ViewItem.h
vendored
4
3rdparty/mmu_man/themes/ViewItem.h
vendored
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _VIEW_ITEM_H_
|
||||
#define _VIEW_ITEM_H_
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* backgrounds ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* BeIDE Color ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* window_decor ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* ui_settings ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* deskbar ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Eddie Color ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* ui_settings ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* window_decor ThemesAddon class
|
||||
*/
|
||||
|
5
3rdparty/mmu_man/themes/addons/PeAddon.cpp
vendored
5
3rdparty/mmu_man/themes/addons/PeAddon.cpp
vendored
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Pe Color ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* screensaver ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* SoundPlay Color ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* sounds ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* BeIDE Color ThemesAddon class
|
||||
*/
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2000-2008, François Revol, <revol@free.fr>. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* WinampSkin ThemesAddon class
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user