Added license for MkDepend
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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 $
|
||||
@@ -1366,8 +1366,9 @@ AboutView::_CreateCreditsView()
|
||||
// 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")
|
||||
|
||||
Reference in New Issue
Block a user