[haiku-commits] r35972 - in haiku/trunk: data/system/data/licenses src/apps/aboutsystem

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 27 Mar 2010 18:30:09 +0100 (CET)

Author: mmadia
Date: 2010-03-27 18:30:09 +0100 (Sat, 27 Mar 2010)
New Revision: 35972
Changeset: http://dev.haiku-os.org/changeset/35972/haiku

Added:
   haiku/trunk/data/system/data/licenses/MkDepend
Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Added license for MkDepend

Added: haiku/trunk/data/system/data/licenses/MkDepend
===================================================================
--- haiku/trunk/data/system/data/licenses/MkDepend                              
(rev 0)
+++ haiku/trunk/data/system/data/licenses/MkDepend      2010-03-27 17:30:09 UTC 
(rev 35972)
@@ -0,0 +1,28 @@
+MkDepend License
+
+Copyright (c) 1995-2000, Lars Düning.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ - Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+ - Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+ - Modifications of the original software, in parts or as a whole,
+   must be clearly recognizable as such.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+$Id: LICENSE 1.2 Wed, 01 Mar 2000 21:15:40 -0700 lars $

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-27 14:56:38 UTC 
(rev 35971)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-27 17:30:09 UTC 
(rev 35972)
@@ -1366,8 +1366,9 @@
        // MkDepend 1.7 copyright (Makefile dependency generator)
        _AddPackageCredit(PackageCredit("MkDepend")
                .SetCopyright(COPYRIGHT_STRING "1995-2001 Lars Düning. "
-                       "All rights reserved."));
-                       // TODO: License!
+                       "All rights reserved.")
+               .SetLicense("MkDepend")
+               .SetURL("http://bearnip.com/lars/be/mkdepend.html";));
 
        // libhttpd copyright (used as Poorman backend)
        _AddPackageCredit(PackageCredit("libhttpd")


Other related posts: