Skip to content

Commit

Permalink
Update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Feb 9, 2014
1 parent 34260b3 commit 0a3ba7a
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/html/Jemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h1><a name="authors">AUTHORS</a></h1>
</p>
<hr />
<h1><a name="copyright">COPYRIGHT</a></h1>
<p>Copyright (c) 2006-2008. Ingy döt Net.</p>
<p>Copyright (c) 2006-2014. Ingy döt Net.</p>
<p>This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.</p>
<p>See <a href="http://www.perl.com/perl/misc/Artistic.html">http://www.perl.com/perl/misc/Artistic.html</a></p>
Expand Down
2 changes: 1 addition & 1 deletion examples/js/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down
2 changes: 1 addition & 1 deletion examples/js/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down
2 changes: 1 addition & 1 deletion examples/js/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down
2 changes: 1 addition & 1 deletion examples/js/kittys.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down
6 changes: 3 additions & 3 deletions jemplate
Original file line number Diff line number Diff line change
Expand Up @@ -17013,14 +17013,14 @@ sub new {
FACTORY => 'Jemplate::Directive',
@_,
);

# flags passed from Jemplate object
my %args = @_;

# eval-javascript is default "on"
$parser->{EVAL_JAVASCRIPT} = exists $args{EVAL_JAVASCRIPT}
? $args{EVAL_JAVASCRIPT} : 1;

# tie the parser state-variable to the global Directive var
$parser->{INJAVASCRIPT} = \$Jemplate::Directive::INJAVASCRIPT;

Expand Down Expand Up @@ -17052,7 +17052,7 @@ compiled Jemplate templates.
AUTHOR - Ingy döt Net <ingy@cpan.org>
Copyright 2006,2008 Ingy döt Net.
Copyright 2006-2014 Ingy döt Net.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion lib/Jemplate/Directive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ Ingy döt Net <ingy@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2006-2008. Ingy döt Net. All rights reserved.
Copyright (c) 2006-2014. Ingy döt Net. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
6 changes: 3 additions & 3 deletions lib/Jemplate/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ sub new {
FACTORY => 'Jemplate::Directive',
@_,
);

# flags passed from Jemplate object
my %args = @_;

# eval-javascript is default "on"
$parser->{EVAL_JAVASCRIPT} = exists $args{EVAL_JAVASCRIPT}
? $args{EVAL_JAVASCRIPT} : 1;

# tie the parser state-variable to the global Directive var
$parser->{INJAVASCRIPT} = \$Jemplate::Directive::INJAVASCRIPT;

Expand Down Expand Up @@ -52,7 +52,7 @@ Ingy döt Net <ingy@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2006-2008. Ingy döt Net. All rights reserved.
Copyright (c) 2006-2014. Ingy döt Net. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
4 changes: 2 additions & 2 deletions lib/Jemplate/Runtime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compiled Jemplate templates.
AUTHOR - Ingy döt Net <ingy@cpan.org>
Copyright 2006,2008 Ingy döt Net.
Copyright 2006-2014 Ingy döt Net.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down Expand Up @@ -2840,7 +2840,7 @@ head2 xxx
=head1 COPYRIGHT
Copyright (c) 2008. Ingy döt Net.
Copyright (c) 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion lib/Jemplate/Runtime/Compact.pm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ head2 xxx
=head1 COPYRIGHT
Copyright (c) 2008. Ingy döt Net.
Copyright (c) 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion src/js/jemplate-runtime-0.20.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiled Jemplate templates.
AUTHOR - Ingy döt Net <ingy@cpan.org>
Copyright 2006,2008 Ingy döt Net.
Copyright 2006-2014 Ingy döt Net.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion src/js/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiled Jemplate templates.
AUTHOR - Ingy döt Net <ingy@cpan.org>
Copyright 2006,2008 Ingy döt Net.
Copyright 2006-2014 Ingy döt Net.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Jemplate/Runtime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ head2 xxx
=head1 COPYRIGHT
Copyright (c) 2008. Ingy döt Net.
Copyright (c) 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Jemplate/Runtime/Compact.pm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ head2 xxx
=head1 COPYRIGHT
Copyright (c) 2008. Ingy döt Net.
Copyright (c) 2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion tests/js/JemplateRuntime.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiled Jemplate templates.
AUTHOR - Ingy döt Net <ingy@cpan.org>
Copyright 2006,2008 Ingy döt Net.
Copyright 2006-2014 Ingy döt Net.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion tests/js/jemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down
2 changes: 1 addition & 1 deletion tests/js/jemplate2.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Template Toolkit. Any changes made to this file will be lost the next
time the templates are compiled.
Copyright 2006-2008 - Ingy döt Net - All rights reserved.
Copyright 2006-2014 - Ingy döt Net - All rights reserved.
*/

if (typeof(Jemplate) == 'undefined')
Expand Down

0 comments on commit 0a3ba7a

Please sign in to comment.