diff options
-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> |