diff --git a/data/system/data/licenses/MkDepend b/data/system/data/licenses/MkDepend new file mode 100644 index 0000000000..0fd9d2d9e4 --- /dev/null +++ b/data/system/data/licenses/MkDepend @@ -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 $ diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 56a847b5a6..5e2d35f3bb 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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")