Skip to content

Commit

Permalink
more copyright updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daetal-us committed Sep 14, 2011
1 parent 24b8dc7 commit 34ff0a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
@@ -1,9 +1,9 @@
<?php
/**
* Lithium: the most rad php framework
* Lithium Sphere: communized sphere of influence
*
* @copyright Copyright 2010, Union of RAD (http://union-of-rad.org)
* @license http://opensource.org/licenses/bsd-license.php The BSD License
* @copyright Copyright 2011, Union of RAD (http://union-of-rad.org)
* @license http://www.opensource.org/licenses/MIT The MIT License
*/

namespace li3_users\tests\cases\extensions\helper;
Expand Down
9 changes: 9 additions & 0 deletions libraries/li3_users/views/users/view.html.php
@@ -1,2 +1,11 @@
<?php
/**
* Lithium Sphere: communized sphere of influence
*
* @copyright Copyright 2011, Union of RAD (http://union-of-rad.org)
* @license http://www.opensource.org/licenses/MIT The MIT License
*/
?>

<h1><?php echo $user->_id;?></h1>
<?php echo $user->email;?>
7 changes: 7 additions & 0 deletions views/users/login.html.php
@@ -1,4 +1,11 @@
<?php
/**
* Lithium Sphere: communized sphere of influence
*
* @copyright Copyright 2011, Union of RAD (http://union-of-rad.org)
* @license http://www.opensource.org/licenses/MIT The MIT License
*/

if (!empty($user)) {
echo "<h1>" . $this->User->greeting($user) . "</h1>";
if (!empty($return)) {
Expand Down

0 comments on commit 34ff0a9

Please sign in to comment.