Ignore:
Timestamp:
Aug 31, 2016, 7:30:52 PM (9 years ago)
Author:
bird
Message:

updates

Location:
trunk/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib

  • trunk/src/lib/restartable-syscall-wrappers.c

    r2507 r2851  
    1313
    1414/*
    15  * Copyright (c) 2011 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
    16  *
    17  * This file is part of kBuild.
    18  *
    19  * kBuild is free software; you can redistribute it and/or modify
    20  * it under the terms of the GNU General Public License as published by
    21  * the Free Software Foundation; either version 3 of the License, or
    22  * (at your option) any later version.
    23  *
    24  * kBuild is distributed in the hope that it will be useful,
    25  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    26  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    27  * GNU General Public License for more details.
    28  *
    29  * You should have received a copy of the GNU General Public License
    30  * along with kBuild.  If not, see <http://www.gnu.org/licenses/>
    31  *
     15 * Copyright (c) 2011-2016 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     16 *
     17 * Permission is hereby granted, free of charge, to any person obtaining a
     18 * copy of this software and associated documentation files (the "Software"),
     19 * to deal in the Software without restriction, including without limitation
     20 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
     21 * and/or sell copies of the Software, and to permit persons to whom the
     22 * Software is furnished to do so, subject to the following conditions:
     23 *
     24 * The above copyright notice and this permission notice shall be included
     25 * in all copies or substantial portions of the Software.
     26 *
     27 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     28 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     29 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     30 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     31 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     32 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
     33 * IN THE SOFTWARE.
     34 *
     35 * Alternatively, the content of this file may be used under the terms of the
     36 * GPL version 2 or later, or LGPL version 2.1 or later.
    3237 */
    3338
Note: See TracChangeset for help on using the changeset viewer.