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

(-)a/C4/Plugins.pm (-3 / +3 lines)
Lines 13-21 package C4::Plugins; Link Here
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# 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.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along with
16
# You should have received a copy of the GNU General Public License along
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# Suite 330, Boston, MA  02111-1307 USA
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/plugins/plugins-home.pl (-3 / +3 lines)
Lines 13-21 Link Here
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# 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.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along with
16
# You should have received a copy of the GNU General Public License along
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# Suite 330, Boston, MA  02111-1307 USA
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/plugins/plugins-upload.pl (-3 / +3 lines)
Lines 11-19 Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License along with
14
# You should have received a copy of the GNU General Public License along
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# Suite 330, Boston, MA  02111-1307 USA
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/reports/report-plugins.pl (-3 / +3 lines)
Lines 13-21 Link Here
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# 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.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along with
16
# You should have received a copy of the GNU General Public License along
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# Suite 330, Boston, MA  02111-1307 USA
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/tool-plugins.pl (-4 / +3 lines)
Lines 13-21 Link Here
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# 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.
15
#
15
#
16
# You should have received a copy of the GNU General Public License along with
16
# You should have received a copy of the GNU General Public License along
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# Suite 330, Boston, MA  02111-1307 USA
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
22
- 

Return to bug 7804