View | Details | Raw Unified | Return to bug 29324
Collapse All | Expand All

(-)a/Koha/Course.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Instructor.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Instructor; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Instructor; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Instructors.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Instructors; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Instructors; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Item.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Item; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Item; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Items.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Items; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Items; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Reserve.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Reserve; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Reserve; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Course/Reserves.pm (-3 / +4 lines)
Lines 2-7 package Koha::Course::Reserves; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Course::Reserves; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Courses.pm (-3 / +4 lines)
Lines 2-7 package Koha::Courses; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Courses; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/Exceptions/MarcOverlayRule.pm (-3 / +4 lines)
Lines 2-7 package Koha::Exceptions::MarcOverlayRule; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::Exceptions::MarcOverlayRule; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/REST/V1/CirculationRules.pm (-3 / +4 lines)
Lines 2-7 package Koha::REST::V1::CirculationRules; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::REST::V1::CirculationRules; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/REST/V1/Illbackends.pm (-3 / +4 lines)
Lines 2-7 package Koha::REST::V1::Illbackends; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 11-19 package Koha::REST::V1::Illbackends; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
18
use Modern::Perl;
19
use Modern::Perl;
19
20
(-)a/Koha/REST/V1/Suggestions.pm (-1 / +3 lines)
Lines 2-7 package Koha::REST::V1::Suggestions; Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
6
# terms of the GNU General Public License as published by the Free Software
8
# terms of the GNU General Public License as published by the Free Software
7
# Foundation; either version 3 of the License, or (at your option) any later
9
# Foundation; either version 3 of the License, or (at your option) any later
Lines 12-18 package Koha::REST::V1::Suggestions; Link Here
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# You should have received a copy of the GNU General Public License
16
# You should have received a copy of the GNU General Public License
15
# along with Koha; if not, see <http:°www.gnu.org/licenses>.
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
18
17
use Modern::Perl;
19
use Modern::Perl;
18
20
(-)a/misc/translator/tmpl_process3.pl (+13 lines)
Lines 1-8 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# This file is part of Koha
2
# This file is part of Koha
3
#
3
# Parts copyright 2003-2004 Paul Poulain
4
# Parts copyright 2003-2004 Paul Poulain
4
# Parts copyright 2003-2004 Jerome Vizcaino
5
# Parts copyright 2003-2004 Jerome Vizcaino
5
# Parts copyright 2004 Ambrose Li
6
# Parts copyright 2004 Ambrose Li
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
9
# terms of the GNU General Public License as published by the Free Software
10
# Foundation; either version 3 of the License, or (at your option) any later
11
# version.
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
#
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
6
19
7
use FindBin;
20
use FindBin;
8
use lib $FindBin::Bin;
21
use lib $FindBin::Bin;
(-)a/reports/orders_by_fund.pl (-4 / +4 lines)
Lines 2-7 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2023 Koha Development Team
6
#
5
# Author : Frédérick Capovilla, 2011 - SYS-TECH
7
# Author : Frédérick Capovilla, 2011 - SYS-TECH
6
# Modified by : Élyse Morin, 2012 - Libéo
8
# Modified by : Élyse Morin, 2012 - Libéo
7
#
9
#
Lines 14-22 Link Here
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
#
18
#
17
# You should have received a copy of the GNU General Public License along with
19
# You should have received a copy of the GNU General Public License
18
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# Suite 330, Boston, MA  02111-1307 USA
20
21
21
22
22
=head1 orders_by_budget
23
=head1 orders_by_budget
23
- 

Return to bug 29324