Changeset 2019 for trunk/src/misc


Ignore:
Timestamp:
Nov 2, 2008, 1:21:05 AM (17 years ago)
Author:
bird
Message:

GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.

Location:
trunk/src/misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/misc/Makefile.kmk

    • Property svn:keywords changed from Id to Author Date Id Revision
    r1789 r2019  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
    88#
    99# This file is part of kBuild.
     
    1111# kBuild is free software; you can redistribute it and/or modify
    1212# 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
     13# the Free Software Foundation; either version 3 of the License, or
    1414# (at your option) any later version.
    1515#
     
    2020#
    2121# You should have received a copy of the GNU General Public License
    22 # along with kBuild; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     22# along with kBuild.  If not, see <http://www.gnu.org/licenses/>
    2423#
    2524#
  • trunk/src/misc/kmk_time.c

    • Property svn:keywords changed from Id to Author Date Id Revision
    r2002 r2019  
    77
    88/*
    9  * Copyright (c) 2007-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     9 * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
    1010 *
    1111 * This file is part of kBuild.
     
    1313 * kBuild is free software; you can redistribute it and/or modify
    1414 * it under the terms of the GNU General Public License as published by
    15  * the Free Software Foundation; either version 2 of the License, or
     15 * the Free Software Foundation; either version 3 of the License, or
    1616 * (at your option) any later version.
    1717 *
     
    2222 *
    2323 * You should have received a copy of the GNU General Public License
    24  * along with kBuild; if not, write to the Free Software
    25  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     24 * along with kBuild.  If not, see <http://www.gnu.org/licenses/>
    2625 *
    2726 */
    28 
    2927
    3028/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.