copyright update

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-08-24 15:13:52 +00:00
parent af86ce75a0
commit 12e1daa3cc
11 changed files with 62 additions and 31 deletions
@@ -1,6 +1,9 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
*/
#include "MouseAreaView.h"
+4 -1
View File
@@ -1,6 +1,9 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
*/
#ifndef MOUSEAREAVIEW_H
#define MOUSEAREAVIEW_H
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#include "PasswordWindow.h"
+12 -8
View File
@@ -1,17 +1,21 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#ifndef PASSWORDWINDOW_H
#define PASSWORDWINDOW_H
#include "Window.h"
#include "CheckBox.h"
#include "String.h"
#include "Box.h"
#include "TextControl.h"
#include "Button.h"
#include "Constants.h"
#include <Window.h>
#include <CheckBox.h>
#include <String.h>
#include <Box.h>
#include <TextControl.h>
#include <Button.h>
#include <Constants.h>
class PasswordWindow : public BWindow
{
+5 -1
View File
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#include "PreviewView.h"
+5 -1
View File
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#ifndef PREVIEWVIEW_H
+7 -14
View File
@@ -1,17 +1,10 @@
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
//
// Copyright (c) 2005, Haiku
//
// This software is part of the Haiku distribution and is covered
// by the Haiku license.
//
//
// File: ScreenSaverItem.h
// Author: Jérôme Duval
// Description: ScreenSaver Preferences
// Created : July 28, 2005
//
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
/*
* Copyright 2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Jérôme Duval, [email protected]
*/
#ifndef __SCREENSAVERITEM_H__
#define __SCREENSAVERITEM_H__
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#include <Application.h>
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#ifndef _ScreenSaverPrefsApp_H
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#include <ListView.h>
@@ -1,6 +1,10 @@
/*
* Copyright 2003, Michael Phipps. All rights reserved.
* Copyright 2003-2005, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
* Michael Phipps
* Jérôme Duval, [email protected]
*/
#ifndef _ScreenSaverWindow_H