Changeset 3602


Ignore:
Timestamp:
Oct 29, 2007, 1:24:04 AM (18 years ago)
Author:
bird
Message:

license update.

Location:
trunk/kStuff
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/Config.kmk

    r3598 r3602  
    11# $Id$
    22## @file
    3 #
    43# kBuild configuration for kStuff
    54#
    6 # Copyright (c) 2006-2007 knut st. osmundsen <bird@anduin.net>
     5
    76#
     7# Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
    88#
    9 # This file is part of k*.
     9# This file is part of kStuff.
    1010#
    11 # k* is free software; you can redistribute it and/or modify
    12 # it under the terms of the GNU General Public License as published by
    13 # the Free Software Foundation; either version 2 of the License, or
    14 # (at your option) any later version.
     11# kStuff is free software; you can redistribute it and/or
     12# modify it under the terms of the GNU Lesser General Public
     13# License as published by the Free Software Foundation; either
     14# version 2.1 of the License, or (at your option) any later version.
    1515#
    16 # k* is distributed in the hope that it will be useful,
     16# kStuff is distributed in the hope that it will be useful,
    1717# but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19 # GNU General Public License for more details.
     18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     19# Lesser General Public License for more details.
    2020#
    21 # You should have received a copy of the GNU General Public License
    22 # along with k*; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 #
     21# You should have received a copy of the GNU Lesser General Public
     22# License along with kStuff; if not, write to the Free Software
     23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2524#
    2625
     
    4645
    4746TEMPLATE_kStuff_DEFS.freebsd     = KS_OS_FREEBSD
     47TEMPLATE_kStuff_DEFS.darwin      = KS_OS_DARWIN
    4848TEMPLATE_kStuff_DEFS.linux       = KS_OS_LINUX
     49TEMPLATE_kStuff_DEFS.netbsd      = KS_OS_NETBSD
     50TEMPLATE_kStuff_DEFS.openbsd     = KS_OS_OPENBSD
    4951TEMPLATE_kStuff_DEFS.os2         = KS_OS_OS2
     52TEMPLATE_kStuff_DEFS.solaris     = KS_OS_SOLARIS
    5053TEMPLATE_kStuff_DEFS.win         = KS_OS_WINDOWS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_WARNINGS
    5154
  • trunk/kStuff/Makefile.kmk

    r3585 r3602  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
    88#
    99# This file is part of kStuff.
     
    2222# License along with kStuff; if not, write to the Free Software
    2323# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
    2524#
    2625
Note: See TracChangeset for help on using the changeset viewer.