about summary refs log tree commit homepage
path: root/ext/http11/http11.c
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:42:12 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-30 20:42:12 +0000
commitddd5c9a46cfbb471f83a50d0a890a55628c22738 (patch)
treed8fbc0cbca12883202224dec4ded0333b4b291c8 /ext/http11/http11.c
parent7d0f10c2427f37f2f08366c5d6add01973238f1a (diff)
downloadunicorn-ddd5c9a46cfbb471f83a50d0a890a55628c22738.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@267 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext/http11/http11.c')
-rw-r--r--ext/http11/http11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 80eab8c..f3f688b 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -1,3 +1,7 @@
+/**
+ * Copyright (c) 2005 Zed A. Shaw
+ * You can redistribute it and/or modify it under the same terms as Ruby.
+ */
 #include "ruby.h"
 #include "ext_help.h"
 #include <assert.h>