copyright update
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003, Michael Phipps. All rights reserved.
|
* Copyright 2003, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "MouseAreaView.h"
|
#include "MouseAreaView.h"
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003, Michael Phipps. All rights reserved.
|
* Copyright 2003, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
*/
|
*/
|
||||||
#ifndef MOUSEAREAVIEW_H
|
#ifndef MOUSEAREAVIEW_H
|
||||||
#define 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.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "PasswordWindow.h"
|
#include "PasswordWindow.h"
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003, Michael Phipps. All rights reserved.
|
* Copyright 2003-2005, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
#ifndef PASSWORDWINDOW_H
|
#ifndef PASSWORDWINDOW_H
|
||||||
#define PASSWORDWINDOW_H
|
#define PASSWORDWINDOW_H
|
||||||
|
|
||||||
#include "Window.h"
|
#include <Window.h>
|
||||||
#include "CheckBox.h"
|
#include <CheckBox.h>
|
||||||
#include "String.h"
|
#include <String.h>
|
||||||
#include "Box.h"
|
#include <Box.h>
|
||||||
#include "TextControl.h"
|
#include <TextControl.h>
|
||||||
#include "Button.h"
|
#include <Button.h>
|
||||||
#include "Constants.h"
|
#include <Constants.h>
|
||||||
|
|
||||||
class PasswordWindow : public BWindow
|
class PasswordWindow : public BWindow
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003, Michael Phipps. All rights reserved.
|
* Copyright 2003-2005, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "PreviewView.h"
|
#include "PreviewView.h"
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2003, Michael Phipps. All rights reserved.
|
* Copyright 2003-2005, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PREVIEWVIEW_H
|
#ifndef PREVIEWVIEW_H
|
||||||
|
|||||||
@@ -1,17 +1,10 @@
|
|||||||
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
/*
|
||||||
//
|
* Copyright 2005, Haiku.
|
||||||
// Copyright (c) 2005, Haiku
|
* Distributed under the terms of the MIT License.
|
||||||
//
|
*
|
||||||
// This software is part of the Haiku distribution and is covered
|
* Authors:
|
||||||
// by the Haiku license.
|
* Jérôme Duval, [email protected]
|
||||||
//
|
*/
|
||||||
//
|
|
||||||
// File: ScreenSaverItem.h
|
|
||||||
// Author: Jérôme Duval
|
|
||||||
// Description: ScreenSaver Preferences
|
|
||||||
// Created : July 28, 2005
|
|
||||||
//
|
|
||||||
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
|
||||||
|
|
||||||
#ifndef __SCREENSAVERITEM_H__
|
#ifndef __SCREENSAVERITEM_H__
|
||||||
#define __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.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Application.h>
|
#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.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ScreenSaverPrefsApp_H
|
#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.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ListView.h>
|
#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.
|
* Distributed under the terms of the MIT License.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* Michael Phipps
|
||||||
|
* Jérôme Duval, [email protected]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ScreenSaverWindow_H
|
#ifndef _ScreenSaverWindow_H
|
||||||
|
|||||||
Reference in New Issue
Block a user