# HG changeset patch # User Mats Lidell # Date 1292110734 -3600 # Node ID 8d3d05ffbb436985a32968558deb69158ec0593b # Parent 5d2981eee77edc477ba99dd30c8c0098e8f44eb8 Copyright and short license added to etc/gtkrc. diff -r 5d2981eee77e -r 8d3d05ffbb43 etc/gtkrc --- a/etc/gtkrc Sun Dec 12 00:20:02 2010 +0100 +++ b/etc/gtkrc Sun Dec 12 00:38:54 2010 +0100 @@ -1,6 +1,11 @@ # Force the window background to be the same as the default face background: # white. +# Copyright 1999 Malcolm Purvis +# This file is part of XEmacs, licensed to you under the GNU +# General Public License, version 3 or later at your option. +# There is NO WARRANTY, explicit or implied, on this file. + style "default_background" { bg[NORMAL] = { 1.0, 1.0, 1.0 }