Skip to content

Commit

Permalink
Added copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Nov 18, 2017
1 parent 6207a2c commit 8551607
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions system/classes/Resource.php
@@ -1,5 +1,35 @@
<?php

/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
// | Geeklog 2.2 |
// +---------------------------------------------------------------------------+
// | Resource.php |
// | |
// | Geeklog class to include javascript, javascript files and css files. |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2000-2017 by the following authors: |
// | |
// | Authors: Tom Homer, tomhomer AT gmail DOT com |
// | Kenji ITO, mystralkk AT gmail DOT com |
// +---------------------------------------------------------------------------+
// | |
// | 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 2 |
// | 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, write to the Free Software Foundation, |
// | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
// | |
// +---------------------------------------------------------------------------+

namespace Geeklog;

use JSMin\JSMin;
Expand Down

0 comments on commit 8551607

Please sign in to comment.