Skip to content

Commit

Permalink
Change GPL license header to use modern english and proper punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
vampy committed Oct 25, 2016
1 parent 6c52a85 commit b15a3ae
Show file tree
Hide file tree
Showing 95 changed files with 458 additions and 458 deletions.
10 changes: 5 additions & 5 deletions about.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
* Copyright 2009 Lucas Baudin <[email protected]>
* 2011 - 2014 Stephen Just <[email protected]>
* 2014 Daniel Butum <danibutum at gmail dot com>
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

require_once(__DIR__ . DIRECTORY_SEPARATOR . "config.php");
Expand Down
10 changes: 5 additions & 5 deletions addons-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
* Copyright 2009 Lucas Baudin <[email protected]>
* 2011-2014 Stephen Just <[email protected]>
* 2014-2015 Daniel Butum <danibutum at gmail dot com>
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/
require_once(__DIR__ . DIRECTORY_SEPARATOR . "config.php");

Expand Down
8 changes: 4 additions & 4 deletions addons-panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
* Copyright 2009 Lucas Baudin <[email protected]>
* 2011-2014 Stephen Just <[email protected]>
* 2014-2016 Daniel Butum <danibutum at gmail dot com>
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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
Expand Down
10 changes: 5 additions & 5 deletions addons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
* Copyright 2009 Lucas Baudin <[email protected]>
* 2011-2014 Stephen Just <[email protected]>
* 2014-2015 Daniel Butum <danibutum at gmail dot com>
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/
require_once(__DIR__ . DIRECTORY_SEPARATOR . "config.php");

Expand Down
10 changes: 5 additions & 5 deletions api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
/**
* copyright 2014 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/
define('API_MODE', true);
require_once(dirname(__DIR__) . DIRECTORY_SEPARATOR . "config.php");
Expand Down
8 changes: 4 additions & 4 deletions api/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
* 2014 - 2015 Daniel Butum <danibutum at gmail dot com>
* This file is part of SuperTuxKart
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

if (!API_MODE)
Expand Down
8 changes: 4 additions & 4 deletions api/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
* 2014 - 2015 Daniel Butum <danibutum at gmail dot com>
* This file is part of SuperTuxKart
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

if (!API_MODE)
Expand Down
10 changes: 5 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2012 Stephen Just <[email protected]>
* 2014 Daniel Butum <danibutum at gmail dot com>
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

@font-face {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* copyright 2013 Stephen Just <[email protected]>
* 2014-2015 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($, ROOT_LOCATION, JSON_LOCATION) {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/bugs.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2014 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($, BUGS_LOCATION, JSON_LOCATION) {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* copyright 2013 Stephen Just <[email protected]>
* 2014 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

$(document).ready(function() {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/manage.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2014-2015 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($, ROOT_LOCATION) {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/stats.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2014-2015 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($) {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/upload.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2014 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($) {
Expand Down
10 changes: 5 additions & 5 deletions assets/js/user.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* copyright 2014 Daniel Butum <danibutum at gmail dot com>
*
* This file is part of stkaddons
* This file is part of stk-addons.
*
* stkaddons is free software: you can redistribute it and/or modify
* stk-addons 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.
*
* stkaddons is distributed in the hope that it will be useful,
* stk-addons 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
* 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 stkaddons. If not, see <http://www.gnu.org/licenses/>.
* along with stk-addons. If not, see <http://www.gnu.org/licenses/>.
*/

(function($, ROOT_LOCATION, JSON_LOCATION) {
Expand Down
Loading

0 comments on commit b15a3ae

Please sign in to comment.