Commit 826f169d by Scott

SnowFlat: reformat comments

parent 554df044
<?php <?php
/* /*
Snow Theme for Question2Answer Package Snow Theme for Question2Answer Package
Copyright (C) 2014 Q2A Market <http://www.q2amarket.com> Copyright (C) 2014 Q2A Market <http://www.q2amarket.com>
File: inc/qam-snow-theme.php File: inc/qam-snow-theme.php
Version: Snow 1.4 Version: Snow 1.4
Description: Snow theme core class Description: Snow theme core class
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. 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/>.
*/
/** /**
* Snow theme loader class * Snow theme loader class
......
/* /*
* Q2A Market (c) Jatin Soni Q2A Market (c) Jatin Soni
* http://www.q2amarket.com/ http://www.q2amarket.com/
* File: File: js/snow-core.js
* Version: Version: Snow 1.4
* Description: Description: JavaScript helpers for SnowFlat theme
* This program is free software; you can redistribute it and/or This program is free software: you can redistribute it and/or modify
modify it under the terms of the GNU General Public License it under the terms of the GNU General Public License as published by
as published by the Free Software Foundation; either version 2 the Free Software Foundation, either version 3 of the License, or
of the License, or (at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
*/
More about this license: http://www.q2amarket.com/license.php
*/
$(document).ready(function () { $(document).ready(function () {
/** /**
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
Snow Theme for Question2Answer Package Snow Theme for Question2Answer Package
Copyright (C) 2014 Q2A Market <http://www.q2amarket.com> Copyright (C) 2014 Q2A Market <http://www.q2amarket.com>
File: qa-theme.php File: qa-theme.php
Version: Snow 1.4 Version: Snow 1.4
Description: Q2A theme class Description: Q2A theme class
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
*/ */
/** /**
* Snow theme extends * Snow theme extends
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment