From 59aee10aefb6b711709e85d3c7a680aad04438f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Sat, 13 Mar 2010 14:53:17 +0000 Subject: [PATCH] Adding the preferred copyright and license clause. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35837 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mail/MessageStatus.cpp | 9 +++++++++ src/apps/mail/MessageStatus.h | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/src/apps/mail/MessageStatus.cpp b/src/apps/mail/MessageStatus.cpp index 380eb248c6..6202b73cf0 100644 --- a/src/apps/mail/MessageStatus.cpp +++ b/src/apps/mail/MessageStatus.cpp @@ -1,3 +1,12 @@ +/* + * Copyright 2010 Haiku Inc. All rights reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Jonas Sundström, jonas@kirilla.com + */ + + #include "MessageStatus.h" diff --git a/src/apps/mail/MessageStatus.h b/src/apps/mail/MessageStatus.h index 75b0d653d9..2b3a635e6d 100644 --- a/src/apps/mail/MessageStatus.h +++ b/src/apps/mail/MessageStatus.h @@ -1,3 +1,10 @@ +/* + * Copyright 2010 Haiku Inc. All rights reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Jonas Sundström, jonas@kirilla.com + */ #ifndef _MESSAGE_STATUS_H #define _MESSAGE_STATUS_H