]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
src/*,tests/*: Update copyright year.
authorSimon Ruderich <simon@ruderich.org>
Sun, 11 Mar 2012 21:46:51 +0000 (22:46 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 11 Mar 2012 21:46:51 +0000 (22:46 +0100)
17 files changed:
src/connection.c
src/connection.h
src/log.c
src/log.h
src/sem.c
src/sem.h
src/tlsproxy-add
src/tlsproxy-setup
src/tlsproxy.c
src/tlsproxy.h
src/verify.c
src/verify.h
tests/client.c
tests/common.sh
tests/tests-normal.sh
tests/tests-passthrough.sh
tests/tests.sh

index 700a3548345398a436aaf9a26b5144714e85f230..e4b0b29f1b1575dcefb32518c58eb9ef43f3357e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Handle connections.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 72711122bf4ed4cfd86284ec3ac6cec29f59402d..ec836b995e318a2014e9f6d057a2a91bd0790c61 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Handle connections.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 23b90eecc57559350a066f22568dd2b93bf8326b..4a3407b0d2f96e590d7685b083e503731b6742bc 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -1,7 +1,7 @@
 /*
  * Log related functions/defines.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 54ce597fcdd6cadad936e8377dfbfcef2e82b746..de732aa62287772139e5ecd2bae0d30bd510ea10 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -1,7 +1,7 @@
 /*
  * Log related functions/defines.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0122390731bfde3b3db8b3d69addfd4fef38b80d..86f1a15eb474fc8307ff01d1f2cde2d54a56fa2b 100644 (file)
--- a/src/sem.c
+++ b/src/sem.c
@@ -1,7 +1,7 @@
 /*
  * Simple semaphore implementation, P() and V().
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6108d2269a628eebc58d487aa4ab3e65e92ff935..3f3d3e99e92e7a5247030b8dec0c052e0d8e4ef5 100644 (file)
--- a/src/sem.h
+++ b/src/sem.h
@@ -1,7 +1,7 @@
 /*
  * Simple semaphore implementation, P() and V().
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 92e20864b68614d7b8ba483095cea314751bf1a8..1acd03d4505b9d5863c40759a455138e5176e53a 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # Requires certtool (from GnuTLS).
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 6f0094c436297914182047e41127d4739ea2e1be..48a034f63afd3e0b2c3a6c84ecdeac62f5c8cc28 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # Requires certtool (from GnuTLS).
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b79e05daec86135f8ed470b2f8bee9bf881d1b37..ad257b5314e1171d2646458e9c91c124835b5549 100644 (file)
@@ -3,7 +3,7 @@
  * ensures the server certificate doesn't change. Normally this isn't detected
  * if a trusted CA for the new server certificate is installed.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5f13a7180e2ceab414bd7dbb7b76655421b43850..970b08d615966fecc178e569d430817f85eff39b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Global variables/defines.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5de9d84d0517737daf5c07a2b73919bb37c14b86..0888a30ccc02318c714c6ac3956ea265b5bf52bc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Verify established TLS connections.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 49352425d47eac21ea9a1add6e5736b07c8f5e35..4771e295087d6c1c2344b082e2ecc8a12b0966a1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Verify established TLS connections.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 96f688b18eda2618948f391f5e83edda137420c7..75d4ab3810aa1499b87652b4724b3b40bac76065 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Simple GnuTLS client used for testing.
  *
- * Copyright (C) 2011  Simon Ruderich
+ * Copyright (C) 2011-2012  Simon Ruderich
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e006698ab397d0e6fe480ef2293b07f65d2d644a..3f046fb08b89ac88f0f7c3e435e20e724c1bf633 100644 (file)
@@ -1,6 +1,6 @@
 # Functions used by all tests.
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index d3ce46ce985c2353e7fc35abd7bef31279712442..1d8f07bc8ef1e1ab752ae50560de68a8beb567bc 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Normal tlsproxy tests.
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index a25d9236a9464d04ebb10f1131fdf4c33408a892..253d160db376c1fbe7ee89d4eb94bc0608f8ab01 100755 (executable)
@@ -2,7 +2,7 @@
 
 # tlsproxy tests for the -u option.
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 6848f34bd957c0da7db489d68c2894a00a548665..d831db34d23eefa9464639bb521f93b908013d9e 100755 (executable)
@@ -2,7 +2,7 @@
 
 # tlsproxy test "suite".
 #
-# Copyright (C) 2011  Simon Ruderich
+# Copyright (C) 2011-2012  Simon Ruderich
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by