diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/capabilities.c | 2 | ||||
-rw-r--r-- | src/config.c | 2 | ||||
-rw-r--r-- | src/config.l | 2 | ||||
-rw-r--r-- | src/config.y | 2 | ||||
-rw-r--r-- | src/crypto.c | 2 | ||||
-rw-r--r-- | src/crypto.h | 2 | ||||
-rw-r--r-- | src/crypto_linux.c | 2 | ||||
-rw-r--r-- | src/fastd.c | 2 | ||||
-rw-r--r-- | src/fastd.h | 2 | ||||
-rw-r--r-- | src/handshake.c | 2 | ||||
-rw-r--r-- | src/handshake.h | 2 | ||||
-rw-r--r-- | src/method_aes128_gcm.c | 2 | ||||
-rw-r--r-- | src/method_null.c | 2 | ||||
-rw-r--r-- | src/method_xsalsa20_poly1305.c | 2 | ||||
-rw-r--r-- | src/packet.h | 2 | ||||
-rw-r--r-- | src/peer.c | 2 | ||||
-rw-r--r-- | src/peer.h | 2 | ||||
-rw-r--r-- | src/printf.c | 2 | ||||
-rw-r--r-- | src/protocol_ec25519_fhmqvc.c | 2 | ||||
-rw-r--r-- | src/queue.c | 2 | ||||
-rw-r--r-- | src/queue.h | 2 | ||||
-rw-r--r-- | src/random.c | 2 | ||||
-rw-r--r-- | src/resolve.c | 2 | ||||
-rw-r--r-- | src/task.c | 2 | ||||
-rw-r--r-- | src/task.h | 2 | ||||
-rw-r--r-- | src/types.h | 2 |
26 files changed, 26 insertions, 26 deletions
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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,5 +1,5 @@ /* - Copyright (c) 2012, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> 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 <mschiffer@universe-factory.net> + Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without |