summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2010-01-31 08:20:11 +0000
committerDimitri Sokolyuk <demon@dim13.org>2010-01-31 08:20:11 +0000
commit312ba5b36ab4c45c663d0900b33c998b39ef3bf7 (patch)
tree01d13369ccb5dd19778aa9336b80ce8e9087b554
parent51b913eb2ff91adfe8cd5e417759a6057c5a8a21 (diff)
update email
-rw-r--r--bencode.c2
-rw-r--r--bencode.h2
-rw-r--r--btcheck.c2
-rw-r--r--btget.c2
-rw-r--r--btshow.c2
-rw-r--r--context.c2
-rw-r--r--context.h2
-rw-r--r--files.c2
-rw-r--r--files.h2
-rw-r--r--meta.c2
-rw-r--r--meta.h2
-rw-r--r--peer.c2
-rw-r--r--peer.h2
-rw-r--r--tools.c2
-rw-r--r--tools.h2
-rw-r--r--tracker.c2
-rw-r--r--tracker.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/bencode.c b/bencode.c
index d03523b..6348994 100644
--- a/bencode.c
+++ b/bencode.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/bencode.h b/bencode.h
index ca4dd91..2264f41 100644
--- a/bencode.h
+++ b/bencode.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/btcheck.c b/btcheck.c
index de62d72..89cf62b 100644
--- a/btcheck.c
+++ b/btcheck.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/btget.c b/btget.c
index 03cb37f..000bc13 100644
--- a/btget.c
+++ b/btget.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/btshow.c b/btshow.c
index 3cf5c88..506e3dd 100644
--- a/btshow.c
+++ b/btshow.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/context.c b/context.c
index 8b2fded..4c293b7 100644
--- a/context.c
+++ b/context.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/context.h b/context.h
index 7d15ac8..b4b318a 100644
--- a/context.h
+++ b/context.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/files.c b/files.c
index 4fb6d49..64bdec2 100644
--- a/files.c
+++ b/files.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/files.h b/files.h
index 19898de..9376ca4 100644
--- a/files.h
+++ b/files.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/meta.c b/meta.c
index 6255e2e..ac4641c 100644
--- a/meta.c
+++ b/meta.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/meta.h b/meta.h
index c6ba67c..b092d5c 100644
--- a/meta.h
+++ b/meta.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/peer.c b/peer.c
index d8078b1..7f8ff96 100644
--- a/peer.c
+++ b/peer.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/peer.h b/peer.h
index 9eccbe3..460ea19 100644
--- a/peer.h
+++ b/peer.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/tools.c b/tools.c
index d9264f6..2c83092 100644
--- a/tools.c
+++ b/tools.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/tools.h b/tools.h
index 4ed4717..93eb91f 100644
--- a/tools.h
+++ b/tools.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/tracker.c b/tracker.c
index 599b214..41de365 100644
--- a/tracker.c
+++ b/tracker.c
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/tracker.h b/tracker.h
index 4683715..1345ae3 100644
--- a/tracker.h
+++ b/tracker.h
@@ -1,6 +1,6 @@
/* $Id$ */
/*
- * Copyright (c) 2005 Dimitri Sokolyuk <demon@vhost.dyndns.org>
+ * Copyright (c) 2005 Dimitri Sokolyuk <demon@dim13.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above