aboutsummaryrefslogtreecommitdiff
path: root/src/testspdy
diff options
context:
space:
mode:
Diffstat (limited to 'src/testspdy')
-rw-r--r--src/testspdy/common.c2
-rw-r--r--src/testspdy/common.h2
-rw-r--r--src/testspdy/test_daemon_start_stop.c2
-rw-r--r--src/testspdy/test_daemon_start_stop_many.c2
-rw-r--r--src/testspdy/test_misc.c2
-rw-r--r--src/testspdy/test_new_connection.c2
-rw-r--r--src/testspdy/test_notls.c2
-rw-r--r--src/testspdy/test_proxies.c2
-rw-r--r--src/testspdy/test_request_response.c2
-rw-r--r--src/testspdy/test_request_response_with_callback.c2
-rw-r--r--src/testspdy/test_requests_with_assets.c2
-rw-r--r--src/testspdy/test_session_timeout.c2
-rw-r--r--src/testspdy/test_struct_namevalue.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/testspdy/common.c b/src/testspdy/common.c
index 98c2d674..e150209e 100644
--- a/src/testspdy/common.c
+++ b/src/testspdy/common.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/testspdy/common.h b/src/testspdy/common.h
index 1ff7de1a..70ee2614 100644
--- a/src/testspdy/common.h
+++ b/src/testspdy/common.h
@@ -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/testspdy/test_daemon_start_stop.c b/src/testspdy/test_daemon_start_stop.c
index 8f572762..d3aec6a1 100644
--- a/src/testspdy/test_daemon_start_stop.c
+++ b/src/testspdy/test_daemon_start_stop.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/testspdy/test_daemon_start_stop_many.c b/src/testspdy/test_daemon_start_stop_many.c
index c5db6050..b8788def 100644
--- a/src/testspdy/test_daemon_start_stop_many.c
+++ b/src/testspdy/test_daemon_start_stop_many.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/testspdy/test_misc.c b/src/testspdy/test_misc.c
index 2387f2c0..39b672b4 100644
--- a/src/testspdy/test_misc.c
+++ b/src/testspdy/test_misc.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/testspdy/test_new_connection.c b/src/testspdy/test_new_connection.c
index c955b41b..b8485724 100644
--- a/src/testspdy/test_new_connection.c
+++ b/src/testspdy/test_new_connection.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/testspdy/test_notls.c b/src/testspdy/test_notls.c
index eb4ff516..3f44d965 100644
--- a/src/testspdy/test_notls.c
+++ b/src/testspdy/test_notls.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/testspdy/test_proxies.c b/src/testspdy/test_proxies.c
index d8bc8d84..44a0c1bd 100644
--- a/src/testspdy/test_proxies.c
+++ b/src/testspdy/test_proxies.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/testspdy/test_request_response.c b/src/testspdy/test_request_response.c
index de918984..093da03f 100644
--- a/src/testspdy/test_request_response.c
+++ b/src/testspdy/test_request_response.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/testspdy/test_request_response_with_callback.c b/src/testspdy/test_request_response_with_callback.c
index 7cc4f7ac..95fc263d 100644
--- a/src/testspdy/test_request_response_with_callback.c
+++ b/src/testspdy/test_request_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
diff --git a/src/testspdy/test_requests_with_assets.c b/src/testspdy/test_requests_with_assets.c
index 90869278..16d09214 100644
--- a/src/testspdy/test_requests_with_assets.c
+++ b/src/testspdy/test_requests_with_assets.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/testspdy/test_session_timeout.c b/src/testspdy/test_session_timeout.c
index 7d42d2f9..ec1eced5 100644
--- a/src/testspdy/test_session_timeout.c
+++ b/src/testspdy/test_session_timeout.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/testspdy/test_struct_namevalue.c b/src/testspdy/test_struct_namevalue.c
index 4135e4cf..54e79349 100644
--- a/src/testspdy/test_struct_namevalue.c
+++ b/src/testspdy/test_struct_namevalue.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