[haiku-commits] r33473 - haiku/trunk/src/add-ons/tracker/zipomatic

  • From: jonas@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 7 Oct 2009 00:57:35 +0200 (CEST)

Author: kirilla
Date: 2009-10-07 00:57:35 +0200 (Wed, 07 Oct 2009)
New Revision: 33473
Changeset: http://dev.haiku-os.org/changeset/33473/haiku

Modified:
   haiku/trunk/src/add-ons/tracker/zipomatic/GenericThread.cpp
   haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMatic.cpp
   haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
Log:
Changing license from public domain to MIT, to ease code sharing with other 
parts of Haiku and to avoid the gray area of public domain. I hope it's okay. I 
made the app, but a few others have a contribute fixes here and there.

Modified: haiku/trunk/src/add-ons/tracker/zipomatic/GenericThread.cpp
===================================================================
--- haiku/trunk/src/add-ons/tracker/zipomatic/GenericThread.cpp 2009-10-06 
22:46:44 UTC (rev 33472)
+++ haiku/trunk/src/add-ons/tracker/zipomatic/GenericThread.cpp 2009-10-06 
22:57:35 UTC (rev 33473)
@@ -1,5 +1,10 @@
-// license: public domain
-// authors: Jonas Sundström, jonas@xxxxxxxxxxx
+/*
+ * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ *             Jonas Sundström, jonas@xxxxxxxxxxx
+ */
 
 
 #include "GenericThread.h"

Modified: haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMatic.cpp
===================================================================
--- haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMatic.cpp     2009-10-06 
22:46:44 UTC (rev 33472)
+++ haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMatic.cpp     2009-10-06 
22:57:35 UTC (rev 33473)
@@ -1,5 +1,10 @@
-// license: public domain
-// authors: jonas.sundstrom@xxxxxxxxxxx
+/*
+ * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ *             Jonas Sundström, jonas@xxxxxxxxxxx
+ */
 
 
 #include "ZipOMatic.h"

Modified: haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
===================================================================
--- haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp     
2009-10-06 22:46:44 UTC (rev 33472)
+++ haiku/trunk/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp     
2009-10-06 22:57:35 UTC (rev 33473)
@@ -1,5 +1,10 @@
-// license: public domain
-// authors: jonas.sundstrom@xxxxxxxxxxx
+/*
+ * Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
+ * Distributed under the terms of the MIT License.
+ *
+ * Authors:
+ *             Jonas Sundström, jonas@xxxxxxxxxxx
+ */
 
 
 #include "ZipOMaticActivity.h"


Other related posts:

  • » [haiku-commits] r33473 - haiku/trunk/src/add-ons/tracker/zipomatic - jonas