aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-25 09:20:44 +0000
committerYang Tse <yangsita@gmail.com>2006-10-25 09:20:44 +0000
commitb4700f026b732776ba48cc4a941aca4ec42c1bb0 (patch)
treeaa07476a5e22afcf206d95cd7792c7fe391be17e
parentd771fa7c488d57ea950c6c8f1fb9612b0fa8907c (diff)
Add project notice and file Id
-rw-r--r--tests/libtest/first.c10
-rw-r--r--tests/libtest/lib500.c10
-rw-r--r--tests/libtest/lib501.c10
-rw-r--r--tests/libtest/lib502.c10
-rw-r--r--tests/libtest/lib503.c10
-rw-r--r--tests/libtest/lib504.c10
-rw-r--r--tests/libtest/lib506.c10
-rw-r--r--tests/libtest/lib507.c10
-rw-r--r--tests/libtest/lib508.c10
-rw-r--r--tests/libtest/lib509.c10
-rw-r--r--tests/libtest/lib510.c10
-rw-r--r--tests/libtest/lib511.c10
-rw-r--r--tests/libtest/lib512.c10
-rw-r--r--tests/libtest/lib513.c10
-rw-r--r--tests/libtest/lib514.c10
-rw-r--r--tests/libtest/lib515.c10
-rw-r--r--tests/libtest/lib516.c10
-rw-r--r--tests/libtest/lib517.c10
-rw-r--r--tests/libtest/lib518.c10
-rw-r--r--tests/libtest/lib519.c10
-rw-r--r--tests/libtest/lib520.c10
-rw-r--r--tests/libtest/lib521.c10
-rw-r--r--tests/libtest/lib523.c10
-rw-r--r--tests/libtest/lib524.c10
-rw-r--r--tests/libtest/test.h10
25 files changed, 250 insertions, 0 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c
index 782daca17..745ed9fe5 100644
--- a/tests/libtest/first.c
+++ b/tests/libtest/first.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#ifdef CURLDEBUG
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c
index bd4b077d1..9ee164e2c 100644
--- a/tests/libtest/lib500.c
+++ b/tests/libtest/lib500.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib501.c b/tests/libtest/lib501.c
index c7cf395a9..a4d78159d 100644
--- a/tests/libtest/lib501.c
+++ b/tests/libtest/lib501.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c
index 362e0225a..207f65ed2 100644
--- a/tests/libtest/lib502.c
+++ b/tests/libtest/lib502.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#include "timeval.h"
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c
index 057625c96..66d2c9813 100644
--- a/tests/libtest/lib503.c
+++ b/tests/libtest/lib503.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#include <sys/time.h>
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index f077ffed3..5b10022df 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#include <sys/time.h>
diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c
index 862329b72..a090a2ce6 100644
--- a/tests/libtest/lib506.c
+++ b/tests/libtest/lib506.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#include <stdlib.h>
#include <ctype.h>
diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c
index 227691d0b..8de1a3550 100644
--- a/tests/libtest/lib507.c
+++ b/tests/libtest/lib507.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#include "timeval.h"
diff --git a/tests/libtest/lib508.c b/tests/libtest/lib508.c
index dc0efcaa1..cc240db5c 100644
--- a/tests/libtest/lib508.c
+++ b/tests/libtest/lib508.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
static char data[]="this is what we post to the silly web server\n";
diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c
index c6d3113db..a21fae4a4 100644
--- a/tests/libtest/lib509.c
+++ b/tests/libtest/lib509.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#ifdef USE_SSLEAY
diff --git a/tests/libtest/lib510.c b/tests/libtest/lib510.c
index 6c1269a86..53797473c 100644
--- a/tests/libtest/lib510.c
+++ b/tests/libtest/lib510.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
static const char *post[]={
diff --git a/tests/libtest/lib511.c b/tests/libtest/lib511.c
index 40d23276f..7fcdebf93 100644
--- a/tests/libtest/lib511.c
+++ b/tests/libtest/lib511.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib512.c b/tests/libtest/lib512.c
index f8edbd37d..1d7d02a6a 100644
--- a/tests/libtest/lib512.c
+++ b/tests/libtest/lib512.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
/* Test case code based on source in a bug report filed by James Bursa on
diff --git a/tests/libtest/lib513.c b/tests/libtest/lib513.c
index 661d6c205..4cb593cec 100644
--- a/tests/libtest/lib513.c
+++ b/tests/libtest/lib513.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *userp)
diff --git a/tests/libtest/lib514.c b/tests/libtest/lib514.c
index f68dcc09e..93d576fbd 100644
--- a/tests/libtest/lib514.c
+++ b/tests/libtest/lib514.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib515.c b/tests/libtest/lib515.c
index d166c2ab1..6086ecb09 100644
--- a/tests/libtest/lib515.c
+++ b/tests/libtest/lib515.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib516.c b/tests/libtest/lib516.c
index 6ebc93bf1..5eaa140e6 100644
--- a/tests/libtest/lib516.c
+++ b/tests/libtest/lib516.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c
index 1a4aefc54..cdcd64be1 100644
--- a/tests/libtest/lib517.c
+++ b/tests/libtest/lib517.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
const char *dates[]={
diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c
index 0d8ee18cc..cb9f395b6 100644
--- a/tests/libtest/lib518.c
+++ b/tests/libtest/lib518.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
#ifdef HAVE_SYS_TYPES_H
diff --git a/tests/libtest/lib519.c b/tests/libtest/lib519.c
index 1090b5e9b..58f38150d 100644
--- a/tests/libtest/lib519.c
+++ b/tests/libtest/lib519.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib520.c b/tests/libtest/lib520.c
index c6959e684..a673007a6 100644
--- a/tests/libtest/lib520.c
+++ b/tests/libtest/lib520.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib521.c b/tests/libtest/lib521.c
index 4bfcf4954..088534955 100644
--- a/tests/libtest/lib521.c
+++ b/tests/libtest/lib521.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c
index fd1bfdcc4..6ddfc947f 100644
--- a/tests/libtest/lib523.c
+++ b/tests/libtest/lib523.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/lib524.c b/tests/libtest/lib524.c
index f5fef195c..55f29784c 100644
--- a/tests/libtest/lib524.c
+++ b/tests/libtest/lib524.c
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#include "test.h"
int test(char *URL)
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 738976397..fa32d6d88 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -1,3 +1,13 @@
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ */
+
#ifdef HAVE_CONFIG_H
/* Now include the setup.h file from libcurl's private libdir (the source
version, but that might include "config.h" from the build dir so we need