]> git.wh0rd.org - fontconfig.git/commitdiff
update copyright years
authorKeith Packard <keithp@keithp.com>
Fri, 4 Apr 2003 20:17:40 +0000 (20:17 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 4 Apr 2003 20:17:40 +0000 (20:17 +0000)
COPYING
fonts.conf.in
local.conf

diff --git a/COPYING b/COPYING
index 9a8f631ab880841a05ad8fa37f01ba7a6fc921d8..47fc8fa8feb5af16164a8c255f318d5439ddedb4 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 $Id$
 
-Copyright © 2001 Keith Packard
+Copyright © 2001,2003 Keith Packard
 
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
index a02187de175f4c45dbe41e3bf5d48951d27703e6..b4672e07c4c3e2b78243090481d2d002d9cae191 100644 (file)
@@ -11,9 +11,8 @@
        The intent of this standard configuration file is to be adequate for
        most environments.  If you have a reasonably normal environment and
        have found problems with this configuration, they are probably
-       things that others will also want fixed.  Please send any suggested
-       changes to fonts@xfree86.org so that future releases can include
-       such changes.
+       things that others will also want fixed.  Please submit any
+       problems to the fontconfig bugzilla system located at fontconfig.org
 
        Note that the normal 'make install' procedure for fontconfig is to
        replace any existing fonts.conf file with the new version.  Place
        @FC_FONTPATH@
        <dir>~/.fonts</dir>
 
-<!--
-  Enable sub-pixel rendering
-       <match target="font">
-               <test qual="all" name="rgba">
-                       <const>unknown</const>
-               </test>
-               <edit name="rgba" mode="assign"><const>rgb</const></edit>
-       </match>
--->
-
 <!--
   Accept deprecated 'mono' alias, replacing it with 'monospace'
 -->
index ba67ca4d9975f3798d7600314b071446d75bf472..73901e1995540f855482f1795e85ee0027180486 100644 (file)
@@ -2,4 +2,13 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <!-- /etc/fonts/local.conf file for local customizations -->
 <fontconfig>
+<!--
+  Enable sub-pixel rendering
+       <match target="font">
+               <test qual="all" name="rgba">
+                       <const>unknown</const>
+               </test>
+               <edit name="rgba" mode="assign"><const>rgb</const></edit>
+       </match>
+-->
 </fontconfig>