summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2012-06-01 11:50:10 -0400
committerPeng Huang <shawn.p.huang@gmail.com>2012-06-01 11:50:10 -0400
commit8383301267a8bff72e4dfcbe7d1a00096789065b (patch)
treea7cc08a8d59d456df0ce5a903f1f5e67c9705208
parent8901ca9805b7ff13bf9ba5d711494174b00dc0ce (diff)
downloadibus-pinyin-8383301267a8bff72e4dfcbe7d1a00096789065b.tar.gz
Fix license headers.
BUG=None TEST=None Review URL: https://codereview.appspot.com/6244072
-rw-r--r--configure.ac2
-rw-r--r--lua/lua-ext-console.c2
-rw-r--r--lua/lua-plugin-init.c2
-rw-r--r--lua/lua-plugin.c2
-rw-r--r--lua/test-lua-plugin.c2
-rw-r--r--scripts/header2
-rw-r--r--setup/ibus-setup-pinyin.in2
-rw-r--r--setup/version.py.in2
8 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 0086668..470ffaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
# if not 1, append datestamp to the version number.
m4_define([ibus_released], [1])
diff --git a/lua/lua-ext-console.c b/lua/lua-ext-console.c
index d3f2545..b8f4c57 100644
--- a/lua/lua-ext-console.c
+++ b/lua/lua-ext-console.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/lua/lua-plugin-init.c b/lua/lua-plugin-init.c
index 91fe85f..8a40b0c 100644
--- a/lua/lua-plugin-init.c
+++ b/lua/lua-plugin-init.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/lua/lua-plugin.c b/lua/lua-plugin.c
index 01f2570..b81cefc 100644
--- a/lua/lua-plugin.c
+++ b/lua/lua-plugin.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/lua/test-lua-plugin.c b/lua/test-lua-plugin.c
index e1a89e4..feb2ad9 100644
--- a/lua/test-lua-plugin.c
+++ b/lua/test-lua-plugin.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/scripts/header b/scripts/header
index 4148767..d4e721b 100644
--- a/scripts/header
+++ b/scripts/header
@@ -16,5 +16,5 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
*/
diff --git a/setup/ibus-setup-pinyin.in b/setup/ibus-setup-pinyin.in
index be7531a..2566737 100644
--- a/setup/ibus-setup-pinyin.in
+++ b/setup/ibus-setup-pinyin.in
@@ -17,7 +17,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
prefix=@prefix@
exec_prefix=@exec_prefix@
diff --git a/setup/version.py.in b/setup/version.py.in
index ad68d54..7381d02 100644
--- a/setup/version.py.in
+++ b/setup/version.py.in
@@ -16,6 +16,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
def get_version():
return "@VERSION@"