aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-colors.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-colors.c')
-rw-r--r--widgets/misc/e-colors.c30
1 files changed, 24 insertions, 6 deletions
diff --git a/widgets/misc/e-colors.c b/widgets/misc/e-colors.c
index 2325d659e4..b95d0d2783 100644
--- a/widgets/misc/e-colors.c
+++ b/widgets/misc/e-colors.c
@@ -1,12 +1,30 @@
-/*
- * e_color.c: General color allocation utilities
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * e-colors.c - General color allocation utilities
+ * Copyright 2000, 2001, Ximian, Inc.
*
- * Author:
- * Miguel de Icaza (miguel@kernel.org)
+ * Authors:
+ * Miguel de Icaza (miguel@kernel.org)
*
- * We keep our own color context, as the color allocation might take place
- * before things are realized.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License, version 2, 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library 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.
*/
+
+/* We keep our own color context, as the color allocation might take
+ * place before things are realized.
+ */
+
#include <config.h>
#include <gtk/gtkwidget.h>
#include "e-colors.h"