From 60cdc210a8a0e69813b20f2df4f3b3883c9fc2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Tue, 6 Oct 2009 22:57:35 +0000 Subject: [PATCH] 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. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33473 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/tracker/zipomatic/GenericThread.cpp | 9 +++++++-- src/add-ons/tracker/zipomatic/ZipOMatic.cpp | 9 +++++++-- src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/add-ons/tracker/zipomatic/GenericThread.cpp b/src/add-ons/tracker/zipomatic/GenericThread.cpp index 224255f581..a83aefa8c3 100644 --- a/src/add-ons/tracker/zipomatic/GenericThread.cpp +++ b/src/add-ons/tracker/zipomatic/GenericThread.cpp @@ -1,5 +1,10 @@ -// license: public domain -// authors: Jonas Sundström, jonas@kirilla.com +/* + * Copyright 2003-2009, Haiku, Inc. All Rights Reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Jonas Sundström, jonas@kirilla.com + */ #include "GenericThread.h" diff --git a/src/add-ons/tracker/zipomatic/ZipOMatic.cpp b/src/add-ons/tracker/zipomatic/ZipOMatic.cpp index b0856b912c..16112d40b4 100644 --- a/src/add-ons/tracker/zipomatic/ZipOMatic.cpp +++ b/src/add-ons/tracker/zipomatic/ZipOMatic.cpp @@ -1,5 +1,10 @@ -// license: public domain -// authors: jonas.sundstrom@kirilla.com +/* + * Copyright 2003-2009, Haiku, Inc. All Rights Reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Jonas Sundström, jonas@kirilla.com + */ #include "ZipOMatic.h" diff --git a/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp b/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp index 99935d81ef..be8b5d804e 100644 --- a/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp +++ b/src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp @@ -1,5 +1,10 @@ -// license: public domain -// authors: jonas.sundstrom@kirilla.com +/* + * Copyright 2003-2009, Haiku, Inc. All Rights Reserved. + * Distributed under the terms of the MIT License. + * + * Authors: + * Jonas Sundström, jonas@kirilla.com + */ #include "ZipOMaticActivity.h"