summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-23 09:24:24 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-23 09:24:24 +0000
commitf131f1ca8c0549cc71cb981ce2c1f3fb959be100 (patch)
treef695e8d66ef892f076ff7ef95a0bb030ae1a26ed
parente8b7285da685866a373b1112115e6dc543991ca9 (diff)
downloadpcsxr-f131f1ca8c0549cc71cb981ce2c1f3fb959be100.tar.gz
update my email address.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80665 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--AUTHORS2
-rw-r--r--debian-upstream/control2
-rw-r--r--debian-upstream/copyright4
-rw-r--r--gui/Cheat.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/ControllerList.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/ControllerList.m2
-rw-r--r--macosx/plugins/DFInput/macsrc/MappingCell.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/MappingCell.m2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadController.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadController.m2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadView.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/PadView.m2
-rw-r--r--macosx/plugins/DFInput/macsrc/cfg.c2
-rw-r--r--macosx/plugins/DFInput/macsrc/cfg.h2
-rw-r--r--macosx/plugins/DFInput/macsrc/xkb.c2
-rw-r--r--plugins/dfcdrom/cdr-libcdio.c2
-rw-r--r--plugins/dfcdrom/cdr-linux.c2
-rw-r--r--plugins/dfcdrom/cdr-null.c2
-rw-r--r--plugins/dfcdrom/cdr.c2
-rw-r--r--plugins/dfcdrom/cdr.h2
-rw-r--r--plugins/dfcdrom/cdrcfg-0.1df/main.c2
-rw-r--r--plugins/dfcdrom/cfg.c2
-rw-r--r--plugins/dfcdrom/util.c2
-rw-r--r--plugins/dfinput/analog.c2
-rw-r--r--plugins/dfinput/cfg-gtk2.c2
-rw-r--r--plugins/dfinput/cfg.c2
-rw-r--r--plugins/dfinput/pad.c2
-rw-r--r--plugins/dfinput/pad.h2
-rw-r--r--plugins/dfinput/sdljoy.c2
-rwxr-xr-xplugins/dfinput/util.c2
-rwxr-xr-xplugins/dfinput/util.h2
-rw-r--r--plugins/dfinput/xkb.c2
32 files changed, 33 insertions, 33 deletions
diff --git a/AUTHORS b/AUTHORS
index cf9a1263..75ae9b61 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,7 +36,7 @@ PCSX-Reloaded Authors/Contributors: avlex (Help on xcode project)
Tristin Celestin (PulseAudio support)
UTunnels (Mode 1 ISO support)
VoidMage (Build system cleanups)
- Wei Mingzhi (Maintainer, input plugin, iso/cheat support, misc stuff)
+ Wei Mingzhi (Input plugin, iso/cheat support, misc stuff)
(And others which I cannot keep track of)
PCSX-Reloaded Translators: Delirious (Hungarian)
diff --git a/debian-upstream/control b/debian-upstream/control
index 5618a2d3..ede4fe1f 100644
--- a/debian-upstream/control
+++ b/debian-upstream/control
@@ -1,7 +1,7 @@
Source: pcsxr
Section: otherosfs
Priority: extra
-Maintainer: Wei Mingzhi <whistler@openoffice.org>
+Maintainer: Wei Mingzhi <whistler_wmz@users.sf.net>
Build-Depends: debhelper (>= 5), libgtk2.0-dev, zlib1g-dev | libz-dev, libxv-dev, libxtst-dev, nasm, libgl1-mesa-dev, libxxf86vm-dev, libsdl1.2-dev, intltool
Standards-Version: 3.7.3
diff --git a/debian-upstream/copyright b/debian-upstream/copyright
index 3b8d85cc..eab54e41 100644
--- a/debian-upstream/copyright
+++ b/debian-upstream/copyright
@@ -1,11 +1,11 @@
-This package was debianized by Wei Mingzhi <whistler@openoffice.org> on
+This package was debianized by Wei Mingzhi <whistler_wmz@users.sf.net> on
Fri, 16 Jan 2009 13:32:52 +0800.
It was downloaded from <http://www.codeplex.com/pcsxr>
Upstream Authors:
PCSX-Reloaded:
- Wei Mingzhi <weimingzhi@gmail.com>
+ Wei Mingzhi <whistler_wmz@users.sf.net>
edgbla <edgbla@yandex.ru>
PCSX-df:
Stephen Chao <stephen@digitalnexus.org>
diff --git a/gui/Cheat.h b/gui/Cheat.h
index 10bcc45d..c3f9b996 100644
--- a/gui/Cheat.h
+++ b/gui/Cheat.h
@@ -1,5 +1,5 @@
/* Cheat Support for PCSX-Reloaded
- * Copyright (C) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (C) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/macosx/plugins/DFInput/macsrc/ControllerList.h b/macosx/plugins/DFInput/macsrc/ControllerList.h
index 513dae16..d0d1fb13 100644
--- a/macosx/plugins/DFInput/macsrc/ControllerList.h
+++ b/macosx/plugins/DFInput/macsrc/ControllerList.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/ControllerList.m b/macosx/plugins/DFInput/macsrc/ControllerList.m
index 90cc618f..3a6ec11c 100644
--- a/macosx/plugins/DFInput/macsrc/ControllerList.m
+++ b/macosx/plugins/DFInput/macsrc/ControllerList.m
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/MappingCell.h b/macosx/plugins/DFInput/macsrc/MappingCell.h
index 311d0c46..2dc8cd49 100644
--- a/macosx/plugins/DFInput/macsrc/MappingCell.h
+++ b/macosx/plugins/DFInput/macsrc/MappingCell.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/MappingCell.m b/macosx/plugins/DFInput/macsrc/MappingCell.m
index 50cbb56a..d36fab50 100644
--- a/macosx/plugins/DFInput/macsrc/MappingCell.m
+++ b/macosx/plugins/DFInput/macsrc/MappingCell.m
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/PadController.h b/macosx/plugins/DFInput/macsrc/PadController.h
index c65876ff..34e72979 100644
--- a/macosx/plugins/DFInput/macsrc/PadController.h
+++ b/macosx/plugins/DFInput/macsrc/PadController.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/PadController.m b/macosx/plugins/DFInput/macsrc/PadController.m
index f359da38..88fdeb83 100644
--- a/macosx/plugins/DFInput/macsrc/PadController.m
+++ b/macosx/plugins/DFInput/macsrc/PadController.m
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/PadView.h b/macosx/plugins/DFInput/macsrc/PadView.h
index 6e893b1c..c8694796 100644
--- a/macosx/plugins/DFInput/macsrc/PadView.h
+++ b/macosx/plugins/DFInput/macsrc/PadView.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/PadView.m b/macosx/plugins/DFInput/macsrc/PadView.m
index 9cfa2666..f9da9f09 100644
--- a/macosx/plugins/DFInput/macsrc/PadView.m
+++ b/macosx/plugins/DFInput/macsrc/PadView.m
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: HIDInput by Gil Pedersen.
diff --git a/macosx/plugins/DFInput/macsrc/cfg.c b/macosx/plugins/DFInput/macsrc/cfg.c
index 3e0ee1d5..33013c44 100644
--- a/macosx/plugins/DFInput/macsrc/cfg.c
+++ b/macosx/plugins/DFInput/macsrc/cfg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/macosx/plugins/DFInput/macsrc/cfg.h b/macosx/plugins/DFInput/macsrc/cfg.h
index 99bc103d..cceb6f3e 100644
--- a/macosx/plugins/DFInput/macsrc/cfg.h
+++ b/macosx/plugins/DFInput/macsrc/cfg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/macosx/plugins/DFInput/macsrc/xkb.c b/macosx/plugins/DFInput/macsrc/xkb.c
index c5cfcaf2..e33ecf34 100644
--- a/macosx/plugins/DFInput/macsrc/xkb.c
+++ b/macosx/plugins/DFInput/macsrc/xkb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfcdrom/cdr-libcdio.c b/plugins/dfcdrom/cdr-libcdio.c
index 738d2031..7d97ff79 100644
--- a/plugins/dfcdrom/cdr-libcdio.c
+++ b/plugins/dfcdrom/cdr-libcdio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cdr-linux.c b/plugins/dfcdrom/cdr-linux.c
index a814962e..c4100976 100644
--- a/plugins/dfcdrom/cdr-linux.c
+++ b/plugins/dfcdrom/cdr-linux.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c
index c6aa396e..954fd9ff 100644
--- a/plugins/dfcdrom/cdr-null.c
+++ b/plugins/dfcdrom/cdr-null.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cdr.c b/plugins/dfcdrom/cdr.c
index 3456b42d..4ba6708a 100644
--- a/plugins/dfcdrom/cdr.c
+++ b/plugins/dfcdrom/cdr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index 580597e8..cd68d3cb 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/main.c b/plugins/dfcdrom/cdrcfg-0.1df/main.c
index 0b62a801..b746fbc0 100644
--- a/plugins/dfcdrom/cdrcfg-0.1df/main.c
+++ b/plugins/dfcdrom/cdrcfg-0.1df/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/cfg.c b/plugins/dfcdrom/cfg.c
index 1ded04c8..b5757737 100644
--- a/plugins/dfcdrom/cfg.c
+++ b/plugins/dfcdrom/cfg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfcdrom/util.c b/plugins/dfcdrom/util.c
index c80c8726..a5f7b166 100644
--- a/plugins/dfcdrom/util.c
+++ b/plugins/dfcdrom/util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfinput/analog.c b/plugins/dfinput/analog.c
index 7d70e24a..7e236ead 100644
--- a/plugins/dfinput/analog.c
+++ b/plugins/dfinput/analog.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/cfg-gtk2.c b/plugins/dfinput/cfg-gtk2.c
index 109fd072..4c06f5b0 100644
--- a/plugins/dfinput/cfg-gtk2.c
+++ b/plugins/dfinput/cfg-gtk2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/cfg.c b/plugins/dfinput/cfg.c
index 058dbdf5..f7f9e174 100644
--- a/plugins/dfinput/cfg.c
+++ b/plugins/dfinput/cfg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c
index d919ae39..ea07b554 100644
--- a/plugins/dfinput/pad.c
+++ b/plugins/dfinput/pad.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/pad.h b/plugins/dfinput/pad.h
index 0157921c..40fb50fa 100644
--- a/plugins/dfinput/pad.h
+++ b/plugins/dfinput/pad.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/sdljoy.c b/plugins/dfinput/sdljoy.c
index 4351d8a4..cd93a17c 100644
--- a/plugins/dfinput/sdljoy.c
+++ b/plugins/dfinput/sdljoy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/plugins/dfinput/util.c b/plugins/dfinput/util.c
index 58d491ce..11bc408c 100755
--- a/plugins/dfinput/util.c
+++ b/plugins/dfinput/util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfinput/util.h b/plugins/dfinput/util.h
index cf4f93c0..29cbf4d9 100755
--- a/plugins/dfinput/util.h
+++ b/plugins/dfinput/util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2010, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* Based on: Cdrom for Psemu Pro like Emulators
diff --git a/plugins/dfinput/xkb.c b/plugins/dfinput/xkb.c
index 7e2601ae..9592f340 100644
--- a/plugins/dfinput/xkb.c
+++ b/plugins/dfinput/xkb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, Wei Mingzhi <whistler@openoffice.org>.
+ * Copyright (c) 2009, Wei Mingzhi <whistler_wmz@users.sf.net>.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify