summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
-rw-r--r--client/gtk2/Makefile.am2
l---------client/qt3/ibus-client.cpp1
l---------client/qt3/ibus-client.h1
l---------client/qt3/ibus-input-context.cpp1
l---------client/qt3/ibus-input-context.h1
l---------client/qt3/im-ibus-qt.cpp1
-rw-r--r--client/qt4/Makefile.am2
-rw-r--r--client/qt4/ibus-client.cpp2
-rw-r--r--client/qt4/ibus-client.h2
-rw-r--r--client/qt4/ibus-input-context.cpp2
-rw-r--r--client/qt4/ibus-input-context.h2
-rw-r--r--client/qt4/ibus.pro2
-rw-r--r--client/qt4/im-ibus-qt.cpp2
-rw-r--r--client/x11/Makefile.am2
-rw-r--r--client/x11/main.c2
16 files changed, 11 insertions, 16 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 0eaf3dc..8f7848b 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/gtk2/Makefile.am b/client/gtk2/Makefile.am
index 2a4eb8b..65af846 100644
--- a/client/gtk2/Makefile.am
+++ b/client/gtk2/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt3/ibus-client.cpp b/client/qt3/ibus-client.cpp
deleted file mode 120000
index a3e23ff..0000000
--- a/client/qt3/ibus-client.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-client.cpp \ No newline at end of file
diff --git a/client/qt3/ibus-client.h b/client/qt3/ibus-client.h
deleted file mode 120000
index e5d567c..0000000
--- a/client/qt3/ibus-client.h
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-client.h \ No newline at end of file
diff --git a/client/qt3/ibus-input-context.cpp b/client/qt3/ibus-input-context.cpp
deleted file mode 120000
index ca48440..0000000
--- a/client/qt3/ibus-input-context.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-input-context.cpp \ No newline at end of file
diff --git a/client/qt3/ibus-input-context.h b/client/qt3/ibus-input-context.h
deleted file mode 120000
index db09e87..0000000
--- a/client/qt3/ibus-input-context.h
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/ibus-input-context.h \ No newline at end of file
diff --git a/client/qt3/im-ibus-qt.cpp b/client/qt3/im-ibus-qt.cpp
deleted file mode 120000
index b06a215..0000000
--- a/client/qt3/im-ibus-qt.cpp
+++ /dev/null
@@ -1 +0,0 @@
-../qt4/im-ibus-qt.cpp \ No newline at end of file
diff --git a/client/qt4/Makefile.am b/client/qt4/Makefile.am
index 6ec42f4..356a32f 100644
--- a/client/qt4/Makefile.am
+++ b/client/qt4/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-client.cpp b/client/qt4/ibus-client.cpp
index 24b9177..4bd8a4d 100644
--- a/client/qt4/ibus-client.cpp
+++ b/client/qt4/ibus-client.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-client.h b/client/qt4/ibus-client.h
index 252d740..88ce3b3 100644
--- a/client/qt4/ibus-client.h
+++ b/client/qt4/ibus-client.h
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-input-context.cpp b/client/qt4/ibus-input-context.cpp
index 869c9f3..34a27ed 100644
--- a/client/qt4/ibus-input-context.cpp
+++ b/client/qt4/ibus-input-context.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus-input-context.h b/client/qt4/ibus-input-context.h
index 01545b0..cbf68c6 100644
--- a/client/qt4/ibus-input-context.h
+++ b/client/qt4/ibus-input-context.h
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/ibus.pro b/client/qt4/ibus.pro
index 086bbdc..63d2d7e 100644
--- a/client/qt4/ibus.pro
+++ b/client/qt4/ibus.pro
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/qt4/im-ibus-qt.cpp b/client/qt4/im-ibus-qt.cpp
index 204c523..4123562 100644
--- a/client/qt4/im-ibus-qt.cpp
+++ b/client/qt4/im-ibus-qt.cpp
@@ -2,7 +2,7 @@
/*
* ibus - The Input Bus
*
- * Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index bd2efab..b204381 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -2,7 +2,7 @@
#
# ibus - The Input Bus
#
-# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+# Copyright (c) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/client/x11/main.c b/client/x11/main.c
index 5ef9f30..5e271e0 100644
--- a/client/x11/main.c
+++ b/client/x11/main.c
@@ -1,6 +1,6 @@
/* vim:set et sts=4: */
/* ibus
- * Copyright (C) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
+ * Copyright (C) 2007-2009 Huang Peng <shawn.p.huang@gmail.com>
*
* main.c:
*