summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2007-11-22 01:39:18 +0000
committerIain Holmes <iain@src.gnome.org>2007-11-22 01:39:18 +0000
commit234f1c2ee38631c1348bf424278f44ce39752acf (patch)
treebab35022827912fb8c6f9843d16865d42dbd02dc
parent9a21032b542dcb854a388536b8f7a88252ef6e90 (diff)
downloadmetacity-234f1c2ee38631c1348bf424278f44ce39752acf.tar.gz
Add copyright for the compositor
svn path=/branches/iains-blingtastic-bucket-o-bling/; revision=3429
-rw-r--r--src/compositor.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/compositor.c b/src/compositor.c
index abe8fa3a..dd9e9e78 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -1,5 +1,26 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
+ * Copyright (C) 2007 Iain Holmes
+ * Based on xcompmgr - (c) 2003 Keith Packard
+ * xfwm4 - (c) 2005-2007 Olivier Fourdan
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
+
#include <config.h>
#include <string.h>