diff --git a/build/license.txt b/build/license.txt
index 9bbec2f8fd..9c7635d802 100644
--- a/build/license.txt
+++ b/build/license.txt
@@ -2,14 +2,14 @@
OpenLayers.js -- OpenLayers Map Viewer Library
- Copyright 2005-2012 OpenLayers Contributors, released under the FreeBSD
- license. Please see http://svn.openlayers.org/trunk/openlayers/license.txt
- for the full text of the license.
+ Copyright (c) 2006-2012 by OpenLayers Contributors
+ Published under the 2-clause BSD license.
+ See http://openlayers.org/dev/license.txt for the full text of the license, and http://openlayers.org/dev/authors.txt for full list of contributors.
Includes compressed code under the following licenses:
- (For uncompressed versions of the code used please see the
- OpenLayers SVN repository: )
+ (For uncompressed versions of the code used, please see the
+ OpenLayers Github repository: )
*/
diff --git a/tools/rc.sh b/tools/rc.sh
deleted file mode 100755
index 73b1835abb..0000000000
--- a/tools/rc.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-RELEASE=$1
-RC=$2
-
-svn co http://svn.openlayers.org/branches/openlayers/$RELEASE
-cd $RELEASE
-sed -i -e "s/OpenLayers.VERSION_NUMBER=.*/OpenLayers.VERSION_NUMBER=\"Release $1-$2\";/" lib/OpenLayers.js
-sed -i -e "s/VERSION_NUMBER: .*,/VERSION_NUMBER: \"Release $1-$2\",/" lib/OpenLayers/SingleFile.js
-svn diff;
-sleep 10;
-svn ci -m "Updating version numbers for $1-$2".
-svn cp -m "Tagging the $1-$2 release." http://svn.openlayers.org/branches/openlayers/$1 http://svn.openlayers.org/tags/openlayers/release-$1-$2