Header guard and copyrights.

Pets Pe's HeaderGuard and HeaderHeader extensions :)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25192 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-04-26 20:14:09 +00:00
parent 99734c6841
commit 34c28c694b
9 changed files with 52 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <string.h>
#include <stdio.h>

View File

@ -1,3 +1,7 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _DESKTOPWINDOW_H_
#define _DESKTOPWINDOW_H_

View File

@ -1,3 +1,9 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <Alert.h>
#include <Screen.h>
#include <String.h>

View File

@ -1,3 +1,7 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _LOGINAPP_H_
#define _LOGINAPP_H_

View File

@ -1,6 +1,13 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <ScrollView.h>
#include <String.h>
#include <Window.h>
#ifdef __HAIKU__
#include <Layout.h>
#endif
#include <pwd.h>

View File

@ -1,3 +1,10 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _LOGINVIEW_H_
#define _LOGINVIEW_H_
#include <Button.h>
#include <CheckBox.h>
#include <View.h>
@ -36,3 +43,5 @@ private:
BStringView* fInfoView;
};
#endif // _LOGINVIEW_H_

View File

@ -1,3 +1,9 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include "LoginWindow.h"
#include "LoginView.h"

View File

@ -1,3 +1,7 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _LOGINWINDOW_H_
#define _LOGINWINDOW_H_

View File

@ -1,3 +1,9 @@
/*
* Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include "LoginApp.h"
int main(int , char **)