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. */