mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
zfec: tweak licence text for clarity
This commit is contained in:
parent
c2b93e64cb
commit
d92d4ba52a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user