From 15a83534a828f38349c13f23250b8c9bfeea98ba Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Wed, 21 Mar 2007 00:00:27 +0000 Subject: [PATCH] new year --- README | 2 +- src/base32.c | 2 +- src/base32.h | 2 +- src/common.c | 2 +- src/common.h | 2 +- src/dns.c | 2 +- src/dns.h | 2 +- src/encoding.c | 2 +- src/encoding.h | 2 +- src/iodine.c | 2 +- src/iodined.c | 2 +- src/login.c | 2 +- src/login.h | 2 +- src/read.c | 2 +- src/read.h | 2 +- src/tun.c | 2 +- src/tun.h | 4 +--- src/user.c | 2 +- src/user.h | 2 +- src/version.h | 2 +- 20 files changed, 20 insertions(+), 22 deletions(-) diff --git a/README b/README index b9cb183..cd2dac2 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ THANKS: AUTHORS & LICENSE: -Copyright (c) 2006 Bjorn Andersson , Erik Ekman +Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/src/base32.c b/src/base32.c index 96f89ef..7357604 100644 --- a/src/base32.c +++ b/src/base32.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson + * Copyright (c) 2006-2007 Bjorn Andersson * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/base32.h b/src/base32.h index 033e4da..be3b7ea 100644 --- a/src/base32.h +++ b/src/base32.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson + * Copyright (c) 2006-2007 Bjorn Andersson * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common.c b/src/common.c index 74c3491..521d2e6 100644 --- a/src/common.c +++ b/src/common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006 Bjorn Andersson , Erik Ekman +/* Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/common.h b/src/common.h index 5e41a74..40b80f1 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/dns.c b/src/dns.c index d1a99ef..f50ffc8 100644 --- a/src/dns.c +++ b/src/dns.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/dns.h b/src/dns.h index 1ab30f0..5a96f22 100644 --- a/src/dns.h +++ b/src/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/encoding.c b/src/encoding.c index 5fa64a0..4de10c6 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/encoding.h b/src/encoding.h index 94b43ca..2e4351b 100644 --- a/src/encoding.h +++ b/src/encoding.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/iodine.c b/src/iodine.c index f54ba52..4ab917e 100644 --- a/src/iodine.c +++ b/src/iodine.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/iodined.c b/src/iodined.c index d0a10c2..4d5ff1c 100644 --- a/src/iodined.c +++ b/src/iodined.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/login.c b/src/login.c index 65045fb..b3f942a 100644 --- a/src/login.c +++ b/src/login.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/login.h b/src/login.h index 0903ddf..d0c335f 100644 --- a/src/login.h +++ b/src/login.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/read.c b/src/read.c index 92ab3f0..299bc3e 100644 --- a/src/read.c +++ b/src/read.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/read.h b/src/read.h index bb81ebc..241447b 100644 --- a/src/read.h +++ b/src/read.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/tun.c b/src/tun.c index f93c29e..cdc9124 100644 --- a/src/tun.c +++ b/src/tun.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/tun.h b/src/tun.h index 0a32dcd..2313b3a 100644 --- a/src/tun.h +++ b/src/tun.h @@ -1,7 +1,5 @@ /* - * Copyright (c) 2006 - * Bjorn Andersson , - * Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/user.c b/src/user.c index 6571f30..ed809b8 100644 --- a/src/user.c +++ b/src/user.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/user.h b/src/user.h index 8e2021d..b947ea4 100644 --- a/src/user.h +++ b/src/user.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/version.h b/src/version.h index 02f45b4..8b9f6ca 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Bjorn Andersson , Erik Ekman + * Copyright (c) 2006-2007 Bjorn Andersson , Erik Ekman * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above