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
This commit is contained in:
Jonas Sundström
2009-10-06 22:57:35 +00:00
parent a138b6339f
commit 60cdc210a8
3 changed files with 21 additions and 6 deletions
@@ -1,5 +1,10 @@
// license: public domain
// authors: Jonas Sundström, [email protected]
/*
* Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Jonas Sundström, [email protected]
*/
#include "GenericThread.h"
+7 -2
View File
@@ -1,5 +1,10 @@
// license: public domain
// authors: [email protected]
/*
* Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Jonas Sundström, [email protected]
*/
#include "ZipOMatic.h"
@@ -1,5 +1,10 @@
// license: public domain
// authors: [email protected]
/*
* Copyright 2003-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Jonas Sundström, [email protected]
*/
#include "ZipOMaticActivity.h"