Fixed licence headers.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues
2009-09-19 12:19:46 +00:00
parent 1b15449d32
commit fb581e32d1
3 changed files with 12 additions and 8 deletions
+5
View File
@@ -1,3 +1,8 @@
/*
* Copyright 2003-2004, Axel Dörfler, [email protected]
* Copyright 2003-2004, Oliver Tappe, [email protected]
* Distributed under the terms of the MIT License.
*/
#ifndef _CATALOG_H_ #ifndef _CATALOG_H_
#define _CATALOG_H_ #define _CATALOG_H_
+6 -7
View File
@@ -1,15 +1,14 @@
/* /*
** Distributed under the terms of the OpenBeOS License. * Copyright 2003-2004, Axel Dörfler, [email protected]
** Copyright 2003-2004. All rights reserved. * Copyright 2003-2004, Oliver Tappe, [email protected]
** * Distributed under the terms of the MIT License.
** Authors: Axel Dörfler, [email protected] */
** Oliver Tappe, [email protected]
*/ #include <Catalog.h>
#include <syslog.h> #include <syslog.h>
#include <Application.h> #include <Application.h>
#include <Catalog.h>
#include <Locale.h> #include <Locale.h>
#include <LocaleRoster.h> #include <LocaleRoster.h>
#include <Node.h> #include <Node.h>
+1 -1
View File
@@ -1,6 +1,6 @@
/* /*
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved. ** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License. ** Distributed under the terms of the MIT License.
*/ */