aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-10 16:40:19 -0600
committerTed Gould <ted@gould.cx>2010-03-10 16:40:19 -0600
commit5867fa760a390d48f30e8794f6292601c61cefad (patch)
tree8787d836c971b9a08afe3976256da89b7b45a783
parent0660884bfea160a9870f814bfd85265d264a34eb (diff)
downloadlibayatana-indicator-5867fa760a390d48f30e8794f6292601c61cefad.tar.gz
libayatana-indicator-5867fa760a390d48f30e8794f6292601c61cefad.tar.bz2
libayatana-indicator-5867fa760a390d48f30e8794f6292601c61cefad.zip
Adding in a copyright header.
-rw-r--r--libindicator/indicator-image-helper.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/libindicator/indicator-image-helper.c b/libindicator/indicator-image-helper.c
index 53776c4..cbbad3d 100644
--- a/libindicator/indicator-image-helper.c
+++ b/libindicator/indicator-image-helper.c
@@ -1,3 +1,25 @@
+/*
+A little helper to make a themed image with fallbacks that
+is only constrained in the vertical dimention.
+
+Copyright 2010 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+version 3.0 as published by the Free Software Foundation.
+
+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 General Public License version 3.0 for more details.
+
+You should have received a copy of the GNU General Public
+License along with this library. If not, see
+<http://www.gnu.org/licenses/>.
+*/
#include <math.h>
#include "indicator-image-helper.h"