Skip to content

Commit

Permalink
Update copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Mar 18, 2014
1 parent 283b2a2 commit 06ad5c6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bfstop.php
Expand Up @@ -2,7 +2,7 @@
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012 Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
Expand Down
7 changes: 7 additions & 0 deletions helpers/crypto.php
@@ -1,4 +1,11 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined( '_JEXEC' ) or die;

class BFStopTokenGenerator {

Expand Down
6 changes: 6 additions & 0 deletions helpers/log.php
@@ -1,4 +1,10 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;

class BFStopLogger {
Expand Down
6 changes: 6 additions & 0 deletions helpers/notify.php
@@ -1,4 +1,10 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined( '_JEXEC' ) or die;

class BFStopNotifier
Expand Down
6 changes: 6 additions & 0 deletions setupscripts.php
@@ -1,4 +1,10 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined('_JEXEC') or die;
jimport('joomla.log.log');

Expand Down
6 changes: 6 additions & 0 deletions unittests/cryptotest.php
@@ -1,4 +1,10 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
require_once('helpers/crypto.php');

class JLog {
Expand Down

0 comments on commit 06ad5c6

Please sign in to comment.