aboutsummaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/authorization_example.c2
-rw-r--r--src/examples/benchmark.c2
-rw-r--r--src/examples/benchmark_https.c2
-rw-r--r--src/examples/chunked_example.c2
-rw-r--r--src/examples/demo.c2
-rw-r--r--src/examples/digest_auth_example.c2
-rw-r--r--src/examples/dual_stack_example.c2
-rw-r--r--src/examples/fileserver_example.c2
-rw-r--r--src/examples/fileserver_example_dirs.c2
-rw-r--r--src/examples/fileserver_example_external_select.c2
-rw-r--r--src/examples/https_fileserver_example.c2
-rw-r--r--src/examples/mhd2spdy.c2
-rw-r--r--src/examples/mhd2spdy_http.c2
-rw-r--r--src/examples/mhd2spdy_http.h2
-rw-r--r--src/examples/mhd2spdy_spdy.h2
-rw-r--r--src/examples/mhd2spdy_structures.c2
-rw-r--r--src/examples/mhd2spdy_structures.h2
-rw-r--r--src/examples/minimal_example.c2
-rw-r--r--src/examples/minimal_example_comet.c2
-rw-r--r--src/examples/post_example.c2
-rw-r--r--src/examples/querystring_example.c2
-rw-r--r--src/examples/refuse_post_example.c2
-rw-r--r--src/examples/spdy_event_loop.c2
-rw-r--r--src/examples/spdy_fileserver.c2
-rw-r--r--src/examples/spdy_response_with_callback.c2
25 files changed, 25 insertions, 25 deletions
diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c
index 39dd3966..e6e69ad1 100644
--- a/src/examples/authorization_example.c
+++ b/src/examples/authorization_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/benchmark.c b/src/examples/benchmark.c
index 4cea24fa..d287b2fe 100644
--- a/src/examples/benchmark.c
+++ b/src/examples/benchmark.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c
index f4b5a33a..735a913e 100644
--- a/src/examples/benchmark_https.c
+++ b/src/examples/benchmark_https.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/chunked_example.c b/src/examples/chunked_example.c
index eb054e4b..08bb82d5 100644
--- a/src/examples/chunked_example.c
+++ b/src/examples/chunked_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2015 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2015 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/demo.c b/src/examples/demo.c
index 10890ebe..80ca09c1 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2013 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/digest_auth_example.c b/src/examples/digest_auth_example.c
index a35fa8e5..62c99cfa 100644
--- a/src/examples/digest_auth_example.c
+++ b/src/examples/digest_auth_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2010 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2010 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/dual_stack_example.c b/src/examples/dual_stack_example.c
index 0436cbb3..12d50f45 100644
--- a/src/examples/dual_stack_example.c
+++ b/src/examples/dual_stack_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2012 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/fileserver_example.c b/src/examples/fileserver_example.c
index 4441ac49..8f5223ab 100644
--- a/src/examples/fileserver_example.c
+++ b/src/examples/fileserver_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/fileserver_example_dirs.c b/src/examples/fileserver_example_dirs.c
index d5be6e2d..9d4a1935 100644
--- a/src/examples/fileserver_example_dirs.c
+++ b/src/examples/fileserver_example_dirs.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/fileserver_example_external_select.c b/src/examples/fileserver_example_external_select.c
index 1a91f719..7a270613 100644
--- a/src/examples/fileserver_example_external_select.c
+++ b/src/examples/fileserver_example_external_select.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c
index a732d8c8..fe0c2de7 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/mhd2spdy.c b/src/examples/mhd2spdy.c
index 915ec603..a2275087 100644
--- a/src/examples/mhd2spdy.c
+++ b/src/examples/mhd2spdy.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/mhd2spdy_http.c b/src/examples/mhd2spdy_http.c
index 8d0482ba..895f07fa 100644
--- a/src/examples/mhd2spdy_http.c
+++ b/src/examples/mhd2spdy_http.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/mhd2spdy_http.h b/src/examples/mhd2spdy_http.h
index 7abfb14c..89d38897 100644
--- a/src/examples/mhd2spdy_http.h
+++ b/src/examples/mhd2spdy_http.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/mhd2spdy_spdy.h b/src/examples/mhd2spdy_spdy.h
index 13e850b9..4207c622 100644
--- a/src/examples/mhd2spdy_spdy.h
+++ b/src/examples/mhd2spdy_spdy.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/mhd2spdy_structures.c b/src/examples/mhd2spdy_structures.c
index 0cfb7806..6d4a4076 100644
--- a/src/examples/mhd2spdy_structures.c
+++ b/src/examples/mhd2spdy_structures.c
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/mhd2spdy_structures.h b/src/examples/mhd2spdy_structures.h
index 8022d5ba..f5679341 100644
--- a/src/examples/mhd2spdy_structures.h
+++ b/src/examples/mhd2spdy_structures.h
@@ -1,5 +1,5 @@
1/* 1/*
2 Copyright (C) 2013 Andrey Uzunov 2 Copyright Copyright (C) 2013 Andrey Uzunov
3 3
4 This program is free software: you can redistribute it and/or modify 4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/minimal_example.c b/src/examples/minimal_example.c
index 5bf63444..313651c7 100644
--- a/src/examples/minimal_example.c
+++ b/src/examples/minimal_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/minimal_example_comet.c b/src/examples/minimal_example_comet.c
index 83493243..0c9d264b 100644
--- a/src/examples/minimal_example_comet.c
+++ b/src/examples/minimal_example_comet.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/post_example.c b/src/examples/post_example.c
index b0aecaac..d8d13f99 100644
--- a/src/examples/post_example.c
+++ b/src/examples/post_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2011 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/querystring_example.c b/src/examples/querystring_example.c
index 533fc8e5..24f8ae4c 100644
--- a/src/examples/querystring_example.c
+++ b/src/examples/querystring_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/refuse_post_example.c b/src/examples/refuse_post_example.c
index 0c389bb0..846546c4 100644
--- a/src/examples/refuse_post_example.c
+++ b/src/examples/refuse_post_example.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2007, 2008 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2007, 2008 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
diff --git a/src/examples/spdy_event_loop.c b/src/examples/spdy_event_loop.c
index 8d4bfa80..6b7192c3 100644
--- a/src/examples/spdy_event_loop.c
+++ b/src/examples/spdy_event_loop.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2012 Andrey Uzunov 3 Copyright Copyright (C) 2012 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/spdy_fileserver.c b/src/examples/spdy_fileserver.c
index 9f4351b9..0a0254ff 100644
--- a/src/examples/spdy_fileserver.c
+++ b/src/examples/spdy_fileserver.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/examples/spdy_response_with_callback.c b/src/examples/spdy_response_with_callback.c
index e3233802..5bd452d2 100644
--- a/src/examples/spdy_response_with_callback.c
+++ b/src/examples/spdy_response_with_callback.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrospdy 2 This file is part of libmicrospdy
3 Copyright (C) 2013 Andrey Uzunov 3 Copyright Copyright (C) 2013 Andrey Uzunov
4 4
5 This program is free software: you can redistribute it and/or modify 5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by