diff --git a/MANIFEST.in b/MANIFEST.in index 912f607..145bf8b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with intbitset; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. # # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization diff --git a/README.rst b/README.rst index 335c5fa..7dedbef 100644 --- a/README.rst +++ b/README.rst @@ -106,8 +106,8 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with -intbitset; if not, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307, USA. +intbitset; if not, write to the Free Software Foundation, Inc., 51 Franklin +Street, Fifth Floor, Boston, MA 02110, USA. In applying this licence, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or diff --git a/docs/license.rst b/docs/license.rst index b60b568..98dd4de 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -18,8 +18,8 @@ License more details. You should have received a copy of the GNU Lesser General Public License along - with intbitset; if not, write to the Free Software Foundation, Inc., 59 - Temple Place, Suite 330, Boston, MA 02111-1307, USA. + with intbitset; if not, write to the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110, USA. In applying this licence, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental diff --git a/intbitset/intbitset.h b/intbitset/intbitset.h index e6b01b0..4906873 100644 --- a/intbitset/intbitset.h +++ b/intbitset/intbitset.h @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU Lesser General Public License // along with Invenio; if not, write to the Free Software Foundation, Inc., -// 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +// 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. #ifndef INTBITSET_H #define INTBITSET_H diff --git a/intbitset/intbitset.pyx b/intbitset/intbitset.pyx index 816f780..c57678f 100644 --- a/intbitset/intbitset.pyx +++ b/intbitset/intbitset.pyx @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. # cython: infer_types=True # cython: language_level=2 diff --git a/intbitset/intbitset_helper.py b/intbitset/intbitset_helper.py index 5d799a9..1a32d7f 100644 --- a/intbitset/intbitset_helper.py +++ b/intbitset/intbitset_helper.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with Invenio; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. """ This function is needed only when load a pickled instanced of intbitset. diff --git a/intbitset/intbitset_impl.c b/intbitset/intbitset_impl.c index 27bcadc..334b128 100644 --- a/intbitset/intbitset_impl.c +++ b/intbitset/intbitset_impl.c @@ -15,7 +15,7 @@ // // You should have received a copy of the GNU Lesser General Public License // along with Invenio; if not, write to the Free Software Foundation, Inc., -// 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +// 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. #include diff --git a/intbitset/intbitset_version.py b/intbitset/intbitset_version.py index e6ea745..2fef431 100644 --- a/intbitset/intbitset_version.py +++ b/intbitset/intbitset_version.py @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with intbitset; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. # # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization diff --git a/setup.cfg b/setup.cfg index 6a2200f..f67b2fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with intbitset; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. # # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization diff --git a/setup.py b/setup.py index 046b98e..1752613 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with intbitset; if not, write to the Free Software Foundation, -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# Inc., 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. # # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization diff --git a/tests/test_intbitset.py b/tests/test_intbitset.py index 94ef034..6418b38 100644 --- a/tests/test_intbitset.py +++ b/tests/test_intbitset.py @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with intbitset; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +# 51 Franklin Street, Fifth Floor, Boston MA 2110, USA. import copy import pickle