From ea337d33bd5840c24d6469ac475d863f6b87a663 Mon Sep 17 00:00:00 2001 From: Prashanth Mundkur Date: Wed, 27 May 2009 22:46:38 -0700 Subject: [PATCH] add missing copyright to http.mli, fix year. --- libs/http/http.ml | 2 +- libs/http/http.mli | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/libs/http/http.ml b/libs/http/http.ml index 088f7e9..e487566 100644 --- a/libs/http/http.ml +++ b/libs/http/http.ml @@ -1,5 +1,5 @@ (* - * Copyright (C) 2008-2009 Citrix Ltd. + * Copyright (C) 2009 Citrix Ltd. * Author Prashanth Mundkur * Adapted from a C++ implementation by Zubin Dittia. * diff --git a/libs/http/http.mli b/libs/http/http.mli index cc55cfb..730fc7c 100644 --- a/libs/http/http.mli +++ b/libs/http/http.mli @@ -1,3 +1,19 @@ +(* + * Copyright (C) 2009 Citrix Ltd. + * Author Prashanth Mundkur + * 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 -- 2.39.5