mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
zfec: tweak licence text
This commit is contained in:
parent
92ba8e519b
commit
c8077deae5
@ -1,12 +1,13 @@
|
||||
In addition to the terms of the GNU General Public License, this licence also
|
||||
comes with the added permission that, if you become obligated to release a
|
||||
derived work under this licence (as per section 2.b), you may delay the
|
||||
fulfillment of this obligation for up to 12 months.
|
||||
In addition to the terms written below, this licence comes with the added
|
||||
permission that, if you become obligated to release a derived work under this
|
||||
licence (as per section 2.b), you may delay the fulfillment of this
|
||||
obligation for up to 12 months.
|
||||
|
||||
This licence also comes with the added permission that you may link this
|
||||
program with the OpenSSL library and distribute executables, as long as you
|
||||
follow the requirements of this licence in regard to all of the software in
|
||||
the executable aside from OpenSSL.
|
||||
In addition to the terms written below, this licence comes with the added
|
||||
permission that you may link this program with the OpenSSL library and
|
||||
distribute executables, as long as you follow the requirements of this
|
||||
licence in regard to all of the software in the executable aside from
|
||||
OpenSSL.
|
||||
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
|
@ -18,11 +18,6 @@
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
||||
from ez_setup import use_setuptools
|
||||
use_setuptools(min_version='0.6a9')
|
||||
|
@ -32,14 +32,5 @@ import filefec, cmdline_zfec, cmdline_zunfec
|
||||
# Software Foundation; either version 2 of the License, or (at your option)
|
||||
# any later version, with the added permission that, if you become obligated
|
||||
# to release a derived work under this licence (as per section 2.b), you may
|
||||
# delay the fulfillment of this obligation for up to 12 months. See the file
|
||||
# COPYING for 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
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
# delay the fulfillment of this obligation for up to 12 months. See the
|
||||
# COPYING file for details.
|
||||
|
@ -603,11 +603,6 @@ init_fec(void) {
|
||||
* If you would like to inquire about a commercial relationship with Allmydata,
|
||||
* Inc., please contact partnerships@allmydata.com and visit
|
||||
* http://allmydata.com/.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -75,8 +75,3 @@ def main():
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -77,8 +77,3 @@ def main():
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -56,9 +56,3 @@ class Decoder(object):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
||||
|
@ -570,11 +570,6 @@ fec_decode(const fec_t* code, const gf*restrict const*restrict const inpkts, gf*
|
||||
* If you would like to inquire about a commercial relationship with Allmydata,
|
||||
* Inc., please contact partnerships@allmydata.com and visit
|
||||
* http://allmydata.com/.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -53,11 +53,6 @@ void fec_decode(const fec_t* code, const gf*restrict const*restrict const inpkts
|
||||
* If you would like to inquire about a commercial relationship with Allmydata,
|
||||
* Inc., please contact partnerships@allmydata.com and visit
|
||||
* http://allmydata.com/.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -428,8 +428,3 @@ def encode_file_stringy_easyfec(inf, cb, k, m, chunksize=4096):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -126,8 +126,3 @@ class Math(unittest.TestCase):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -241,8 +241,3 @@ class Cmdline(unittest.TestCase):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -255,8 +255,3 @@ def remove_if_possible(f):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -89,8 +89,3 @@ def permute(l):
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
@ -1,3 +1,10 @@
|
||||
# Copyright (c) 2004-2007 Bryce "Zooko" Wilcox-O'Hearn
|
||||
# mailto:zooko@zooko.com
|
||||
# http://zooko.com/repos/pyutil
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this work to deal in this work without restriction (including the rights
|
||||
# to use, modify, distribute, sublicense, and/or sell copies).
|
||||
|
||||
"""
|
||||
extended version number class
|
||||
"""
|
||||
@ -120,27 +127,3 @@ class Version:
|
||||
return res
|
||||
|
||||
return cmp(self.tags, other.tags)
|
||||
|
||||
# zfec -- fast forward error correction library with Python interface
|
||||
#
|
||||
# Copyright (C) 2007 Allmydata, Inc.
|
||||
# Author: Zooko Wilcox-O'Hearn
|
||||
#
|
||||
# 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, with the added permission that, if you become obligated
|
||||
# to release a derived work under this licence (as per section 2.b), you may
|
||||
# delay the fulfillment of this obligation for up to 12 months. See the file
|
||||
# COPYING for details.
|
||||
#
|
||||
# If you would like to inquire about a commercial relationship with Allmydata,
|
||||
# Inc., please contact partnerships@allmydata.com and visit
|
||||
# http://allmydata.com/.
|
||||
#
|
||||
# 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user