aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-03 20:37:47 -0600
committerTed Gould <ted@gould.cx>2010-03-03 20:37:47 -0600
commit25e5df53f5584fa04ff0f9949f619f9031acc4a1 (patch)
treed3fa936c50bc399fea8da5a01ac53ce773c8425c
parentedeb525d966748a31e0abd7526c84c59f5c0e365 (diff)
downloadayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.tar.gz
ayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.tar.bz2
ayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.zip
Copyright headers
-rw-r--r--src/dialog.c22
-rw-r--r--src/dialog.h22
2 files changed, 44 insertions, 0 deletions
diff --git a/src/dialog.c b/src/dialog.c
index 3e3799d..deefe0b 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -1,3 +1,25 @@
+/*
+A dialog to ask the user about the various logout options that
+are available.
+
+Copyright 2010 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/src/dialog.h b/src/dialog.h
index 3240a8e..18a55a7 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -1,3 +1,25 @@
+/*
+A dialog to ask the user about the various logout options that
+are available.
+
+Copyright 2010 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifndef __LOGOUT_DIALOG_H__
#define __LOGOUT_DIALOG_H__