@@ -, +, @@ --- Koha/AdvancedEditorMacro.pm | 5 ++--- Koha/AdvancedEditorMacros.pm | 5 ++--- Koha/REST/V1/AdvancedEditorMacro.pm | 5 ++--- t/db_dependent/api/v1/advanced_editor_macros.t | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) --- a/Koha/AdvancedEditorMacro.pm +++ a/Koha/AdvancedEditorMacro.pm @@ -11,9 +11,8 @@ package Koha::AdvancedEditorMacro; # 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 Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; --- a/Koha/AdvancedEditorMacros.pm +++ a/Koha/AdvancedEditorMacros.pm @@ -11,9 +11,8 @@ package Koha::AdvancedEditorMacros; # 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 Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; --- a/Koha/REST/V1/AdvancedEditorMacro.pm +++ a/Koha/REST/V1/AdvancedEditorMacro.pm @@ -11,9 +11,8 @@ package Koha::REST::V1::AdvancedEditorMacro; # 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 Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; --- a/t/db_dependent/api/v1/advanced_editor_macros.t +++ a/t/db_dependent/api/v1/advanced_editor_macros.t @@ -11,9 +11,8 @@ # 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 Koha; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use Modern::Perl; --