diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-16 04:29:39 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-02-16 04:29:39 +0100 |
commit | dd88f4e20ef8d6925296a9cf583cbc269ce42be2 (patch) | |
tree | 8803f98bfa52c79fb9d8d1601041f9348a818db1 /infrastructure | |
parent | 7a9ac2cb877e670bbb51fd17e98f2963ab6859fb (diff) | |
download | etherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.tar.gz etherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.tar.xz etherpad-dd88f4e20ef8d6925296a9cf583cbc269ce42be2.zip |
rebranded for pad.spline.inf.fu-berlin.de
Diffstat (limited to 'infrastructure')
-rw-r--r-- | infrastructure/com.etherpad/licensing.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/com.etherpad/licensing.scala b/infrastructure/com.etherpad/licensing.scala index 9318f78..620738f 100644 --- a/infrastructure/com.etherpad/licensing.scala +++ b/infrastructure/com.etherpad/licensing.scala @@ -134,7 +134,7 @@ object Licensing { println("Done."); } case "genmainkey" => { - println("Generating key for etherpad.com..."); + println("Generating key for pad.spline.inf.fu-berlin.de..."); config.values("licenseGeneratorKey") = args(1); val out = new PrintWriter(new FileOutputStream(args(2))); out.print(generateKey("etherpad", "AppJet", -1, 0, -1, 0, 0, 0)) |