summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/macsrc
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFInput/macsrc')
-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
11 files changed, 11 insertions, 11 deletions
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