aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy
diff options
context:
space:
mode:
Diffstat (limited to 'src/microspdy')
-rw-r--r--src/microspdy/alstructures.c2
-rw-r--r--src/microspdy/alstructures.h2
-rw-r--r--src/microspdy/applicationlayer.c2
-rw-r--r--src/microspdy/applicationlayer.h2
-rw-r--r--src/microspdy/compression.c2
-rw-r--r--src/microspdy/compression.h2
-rw-r--r--src/microspdy/daemon.c2
-rw-r--r--src/microspdy/daemon.h2
-rw-r--r--src/microspdy/internal.c2
-rw-r--r--src/microspdy/internal.h2
-rw-r--r--src/microspdy/io.c2
-rw-r--r--src/microspdy/io.h2
-rw-r--r--src/microspdy/io_openssl.c2
-rw-r--r--src/microspdy/io_openssl.h2
-rw-r--r--src/microspdy/io_raw.c2
-rw-r--r--src/microspdy/io_raw.h2
-rw-r--r--src/microspdy/session.c2
-rw-r--r--src/microspdy/session.h2
-rw-r--r--src/microspdy/stream.c2
-rw-r--r--src/microspdy/stream.h2
-rw-r--r--src/microspdy/structures.c2
-rw-r--r--src/microspdy/structures.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/microspdy/alstructures.c b/src/microspdy/alstructures.c
index 3495b052..b588a1c8 100644
--- a/src/microspdy/alstructures.c
+++ b/src/microspdy/alstructures.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/microspdy/alstructures.h b/src/microspdy/alstructures.h
index 61eb8cb6..2eb36e82 100644
--- a/src/microspdy/alstructures.h
+++ b/src/microspdy/alstructures.h
@@ -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/microspdy/applicationlayer.c b/src/microspdy/applicationlayer.c
index 50960a09..bf16b785 100644
--- a/src/microspdy/applicationlayer.c
+++ b/src/microspdy/applicationlayer.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/microspdy/applicationlayer.h b/src/microspdy/applicationlayer.h
index 53e3be0a..a36760fe 100644
--- a/src/microspdy/applicationlayer.h
+++ b/src/microspdy/applicationlayer.h
@@ -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/microspdy/compression.c b/src/microspdy/compression.c
index 19237450..532ab64a 100644
--- a/src/microspdy/compression.c
+++ b/src/microspdy/compression.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/microspdy/compression.h b/src/microspdy/compression.h
index ac37f115..40746e78 100644
--- a/src/microspdy/compression.h
+++ b/src/microspdy/compression.h
@@ -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/microspdy/daemon.c b/src/microspdy/daemon.c
index 93cda875..32285ae7 100644
--- a/src/microspdy/daemon.c
+++ b/src/microspdy/daemon.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/microspdy/daemon.h b/src/microspdy/daemon.h
index 1be6ce56..cb3ed5fa 100644
--- a/src/microspdy/daemon.h
+++ b/src/microspdy/daemon.h
@@ -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/microspdy/internal.c b/src/microspdy/internal.c
index 647be05b..f0d2fc11 100644
--- a/src/microspdy/internal.c
+++ b/src/microspdy/internal.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/microspdy/internal.h b/src/microspdy/internal.h
index 7876c785..e618a5a7 100644
--- a/src/microspdy/internal.h
+++ b/src/microspdy/internal.h
@@ -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/microspdy/io.c b/src/microspdy/io.c
index 4d57ec2d..c333c89a 100644
--- a/src/microspdy/io.c
+++ b/src/microspdy/io.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/microspdy/io.h b/src/microspdy/io.h
index ae13890b..c28ba21b 100644
--- a/src/microspdy/io.h
+++ b/src/microspdy/io.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/microspdy/io_openssl.c b/src/microspdy/io_openssl.c
index 1eef6b0d..f71a9230 100644
--- a/src/microspdy/io_openssl.c
+++ b/src/microspdy/io_openssl.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/microspdy/io_openssl.h b/src/microspdy/io_openssl.h
index 5b64a115..a4e94293 100644
--- a/src/microspdy/io_openssl.h
+++ b/src/microspdy/io_openssl.h
@@ -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/microspdy/io_raw.c b/src/microspdy/io_raw.c
index 357e7d84..722f347e 100644
--- a/src/microspdy/io_raw.c
+++ b/src/microspdy/io_raw.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/microspdy/io_raw.h b/src/microspdy/io_raw.h
index 9d0198b5..8ca830bf 100644
--- a/src/microspdy/io_raw.h
+++ b/src/microspdy/io_raw.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/microspdy/session.c b/src/microspdy/session.c
index 578b5e1e..3714c25f 100644
--- a/src/microspdy/session.c
+++ b/src/microspdy/session.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/microspdy/session.h b/src/microspdy/session.h
index 7d8a1fe2..29ab550f 100644
--- a/src/microspdy/session.h
+++ b/src/microspdy/session.h
@@ -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/microspdy/stream.c b/src/microspdy/stream.c
index 42666960..9b6dc08d 100644
--- a/src/microspdy/stream.c
+++ b/src/microspdy/stream.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/microspdy/stream.h b/src/microspdy/stream.h
index de51077a..220231f4 100644
--- a/src/microspdy/stream.h
+++ b/src/microspdy/stream.h
@@ -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/microspdy/structures.c b/src/microspdy/structures.c
index 87648c59..f00806bc 100644
--- a/src/microspdy/structures.c
+++ b/src/microspdy/structures.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/microspdy/structures.h b/src/microspdy/structures.h
index 8a94dcd3..e1f8797a 100644
--- a/src/microspdy/structures.h
+++ b/src/microspdy/structures.h
@@ -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