Skip to content

Commit

Permalink
Update copyright info and ppport
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaizer committed Apr 2, 2014
1 parent 14d94b7 commit 8cf990b
Show file tree
Hide file tree
Showing 7 changed files with 711 additions and 379 deletions.
2 changes: 1 addition & 1 deletion Build.PL
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# Build.PL - creates a build script to install Neverhood

# This software is copyright (c) 2013 by Blaise Roth.
# This software is Copyright (C) 2014 by Blaise Roth.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
@@ -1,4 +1,4 @@
This software is copyright (c) 2013 by Blaise Roth.
This software is Copyright (C) 2014 by Blaise Roth.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2013 by Blaise Roth.
This software is Copyright (C) 2014 by Blaise Roth.

This is free software, licensed under:

Expand All @@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989

Copyright (C) 1989 Free Software Foundation, Inc.
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2013 by Blaise Roth.
This software is Copyright (C) 2014 by Blaise Roth.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -35,7 +35,7 @@ Press Alt-F4 at any time to quit.

LICENSE AND COPYRIGHT

This software is copyright (c) 2013 by Blaise Roth.
This software is Copyright (C) 2014 by Blaise Roth.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
2 changes: 1 addition & 1 deletion bin/nhc
Expand Up @@ -3,7 +3,7 @@
# bin/nhc - script that should be run to play Neverhood.
# sets it up with options from the command line

# This software is copyright (c) 2013 by Blaise Roth.
# This software is Copyright (C) 2014 by Blaise Roth.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
Expand Down
6 changes: 5 additions & 1 deletion inc/My/Build.pm
Expand Up @@ -187,11 +187,15 @@ sub ACTION_license {
or die "Could not open ./LICENSE for writing";

my $fulltext = $sl->fulltext;
my $notice = $sl->notice;

$_ =~ s/copyright \(c\)/Copyright (C)/gi for $fulltext, $notice; # for consistency

$fulltext =~ s/[ \t]+$//gm; # remove whitespace from the end of all lines
$fulltext =~ s/\n+$//; # remove newlines from the end
say LICENSE $fulltext; # add back one newline to the end

say $sl->notice;
say $notice;
say $sl->url;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Neverhood.pm
Expand Up @@ -13,7 +13,7 @@ Blaise Roth <blaizer@cpan.org>
=head1 LICENSE AND COPYRIGHT
This software is copyright (c) 2013 by Blaise Roth.
This software is Copyright (C) 2014 by Blaise Roth.
This is free software; you can redistribute and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down

0 comments on commit 8cf990b

Please sign in to comment.