summaryrefslogtreecommitdiff
path: root/docs/examples/glib_blinkenlight_observer/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/glib_blinkenlight_observer/channel.h')
-rw-r--r--docs/examples/glib_blinkenlight_observer/channel.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/examples/glib_blinkenlight_observer/channel.h b/docs/examples/glib_blinkenlight_observer/channel.h
index 2949149..4447b22 100644
--- a/docs/examples/glib_blinkenlight_observer/channel.h
+++ b/docs/examples/glib_blinkenlight_observer/channel.h
@@ -1,3 +1,27 @@
+/*
+ * channel.h - wraps TpChannel to do preparation and unread message counting
+ * for a single channel we're observing
+ *
+ * Copyright (C) 2010 Collabora Ltd. <http://www.collabora.co.uk/>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * Authors:
+ * Danielle Madeley <danielle.madeley@collabora.co.uk>
+ */
+
#ifndef __CHANNEL_H__
#define __CHANNEL_H__