aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-07 10:42:06 -0400
committerTed Gould <ted@canonical.com>2009-10-07 10:42:06 -0400
commit18d5a15229b093fbecc358f6883ae9811d5c97d6 (patch)
treeceaf37663da3060f95aabb1c25fd4308c73af86d
parentb90777f78569b41e8ef6cdd065fc44a2ab4bd19b (diff)
downloadayatana-indicator-session-18d5a15229b093fbecc358f6883ae9811d5c97d6.tar.gz
ayatana-indicator-session-18d5a15229b093fbecc358f6883ae9811d5c97d6.tar.bz2
ayatana-indicator-session-18d5a15229b093fbecc358f6883ae9811d5c97d6.zip
Copyright headers
-rw-r--r--src/lock-helper.c20
-rw-r--r--src/lock-helper.h21
2 files changed, 41 insertions, 0 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c
index b2ae7f0..5f32c0c 100644
--- a/src/lock-helper.c
+++ b/src/lock-helper.c
@@ -1,3 +1,23 @@
+/*
+A small helper for locking the screen.
+
+Copyright 2009 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/>.
+*/
#include <dbus/dbus-glib.h>
#include "lock-helper.h"
diff --git a/src/lock-helper.h b/src/lock-helper.h
index 9a0571c..f9405ac 100644
--- a/src/lock-helper.h
+++ b/src/lock-helper.h
@@ -1,3 +1,24 @@
+/*
+A small helper for locking the screen.
+
+Copyright 2009 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 LOCK_HELPER_H__
#define LOCK_HELPER_H__