From fb581e32d1632651d11826b1c1797e8fb0f3acdb Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 19 Sep 2009 12:19:46 +0000 Subject: [PATCH] Fixed licence headers. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33185 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/locale/Catalog.h | 5 +++++ src/kits/locale/Catalog.cpp | 13 ++++++------- src/kits/locale/strfmon.cpp | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/headers/os/locale/Catalog.h b/headers/os/locale/Catalog.h index 40771968a9..9a57801194 100644 --- a/headers/os/locale/Catalog.h +++ b/headers/os/locale/Catalog.h @@ -1,3 +1,8 @@ +/* + * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de + * Copyright 2003-2004, Oliver Tappe, zooey@hirschkaefer.de + * Distributed under the terms of the MIT License. + */ #ifndef _CATALOG_H_ #define _CATALOG_H_ diff --git a/src/kits/locale/Catalog.cpp b/src/kits/locale/Catalog.cpp index 73055d9f41..5bc6d29a9a 100644 --- a/src/kits/locale/Catalog.cpp +++ b/src/kits/locale/Catalog.cpp @@ -1,15 +1,14 @@ /* -** Distributed under the terms of the OpenBeOS License. -** Copyright 2003-2004. All rights reserved. -** -** Authors: Axel Dörfler, axeld@pinc-software.de -** Oliver Tappe, zooey@hirschkaefer.de -*/ + * Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de + * Copyright 2003-2004, Oliver Tappe, zooey@hirschkaefer.de + * Distributed under the terms of the MIT License. + */ + +#include #include #include -#include #include #include #include diff --git a/src/kits/locale/strfmon.cpp b/src/kits/locale/strfmon.cpp index c65db3ffdd..8261d06c5f 100644 --- a/src/kits/locale/strfmon.cpp +++ b/src/kits/locale/strfmon.cpp @@ -1,6 +1,6 @@ /* ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the MIT License. */