about summary refs log tree commit homepage
path: root/lib/unicorn/app/inetd.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-06-06 13:53:35 -0700
committerEric Wong <normalperson@yhbt.net>2009-06-06 13:53:35 -0700
commita834b9fe0f3085f979d7f378d3cb72e0a052d85c (patch)
tree2693c2e1dd8868127646adb641bc8f8c633ad10c /lib/unicorn/app/inetd.rb
parent7fdf4388a637b687c3996a4e5943db4610ba6f6e (diff)
downloadunicorn-a834b9fe0f3085f979d7f378d3cb72e0a052d85c.tar.gz
Just clarifying the license terms of the new code.  Other files
should really have this notice in there as well.
Diffstat (limited to 'lib/unicorn/app/inetd.rb')
-rw-r--r--lib/unicorn/app/inetd.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/unicorn/app/inetd.rb b/lib/unicorn/app/inetd.rb
index 97dc5d3..4938508 100644
--- a/lib/unicorn/app/inetd.rb
+++ b/lib/unicorn/app/inetd.rb
@@ -1,3 +1,6 @@
+# Copyright (c) 2009 Eric Wong
+# You can redistribute it and/or modify it under the same terms as Ruby.
+
 # this class *must* be used with Rack::Chunked
 
 module Unicorn::App