diff --git a/AUTHORS.rst b/AUTHORS.rst index 1b3f696..835c67a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,19 +1,19 @@ .. - This file is part of Invenio. + This file is part of Inspire. Copyright (C) 2017 CERN. - Invenio is free software; you can redistribute it + Inspire 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. - Invenio is distributed in the hope that it will be + Inspire 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 Invenio; if not, write to the + along with Inspire; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. diff --git a/CHANGES.rst b/CHANGES.rst index ebb558d..b994921 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,19 +1,19 @@ .. - This file is part of Invenio. + This file is part of Inspire. Copyright (C) 2017 CERN. - Invenio is free software; you can redistribute it + Inspire 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. - Invenio is distributed in the hope that it will be + Inspire 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 Invenio; if not, write to the + along with Inspire; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. diff --git a/MANIFEST.in b/MANIFEST.in index 9013cee..82fb486 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/inspire_json_merger/__init__.py b/inspire_json_merger/__init__.py index 863b3da..5520f52 100644 --- a/inspire_json_merger/__init__.py +++ b/inspire_json_merger/__init__.py @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/inspire_json_merger/inspire_json_merger.py b/inspire_json_merger/inspire_json_merger.py index 265c645..69e4772 100644 --- a/inspire_json_merger/inspire_json_merger.py +++ b/inspire_json_merger/inspire_json_merger.py @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/inspire_json_merger/utils/__init__.py b/inspire_json_merger/utils/__init__.py index 654f38a..b86a10e 100644 --- a/inspire_json_merger/utils/__init__.py +++ b/inspire_json_merger/utils/__init__.py @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/pytest.ini b/pytest.ini index 3b3abb5..14a7ed3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/run-tests.sh b/run-tests.sh index cef3b1b..947528e 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,21 +1,21 @@ #!/usr/bin/env sh # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # diff --git a/setup.cfg b/setup.cfg index 79f2c0a..8c217ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# This file is part of Invenio. +# This file is part of Inspire. # Copyright (C) 2017 CERN. # -# Invenio is free software; you can redistribute it +# Inspire 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. # -# Invenio is distributed in the hope that it will be +# Inspire 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 Invenio; if not, write to the +# along with Inspire; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # @@ -55,4 +55,4 @@ input-file = inspire_json_merger/translations/messages.pot output-dir = inspire_json_merger/translations/ [metadata] -description-file = README.rst \ No newline at end of file +description-file = README.rst