Skip to content

Commit 2999dbd

Browse files
committed
Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
2 parents ef49551 + 61fc299 commit 2999dbd

13 files changed

+14
-14
lines changed

lib/Plack/App/RDF/LinkedData.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Kjetil Kjernsmo, C<< <[email protected]> >>
351351
352352
=head1 COPYRIGHT & LICENSE
353353
354-
Copyright 2010, 2011, 2012, 2013, 2014, 2015 Kjetil Kjernsmo
354+
Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Kjetil Kjernsmo
355355
356356
This program is free software; you can redistribute it and/or modify it
357357
under the same terms as Perl itself.

lib/RDF/LinkedData.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ Copyright 2010 Gregory Todd Williams
868868
869869
Copyright 2010 ABC Startsiden AS
870870
871-
Copyright 2010, 2011, 2012, 2013, 2014, 2015 Kjetil Kjernsmo
871+
Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 Kjetil Kjernsmo
872872
873873
This program is free software; you can redistribute it and/or modify it
874874
under the same terms as Perl itself.

script/linked_data.psgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use warnings;
@@ -66,7 +66,7 @@ Kjetil Kjernsmo C<< <[email protected]> >>
6666
=head1 COPYRIGHT
6767
6868
Copyright (c) 2010 ABC Startsiden AS and Gregory Todd Williams and
69-
2010, 2011, 2012, 2013, 2014, 2015 Kjetil Kjernsmo. This program is
69+
2010, 2011, 2012, 2013, 2014, 2015, 2016 Kjetil Kjernsmo. This program is
7070
free software; you can redistribute it and/or modify it under the same
7171
terms as Perl itself.
7272

t/10-basic.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use FindBin qw($Bin);
44
use Plack::Request;

t/11-constructor.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use FindBin qw($Bin);

t/15-process.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use FindBin qw($Bin);
44
use Plack::Request;

t/16-void.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use FindBin qw($Bin);
44
use Plack::Request;

t/17-hypermedia-ro.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use FindBin qw($Bin);
44
use Plack::Request;

t/18-fragments.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use FindBin qw($Bin);
44
use Plack::Request;

t/19_config_file.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use warnings;

t/20-psgi-basic.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use warnings;

t/25-psgi-endpoint.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use warnings;

t/28-psgi-void.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/perl
1+
#!/usr/bin/env perl
22

33
use strict;
44
use warnings;

0 commit comments

Comments
 (0)