From 6654b0a67a9f0db9cceaf02de309774e842c372e Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 19 Oct 2012 20:48:05 -0700 Subject: [PATCH] More readme cleanup. --- README.html | 4 ++-- README.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.html b/README.html index 46fee3f7..5357c12a 100644 --- a/README.html +++ b/README.html @@ -82,10 +82,10 @@ } h2 { font-size: 1.3em; - color: #444; + color: #FFF; margin: -2.5em 0 0.8em 0; float: left; - background: #FECA13; + background: #0049FF; padding: 0.4em 0.8em; border-radius: 0.2em; font-weight: normal; diff --git a/README.md b/README.md index 0a50d3b4..4af989f2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Dependencies are automatically handled by Maven. Contributing ------------ -We happily accept contributions, especially through pull requests on GitHub. +We happily accept contributions, especially through pull requests on GitHub. Submissions +must be licensed under the GNU General Public License v3, +which is outlined inside LICENSE.txt. Please see [the wiki for further information about contributing](http://wiki.sk89q.com/wiki/WorldGuard/Development#Contributing).