[haiku-commits] r35837 - haiku/trunk/src/apps/mail

  • From: jonas@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 13 Mar 2010 15:53:17 +0100 (CET)

Author: kirilla
Date: 2010-03-13 15:53:17 +0100 (Sat, 13 Mar 2010)
New Revision: 35837
Changeset: http://dev.haiku-os.org/changeset/35837/haiku

Modified:
   haiku/trunk/src/apps/mail/MessageStatus.cpp
   haiku/trunk/src/apps/mail/MessageStatus.h
Log:
Adding the preferred copyright and license clause.

Modified: haiku/trunk/src/apps/mail/MessageStatus.cpp
===================================================================
--- haiku/trunk/src/apps/mail/MessageStatus.cpp 2010-03-13 13:17:40 UTC (rev 
35836)
+++ haiku/trunk/src/apps/mail/MessageStatus.cpp 2010-03-13 14:53:17 UTC (rev 
35837)
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2010 Haiku Inc. All rights reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ *             Jonas Sundström, jonas@xxxxxxxxxxx
+ */
+
+
 #include "MessageStatus.h"
 
 

Modified: haiku/trunk/src/apps/mail/MessageStatus.h
===================================================================
--- haiku/trunk/src/apps/mail/MessageStatus.h   2010-03-13 13:17:40 UTC (rev 
35836)
+++ haiku/trunk/src/apps/mail/MessageStatus.h   2010-03-13 14:53:17 UTC (rev 
35837)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2010 Haiku Inc. All rights reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ *             Jonas Sundström, jonas@xxxxxxxxxxx
+ */
 #ifndef _MESSAGE_STATUS_H
 #define _MESSAGE_STATUS_H
 


Other related posts:

  • » [haiku-commits] r35837 - haiku/trunk/src/apps/mail - jonas