Changeset c4bbca8 in mainline for uspace/app/filegen/crc32.c


Ignore:
Timestamp:
2011-06-27T18:14:18Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
616e73c
Parents:
db9aa04
Message:

Add copyrights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/filegen/crc32.c

    rdb9aa04 rc4bbca8  
    1 /* crc32.c - the crc check algorithm for cksfv
    2    
    3    Copyright (C) 2000 Bryan Call <bc@fodder.org>
    4 
    5    This program is free software; you can redistribute it and/or modify
    6    it under the terms of the GNU General Public License as published by
    7    the Free Software Foundation; either version 2 of the License, or
    8    (at your option) any later version.
    9 
    10    This program is distributed in the hope that it will be useful,
    11    but WITHOUT ANY WARRANTY; without even the implied warranty of
    12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    13    GNU General Public License for more details.
    14 
    15    You should have received a copy of the GNU General Public License
    16    along with this program; if not, write to the Free Software
    17    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
     1/*
     2 * Copyright (C) 2000 Bryan Call <bc@fodder.org>
     3 * Copyright (c) 2011 Oleg Romanenko
     4 * All rights reserved.
     5 *
     6 * This program is free software; you can redistribute it and/or modify
     7 * it under the terms of the GNU General Public License as published by
     8 * the Free Software Foundation; either version 2 of the License, or
     9 * (at your option) any later version.
     10 *
     11 * This program is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     14 * GNU General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU General Public License
     17 * along with this program; if not, write to the Free Software
     18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
     19 */
    1820
    1921#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.