From 00ef7d4be2e01f4cda64343fe6458e71feb2a377 Mon Sep 17 00:00:00 2001 From: Bryant Eadon Date: Mon, 1 Sep 2025 23:03:50 -0700 Subject: [PATCH] cleanup of personal information Given the change to the README I thought it might be a good idea to also update the copyright notices which had an address too. --- doc/old/rtorrent.1 | 2 +- doc/old/rtorrent.1.xml | 2 +- rak/address_info.h | 5 +---- rak/algorithm.h | 6 ++---- rak/error_number.h | 5 +---- rak/file_stat.h | 6 ++---- rak/partial_queue.h | 6 ++---- rak/path.h | 6 ++---- rak/regex.h | 6 ++---- rak/socket_address.h | 6 ++---- rak/string_manip.h | 6 ++---- rak/unordered_vector.h | 6 ++---- src/command_file.cc | 6 ++---- src/command_helpers.cc | 6 ++---- src/command_ip.cc | 6 ++---- src/command_peer.cc | 6 ++---- src/command_throttle.cc | 6 ++---- src/core/range_map.h | 6 ++---- src/display/frame.cc | 6 ++---- src/display/frame.h | 6 ++---- src/display/text_element.h | 6 ++---- src/display/text_element_list.cc | 6 ++---- src/display/text_element_list.h | 6 ++---- src/display/text_element_string.cc | 6 ++---- src/display/text_element_string.h | 6 ++---- src/display/window_input.cc | 6 ++---- src/display/window_input.h | 6 ++---- src/display/window_string_list.h | 6 ++---- src/input/bindings.h | 6 ++---- src/input/path_input.cc | 6 ++---- src/input/path_input.h | 6 ++---- src/input/text_input.cc | 6 ++---- src/input/text_input.h | 6 ++---- src/option_parser.cc | 6 ++---- src/option_parser.h | 6 ++---- src/rpc/fixed_key.h | 6 ++---- src/rpc/ip_table_list.h | 6 ++---- src/rpc/object_storage.cc | 6 ++---- src/rpc/object_storage.h | 6 ++---- src/rpc/parse.cc | 6 ++---- src/rpc/parse.h | 6 ++---- src/rpc/parse_commands.h | 6 ++---- src/rpc/parse_options.cc | 6 ++---- src/rpc/parse_options.h | 6 ++---- src/signal_handler.cc | 6 ++---- src/signal_handler.h | 6 ++---- src/ui/download.h | 6 ++---- src/ui/download_list.h | 6 ++---- src/ui/element_base.cc | 6 ++---- src/ui/element_base.h | 6 ++---- src/ui/element_chunks_seen.cc | 6 ++---- src/ui/element_chunks_seen.h | 6 ++---- src/ui/element_file_list.cc | 6 ++---- src/ui/element_file_list.h | 6 ++---- src/ui/element_menu.cc | 6 ++---- src/ui/element_menu.h | 6 ++---- src/ui/element_peer_list.cc | 6 ++---- src/ui/element_peer_list.h | 6 ++---- src/ui/element_string_list.cc | 6 ++---- src/ui/element_string_list.h | 6 ++---- src/ui/element_text.cc | 6 ++---- src/ui/element_text.h | 6 ++---- src/ui/element_tracker_list.h | 6 ++---- src/ui/element_transfer_list.cc | 6 ++---- src/ui/element_transfer_list.h | 6 ++---- src/utils/directory.cc | 6 ++---- src/utils/directory.h | 6 ++---- src/utils/file_status_cache.cc | 6 ++---- src/utils/file_status_cache.h | 6 ++---- src/utils/list_focus.h | 6 ++---- src/utils/lockfile.cc | 6 ++---- src/utils/lockfile.h | 6 ++---- src/utils/socket_fd.cc | 6 ++---- src/utils/socket_fd.h | 6 ++---- 74 files changed, 144 insertions(+), 290 deletions(-) diff --git a/doc/old/rtorrent.1 b/doc/old/rtorrent.1 index 190c5896..86a1016e 100644 --- a/doc/old/rtorrent.1 +++ b/doc/old/rtorrent.1 @@ -556,4 +556,4 @@ log messages, but may be useful to debug connection problems. .SH "AUTHORS" .PP -Jari "Rakshasa" Sundell +Jari "Rakshasa" Sundell diff --git a/doc/old/rtorrent.1.xml b/doc/old/rtorrent.1.xml index def50ca3..e605d96e 100644 --- a/doc/old/rtorrent.1.xml +++ b/doc/old/rtorrent.1.xml @@ -1112,7 +1112,7 @@ log messages, but may be useful to debug connection problems. -Jari "Rakshasa" Sundell jaris@ifi.uio.no +Jari "Rakshasa" Sundell sundell.software@gmail.com diff --git a/rak/address_info.h b/rak/address_info.h index 83a20224..7e621ae3 100644 --- a/rak/address_info.h +++ b/rak/address_info.h @@ -29,10 +29,7 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell // Wrapper for addrinfo with focus on zero-copy conversion to and from // the c-type and wrapper. diff --git a/rak/algorithm.h b/rak/algorithm.h index 2604053f..13824c4f 100644 --- a/rak/algorithm.h +++ b/rak/algorithm.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RAK_ALGORITHM_H #define RAK_ALGORITHM_H diff --git a/rak/error_number.h b/rak/error_number.h index 2948a97e..7cea7852 100644 --- a/rak/error_number.h +++ b/rak/error_number.h @@ -29,10 +29,7 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell #ifndef RAK_ERROR_NUMBER_H #define RAK_ERROR_NUMBER_H diff --git a/rak/file_stat.h b/rak/file_stat.h index f1ad8c2b..a0c27443 100644 --- a/rak/file_stat.h +++ b/rak/file_stat.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RAK_FILE_STAT_H #define RAK_FILE_STAT_H diff --git a/rak/partial_queue.h b/rak/partial_queue.h index 07e67271..6a81a3a0 100644 --- a/rak/partial_queue.h +++ b/rak/partial_queue.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RAK_PARTIAL_QUEUE_H #define RAK_PARTIAL_QUEUE_H diff --git a/rak/path.h b/rak/path.h index 64daf355..d77f1483 100644 --- a/rak/path.h +++ b/rak/path.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + // Various functions for manipulating file paths. Also consider making // a directory iterator. diff --git a/rak/regex.h b/rak/regex.h index c91b63d5..55c91cc6 100644 --- a/rak/regex.h +++ b/rak/regex.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + // This is a hacked up whole string pattern matching. Replace with // TR1's regex when that becomes widely available. It is intended for diff --git a/rak/socket_address.h b/rak/socket_address.h index db4f4db3..ba105a6b 100644 --- a/rak/socket_address.h +++ b/rak/socket_address.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + // Wrappers for the various sockaddr types with focus on zero-copy // casting between the original type and the wrapper class. diff --git a/rak/string_manip.h b/rak/string_manip.h index e7722aad..dcceb298 100644 --- a/rak/string_manip.h +++ b/rak/string_manip.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RAK_STRING_MANIP_H #define RAK_STRING_MANIP_H diff --git a/rak/unordered_vector.h b/rak/unordered_vector.h index 683eb06b..cf26d150 100644 --- a/rak/unordered_vector.h +++ b/rak/unordered_vector.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RAK_UNORDERED_VECTOR_H #define RAK_UNORDERED_VECTOR_H diff --git a/src/command_file.cc b/src/command_file.cc index ff929bd7..373c8216 100644 --- a/src/command_file.cc +++ b/src/command_file.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/command_helpers.cc b/src/command_helpers.cc index 54c0b35e..c22f6af0 100644 --- a/src/command_helpers.cc +++ b/src/command_helpers.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/command_ip.cc b/src/command_ip.cc index e812709f..2ac3bc22 100644 --- a/src/command_ip.cc +++ b/src/command_ip.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/command_peer.cc b/src/command_peer.cc index 0b0e7a6b..3f9a56d0 100644 --- a/src/command_peer.cc +++ b/src/command_peer.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/command_throttle.cc b/src/command_throttle.cc index 8902e62b..40232b89 100644 --- a/src/command_throttle.cc +++ b/src/command_throttle.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/core/range_map.h b/src/core/range_map.h index 0a513ae6..c6cb0281 100644 --- a/src/core/range_map.h +++ b/src/core/range_map.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_CORE_RANGE_MAP_H #define RTORRENT_CORE_RANGE_MAP_H diff --git a/src/display/frame.cc b/src/display/frame.cc index ab76e86b..18b72668 100644 --- a/src/display/frame.cc +++ b/src/display/frame.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/display/frame.h b/src/display/frame.h index c33c5b0c..50cbd53e 100644 --- a/src/display/frame.h +++ b/src/display/frame.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_FRAME_H #define RTORRENT_DISPLAY_FRAME_H diff --git a/src/display/text_element.h b/src/display/text_element.h index 89cdbda2..c8987747 100644 --- a/src/display/text_element.h +++ b/src/display/text_element.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_H diff --git a/src/display/text_element_list.cc b/src/display/text_element_list.cc index 919262a8..2985a323 100644 --- a/src/display/text_element_list.cc +++ b/src/display/text_element_list.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/display/text_element_list.h b/src/display/text_element_list.h index a5ea927a..b4b0ccf8 100644 --- a/src/display/text_element_list.h +++ b/src/display/text_element_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H diff --git a/src/display/text_element_string.cc b/src/display/text_element_string.cc index a4e45dc4..c093bf33 100644 --- a/src/display/text_element_string.cc +++ b/src/display/text_element_string.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/display/text_element_string.h b/src/display/text_element_string.h index 38ecfb25..c2df8a20 100644 --- a/src/display/text_element_string.h +++ b/src/display/text_element_string.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H diff --git a/src/display/window_input.cc b/src/display/window_input.cc index 4d0d66d6..b3870e17 100644 --- a/src/display/window_input.cc +++ b/src/display/window_input.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/display/window_input.h b/src/display/window_input.h index dd8adf0a..721e91c1 100644 --- a/src/display/window_input.h +++ b/src/display/window_input.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_WINDOW_INPUT_H #define RTORRENT_DISPLAY_WINDOW_INPUT_H diff --git a/src/display/window_string_list.h b/src/display/window_string_list.h index e8ae81e7..cb82d0f1 100644 --- a/src/display/window_string_list.h +++ b/src/display/window_string_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_DISPLAY_WINDOW_STRING_LIST_H #define RTORRENT_DISPLAY_WINDOW_STRING_LIST_H diff --git a/src/input/bindings.h b/src/input/bindings.h index 4d45280d..f5080f32 100644 --- a/src/input/bindings.h +++ b/src/input/bindings.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_INPUT_BINDINGS_H #define RTORRENT_INPUT_BINDINGS_H diff --git a/src/input/path_input.cc b/src/input/path_input.cc index d54c701b..1b21be6a 100644 --- a/src/input/path_input.cc +++ b/src/input/path_input.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/input/path_input.h b/src/input/path_input.h index 21c3a7f9..b1cc9727 100644 --- a/src/input/path_input.h +++ b/src/input/path_input.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_INPUT_PATH_INPUT_H #define RTORRENT_INPUT_PATH_INPUT_H diff --git a/src/input/text_input.cc b/src/input/text_input.cc index 1d146208..57b6c8b7 100644 --- a/src/input/text_input.cc +++ b/src/input/text_input.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/input/text_input.h b/src/input/text_input.h index 734f4905..b5abb742 100644 --- a/src/input/text_input.h +++ b/src/input/text_input.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_INPUT_TEXT_INPUT_H #define RTORRENT_INPUT_TEXT_INPUT_H diff --git a/src/option_parser.cc b/src/option_parser.cc index 1662414e..2c640e97 100644 --- a/src/option_parser.cc +++ b/src/option_parser.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/option_parser.h b/src/option_parser.h index 5134dd52..65e615ff 100644 --- a/src/option_parser.h +++ b/src/option_parser.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_OPTION_PARSER_H #define RTORRENT_OPTION_PARSER_H diff --git a/src/rpc/fixed_key.h b/src/rpc/fixed_key.h index 4261ab2c..eaa5ca04 100644 --- a/src/rpc/fixed_key.h +++ b/src/rpc/fixed_key.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_RPC_FIXED_KEY_H #define RTORRENT_RPC_FIXED_KEY_H diff --git a/src/rpc/ip_table_list.h b/src/rpc/ip_table_list.h index 06a5408d..c76784b1 100644 --- a/src/rpc/ip_table_list.h +++ b/src/rpc/ip_table_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_RPC_IP_TABLE_LISTS_H #define RTORRENT_RPC_IP_TABLE_LISTS_H diff --git a/src/rpc/object_storage.cc b/src/rpc/object_storage.cc index 4d3a84d5..a4903e5f 100644 --- a/src/rpc/object_storage.cc +++ b/src/rpc/object_storage.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/rpc/object_storage.h b/src/rpc/object_storage.h index afb36d51..9ef15ef5 100644 --- a/src/rpc/object_storage.h +++ b/src/rpc/object_storage.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + // The object_storage type is responsible for storing variables, // commands, command lists and other types encoded in torrent::Object diff --git a/src/rpc/parse.cc b/src/rpc/parse.cc index 5c756510..003abff8 100644 --- a/src/rpc/parse.cc +++ b/src/rpc/parse.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/rpc/parse.h b/src/rpc/parse.h index 95ab4760..4af4b7c1 100644 --- a/src/rpc/parse.h +++ b/src/rpc/parse.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_RPC_PARSE_H #define RTORRENT_RPC_PARSE_H diff --git a/src/rpc/parse_commands.h b/src/rpc/parse_commands.h index bc3fb12f..e51155f3 100644 --- a/src/rpc/parse_commands.h +++ b/src/rpc/parse_commands.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_RPC_PARSE_COMMANDS_H #define RTORRENT_RPC_PARSE_COMMANDS_H diff --git a/src/rpc/parse_options.cc b/src/rpc/parse_options.cc index 9056a3f6..81add98d 100644 --- a/src/rpc/parse_options.cc +++ b/src/rpc/parse_options.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "parse_options.h" diff --git a/src/rpc/parse_options.h b/src/rpc/parse_options.h index f3ba100a..18aaddf3 100644 --- a/src/rpc/parse_options.h +++ b/src/rpc/parse_options.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_RPC_PARSE_OPTIONS_H #define RTORRENT_RPC_PARSE_OPTIONS_H diff --git a/src/signal_handler.cc b/src/signal_handler.cc index 34889c53..0d892516 100644 --- a/src/signal_handler.cc +++ b/src/signal_handler.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/signal_handler.h b/src/signal_handler.h index 04f120c6..278c6a29 100644 --- a/src/signal_handler.h +++ b/src/signal_handler.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_SIGNAL_HANDLER_H #define RTORRENT_SIGNAL_HANDLER_H diff --git a/src/ui/download.h b/src/ui/download.h index 82e8f155..25c41777 100644 --- a/src/ui/download.h +++ b/src/ui/download.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_DOWNLOAD_H #define RTORRENT_UI_DOWNLOAD_H diff --git a/src/ui/download_list.h b/src/ui/download_list.h index 0f27d5db..319a3fc5 100644 --- a/src/ui/download_list.h +++ b/src/ui/download_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_DOWNLOAD_LIST_H #define RTORRENT_UI_DOWNLOAD_LIST_H diff --git a/src/ui/element_base.cc b/src/ui/element_base.cc index a9e6024e..2c5cebc9 100644 --- a/src/ui/element_base.cc +++ b/src/ui/element_base.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_base.h b/src/ui/element_base.h index 3757b4e0..8904589c 100644 --- a/src/ui/element_base.h +++ b/src/ui/element_base.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_BASE_H #define RTORRENT_UI_ELEMENT_BASE_H diff --git a/src/ui/element_chunks_seen.cc b/src/ui/element_chunks_seen.cc index 01f6e034..fa1337af 100644 --- a/src/ui/element_chunks_seen.cc +++ b/src/ui/element_chunks_seen.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_chunks_seen.h b/src/ui/element_chunks_seen.h index 345aa5d5..5741c20f 100644 --- a/src/ui/element_chunks_seen.h +++ b/src/ui/element_chunks_seen.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H #define RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H diff --git a/src/ui/element_file_list.cc b/src/ui/element_file_list.cc index 027143b5..b5dd047a 100644 --- a/src/ui/element_file_list.cc +++ b/src/ui/element_file_list.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_file_list.h b/src/ui/element_file_list.h index 6571d566..7e47bf25 100644 --- a/src/ui/element_file_list.h +++ b/src/ui/element_file_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_FILE_LIST_H #define RTORRENT_UI_ELEMENT_FILE_LIST_H diff --git a/src/ui/element_menu.cc b/src/ui/element_menu.cc index f5f53e30..b9a9ad8f 100644 --- a/src/ui/element_menu.cc +++ b/src/ui/element_menu.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_menu.h b/src/ui/element_menu.h index 73b57a5a..f822e9a1 100644 --- a/src/ui/element_menu.h +++ b/src/ui/element_menu.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_MENU_H #define RTORRENT_UI_ELEMENT_MENU_H diff --git a/src/ui/element_peer_list.cc b/src/ui/element_peer_list.cc index 410ce9a5..7d6bb07a 100644 --- a/src/ui/element_peer_list.cc +++ b/src/ui/element_peer_list.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_peer_list.h b/src/ui/element_peer_list.h index 1da4d503..5f5e34d5 100644 --- a/src/ui/element_peer_list.h +++ b/src/ui/element_peer_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_PEER_LIST_H #define RTORRENT_UI_ELEMENT_PEER_LIST_H diff --git a/src/ui/element_string_list.cc b/src/ui/element_string_list.cc index 169470a7..3d9bbc25 100644 --- a/src/ui/element_string_list.cc +++ b/src/ui/element_string_list.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_string_list.h b/src/ui/element_string_list.h index 83acee97..22bfb231 100644 --- a/src/ui/element_string_list.h +++ b/src/ui/element_string_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_STRING_LIST_H #define RTORRENT_UI_ELEMENT_STRING_LIST_H diff --git a/src/ui/element_text.cc b/src/ui/element_text.cc index 9a413f41..24309e7c 100644 --- a/src/ui/element_text.cc +++ b/src/ui/element_text.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_text.h b/src/ui/element_text.h index 38a9d988..2d8783c3 100644 --- a/src/ui/element_text.h +++ b/src/ui/element_text.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_TEXT_H #define RTORRENT_UI_ELEMENT_TEXT_H diff --git a/src/ui/element_tracker_list.h b/src/ui/element_tracker_list.h index 32cfb52e..25099273 100644 --- a/src/ui/element_tracker_list.h +++ b/src/ui/element_tracker_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_TRACKER_LIST_H #define RTORRENT_UI_ELEMENT_TRACKER_LIST_H diff --git a/src/ui/element_transfer_list.cc b/src/ui/element_transfer_list.cc index 40497c57..5d9afb1b 100644 --- a/src/ui/element_transfer_list.cc +++ b/src/ui/element_transfer_list.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/ui/element_transfer_list.h b/src/ui/element_transfer_list.h index 49fd3a50..8031085a 100644 --- a/src/ui/element_transfer_list.h +++ b/src/ui/element_transfer_list.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UI_ELEMENT_TRANSFER_LIST_H #define RTORRENT_UI_ELEMENT_TRANSFER_LIST_H diff --git a/src/utils/directory.cc b/src/utils/directory.cc index 7ff2627a..8f57ee58 100644 --- a/src/utils/directory.cc +++ b/src/utils/directory.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/utils/directory.h b/src/utils/directory.h index b2900b55..9f590d2c 100644 --- a/src/utils/directory.h +++ b/src/utils/directory.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UTILS_DIRECTORY_H #define RTORRENT_UTILS_DIRECTORY_H diff --git a/src/utils/file_status_cache.cc b/src/utils/file_status_cache.cc index fc3cb085..8d1c996b 100644 --- a/src/utils/file_status_cache.cc +++ b/src/utils/file_status_cache.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/utils/file_status_cache.h b/src/utils/file_status_cache.h index 44f92efc..fe3e00b4 100644 --- a/src/utils/file_status_cache.h +++ b/src/utils/file_status_cache.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UTILS_FILE_STATUS_CACHE_H #define RTORRENT_UTILS_FILE_STATUS_CACHE_H diff --git a/src/utils/list_focus.h b/src/utils/list_focus.h index 17dab48c..90b50ad7 100644 --- a/src/utils/list_focus.h +++ b/src/utils/list_focus.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UTILS_LIST_FOCUS_H #define RTORRENT_UTILS_LIST_FOCUS_H diff --git a/src/utils/lockfile.cc b/src/utils/lockfile.cc index f741befa..aad30ed3 100644 --- a/src/utils/lockfile.cc +++ b/src/utils/lockfile.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/utils/lockfile.h b/src/utils/lockfile.h index 04d613ad..fb17abc7 100644 --- a/src/utils/lockfile.h +++ b/src/utils/lockfile.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + // A simple, and not guaranteed atomic, lockfile implementation. It // saves the hostname and pid in the lock file, which may be accessed diff --git a/src/utils/socket_fd.cc b/src/utils/socket_fd.cc index e30594dc..a466a3f8 100644 --- a/src/utils/socket_fd.cc +++ b/src/utils/socket_fd.cc @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #include "config.h" diff --git a/src/utils/socket_fd.h b/src/utils/socket_fd.h index 60101820..e959692e 100644 --- a/src/utils/socket_fd.h +++ b/src/utils/socket_fd.h @@ -29,10 +29,8 @@ // If you delete this exception statement from all source files in the // program, then also delete it here. // -// Contact: Jari Sundell -// -// Skomakerveien 33 -// 3185 Skoppum, NORWAY +// Contact: Jari Sundell + #ifndef RTORRENT_UTILS_SOCKET_FD_H #define RTORRENT_UTILS_SOCKET_FD_H