aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-26 09:47:06 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-26 09:47:06 +1100
commit44ec166b8691743e0ffbcc108eaf41ab0d2ef3cd (patch)
treea19da1122725b617ad094d29c21842e7e5940106 /script
parentd09758c79fff462906b48dda6601ced25a8865da (diff)
Change email address in header of source code to hello@mysociety.org
Diffstat (limited to 'script')
-rwxr-xr-xscript/rails-post-deploy2
-rwxr-xr-xscript/request-creation-graph2
-rwxr-xr-xscript/user-use-graph2
3 files changed, 3 insertions, 3 deletions
diff --git a/script/rails-post-deploy b/script/rails-post-deploy
index a1c613312..bd99b0ce2 100755
--- a/script/rails-post-deploy
+++ b/script/rails-post-deploy
@@ -6,7 +6,7 @@
# recent version.
#
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
+# Email: hello@mysociety.org; WWW: http://www.mysociety.org/
set -e
#set -x # debug
diff --git a/script/request-creation-graph b/script/request-creation-graph
index d49a361b8..ef1d2cf73 100755
--- a/script/request-creation-graph
+++ b/script/request-creation-graph
@@ -3,7 +3,7 @@
# Plot graph of rate of request creation
#
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org. WWW: http://www.mysociety.org/
+# Email: hello@mysociety.org. WWW: http://www.mysociety.org/
GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1600,600"
EXTENSION=".png"
diff --git a/script/user-use-graph b/script/user-use-graph
index 205e02416..f508c9cb6 100755
--- a/script/user-use-graph
+++ b/script/user-use-graph
@@ -3,7 +3,7 @@
# Plot graph of user use of site.
#
# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org. WWW: http://www.mysociety.org/
+# Email: hello@mysociety.org. WWW: http://www.mysociety.org/
GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1200,400"
EXTENSION=".png"