]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
add missing copyright to http.mli, fix year.
authorPrashanth Mundkur <prashanth.mundkur@citrix.com>
Thu, 28 May 2009 05:46:38 +0000 (22:46 -0700)
committerPrashanth Mundkur <prashanth.mundkur@citrix.com>
Thu, 28 May 2009 05:46:38 +0000 (22:46 -0700)
libs/http/http.ml
libs/http/http.mli

index 088f7e9a1e868ca1f517d03b9d28744ccf051442..e4875665f47400bd36e5cf9054ea7f604759132a 100644 (file)
@@ -1,5 +1,5 @@
 (*
- * Copyright (C) 2008-2009 Citrix Ltd.
+ * Copyright (C) 2009 Citrix Ltd.
  * Author Prashanth Mundkur <firstname.lastname@citrix.com>
  * Adapted from a C++ implementation by Zubin Dittia.
  *
index cc55cfbe040b8e0dc9c39b1db81e39f7610c0778..730fc7c687ab58315395ff86acb50120b92e2177 100644 (file)
@@ -1,3 +1,19 @@
+(*
+ * Copyright (C) 2009 Citrix Ltd.
+ * Author Prashanth Mundkur <firstname.lastname@citrix.com>
+ * Adapted from a C++ implementation by Zubin Dittia.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; version 2.1 only. with the special
+ * exception on linking described in file LICENSE.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *)
+
 type header_fields = (string * string list) list
 
 type version = HTTP09 | HTTP10 | HTTP11