diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-03 15:14:12 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-03 15:14:12 -0500 |
commit | 67b161359716a7b6c5d15a67687fb31d93677d36 (patch) | |
tree | 6b00a2c6daa17ddbbac2c6cfa57ed4ef92a38510 /website | |
parent | 91fee4b8616ce94be3b18f58b8d361d784ce92a6 (diff) |
put explicit licensing information in the website CSS after discussion with other authors.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css index de0f196..b2d86c7 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,22 @@ +/* CSS for web.monkeysphere.info + +Copyright: 2008,2009 + +Authors: +Dan Scott, +Daniel Kahn Gillmor <dkg@fifthhorseman.net>, +Jameson Graef Rollins <jrollins@finestructure.net>, +Jamie McClelland <jm@mayfirst.org> + +License: This stylesheet is licensed under the GNU GPL, version 3 or +later (your choice). + +The full text of the GPL can be found at: + + http://www.gnu.org/licenses/gpl.html + + */ + h1 { -moz-border-radius: 4px; background-color: #B67B4E; |