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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/solfakes.c

    • Property svn:keywords set to Author Date Id Revision
    r1714 r2019  
    1 /* $Id: $ */
     1/* $Id$ */
    22/** @file
     3 * Fake Unix stuff for Solaris.
     4 */
     5
     6/*
     7 * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
    38 *
    4  * Fake Unix stuff for Solaris.
     9 * This file is part of kBuild.
    510 *
    6  * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    7  *
    8  *
    9  * This program is free software; you can redistribute it and/or modify
     11 * kBuild is free software; you can redistribute it and/or modify
    1012 * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
     13 * the Free Software Foundation; either version 3 of the License, or
    1214 * (at your option) any later version.
    1315 *
    14  * This program is distributed in the hope that it will be useful,
     16 * kBuild is distributed in the hope that it will be useful,
    1517 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1618 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1820 *
    1921 * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     22 * along with kBuild.  If not, see <http://www.gnu.org/licenses/>
    2223 *
    2324 */
    2425
    25 
     26/*******************************************************************************
     27*   Header Files                                                               *
     28*******************************************************************************/
    2629#include <errno.h>
    2730#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.