aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/gserver.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d1a5e17a7..b783ff34ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 20 23:54:03 2013 Zachary Scott <e@zzak.io>
+
+ * lib/gserver.rb: [DOC] correct gserver.rb license [Bug #8913]
+
Fri Sep 20 23:48:34 2013 Zachary Scott <e@zzak.io>
* ext/psych/yaml/yaml.h: [DOC] merge upstream typo fix by @GreenGeorge
diff --git a/lib/gserver.rb b/lib/gserver.rb
index 8eac2a2fed..48770289f8 100644
--- a/lib/gserver.rb
+++ b/lib/gserver.rb
@@ -3,7 +3,7 @@
#
# Author:: John W. Small
# Documentation:: Gavin Sinclair
-# Licence:: Freeware.
+# Licence:: Ruby License
require "socket"
require "thread"