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

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

Return to bug 4330