From a85b081f790fd9fec0613366f86c3530acbc8ddf Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Wed, 23 Dec 2015 14:34:51 -0500 Subject: [PATCH] copyright update --- android/project/jni/config.h | 2 +- android/project/jni/fwknop/fwknop_client.c | 2 +- android/project/jni/fwknop/fwknop_client.h | 2 +- android/project/jni/fwknop/send_spa_packet.c | 2 +- android/project/jni/logutils.h | 2 +- client/cmd_opts.h | 2 +- client/config_init.c | 2 +- client/config_init.h | 2 +- client/fwknop.c | 2 +- client/fwknop.h | 2 +- client/fwknop_common.h | 2 +- client/getpasswd.c | 2 +- client/getpasswd.h | 2 +- client/http_resolve_host.c | 2 +- client/log_msg.c | 2 +- client/log_msg.h | 2 +- client/spa_comm.c | 2 +- client/spa_comm.h | 2 +- client/utils.c | 2 +- client/utils.h | 2 +- common/common.h | 2 +- common/fko_util.c | 2 +- common/fko_util.h | 2 +- common/netinet_common.h | 2 +- iphone/Classes/fwknop/fwknop_client.c | 2 +- iphone/Classes/fwknop/fwknop_client.h | 2 +- iphone/Classes/fwknop/send_spa_packet.c | 2 +- lib/base64.c | 2 +- lib/base64.h | 2 +- lib/cipher_funcs.c | 2 +- lib/cipher_funcs.h | 2 +- lib/digest.c | 2 +- lib/digest.h | 2 +- lib/fko.h | 2 +- lib/fko_client_timeout.c | 2 +- lib/fko_common.h | 2 +- lib/fko_context.h | 2 +- lib/fko_decode.c | 2 +- lib/fko_digest.c | 2 +- lib/fko_encode.c | 2 +- lib/fko_encryption.c | 2 +- lib/fko_error.c | 2 +- lib/fko_funcs.c | 2 +- lib/fko_hmac.c | 2 +- lib/fko_limits.h | 2 +- lib/fko_message.c | 2 +- lib/fko_message.h | 2 +- lib/fko_nat_access.c | 2 +- lib/fko_rand_value.c | 2 +- lib/fko_server_auth.c | 2 +- lib/fko_state.h | 2 +- lib/fko_timestamp.c | 2 +- lib/fko_user.c | 2 +- lib/fko_user.h | 2 +- lib/gpgme_funcs.c | 2 +- lib/gpgme_funcs.h | 2 +- lib/hmac.c | 2 +- lib/hmac.h | 2 +- python/fkomodule.c | 2 +- server/access.c | 2 +- server/access.h | 2 +- server/cmd_cycle.c | 2 +- server/cmd_cycle.h | 2 +- server/cmd_opts.h | 2 +- server/config_init.c | 2 +- server/config_init.h | 2 +- server/extcmd.c | 2 +- server/extcmd.h | 2 +- server/fw_util.c | 2 +- server/fw_util.h | 2 +- server/fw_util_firewalld.c | 2 +- server/fw_util_firewalld.h | 2 +- server/fw_util_ipf.c | 2 +- server/fw_util_ipf.h | 2 +- server/fw_util_ipfw.c | 2 +- server/fw_util_ipfw.h | 2 +- server/fw_util_iptables.c | 2 +- server/fw_util_iptables.h | 2 +- server/fw_util_pf.c | 2 +- server/fw_util_pf.h | 2 +- server/fwknopd.c | 2 +- server/fwknopd.h | 2 +- server/fwknopd_common.h | 2 +- server/fwknopd_errors.c | 2 +- server/fwknopd_errors.h | 2 +- server/incoming_spa.c | 2 +- server/incoming_spa.h | 2 +- server/log_msg.c | 2 +- server/log_msg.h | 2 +- server/pcap_capture.c | 2 +- server/pcap_capture.h | 2 +- server/process_packet.c | 2 +- server/process_packet.h | 2 +- server/replay_cache.c | 2 +- server/replay_cache.h | 2 +- server/sig_handler.c | 2 +- server/sig_handler.h | 2 +- server/tcp_server.c | 2 +- server/tcp_server.h | 2 +- server/udp_server.c | 2 +- server/udp_server.h | 2 +- server/utils.c | 2 +- server/utils.h | 2 +- win32/config.h | 2 +- win32/getlogin.h | 2 +- 105 files changed, 105 insertions(+), 105 deletions(-) diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 12c0235f..a005368e 100644 --- a/android/project/jni/config.h +++ b/android/project/jni/config.h @@ -5,7 +5,7 @@ * Purpose: General config.h modified for Android env * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/android/project/jni/fwknop/fwknop_client.c b/android/project/jni/fwknop/fwknop_client.c index 9188f15b..d97ec337 100644 --- a/android/project/jni/fwknop/fwknop_client.c +++ b/android/project/jni/fwknop/fwknop_client.c @@ -6,7 +6,7 @@ * Purpose: An implementation of an fwknop client for Android. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/android/project/jni/fwknop/fwknop_client.h b/android/project/jni/fwknop/fwknop_client.h index e0143886..8923ac5b 100644 --- a/android/project/jni/fwknop/fwknop_client.h +++ b/android/project/jni/fwknop/fwknop_client.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop_client.c fwknop client for Android. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/android/project/jni/fwknop/send_spa_packet.c b/android/project/jni/fwknop/send_spa_packet.c index 3cded00c..917c139e 100644 --- a/android/project/jni/fwknop/send_spa_packet.c +++ b/android/project/jni/fwknop/send_spa_packet.c @@ -6,7 +6,7 @@ * Purpose: Function to send a SPA data packet out onto the network. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/android/project/jni/logutils.h b/android/project/jni/logutils.h index 2c3d1816..7f5cf322 100644 --- a/android/project/jni/logutils.h +++ b/android/project/jni/logutils.h @@ -5,7 +5,7 @@ * Purpose: Simple wrapper for Android logging * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/cmd_opts.h b/client/cmd_opts.h index 745eeb32..5dc5551a 100644 --- a/client/cmd_opts.h +++ b/client/cmd_opts.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop command line options. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/config_init.c b/client/config_init.c index 14041e32..62c71afb 100644 --- a/client/config_init.c +++ b/client/config_init.c @@ -6,7 +6,7 @@ * \brief Command-line and config file processing for fwknop client. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/config_init.h b/client/config_init.h index 81a00fe1..f4acf739 100644 --- a/client/config_init.h +++ b/client/config_init.h @@ -6,7 +6,7 @@ * @brief Header file for fwknop config_init. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/fwknop.c b/client/fwknop.c index d88fdb4e..6931ba2a 100644 --- a/client/fwknop.c +++ b/client/fwknop.c @@ -4,7 +4,7 @@ * @brief The fwknop client. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/fwknop.h b/client/fwknop.h index 8414e4f3..07649a52 100644 --- a/client/fwknop.h +++ b/client/fwknop.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop client test program. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/fwknop_common.h b/client/fwknop_common.h index 88e6b33b..e7daef7e 100644 --- a/client/fwknop_common.h +++ b/client/fwknop_common.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop config_init. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/getpasswd.c b/client/getpasswd.c index d62cd47e..c18254b8 100644 --- a/client/getpasswd.c +++ b/client/getpasswd.c @@ -6,7 +6,7 @@ * Purpose: Routines for obtaining a password from a user. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/getpasswd.h b/client/getpasswd.h index b0548c2b..3a66ebb8 100644 --- a/client/getpasswd.h +++ b/client/getpasswd.h @@ -6,7 +6,7 @@ * Purpose: Header file for getpasswd.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/http_resolve_host.c b/client/http_resolve_host.c index e464de45..0f0e1f3f 100644 --- a/client/http_resolve_host.c +++ b/client/http_resolve_host.c @@ -7,7 +7,7 @@ * address as seen from the outside world. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/log_msg.c b/client/log_msg.c index aee45bb1..db276368 100644 --- a/client/log_msg.c +++ b/client/log_msg.c @@ -5,7 +5,7 @@ * and can take variable number of args. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/log_msg.h b/client/log_msg.h index a123e028..ed2a6672 100644 --- a/client/log_msg.h +++ b/client/log_msg.h @@ -4,7 +4,7 @@ * @brief Header file for log_msg.c * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/spa_comm.c b/client/spa_comm.c index 067d0241..86ae72cf 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -6,7 +6,7 @@ * Purpose: Network-related functions for the fwknop client * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/spa_comm.h b/client/spa_comm.h index 20aa2ea3..028905bd 100644 --- a/client/spa_comm.h +++ b/client/spa_comm.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop client test program. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/utils.c b/client/utils.c index a6db5852..79daa3c5 100644 --- a/client/utils.c +++ b/client/utils.c @@ -6,7 +6,7 @@ * Purpose: General/Generic functions for the fwknop client. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/client/utils.h b/client/utils.h index ae218aa3..dedea72f 100644 --- a/client/utils.h +++ b/client/utils.h @@ -6,7 +6,7 @@ * Purpose: Header file for utils.c client test program. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/common/common.h b/common/common.h index 05d97726..a4acf3f0 100644 --- a/common/common.h +++ b/common/common.h @@ -6,7 +6,7 @@ * Purpose: Common header file for fwknop client and server programs. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/common/fko_util.c b/common/fko_util.c index 40ddaf5d..4e98ab5a 100644 --- a/common/fko_util.c +++ b/common/fko_util.c @@ -6,7 +6,7 @@ * Purpose: Provide a set of common utility functions that fwknop can use. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/common/fko_util.h b/common/fko_util.h index dfe2a2fd..bbece991 100644 --- a/common/fko_util.h +++ b/common/fko_util.h @@ -6,7 +6,7 @@ * Purpose: Header for utility functions used by libfko * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/common/netinet_common.h b/common/netinet_common.h index ddac1beb..fe06e555 100644 --- a/common/netinet_common.h +++ b/common/netinet_common.h @@ -8,7 +8,7 @@ * platform "hoop-jumping" we would need to do). * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/iphone/Classes/fwknop/fwknop_client.c b/iphone/Classes/fwknop/fwknop_client.c index 570ba8d0..dd6cc3bf 100644 --- a/iphone/Classes/fwknop/fwknop_client.c +++ b/iphone/Classes/fwknop/fwknop_client.c @@ -6,7 +6,7 @@ * Purpose: An implementation of an fwknop client for Android. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/iphone/Classes/fwknop/fwknop_client.h b/iphone/Classes/fwknop/fwknop_client.h index 98cfdc75..b09a9f87 100644 --- a/iphone/Classes/fwknop/fwknop_client.h +++ b/iphone/Classes/fwknop/fwknop_client.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknop_client.c fwknop client for Android. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/iphone/Classes/fwknop/send_spa_packet.c b/iphone/Classes/fwknop/send_spa_packet.c index c2fb16c4..3561412a 100644 --- a/iphone/Classes/fwknop/send_spa_packet.c +++ b/iphone/Classes/fwknop/send_spa_packet.c @@ -6,7 +6,7 @@ * Purpose: Function to send a SPA data packet out onto the network. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/base64.c b/lib/base64.c index 5b511215..00363b80 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -11,7 +11,7 @@ * Copyright (C) Ryan Martell. (rdm4@martellventures.com) * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/base64.h b/lib/base64.h index 8376ee67..e1dd5c47 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -6,7 +6,7 @@ * Purpose: Header for the fwknop base64.c * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/cipher_funcs.c b/lib/cipher_funcs.c index fa632511..d652d0d6 100644 --- a/lib/cipher_funcs.c +++ b/lib/cipher_funcs.c @@ -6,7 +6,7 @@ * Purpose: Cipher functions used by fwknop * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/cipher_funcs.h b/lib/cipher_funcs.h index b03a597e..338c14b1 100644 --- a/lib/cipher_funcs.h +++ b/lib/cipher_funcs.h @@ -6,7 +6,7 @@ * Purpose: Header for the fwknop cipher_funcs.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/digest.c b/lib/digest.c index d6444476..061721c6 100644 --- a/lib/digest.c +++ b/lib/digest.c @@ -4,7 +4,7 @@ * @brief Roll-up of the digests used by fwknop. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/digest.h b/lib/digest.h index cd0342bb..981eb4ea 100644 --- a/lib/digest.h +++ b/lib/digest.h @@ -6,7 +6,7 @@ * Purpose: Header for the fwknop digest.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko.h b/lib/fko.h index 0da1294b..ece9938e 100644 --- a/lib/fko.h +++ b/lib/fko.h @@ -6,7 +6,7 @@ * Purpose: Header for libfko. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_client_timeout.c b/lib/fko_client_timeout.c index ecdb503d..9f0bef11 100644 --- a/lib/fko_client_timeout.c +++ b/lib/fko_client_timeout.c @@ -6,7 +6,7 @@ * Purpose: Set/Get the spa client timeout data * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_common.h b/lib/fko_common.h index b1c5284d..b62690db 100644 --- a/lib/fko_common.h +++ b/lib/fko_common.h @@ -6,7 +6,7 @@ * Purpose: Common header for libfko source files. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_context.h b/lib/fko_context.h index dd68e0d4..05ef98b4 100644 --- a/lib/fko_context.h +++ b/lib/fko_context.h @@ -6,7 +6,7 @@ * Purpose: fko context definition. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_decode.c b/lib/fko_decode.c index 9e724df9..eb2189f8 100644 --- a/lib/fko_decode.c +++ b/lib/fko_decode.c @@ -6,7 +6,7 @@ * Purpose: Decode an FKO SPA message after decryption. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_digest.c b/lib/fko_digest.c index 8b52e1de..06c076d7 100644 --- a/lib/fko_digest.c +++ b/lib/fko_digest.c @@ -8,7 +8,7 @@ * fko context. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_encode.c b/lib/fko_encode.c index f3dc1302..55dfbd83 100644 --- a/lib/fko_encode.c +++ b/lib/fko_encode.c @@ -8,7 +8,7 @@ * message string. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_encryption.c b/lib/fko_encryption.c index a485573a..8d6158b7 100644 --- a/lib/fko_encryption.c +++ b/lib/fko_encryption.c @@ -6,7 +6,7 @@ * Purpose: Set/Get the spa encryption type. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_error.c b/lib/fko_error.c index 00329602..0a22a49a 100644 --- a/lib/fko_error.c +++ b/lib/fko_error.c @@ -6,7 +6,7 @@ * Purpose: Error handling functions for libfko * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_funcs.c b/lib/fko_funcs.c index e059ed24..05483548 100644 --- a/lib/fko_funcs.c +++ b/lib/fko_funcs.c @@ -6,7 +6,7 @@ * Purpose: General utility functions for libfko * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_hmac.c b/lib/fko_hmac.c index 341d9f8c..d6186ff4 100644 --- a/lib/fko_hmac.c +++ b/lib/fko_hmac.c @@ -6,7 +6,7 @@ * Purpose: Provide HMAC support to SPA communications * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_limits.h b/lib/fko_limits.h index 3b0474a7..c41f404b 100644 --- a/lib/fko_limits.h +++ b/lib/fko_limits.h @@ -4,7 +4,7 @@ * File: fko_limits.h * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_message.c b/lib/fko_message.c index e9e3a046..c1273117 100644 --- a/lib/fko_message.c +++ b/lib/fko_message.c @@ -7,7 +7,7 @@ * on the current spa data. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_message.h b/lib/fko_message.h index df432d5b..885ee7fc 100644 --- a/lib/fko_message.h +++ b/lib/fko_message.h @@ -6,7 +6,7 @@ * Purpose: Provide validation functions for SPA messages * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_nat_access.c b/lib/fko_nat_access.c index f81c6f9c..cd53dc5d 100644 --- a/lib/fko_nat_access.c +++ b/lib/fko_nat_access.c @@ -6,7 +6,7 @@ * Purpose: Set/Get the spa nat access request data. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_rand_value.c b/lib/fko_rand_value.c index a91569c7..4f907e90 100644 --- a/lib/fko_rand_value.c +++ b/lib/fko_rand_value.c @@ -6,7 +6,7 @@ * Purpose: Generate a 16-byte random numeric value. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_server_auth.c b/lib/fko_server_auth.c index fdf30aaa..1a565e9c 100644 --- a/lib/fko_server_auth.c +++ b/lib/fko_server_auth.c @@ -6,7 +6,7 @@ * Purpose: Set/Get the spa server auth data. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_state.h b/lib/fko_state.h index f69caf26..fcb40054 100644 --- a/lib/fko_state.h +++ b/lib/fko_state.h @@ -6,7 +6,7 @@ * Purpose: Defines various states and flags for libfko operations. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_timestamp.c b/lib/fko_timestamp.c index 8705132a..d608f3c1 100644 --- a/lib/fko_timestamp.c +++ b/lib/fko_timestamp.c @@ -6,7 +6,7 @@ * Purpose: Get the current timestamp with optional offset applied. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_user.c b/lib/fko_user.c index 1489c478..f3826ab9 100644 --- a/lib/fko_user.c +++ b/lib/fko_user.c @@ -6,7 +6,7 @@ * Purpose: Set/Get the current username. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/fko_user.h b/lib/fko_user.h index 84cc08e2..646c953c 100644 --- a/lib/fko_user.h +++ b/lib/fko_user.h @@ -6,7 +6,7 @@ * Purpose: Provide validation functions for SPA messages * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/gpgme_funcs.c b/lib/gpgme_funcs.c index bb5379e4..3fdc09f6 100644 --- a/lib/gpgme_funcs.c +++ b/lib/gpgme_funcs.c @@ -6,7 +6,7 @@ * Purpose: gpgme-related functions for GPG encryptions support in libfko. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/gpgme_funcs.h b/lib/gpgme_funcs.h index 24941fe6..4433c0a6 100644 --- a/lib/gpgme_funcs.h +++ b/lib/gpgme_funcs.h @@ -6,7 +6,7 @@ * Purpose: Header for the fwknop gpgme_funcs.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/hmac.c b/lib/hmac.c index 23d1924e..80cb1016 100644 --- a/lib/hmac.c +++ b/lib/hmac.c @@ -6,7 +6,7 @@ * Purpose: Provide HMAC support to SPA communications * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/lib/hmac.h b/lib/hmac.h index e3ac5b48..a1282f2e 100644 --- a/lib/hmac.h +++ b/lib/hmac.h @@ -6,7 +6,7 @@ * Purpose: Provide HMAC support for SPA communications * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/python/fkomodule.c b/python/fkomodule.c index 05795b84..03040312 100644 --- a/python/fkomodule.c +++ b/python/fkomodule.c @@ -6,7 +6,7 @@ * Purpose: Python wrapper module for the fwknop library (libfko). * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * ***************************************************************************** diff --git a/server/access.c b/server/access.c index 82b5ffbe..95d9a77f 100644 --- a/server/access.c +++ b/server/access.c @@ -6,7 +6,7 @@ * Purpose: Access.conf file processing for fwknop server. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/access.h b/server/access.h index 5bd41285..e14b1508 100644 --- a/server/access.h +++ b/server/access.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd access.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/cmd_cycle.c b/server/cmd_cycle.c index af86d33b..5b566868 100644 --- a/server/cmd_cycle.c +++ b/server/cmd_cycle.c @@ -5,7 +5,7 @@ * access.conf stanzas (CMD_CYCLE_OPEN and CMD_CYCLE_CLOSE). * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/cmd_cycle.h b/server/cmd_cycle.h index 2294d69c..3dced7f7 100644 --- a/server/cmd_cycle.h +++ b/server/cmd_cycle.h @@ -6,7 +6,7 @@ * access.conf stanzas (CMD_CYCLE_OPEN and CMD_CYCLE_CLOSE). * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/cmd_opts.h b/server/cmd_opts.h index 191cbeab..8e30bc24 100644 --- a/server/cmd_opts.h +++ b/server/cmd_opts.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd command line options. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/config_init.c b/server/config_init.c index 3a5c5842..bafc4a3d 100644 --- a/server/config_init.c +++ b/server/config_init.c @@ -6,7 +6,7 @@ * Purpose: Command-line and config file processing for fwknop server. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/config_init.h b/server/config_init.h index 273314cb..ac74a1e7 100644 --- a/server/config_init.h +++ b/server/config_init.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd config_init. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/extcmd.c b/server/extcmd.c index 77cb13e0..75979ffc 100644 --- a/server/extcmd.c +++ b/server/extcmd.c @@ -6,7 +6,7 @@ * Purpose: Routines for executing and processing external commands. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/extcmd.h b/server/extcmd.h index 988be7b8..38ff79f3 100644 --- a/server/extcmd.h +++ b/server/extcmd.h @@ -6,7 +6,7 @@ * Purpose: Header file for extcmd.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util.c b/server/fw_util.c index 1c8c561b..7c3dd174 100644 --- a/server/fw_util.c +++ b/server/fw_util.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing the firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util.h b/server/fw_util.h index 60f6c044..7d2d4c6d 100644 --- a/server/fw_util.h +++ b/server/fw_util.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_firewalld.c b/server/fw_util_firewalld.c index c7cb0614..f8d5ae1b 100644 --- a/server/fw_util_firewalld.c +++ b/server/fw_util_firewalld.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing firewalld firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_firewalld.h b/server/fw_util_firewalld.h index fdac0dcb..dbaa0248 100644 --- a/server/fw_util_firewalld.h +++ b/server/fw_util_firewalld.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util_firewalld.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_ipf.c b/server/fw_util_ipf.c index 41d2b177..e369beff 100644 --- a/server/fw_util_ipf.c +++ b/server/fw_util_ipf.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing ipf firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_ipf.h b/server/fw_util_ipf.h index cd023b28..326e2d7b 100644 --- a/server/fw_util_ipf.h +++ b/server/fw_util_ipf.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util_ipf.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_ipfw.c b/server/fw_util_ipfw.c index 8a753cb0..74daa2a1 100644 --- a/server/fw_util_ipfw.c +++ b/server/fw_util_ipfw.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing ipfw firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_ipfw.h b/server/fw_util_ipfw.h index 031221fa..ea83b6c2 100644 --- a/server/fw_util_ipfw.h +++ b/server/fw_util_ipfw.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util_ipfw.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_iptables.c b/server/fw_util_iptables.c index 925464dd..ef9dabf5 100644 --- a/server/fw_util_iptables.c +++ b/server/fw_util_iptables.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing iptables firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_iptables.h b/server/fw_util_iptables.h index 223c4d1b..2ee7f5bb 100644 --- a/server/fw_util_iptables.h +++ b/server/fw_util_iptables.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util_iptables.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_pf.c b/server/fw_util_pf.c index dcfa632f..4d4b1537 100644 --- a/server/fw_util_pf.c +++ b/server/fw_util_pf.c @@ -6,7 +6,7 @@ * Purpose: Fwknop routines for managing pf firewall rules. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fw_util_pf.h b/server/fw_util_pf.h index 9d4901eb..ac2a1934 100644 --- a/server/fw_util_pf.h +++ b/server/fw_util_pf.h @@ -6,7 +6,7 @@ * Purpose: Header file for fw_util_pf.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fwknopd.c b/server/fwknopd.c index 1b3ce8b2..f3d0d450 100644 --- a/server/fwknopd.c +++ b/server/fwknopd.c @@ -6,7 +6,7 @@ * Purpose: An implementation of an fwknop server. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fwknopd.h b/server/fwknopd.h index 3412b046..55327aca 100644 --- a/server/fwknopd.h +++ b/server/fwknopd.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd server program. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fwknopd_common.h b/server/fwknopd_common.h index f4c2d9db..e4580154 100644 --- a/server/fwknopd_common.h +++ b/server/fwknopd_common.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd source files. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fwknopd_errors.c b/server/fwknopd_errors.c index fe0491d2..5023b196 100644 --- a/server/fwknopd_errors.c +++ b/server/fwknopd_errors.c @@ -6,7 +6,7 @@ * Purpose: Error message functions for fwknopd * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/fwknopd_errors.h b/server/fwknopd_errors.h index 18907d26..3a2ea281 100644 --- a/server/fwknopd_errors.h +++ b/server/fwknopd_errors.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd_errors.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/incoming_spa.c b/server/incoming_spa.c index a2721867..59e79ace 100644 --- a/server/incoming_spa.c +++ b/server/incoming_spa.c @@ -6,7 +6,7 @@ * Purpose: Process an incoming SPA data packet for fwknopd. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/incoming_spa.h b/server/incoming_spa.h index 48c91c69..385b3424 100644 --- a/server/incoming_spa.h +++ b/server/incoming_spa.h @@ -6,7 +6,7 @@ * Purpose: Header file for incoming_spa.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/log_msg.c b/server/log_msg.c index 386f8ba4..2db613c2 100644 --- a/server/log_msg.c +++ b/server/log_msg.c @@ -7,7 +7,7 @@ * and can take varibale number of args. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/log_msg.h b/server/log_msg.h index 202d55b6..075f7153 100644 --- a/server/log_msg.h +++ b/server/log_msg.h @@ -6,7 +6,7 @@ * Purpose: Header file for log_msg.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/pcap_capture.c b/server/pcap_capture.c index e5d81e03..f1442643 100644 --- a/server/pcap_capture.c +++ b/server/pcap_capture.c @@ -6,7 +6,7 @@ * Purpose: The pcap capture routines for fwknopd. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/pcap_capture.h b/server/pcap_capture.h index c922d0b5..24070161 100644 --- a/server/pcap_capture.h +++ b/server/pcap_capture.h @@ -6,7 +6,7 @@ * Purpose: Header file for pcap_capture.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/process_packet.c b/server/process_packet.c index 5ccb5e0a..9e73c8d5 100644 --- a/server/process_packet.c +++ b/server/process_packet.c @@ -9,7 +9,7 @@ * creation is successful, it is queued for processing. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/process_packet.h b/server/process_packet.h index 0e8946cc..8ccca01b 100644 --- a/server/process_packet.h +++ b/server/process_packet.h @@ -6,7 +6,7 @@ * Purpose: Header file for process_packet and other fwknopd code. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/replay_cache.c b/server/replay_cache.c index 85b91b2b..59102a24 100644 --- a/server/replay_cache.c +++ b/server/replay_cache.c @@ -10,7 +10,7 @@ * of a previously received SPA packets. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/replay_cache.h b/server/replay_cache.h index 846bcf62..48aee456 100644 --- a/server/replay_cache.h +++ b/server/replay_cache.h @@ -6,7 +6,7 @@ * Purpose: Header file for fwknopd replay_cache.c functions. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/sig_handler.c b/server/sig_handler.c index b642a9d8..6cca6abd 100644 --- a/server/sig_handler.c +++ b/server/sig_handler.c @@ -6,7 +6,7 @@ * Purpose: Signal handling dta and routines for fwknopd. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/sig_handler.h b/server/sig_handler.h index 2adce6b8..cc048174 100644 --- a/server/sig_handler.h +++ b/server/sig_handler.h @@ -6,7 +6,7 @@ * Purpose: Header file for sig_handler functions and data. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/tcp_server.c b/server/tcp_server.c index 8856833f..78f0bbc0 100644 --- a/server/tcp_server.c +++ b/server/tcp_server.c @@ -7,7 +7,7 @@ * to accept a tcp connection, then drop it after the first packet. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/tcp_server.h b/server/tcp_server.h index 23a8b993..6fd9aee1 100644 --- a/server/tcp_server.h +++ b/server/tcp_server.h @@ -6,7 +6,7 @@ * Purpose: Header file for tcp_server.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/udp_server.c b/server/udp_server.c index ca6b1511..a89f8fc2 100644 --- a/server/udp_server.c +++ b/server/udp_server.c @@ -6,7 +6,7 @@ * Purpose: Collect SPA packets via a UDP server. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/udp_server.h b/server/udp_server.h index 75898b02..7c5d9fee 100644 --- a/server/udp_server.h +++ b/server/udp_server.h @@ -6,7 +6,7 @@ * Purpose: Header file for udp_server.c. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/utils.c b/server/utils.c index 63b46e49..ba2e066a 100644 --- a/server/utils.c +++ b/server/utils.c @@ -4,7 +4,7 @@ * @brief General/Generic functions for the fwknop server. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/server/utils.h b/server/utils.h index 3915c4ae..9503605b 100644 --- a/server/utils.h +++ b/server/utils.h @@ -6,7 +6,7 @@ * Purpose: Header file for utils.c fwknopd server program. * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/win32/config.h b/win32/config.h index ad6e642f..d63e00a7 100644 --- a/win32/config.h +++ b/win32/config.h @@ -6,7 +6,7 @@ * Purpose: Common definition header for libfko source files (Windows build). * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License): diff --git a/win32/getlogin.h b/win32/getlogin.h index d4cdc4e6..97000f09 100644 --- a/win32/getlogin.h +++ b/win32/getlogin.h @@ -6,7 +6,7 @@ * Purpose: Header for getlogin.c * * Fwknop is developed primarily by the people listed in the file 'AUTHORS'. - * Copyright (C) 2009-2014 fwknop developers and contributors. For a full + * Copyright (C) 2009-2015 fwknop developers and contributors. For a full * list of contributors, see the file 'CREDITS'. * * License (GNU General Public License):