summaryrefslogtreecommitdiff
path: root/lib/cookie.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-03 09:29:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-03 09:29:33 +0000
commit24dee483e9e925c2ab79dd582f70c9a55ab9ba4d (patch)
tree4db98bf4b2d0fe13fcef53a9c442f2aa86737974 /lib/cookie.h
parent887e728b7dbefb3f5c2e51e7d83f602e7071e27c (diff)
downloadgnurl-24dee483e9e925c2ab79dd582f70c9a55ab9ba4d.tar.gz
gnurl-24dee483e9e925c2ab79dd582f70c9a55ab9ba4d.tar.bz2
gnurl-24dee483e9e925c2ab79dd582f70c9a55ab9ba4d.zip
dual-license fix
Diffstat (limited to 'lib/cookie.h')
-rw-r--r--lib/cookie.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/cookie.h b/lib/cookie.h
index b0142cc8c..d045e6b48 100644
--- a/lib/cookie.h
+++ b/lib/cookie.h
@@ -1,5 +1,27 @@
#ifndef __COOKIE_H
#define __COOKIE_H
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ *
+ * In order to be useful for every potential user, curl and libcurl are
+ * dual-licensed under the MPL and the MIT/X-derivate licenses.
+ *
+ * You may opt to use, copy, modify, merge, publish, distribute and/or sell
+ * copies of the Software, and permit persons to whom the Software is
+ * furnished to do so, under the terms of the MPL or the MIT/X-derivate
+ * licenses. You may pick one of these licenses.
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+ * KIND, either express or implied.
+ *
+ * $Id$
+ *****************************************************************************/
#include <stdio.h>
#ifdef WIN32