X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcrc.h;h=4fa8fbc9b3aae6154763c486b28f964582836804;hb=75ce01c4382e5acf45599baaade587f78ddfa956;hp=aaa728eb632a16dd623023e32014303758e941f7;hpb=81ce966eab35ad8dc67c13d689ebef28e6813f28;p=gnulib.git diff --git a/lib/crc.h b/lib/crc.h index aaa728eb6..4fa8fbc9b 100644 --- a/lib/crc.h +++ b/lib/crc.h @@ -1,10 +1,10 @@ /* crc.h -- cyclic redundancy checks - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,14 +12,14 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Written by Simon Josefsson. */ #ifndef CRC_H # define CRC_H 1 +#include #include /* Compute CRC-32 value of LEN bytes long BUF, and return it. */