aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-12 22:41:34 -0600
committerTed Gould <ted@canonical.com>2009-08-12 22:41:34 -0600
commit6cb2b444b5ddd3d123b5cd780f9db4a3788fd877 (patch)
treefd3883d7088841acb4a9d306dadd067bf6c078c4 /src
parent32ae53755e9d5646ca3779bd889303d6a8ef5378 (diff)
parentbf96c0b8a2af6db0fb731965d7f30bbbe459dd96 (diff)
downloadayatana-indicator-session-6cb2b444b5ddd3d123b5cd780f9db4a3788fd877.tar.gz
ayatana-indicator-session-6cb2b444b5ddd3d123b5cd780f9db4a3788fd877.tar.bz2
ayatana-indicator-session-6cb2b444b5ddd3d123b5cd780f9db4a3788fd877.zip
Merging in fixes from the distro team to make packaging actually good.
Diffstat (limited to 'src')
-rw-r--r--src/gtk-dialog/logout-dialog.c4
-rw-r--r--src/gtk-dialog/logout-dialog.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gtk-dialog/logout-dialog.c b/src/gtk-dialog/logout-dialog.c
index cd49b00..a80dbef 100644
--- a/src/gtk-dialog/logout-dialog.c
+++ b/src/gtk-dialog/logout-dialog.c
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#include <string.h>
diff --git a/src/gtk-dialog/logout-dialog.h b/src/gtk-dialog/logout-dialog.h
index b0e19b7..8b0ff09 100644
--- a/src/gtk-dialog/logout-dialog.h
+++ b/src/gtk-dialog/logout-dialog.h
@@ -14,8 +14,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
*/
#ifndef __LOGOUT_DIALOG_H__