From 80645ad3479ca662ca4a9ceb618abbd0fdc6a13a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 5 Jan 2013 21:34:19 +0100 Subject: Adjust copyright years --- src/capabilities.c | 2 +- src/config.c | 2 +- src/config.l | 2 +- src/config.y | 2 +- src/crypto.c | 2 +- src/crypto.h | 2 +- src/crypto_linux.c | 2 +- src/fastd.c | 2 +- src/fastd.h | 2 +- src/handshake.c | 2 +- src/handshake.h | 2 +- src/method_aes128_gcm.c | 2 +- src/method_null.c | 2 +- src/method_xsalsa20_poly1305.c | 2 +- src/packet.h | 2 +- src/peer.c | 2 +- src/peer.h | 2 +- src/printf.c | 2 +- src/protocol_ec25519_fhmqvc.c | 2 +- src/queue.c | 2 +- src/queue.h | 2 +- src/random.c | 2 +- src/resolve.c | 2 +- src/task.c | 2 +- src/task.h | 2 +- src/types.h | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src') diff --git a/src/capabilities.c b/src/capabilities.c index 5e547ec..e03ffb4 100644 --- a/src/capabilities.c +++ b/src/capabilities.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/config.c b/src/config.c index b857d60..5bfda15 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/config.l b/src/config.l index 04cc6b0..b4e77a0 100644 --- a/src/config.l +++ b/src/config.l @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/config.y b/src/config.y index 27fec71..228ba01 100644 --- a/src/config.y +++ b/src/config.y @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto.c b/src/crypto.c index 6c4bbb3..e46f56d 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto.h b/src/crypto.h index 5cb1761..7894f85 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto_linux.c b/src/crypto_linux.c index bf099c7..0840074 100644 --- a/src/crypto_linux.c +++ b/src/crypto_linux.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/fastd.c b/src/fastd.c index 3e622e2..c593ee5 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/fastd.h b/src/fastd.h index 5323c1c..ec74c84 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/handshake.c b/src/handshake.c index 15d171f..ad19f8a 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/handshake.h b/src/handshake.h index ff9a859..6799568 100644 --- a/src/handshake.h +++ b/src/handshake.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/method_aes128_gcm.c b/src/method_aes128_gcm.c index ea6b81f..dd93540 100644 --- a/src/method_aes128_gcm.c +++ b/src/method_aes128_gcm.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/method_null.c b/src/method_null.c index 1956fc5..a54c443 100644 --- a/src/method_null.c +++ b/src/method_null.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/method_xsalsa20_poly1305.c b/src/method_xsalsa20_poly1305.c index 37c7fb7..3e51ad9 100644 --- a/src/method_xsalsa20_poly1305.c +++ b/src/method_xsalsa20_poly1305.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/packet.h b/src/packet.h index 099f855..d547b0e 100644 --- a/src/packet.h +++ b/src/packet.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer.c b/src/peer.c index 0460fb9..9e1b097 100644 --- a/src/peer.c +++ b/src/peer.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer.h b/src/peer.h index 88170a1..3be2d49 100644 --- a/src/peer.h +++ b/src/peer.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/printf.c b/src/printf.c index 7f5b6e6..57d6973 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/protocol_ec25519_fhmqvc.c b/src/protocol_ec25519_fhmqvc.c index 0171bc1..c54e19b 100644 --- a/src/protocol_ec25519_fhmqvc.c +++ b/src/protocol_ec25519_fhmqvc.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/queue.c b/src/queue.c index fa864d5..9229545 100644 --- a/src/queue.c +++ b/src/queue.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/queue.h b/src/queue.h index 6e1a727..5b68907 100644 --- a/src/queue.h +++ b/src/queue.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/random.c b/src/random.c index 54dd8e0..265bf72 100644 --- a/src/random.c +++ b/src/random.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/resolve.c b/src/resolve.c index 66da479..b1ef696 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/task.c b/src/task.c index 82948e6..729094d 100644 --- a/src/task.c +++ b/src/task.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/task.h b/src/task.h index a1e0139..7f2f005 100644 --- a/src/task.h +++ b/src/task.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/types.h b/src/types.h index a4da2b8..4cd48e6 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer + Copyright (c) 2012-2013, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3