Bug fixes with POD documnetation
This commit is contained in:
parent
6b1b44bd52
commit
4121ed73fd
2 changed files with 14 additions and 5 deletions
8
USAGE.md
8
USAGE.md
|
@ -85,7 +85,9 @@ Major Hayden - major@mhtx.net
|
|||
# SUPPORT
|
||||
|
||||
Bug reports, feature requests, and downloads at http://mysqltuner.com/
|
||||
|
||||
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
||||
|
||||
Maintained by Major Hayden (major\\@mhtx.net) - Licensed under GPL
|
||||
|
||||
# SOURCE CODE
|
||||
|
@ -99,6 +101,7 @@ Maintained by Major Hayden (major\\@mhtx.net) - Licensed under GPL
|
|||
Copyright (C) 2006-2015 Major Hayden - major@mhtx.net
|
||||
|
||||
For the latest updates, please visit http://mysqltuner.com/
|
||||
|
||||
Git repository available at http://github.com/major/MySQLTuner-perl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -108,8 +111,9 @@ the Free Software Foundation, either version 3 of the License, or
|
|||
|
||||
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.
|
||||
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/>.
|
||||
|
|
|
@ -1521,21 +1521,25 @@ Major Hayden
|
|||
|
||||
=head1 SUPPORT
|
||||
|
||||
|
||||
Bug reports, feature requests, and downloads at http://mysqltuner.com/
|
||||
|
||||
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
|
||||
|
||||
Maintained by Major Hayden (major\@mhtx.net) - Licensed under GPL
|
||||
|
||||
=head1 SOURCE CODE
|
||||
|
||||
L<https://github.com/major/MySQLTuner-perl>
|
||||
|
||||
git clone https://github.com/major/MySQLTuner-perl.git
|
||||
git clone https://github.com/major/MySQLTuner-perl.git
|
||||
|
||||
=head1 COPYRIGHT AND LICENSE
|
||||
|
||||
Copyright (C) 2006-2015 Major Hayden - major@mhtx.net
|
||||
|
||||
For the latest updates, please visit http://mysqltuner.com/
|
||||
|
||||
Git repository available at http://github.com/major/MySQLTuner-perl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -1545,8 +1549,9 @@ the Free Software Foundation, either version 3 of the License, or
|
|||
|
||||
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.
|
||||
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/>.
|
||||
|
|
Loading…
Reference in a new issue