Ignore:
Timestamp:
Dec 28, 2006, 5:14:47 AM (19 years ago)
Author:
bird
Message:

cleanup in progress (bed time)

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/klibc/pathrewrite.h

    r2899 r2916  
    22/** @file
    33 *
    4  * InnoTek LIBC - Path Rewrite.
     4 * kLIBC - Path Rewrite.
    55 *
    6  * Copyright (c) 2004-2005 knut st. osmundsen <bird-srcspam@anduin.net>
     6 * Copyright (c) 2004-2006 knut st. osmundsen <bird-srcspam@anduin.net>
    77 *
    88 *
    9  * This file is part of InnoTek LIBC.
     9 * This file is part of kLIBC.
    1010 *
    11  * InnoTek LIBC is free software; you can redistribute it and/or modify
     11 * kLIBC is free software; you can redistribute it and/or modify
    1212 * it under the terms of the GNU Lesser General Public License as published
    1313 * by the Free Software Foundation; either version 2 of the License, or
    1414 * (at your option) any later version.
    1515 *
    16  * InnoTek LIBC is distributed in the hope that it will be useful,
     16 * kLIBC is distributed in the hope that it will be useful,
    1717 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1818 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    2020 *
    2121 * You should have received a copy of the GNU Lesser General Public License
    22  * along with InnoTek LIBC; if not, write to the Free Software
     22 * along with kLIBC; if not, write to the Free Software
    2323 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2424 *
     
    2626
    2727
    28 #ifndef __libc_InnoTekLIBC_pathrewrite_h__
    29 #define __libc_InnoTekLIBC_pathrewrite_h__
    30 /** @group __libc_PathReWrite
    31  * @{ */
     28#ifndef __klibc_pathrewrite_h__
     29#define __klibc_pathrewrite_h__
     30
     31/** @group __libc_PathReWrite Path Rewrite
     32 * @{
     33 */
     34
    3235
    3336/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.