Commit e6b37283 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Switch to Perl license (GPL 1+ or Artistic License)

parent 8b3ea811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Module::Build->new(
		'Module::Build' => 0.40,
	},
	module_name => 'Travel::Routing::DE::VRR',
	license => 'unrestricted',
	license => 'perl',
	requires => {
		'perl' => '5.10.1',
		'Class::Accessor' => 0,
+2 −2
Original line number Diff line number Diff line
@@ -1284,8 +1284,8 @@ None known.

=head1 AUTHOR

Copyright (C) 2009-2018 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2009-2020 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.
This program is licensed under the same terms as Perl itself.
+1 −1
Original line number Diff line number Diff line
@@ -118,4 +118,4 @@ Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.
This program is licensed under the same terms as Perl itself.
+1 −1
Original line number Diff line number Diff line
@@ -133,4 +133,4 @@ Copyright (C) 2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.
This program is licensed under the same terms as Perl itself.
+2 −2
Original line number Diff line number Diff line
@@ -354,8 +354,8 @@ Class::Accessor(3pm).

=head1 AUTHOR

Copyright (C) 2011-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
Copyright (C) 2011-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>

=head1 LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.
This program is licensed under the same terms as Perl itself.
Loading