From 53474edc0c971aa678bbbe0e925744963c8f47e7 Mon Sep 17 00:00:00 2001 From: cheese1 <cheese@nosuchhost.net> Date: Tue, 2 May 2017 20:49:54 +0200 Subject: [PATCH] FSF address fixed (#3697) --- lib/imdb/Character.py | 2 +- lib/imdb/Company.py | 2 +- lib/imdb/Movie.py | 2 +- lib/imdb/Person.py | 2 +- lib/imdb/__init__.py | 2 +- lib/imdb/_compat.py | 2 +- lib/imdb/_exceptions.py | 2 +- lib/imdb/_logging.py | 2 +- lib/imdb/helpers.py | 2 +- lib/imdb/linguistics.py | 2 +- lib/imdb/locale/__init__.py | 2 +- lib/imdb/locale/generatepot.py | 2 +- lib/imdb/locale/rebuildmo.py | 2 +- lib/imdb/parser/__init__.py | 2 +- lib/imdb/parser/http/__init__.py | 2 +- lib/imdb/parser/http/bsouplxml/bsoupxpath.py | 2 +- lib/imdb/parser/http/bsouplxml/etree.py | 2 +- lib/imdb/parser/http/bsouplxml/html.py | 2 +- lib/imdb/parser/http/characterParser.py | 2 +- lib/imdb/parser/http/companyParser.py | 2 +- lib/imdb/parser/http/movieParser.py | 2 +- lib/imdb/parser/http/personParser.py | 2 +- lib/imdb/parser/http/searchCharacterParser.py | 2 +- lib/imdb/parser/http/searchCompanyParser.py | 2 +- lib/imdb/parser/http/searchKeywordParser.py | 2 +- lib/imdb/parser/http/searchMovieParser.py | 2 +- lib/imdb/parser/http/searchPersonParser.py | 2 +- lib/imdb/parser/http/topBottomParser.py | 2 +- lib/imdb/parser/http/utils.py | 2 +- lib/imdb/parser/mobile/__init__.py | 2 +- lib/imdb/parser/sql/__init__.py | 2 +- lib/imdb/parser/sql/alchemyadapter.py | 2 +- lib/imdb/parser/sql/dbschema.py | 2 +- lib/imdb/parser/sql/objectadapter.py | 2 +- lib/imdb/utils.py | 2 +- lib/rtorrent/lib/xmlrpc/scgi.py | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/imdb/Character.py b/lib/imdb/Character.py index 5a5239af7..bc225d6c4 100644 --- a/lib/imdb/Character.py +++ b/lib/imdb/Character.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from copy import deepcopy diff --git a/lib/imdb/Company.py b/lib/imdb/Company.py index 5e05c840d..64c434f7a 100644 --- a/lib/imdb/Company.py +++ b/lib/imdb/Company.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from copy import deepcopy diff --git a/lib/imdb/Movie.py b/lib/imdb/Movie.py index 5cdcde650..b248bf8c2 100644 --- a/lib/imdb/Movie.py +++ b/lib/imdb/Movie.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from copy import deepcopy diff --git a/lib/imdb/Person.py b/lib/imdb/Person.py index 6e3e46231..0dfdf20c1 100644 --- a/lib/imdb/Person.py +++ b/lib/imdb/Person.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from copy import deepcopy diff --git a/lib/imdb/__init__.py b/lib/imdb/__init__.py index a14eec2fb..fd63921f1 100644 --- a/lib/imdb/__init__.py +++ b/lib/imdb/__init__.py @@ -20,7 +20,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ __all__ = ['IMDb', 'IMDbError', 'Movie', 'Person', 'Character', 'Company', diff --git a/lib/imdb/_compat.py b/lib/imdb/_compat.py index 03b11564e..4625ec0c4 100644 --- a/lib/imdb/_compat.py +++ b/lib/imdb/_compat.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ # TODO: now we're heavily using the 'logging' module, which was not diff --git a/lib/imdb/_exceptions.py b/lib/imdb/_exceptions.py index 55788a207..92f09245c 100644 --- a/lib/imdb/_exceptions.py +++ b/lib/imdb/_exceptions.py @@ -17,7 +17,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import logging diff --git a/lib/imdb/_logging.py b/lib/imdb/_logging.py index 2b8a286a0..5c9b1957d 100644 --- a/lib/imdb/_logging.py +++ b/lib/imdb/_logging.py @@ -17,7 +17,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import logging diff --git a/lib/imdb/helpers.py b/lib/imdb/helpers.py index f22061429..44b454ef2 100644 --- a/lib/imdb/helpers.py +++ b/lib/imdb/helpers.py @@ -19,7 +19,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ # XXX: find better names for the functions in this modules. diff --git a/lib/imdb/linguistics.py b/lib/imdb/linguistics.py index d53597b2e..9e39cc326 100644 --- a/lib/imdb/linguistics.py +++ b/lib/imdb/linguistics.py @@ -20,7 +20,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ # List of generic articles used when the language of the title is unknown (or diff --git a/lib/imdb/locale/__init__.py b/lib/imdb/locale/__init__.py index 9bc2e4668..6c83abc22 100644 --- a/lib/imdb/locale/__init__.py +++ b/lib/imdb/locale/__init__.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import gettext diff --git a/lib/imdb/locale/generatepot.py b/lib/imdb/locale/generatepot.py index 282f7d41e..52ea2d785 100755 --- a/lib/imdb/locale/generatepot.py +++ b/lib/imdb/locale/generatepot.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/locale/rebuildmo.py b/lib/imdb/locale/rebuildmo.py index b72a74c36..14fe17f1f 100755 --- a/lib/imdb/locale/rebuildmo.py +++ b/lib/imdb/locale/rebuildmo.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import glob diff --git a/lib/imdb/parser/__init__.py b/lib/imdb/parser/__init__.py index 4c3c90a85..7126af5f2 100644 --- a/lib/imdb/parser/__init__.py +++ b/lib/imdb/parser/__init__.py @@ -20,7 +20,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ __all__ = ['http', 'mobile', 'sql'] diff --git a/lib/imdb/parser/http/__init__.py b/lib/imdb/parser/http/__init__.py index a3001a08d..2bfeeb747 100644 --- a/lib/imdb/parser/http/__init__.py +++ b/lib/imdb/parser/http/__init__.py @@ -22,7 +22,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import sys diff --git a/lib/imdb/parser/http/bsouplxml/bsoupxpath.py b/lib/imdb/parser/http/bsouplxml/bsoupxpath.py index c5c489db7..4b7930746 100644 --- a/lib/imdb/parser/http/bsouplxml/bsoupxpath.py +++ b/lib/imdb/parser/http/bsouplxml/bsoupxpath.py @@ -17,7 +17,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ __author__ = 'H. Turgut Uyar <uyar@tekir.org>' diff --git a/lib/imdb/parser/http/bsouplxml/etree.py b/lib/imdb/parser/http/bsouplxml/etree.py index 28465f5c2..72a8ba1cf 100644 --- a/lib/imdb/parser/http/bsouplxml/etree.py +++ b/lib/imdb/parser/http/bsouplxml/etree.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import _bsoup as BeautifulSoup diff --git a/lib/imdb/parser/http/bsouplxml/html.py b/lib/imdb/parser/http/bsouplxml/html.py index bbf13bd64..dca08fe3c 100644 --- a/lib/imdb/parser/http/bsouplxml/html.py +++ b/lib/imdb/parser/http/bsouplxml/html.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import _bsoup as BeautifulSoup diff --git a/lib/imdb/parser/http/characterParser.py b/lib/imdb/parser/http/characterParser.py index ff5ea09bc..dcbaa9c5e 100644 --- a/lib/imdb/parser/http/characterParser.py +++ b/lib/imdb/parser/http/characterParser.py @@ -23,7 +23,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/companyParser.py b/lib/imdb/parser/http/companyParser.py index 843379169..e058e25ae 100644 --- a/lib/imdb/parser/http/companyParser.py +++ b/lib/imdb/parser/http/companyParser.py @@ -21,7 +21,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/movieParser.py b/lib/imdb/parser/http/movieParser.py index d19b71904..790e07d3c 100644 --- a/lib/imdb/parser/http/movieParser.py +++ b/lib/imdb/parser/http/movieParser.py @@ -24,7 +24,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/personParser.py b/lib/imdb/parser/http/personParser.py index 27168bb92..fbaf5571d 100644 --- a/lib/imdb/parser/http/personParser.py +++ b/lib/imdb/parser/http/personParser.py @@ -23,7 +23,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/searchCharacterParser.py b/lib/imdb/parser/http/searchCharacterParser.py index 5f281fa0c..038e6b443 100644 --- a/lib/imdb/parser/http/searchCharacterParser.py +++ b/lib/imdb/parser/http/searchCharacterParser.py @@ -22,7 +22,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from imdb.utils import analyze_name, build_name diff --git a/lib/imdb/parser/http/searchCompanyParser.py b/lib/imdb/parser/http/searchCompanyParser.py index 40ea8a722..ffd5bb6bb 100644 --- a/lib/imdb/parser/http/searchCompanyParser.py +++ b/lib/imdb/parser/http/searchCompanyParser.py @@ -22,7 +22,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from imdb.utils import analyze_company_name, build_company_name diff --git a/lib/imdb/parser/http/searchKeywordParser.py b/lib/imdb/parser/http/searchKeywordParser.py index ed72906ce..c0343365a 100644 --- a/lib/imdb/parser/http/searchKeywordParser.py +++ b/lib/imdb/parser/http/searchKeywordParser.py @@ -21,7 +21,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from utils import Extractor, Attribute, analyze_imdbid diff --git a/lib/imdb/parser/http/searchMovieParser.py b/lib/imdb/parser/http/searchMovieParser.py index 425fe26a4..5d5331809 100644 --- a/lib/imdb/parser/http/searchMovieParser.py +++ b/lib/imdb/parser/http/searchMovieParser.py @@ -23,7 +23,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/searchPersonParser.py b/lib/imdb/parser/http/searchPersonParser.py index 2dd269410..1e5f7f375 100644 --- a/lib/imdb/parser/http/searchPersonParser.py +++ b/lib/imdb/parser/http/searchPersonParser.py @@ -22,7 +22,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/http/topBottomParser.py b/lib/imdb/parser/http/topBottomParser.py index f0f29509f..75d06f57c 100644 --- a/lib/imdb/parser/http/topBottomParser.py +++ b/lib/imdb/parser/http/topBottomParser.py @@ -21,7 +21,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from imdb.utils import analyze_title diff --git a/lib/imdb/parser/http/utils.py b/lib/imdb/parser/http/utils.py index 8b4e17e37..9b059ebfd 100644 --- a/lib/imdb/parser/http/utils.py +++ b/lib/imdb/parser/http/utils.py @@ -19,7 +19,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/mobile/__init__.py b/lib/imdb/parser/mobile/__init__.py index e7ab589d3..371c809cc 100644 --- a/lib/imdb/parser/mobile/__init__.py +++ b/lib/imdb/parser/mobile/__init__.py @@ -20,7 +20,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/sql/__init__.py b/lib/imdb/parser/sql/__init__.py index 8b3166e79..bc0319d82 100644 --- a/lib/imdb/parser/sql/__init__.py +++ b/lib/imdb/parser/sql/__init__.py @@ -21,7 +21,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ # FIXME: this whole module was written in a veeery short amount of time. diff --git a/lib/imdb/parser/sql/alchemyadapter.py b/lib/imdb/parser/sql/alchemyadapter.py index eb14e76c5..3872dcb77 100644 --- a/lib/imdb/parser/sql/alchemyadapter.py +++ b/lib/imdb/parser/sql/alchemyadapter.py @@ -17,7 +17,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import re diff --git a/lib/imdb/parser/sql/dbschema.py b/lib/imdb/parser/sql/dbschema.py index 2f359fba7..9bb855d33 100644 --- a/lib/imdb/parser/sql/dbschema.py +++ b/lib/imdb/parser/sql/dbschema.py @@ -21,7 +21,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import logging diff --git a/lib/imdb/parser/sql/objectadapter.py b/lib/imdb/parser/sql/objectadapter.py index e102c45fd..170e5164c 100644 --- a/lib/imdb/parser/sql/objectadapter.py +++ b/lib/imdb/parser/sql/objectadapter.py @@ -17,7 +17,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ import sys diff --git a/lib/imdb/utils.py b/lib/imdb/utils.py index c43cb627a..0ffb58a84 100644 --- a/lib/imdb/utils.py +++ b/lib/imdb/utils.py @@ -18,7 +18,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA """ from __future__ import generators diff --git a/lib/rtorrent/lib/xmlrpc/scgi.py b/lib/rtorrent/lib/xmlrpc/scgi.py index 5ba61fa5c..9b658362f 100644 --- a/lib/rtorrent/lib/xmlrpc/scgi.py +++ b/lib/rtorrent/lib/xmlrpc/scgi.py @@ -36,7 +36,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the -- GitLab