From: Zooko O'Whielacronx Date: Thu, 26 Apr 2007 22:52:16 +0000 (-0700) Subject: zfec: tweak licence text for clarity X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~35 X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=d92d4ba52aea8670bba47585594bf2bd2f9bce41;p=tahoe-lafs%2Ftahoe-lafs.git zfec: tweak licence text for clarity --- diff --git a/src/zfec/setup.py b/src/zfec/setup.py index aa300c65..cb5625da 100644 --- a/src/zfec/setup.py +++ b/src/zfec/setup.py @@ -13,9 +13,9 @@ # under the terms of the GNU General Public License as published by the Free # Software Foundation; either version 2 of the License, or (at your option) # any later version. This package also comes with the added permission that, -# in the case that you are obligated to release a derived work under this -# licence (as per section 2.b of the GPL), you may delay the fulfillment of -# this obligation for up to 12 months. +# if you become obligated to release a derived work under this licence (as per +# section 2.b of the GPL), you may delay the fulfillment of this obligation +# for up to 12 months. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/_fecmodule.c b/src/zfec/zfec/_fecmodule.c index c6840cd0..4a156a7e 100644 --- a/src/zfec/zfec/_fecmodule.c +++ b/src/zfec/zfec/_fecmodule.c @@ -593,18 +593,18 @@ init_fec(void) { * * This file is part of zfec. * - * 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 - * of the License, or (at your option) any later version. This program also - * comes with the added permission that, in the case that you are obligated to - * release a derived work under this licence (as per section 2.b of the GPL), - * you may delay the fulfillment of this obligation for up to 12 months. + * 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 of the License, or (at your option) + * any later version. This license also comes with the added permission that, + * if you become obligated to release a derived work under this licence (as + * per section 2.b of the GPL), you may delay the fulfillment of this + * obligation for up to 12 months. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the 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 diff --git a/src/zfec/zfec/cmdline_zfec.py b/src/zfec/zfec/cmdline_zfec.py index 07e80233..5c62fa86 100644 --- a/src/zfec/zfec/cmdline_zfec.py +++ b/src/zfec/zfec/cmdline_zfec.py @@ -70,10 +70,10 @@ def main(): # 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 of the License, or (at your option) -# any later version. This package also comes with the added permission that, -# in the case that you are obligated to release a derived work under this -# licence (as per section 2.b of the GPL), you may delay the fulfillment of -# this obligation for up to 12 months. +# any later version. This license also comes with the added permission that, +# if you become obligated to release a derived work under this licence (as per +# section 2.b of the GPL), you may delay the fulfillment of this obligation +# for up to 12 months. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/cmdline_zunfec.py b/src/zfec/zfec/cmdline_zunfec.py index c3dc51fb..70b6e04c 100644 --- a/src/zfec/zfec/cmdline_zunfec.py +++ b/src/zfec/zfec/cmdline_zunfec.py @@ -64,10 +64,10 @@ def main(): # 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 of the License, or (at your option) -# any later version. This package also comes with the added permission that, -# in the case that you are obligated to release a derived work under this -# licence (as per section 2.b of the GPL), you may delay the fulfillment of -# this obligation for up to 12 months. +# any later version. This license also comes with the added permission that, +# if you are obligated to release a derived work under this licence (as per +# section 2.b of the GPL), you may delay the fulfillment of this obligation +# for up to 12 months. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/easyfec.py b/src/zfec/zfec/easyfec.py index d3b78362..97c73814 100644 --- a/src/zfec/zfec/easyfec.py +++ b/src/zfec/zfec/easyfec.py @@ -52,9 +52,9 @@ class Decoder(object): # under the terms of the GNU General Public License as published by the Free # Software Foundation; either version 2 of the License, or (at your option) # any later version. This package also comes with the added permission that, -# in the case that you are obligated to release a derived work under this -# licence (as per section 2.b of the GPL), you may delay the fulfillment of -# this obligation for up to 12 months. +# if you become obligated to release a derived work under this licence (as per +# section 2.b of the GPL), you may delay the fulfillment of this obligation +# for up to 12 months. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/fec.c b/src/zfec/zfec/fec.c index de63110c..4d64e296 100644 --- a/src/zfec/zfec/fec.c +++ b/src/zfec/zfec/fec.c @@ -563,10 +563,10 @@ fec_decode(const fec_t* code, const gf*restrict const*restrict const inpkts, gf* * 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 of the License, or (at your option) - * any later version. This program also comes with the added permission that, - * in the case that you are obligated to release a derived work under this - * licence (as per section 2.b of the GPL), you may delay the fulfillment of - * this obligation for up to 12 months. + * any later version. This license also comes with the added permission that, + * if you become obligated to release a derived work under this licence (as + * per section 2.b of the GPL), you may delay the fulfillment of this + * obligation for up to 12 months. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/fec.h b/src/zfec/zfec/fec.h index 8d5ea977..40ae1dc1 100644 --- a/src/zfec/zfec/fec.h +++ b/src/zfec/zfec/fec.h @@ -45,10 +45,10 @@ void fec_decode(const fec_t* code, const gf*restrict const*restrict const inpkts * 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 of the License, or (at your option) - * any later version. This program also comes with the added permission that, - * in the case that you are obligated to release a derived work under this - * licence (as per section 2.b of the GPL), you may delay the fulfillment of - * this obligation for up to 12 months. + * any later version. This license also comes with the added permission that, + * if you become obligated to release a derived work under this licence (as + * per section 2.b of the GPL), you may delay the fulfillment of this + * obligation for up to 12 months. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/zfec/zfec/filefec.py b/src/zfec/zfec/filefec.py index 55908504..43b5ab9b 100644 --- a/src/zfec/zfec/filefec.py +++ b/src/zfec/zfec/filefec.py @@ -421,10 +421,10 @@ def encode_file_stringy_easyfec(inf, cb, k, m, chunksize=4096): # 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 of the License, or (at your option) -# any later version. This program also comes with the added permission that, -# in the case that you are obligated to release a derived work under this -# licence (as per section 2.b of the GPL), you may delay the fulfillment of -# this obligation for up to 12 months. +# any later version. This license also comes with the added permission that, +# if you become obligated to release a derived work under this licence (as per +# section 2.b of the GPL), you may delay the fulfillment of this obligation +# for up to 12 months. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of