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.
This commit is contained in:
Bryant Eadon
2025-09-01 23:03:50 -07:00
committed by Jari Sundell
parent e64f9fe324
commit 00ef7d4be2
74 changed files with 144 additions and 290 deletions
+1 -1
View File
@@ -556,4 +556,4 @@ log messages, but may be useful to debug connection problems.
.SH "AUTHORS" .SH "AUTHORS"
.PP .PP
Jari "Rakshasa" Sundell <jaris@ifi.uio.no> Jari "Rakshasa" Sundell
+1 -1
View File
@@ -1112,7 +1112,7 @@ log messages, but may be useful to debug connection problems.
<para> <para>
<simplelist type="vert"> <simplelist type="vert">
<member>Jari "Rakshasa" Sundell <email>jaris@ifi.uio.no</email></member> <member>Jari "Rakshasa" Sundell <email>sundell.software@gmail.com</email></member>
</simplelist> </simplelist>
</para> </para>
+1 -4
View File
@@ -29,10 +29,7 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// Wrapper for addrinfo with focus on zero-copy conversion to and from // Wrapper for addrinfo with focus on zero-copy conversion to and from
// the c-type and wrapper. // the c-type and wrapper.
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_ALGORITHM_H #ifndef RAK_ALGORITHM_H
#define RAK_ALGORITHM_H #define RAK_ALGORITHM_H
+1 -4
View File
@@ -29,10 +29,7 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_ERROR_NUMBER_H #ifndef RAK_ERROR_NUMBER_H
#define RAK_ERROR_NUMBER_H #define RAK_ERROR_NUMBER_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_FILE_STAT_H #ifndef RAK_FILE_STAT_H
#define RAK_FILE_STAT_H #define RAK_FILE_STAT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_PARTIAL_QUEUE_H #ifndef RAK_PARTIAL_QUEUE_H
#define RAK_PARTIAL_QUEUE_H #define RAK_PARTIAL_QUEUE_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// Various functions for manipulating file paths. Also consider making // Various functions for manipulating file paths. Also consider making
// a directory iterator. // a directory iterator.
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// This is a hacked up whole string pattern matching. Replace with // This is a hacked up whole string pattern matching. Replace with
// TR1's regex when that becomes widely available. It is intended for // TR1's regex when that becomes widely available. It is intended for
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// Wrappers for the various sockaddr types with focus on zero-copy // Wrappers for the various sockaddr types with focus on zero-copy
// casting between the original type and the wrapper class. // casting between the original type and the wrapper class.
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_STRING_MANIP_H #ifndef RAK_STRING_MANIP_H
#define RAK_STRING_MANIP_H #define RAK_STRING_MANIP_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RAK_UNORDERED_VECTOR_H #ifndef RAK_UNORDERED_VECTOR_H
#define RAK_UNORDERED_VECTOR_H #define RAK_UNORDERED_VECTOR_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_CORE_RANGE_MAP_H #ifndef RTORRENT_CORE_RANGE_MAP_H
#define RTORRENT_CORE_RANGE_MAP_H #define RTORRENT_CORE_RANGE_MAP_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_FRAME_H #ifndef RTORRENT_DISPLAY_FRAME_H
#define RTORRENT_DISPLAY_FRAME_H #define RTORRENT_DISPLAY_FRAME_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_H #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_H
#define RTORRENT_DISPLAY_TEXT_ELEMENT_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H
#define RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H #ifndef RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H
#define RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H #define RTORRENT_DISPLAY_TEXT_ELEMENT_STRING_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_WINDOW_INPUT_H #ifndef RTORRENT_DISPLAY_WINDOW_INPUT_H
#define RTORRENT_DISPLAY_WINDOW_INPUT_H #define RTORRENT_DISPLAY_WINDOW_INPUT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_DISPLAY_WINDOW_STRING_LIST_H #ifndef RTORRENT_DISPLAY_WINDOW_STRING_LIST_H
#define RTORRENT_DISPLAY_WINDOW_STRING_LIST_H #define RTORRENT_DISPLAY_WINDOW_STRING_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_INPUT_BINDINGS_H #ifndef RTORRENT_INPUT_BINDINGS_H
#define RTORRENT_INPUT_BINDINGS_H #define RTORRENT_INPUT_BINDINGS_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_INPUT_PATH_INPUT_H #ifndef RTORRENT_INPUT_PATH_INPUT_H
#define RTORRENT_INPUT_PATH_INPUT_H #define RTORRENT_INPUT_PATH_INPUT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_INPUT_TEXT_INPUT_H #ifndef RTORRENT_INPUT_TEXT_INPUT_H
#define RTORRENT_INPUT_TEXT_INPUT_H #define RTORRENT_INPUT_TEXT_INPUT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_OPTION_PARSER_H #ifndef RTORRENT_OPTION_PARSER_H
#define RTORRENT_OPTION_PARSER_H #define RTORRENT_OPTION_PARSER_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_RPC_FIXED_KEY_H #ifndef RTORRENT_RPC_FIXED_KEY_H
#define RTORRENT_RPC_FIXED_KEY_H #define RTORRENT_RPC_FIXED_KEY_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_RPC_IP_TABLE_LISTS_H #ifndef RTORRENT_RPC_IP_TABLE_LISTS_H
#define RTORRENT_RPC_IP_TABLE_LISTS_H #define RTORRENT_RPC_IP_TABLE_LISTS_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// The object_storage type is responsible for storing variables, // The object_storage type is responsible for storing variables,
// commands, command lists and other types encoded in torrent::Object // commands, command lists and other types encoded in torrent::Object
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_RPC_PARSE_H #ifndef RTORRENT_RPC_PARSE_H
#define RTORRENT_RPC_PARSE_H #define RTORRENT_RPC_PARSE_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_RPC_PARSE_COMMANDS_H #ifndef RTORRENT_RPC_PARSE_COMMANDS_H
#define RTORRENT_RPC_PARSE_COMMANDS_H #define RTORRENT_RPC_PARSE_COMMANDS_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "parse_options.h" #include "parse_options.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_RPC_PARSE_OPTIONS_H #ifndef RTORRENT_RPC_PARSE_OPTIONS_H
#define RTORRENT_RPC_PARSE_OPTIONS_H #define RTORRENT_RPC_PARSE_OPTIONS_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_SIGNAL_HANDLER_H #ifndef RTORRENT_SIGNAL_HANDLER_H
#define RTORRENT_SIGNAL_HANDLER_H #define RTORRENT_SIGNAL_HANDLER_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_DOWNLOAD_H #ifndef RTORRENT_UI_DOWNLOAD_H
#define RTORRENT_UI_DOWNLOAD_H #define RTORRENT_UI_DOWNLOAD_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_DOWNLOAD_LIST_H #ifndef RTORRENT_UI_DOWNLOAD_LIST_H
#define RTORRENT_UI_DOWNLOAD_LIST_H #define RTORRENT_UI_DOWNLOAD_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_BASE_H #ifndef RTORRENT_UI_ELEMENT_BASE_H
#define RTORRENT_UI_ELEMENT_BASE_H #define RTORRENT_UI_ELEMENT_BASE_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H #ifndef RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H
#define RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H #define RTORRENT_UI_ELEMENT_CHUNKS_SEEN_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_FILE_LIST_H #ifndef RTORRENT_UI_ELEMENT_FILE_LIST_H
#define RTORRENT_UI_ELEMENT_FILE_LIST_H #define RTORRENT_UI_ELEMENT_FILE_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_MENU_H #ifndef RTORRENT_UI_ELEMENT_MENU_H
#define RTORRENT_UI_ELEMENT_MENU_H #define RTORRENT_UI_ELEMENT_MENU_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_PEER_LIST_H #ifndef RTORRENT_UI_ELEMENT_PEER_LIST_H
#define RTORRENT_UI_ELEMENT_PEER_LIST_H #define RTORRENT_UI_ELEMENT_PEER_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_STRING_LIST_H #ifndef RTORRENT_UI_ELEMENT_STRING_LIST_H
#define RTORRENT_UI_ELEMENT_STRING_LIST_H #define RTORRENT_UI_ELEMENT_STRING_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_TEXT_H #ifndef RTORRENT_UI_ELEMENT_TEXT_H
#define RTORRENT_UI_ELEMENT_TEXT_H #define RTORRENT_UI_ELEMENT_TEXT_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_TRACKER_LIST_H #ifndef RTORRENT_UI_ELEMENT_TRACKER_LIST_H
#define RTORRENT_UI_ELEMENT_TRACKER_LIST_H #define RTORRENT_UI_ELEMENT_TRACKER_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UI_ELEMENT_TRANSFER_LIST_H #ifndef RTORRENT_UI_ELEMENT_TRANSFER_LIST_H
#define RTORRENT_UI_ELEMENT_TRANSFER_LIST_H #define RTORRENT_UI_ELEMENT_TRANSFER_LIST_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UTILS_DIRECTORY_H #ifndef RTORRENT_UTILS_DIRECTORY_H
#define RTORRENT_UTILS_DIRECTORY_H #define RTORRENT_UTILS_DIRECTORY_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UTILS_FILE_STATUS_CACHE_H #ifndef RTORRENT_UTILS_FILE_STATUS_CACHE_H
#define RTORRENT_UTILS_FILE_STATUS_CACHE_H #define RTORRENT_UTILS_FILE_STATUS_CACHE_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UTILS_LIST_FOCUS_H #ifndef RTORRENT_UTILS_LIST_FOCUS_H
#define RTORRENT_UTILS_LIST_FOCUS_H #define RTORRENT_UTILS_LIST_FOCUS_H
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
// A simple, and not guaranteed atomic, lockfile implementation. It // A simple, and not guaranteed atomic, lockfile implementation. It
// saves the hostname and pid in the lock file, which may be accessed // saves the hostname and pid in the lock file, which may be accessed
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#include "config.h" #include "config.h"
+2 -4
View File
@@ -29,10 +29,8 @@
// If you delete this exception statement from all source files in the // If you delete this exception statement from all source files in the
// program, then also delete it here. // program, then also delete it here.
// //
// Contact: Jari Sundell <jaris@ifi.uio.no> // Contact: Jari Sundell <sundell.software@gmail.com>
//
// Skomakerveien 33
// 3185 Skoppum, NORWAY
#ifndef RTORRENT_UTILS_SOCKET_FD_H #ifndef RTORRENT_UTILS_SOCKET_FD_H
#define RTORRENT_UTILS_SOCKET_FD_H #define RTORRENT_UTILS_SOCKET_FD_H