Skip to content

Commit

Permalink
Update copyleft year. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansbv committed Apr 14, 2021
1 parent e372c30 commit f2278bc
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Tpda3 (Tiny Perl Database Application 3)
========================================
Ștefan Suciu
2019-06-04
2021-04-14

Version: 0.99.17
Version: 0.99.99

Tpda3 is a classic desktop database application framework and
run-time, written in Perl. The graphical user interface is based on
Expand Down Expand Up @@ -192,7 +192,7 @@ https://sourceforge.net/projects/tpda/
License And Copyright
---------------------

Copyright (C) 2010-2019 Ștefan Suciu
Copyright (C) 2010-2021 Ștefan Suciu

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
Expand Down
2 changes: 1 addition & 1 deletion bin/tpda3
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exit 0;

sub tpda3_version {
my $ver = $Tpda3::VERSION ? 'v'.$Tpda3::VERSION : 'development';
print "Tpda3 (Tiny Perl Database Application 3) $ver\n(C) 2010-2019 Stefan Suciu\n\n";
print "Tpda3 (Tiny Perl Database Application 3) $ver\n(C) 2010-2021 Stefan Suciu\n\n";
}

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name = Tpda3
author = Stefan Suciu
license = GPL_3
copyright_holder = Stefan Suciu
copyright_year = 2018
copyright_year = 2021
main_module = lib/Tpda3.pm

version = 0.99.20
version = 0.99.99

[@Starter]
-remove = ReadmeAnyFromPod ; error: someone tried to munge ... after we read from it.
Expand Down
3 changes: 1 addition & 2 deletions lib/Tpda3/Tk/App/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ use warnings;
sub application_name {
my $name = "Test and demo application for Tpda3\n";
$name .= "Author: Stefan Suciu\n";
$name .= "Copyright 2010-2019\n";
$name .= "Copyright 2010-2021\n";
$name .= "GNU General Public License (GPL)\n";
$name .= '[email protected]';
return $name;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/Tpda3/Tk/App/Test/Employees.pm
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ sub lookup_reportsto {

=head1 AUTHOR
Stefan Suciu, C<< <[email protected]> >>
Stefan Suciu
=head1 BUGS
Expand Down
4 changes: 1 addition & 3 deletions lib/Tpda3/Tk/Controller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,8 @@ sub about {
$text->insert( 'end', $PROGRAM_NAME . "\n", 'normal' );
$text->insert( 'end', "Version " . $PROGRAM_VER . "\n", 'normal' );
$text->insert( 'end', "Author: Ștefan Suciu\n", 'normal' );
$text->insert( 'end', "Copyright 2010-2019\n", 'normal' );
$text->insert( 'end', "Copyright 2010-2021\n", 'normal' );
$text->insert( 'end', "GNU General Public License (GPL)\n", 'normal' );
$text->insert( 'end', '[email protected]',
'italic' );
$text->insert( 'end', "\n\n" );
$text->insert( 'end', "$APP_NAME\n", 'normal' );
$text->insert( 'end', "Version " . $APP_VER . "\n", 'normal' );
Expand Down
6 changes: 3 additions & 3 deletions lib/Tpda3/Tk/EntryCalendar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,13 @@ __END__
=head1 AUTHOR
Stefan Suciu, E<lt>[email protected]E<gt>
Stefan Suciu
Lorenz Domke, E<lt>[email protected]E<gt>
Lorenz Domke
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2019 by Stefan Suciu
Copyright (C) 2021 by Stefan Suciu
Copyright (C) 2008 by Lorenz Domke
Expand Down
3 changes: 1 addition & 2 deletions lib/Tpda3/Wx/App/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ use warnings;
sub application_name {
my $name = "Test and demo application for Tpda3\n";
$name .= "Author: Stefan Suciu\n";
$name .= "Copyright 2010-2019\n";
$name .= "Copyright 2010-2021\n";
$name .= "GNU General Public License (GPL)\n";
$name .= '[email protected]';
return $name;
}

Expand Down
6 changes: 3 additions & 3 deletions lib/Tpda3/Wx/Controller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ sub about {
$about->SetName($PROGRAM_NAME);
$about->SetVersion($PROGRAM_VER);
$about->SetDescription("$PROGRAM_DESC\nDatabase application framework and run-time");
$about->SetCopyright('(c) 2010-2019 Ştefan Suciu <[email protected]>');
$about->SetCopyright('(c) 2010-2021 Ştefan Suciu>');
$about->SetLicense($LICENSE);
$about->SetWebSite( 'http://tpda.s2i2.ro/', 'The Tpda3 home site');
$about->AddDeveloper( 'Ştefan Suciu <[email protected]>' );
$about->SetWebSite( 'http://stefansuciu.ro/', 'The Tpda3 home site');
$about->AddDeveloper( 'Ştefan Suciu' );

Wx::AboutBox( $about );

Expand Down
4 changes: 2 additions & 2 deletions po/Tpda3.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Tpda3 0.98.5\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"Project-Id-Version: Tpda3 0.99.99\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-05-27 17:10+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
Expand Down

0 comments on commit f2278bc

Please sign in to comment.