diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-10-29 09:48:49 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-29 09:48:49 +0100 |
commit | 32cc5ca7ad328e4b007c113b8028a57f9cef4ac0 (patch) | |
tree | 3372b53811b2c523ed04528f6adc3a8a27035055 /docs | |
parent | 37aea3c9448f1840ec25ac0c5db20f943923c84d (diff) | |
download | curl-32cc5ca7ad328e4b007c113b8028a57f9cef4ac0.tar.gz |
examples: remove the "this exact code has not been verified"
... as really confuses the reader to not know what to believe!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/postit2-formadd.c | 3 | ||||
-rw-r--r-- | docs/examples/postit2.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/examples/postit2-formadd.c b/docs/examples/postit2-formadd.c index a501ce964..21d2a9f54 100644 --- a/docs/examples/postit2-formadd.c +++ b/docs/examples/postit2-formadd.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -34,7 +34,6 @@ * <input type="submit" value="send" name="submit"> * </form> * - * This exact source code has not been verified to work. */ #include <stdio.h> diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index 2808f7a4e..b3a1a934c 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -34,7 +34,6 @@ * <input type="submit" value="send" name="submit"> * </form> * - * This exact source code has not been verified to work. */ #include <stdio.h> |