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

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
*/
#include "MouseAreaView.h"

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

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, jerome.duval@free.fr
*/
#include "PasswordWindow.h"

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, jerome.duval@free.fr
*/
#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
{

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, jerome.duval@free.fr
*/
#include "PreviewView.h"

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, jerome.duval@free.fr
*/
#ifndef PREVIEWVIEW_H

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, jerome.duval@free.fr
*/
#ifndef __SCREENSAVERITEM_H__
#define __SCREENSAVERITEM_H__

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, jerome.duval@free.fr
*/
#include <Application.h>

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, jerome.duval@free.fr
*/
#ifndef _ScreenSaverPrefsApp_H

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, jerome.duval@free.fr
*/
#include <ListView.h>

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, jerome.duval@free.fr
*/
#ifndef _ScreenSaverWindow_H