diff options
author | Ted Gould <ted@gould.cx> | 2010-03-03 20:37:47 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-03 20:37:47 -0600 |
commit | 25e5df53f5584fa04ff0f9949f619f9031acc4a1 (patch) | |
tree | d3fa936c50bc399fea8da5a01ac53ce773c8425c /src/dialog.c | |
parent | edeb525d966748a31e0abd7526c84c59f5c0e365 (diff) | |
download | ayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.tar.gz ayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.tar.bz2 ayatana-indicator-session-25e5df53f5584fa04ff0f9949f619f9031acc4a1.zip |
Copyright headers
Diffstat (limited to 'src/dialog.c')
-rw-r--r-- | src/dialog.c | 22 |
1 files changed, 22 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 |