Skip to content

Commit

Permalink
Add copyright/license statement to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kbseah committed May 27, 2018
1 parent 5b22944 commit ce86c10
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Makechange.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,24 @@ sub shortestarrays {
return ($lowest, \@winners);
}

=head1 COPYRIGHT AND LICENSE
Makechange.pm
Copyright (C) 2018 Brandon Seah
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
=cut

1;
18 changes: 18 additions & 0 deletions makechange.pl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,25 @@ sub report_currencies {
exit;
}

=head1 COPYRIGHT AND LICENSE
makechange.pl
Copyright (C) 2018 Brandon Seah
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
=cut

## DATA ########################################################################

Expand Down
20 changes: 20 additions & 0 deletions makedenom.pl
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,23 @@ sub makedenom_internal {
}
}
}

=head1 COPYRIGHT AND LICENSE
makedenom.pl
Copyright (C) 2018 Brandon Seah
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
=cut

0 comments on commit ce86c10

Please sign in to comment.