diff options
author | Evan Prodromou <evan@status.net> | 2010-09-02 23:16:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-02 23:16:29 -0400 |
commit | db5d7e0167faef40b11e9051fa5e9861ad6d2d17 (patch) | |
tree | 5b92c572a595f6bc0afc16ce98d697dc04b29db3 /theme/h4ck3r/css | |
parent | e365e709c5bab7d593ee1cde26c8bcfdddcc6780 (diff) |
add CC BY 3.0 license to CSS files
Diffstat (limited to 'theme/h4ck3r/css')
-rw-r--r-- | theme/h4ck3r/css/base.css | 2 | ||||
-rw-r--r-- | theme/h4ck3r/css/display.css | 2 | ||||
-rw-r--r-- | theme/h4ck3r/css/ie.css | 7 |
3 files changed, 9 insertions, 2 deletions
diff --git a/theme/h4ck3r/css/base.css b/theme/h4ck3r/css/base.css index 4c0e74218..a4dac0145 100644 --- a/theme/h4ck3r/css/base.css +++ b/theme/h4ck3r/css/base.css @@ -3,7 +3,7 @@ * @package StatusNet * @author Sarven Capadisli <csarven@status.net> * @copyright 2009 StatusNet, Inc. - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported * @link http://status.net/ */ diff --git a/theme/h4ck3r/css/display.css b/theme/h4ck3r/css/display.css index 276659dce..edf071a65 100644 --- a/theme/h4ck3r/css/display.css +++ b/theme/h4ck3r/css/display.css @@ -3,7 +3,7 @@ * @package StatusNet * @author Sarven Capadisli <csarven@status.net> * @copyright 2009 StatusNet, Inc. - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported * @link http://status.net/ */ diff --git a/theme/h4ck3r/css/ie.css b/theme/h4ck3r/css/ie.css index 2f463bb44..46d14c202 100644 --- a/theme/h4ck3r/css/ie.css +++ b/theme/h4ck3r/css/ie.css @@ -1,3 +1,10 @@ +/** + * @package StatusNet + * @author Sarven Capadisli <csarven@status.net> + * @copyright 2009-2010 StatusNet, Inc. + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported + * @link http://status.net/ + */ /* IE specific styles */ .notice-options input.submit { |