diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-02-21 17:53:08 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2011-02-21 17:53:08 +0800 |
commit | c8e0fec87d419ce68d71063365bbeef04014d64a (patch) | |
tree | 52735cbd46841967558542ac56466327bc3af1e3 /gtk/window-decorator/switcher.c | |
parent | 89f8dcdf794d1c69b5f53caf30938a1926060274 (diff) | |
download | compiz-with-glib-mainloop-c8e0fec87d419ce68d71063365bbeef04014d64a.tar.gz compiz-with-glib-mainloop-c8e0fec87d419ce68d71063365bbeef04014d64a.tar.bz2 |
Update copyright info
Diffstat (limited to 'gtk/window-decorator/switcher.c')
-rw-r--r-- | gtk/window-decorator/switcher.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gtk/window-decorator/switcher.c b/gtk/window-decorator/switcher.c index af5c1c2..177e4c3 100644 --- a/gtk/window-decorator/switcher.c +++ b/gtk/window-decorator/switcher.c @@ -1,3 +1,28 @@ +/* + * Copyright © 2006 Novell, Inc. + * + * 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 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., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + * + * Author: David Reveman <davidr@novell.com> + * + * 2D Mode: Copyright © 2010 Sam Spilsbury <smspillaz@gmail.com> + * Frames Management: Copright © 2011 Canonical Ltd. + * Authored By: Sam Spilsbury <sam.spilsbury@canonical.com> + */ + #include "gtk-window-decorator.h" decor_frame_t * |