aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-30 04:16:48 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-30 04:16:48 +0800
commitf4a823cbdc1b56b03208eb1d57bd08a928af9ef0 (patch)
tree9de66062b812dec5833c8e75c2e455aa9eef2bf5 /configure.ac
parent8070a63795ef42c46ab3d07ba87addd9d81a4e5a (diff)
downloadgsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar.gz
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar.bz2
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar.lz
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar.xz
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.tar.zst
gsoc2013-empathy-f4a823cbdc1b56b03208eb1d57bd08a928af9ef0.zip
2007-07-28 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-account-widget-generic.c: * libempathy-gtk/empathy-account-widget-generic.h: Align param names on the left. * libempathy-gtk/empathy-accounts-dialog.glade: * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe the selected account. Fixes bug #459169. * configure.ac: Set Collabora Ltd. in the Copyright. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@212 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e776560a..ebc818f13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,9 @@
AC_INIT(Empathy, 0.10, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
-AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB])
+AC_COPYRIGHT([
+ Copyright (C) 2003-2007 Imendio AB
+ Copyright (C) 2007 Collabora Ltd.
+])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)