update copyright years
This commit is contained in:
parent
08b5b70dcf
commit
ef82cce1d5
2
COPYING
2
COPYING
|
@ -1,6 +1,6 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
Copyright © 2001 Keith Packard
|
Copyright © 2001,2003 Keith Packard
|
||||||
|
|
||||||
Permission to use, copy, modify, distribute, and sell this software and its
|
Permission to use, copy, modify, distribute, and sell this software and its
|
||||||
documentation for any purpose is hereby granted without fee, provided that
|
documentation for any purpose is hereby granted without fee, provided that
|
||||||
|
|
|
@ -11,9 +11,8 @@
|
||||||
The intent of this standard configuration file is to be adequate for
|
The intent of this standard configuration file is to be adequate for
|
||||||
most environments. If you have a reasonably normal environment and
|
most environments. If you have a reasonably normal environment and
|
||||||
have found problems with this configuration, they are probably
|
have found problems with this configuration, they are probably
|
||||||
things that others will also want fixed. Please send any suggested
|
things that others will also want fixed. Please submit any
|
||||||
changes to fonts@xfree86.org so that future releases can include
|
problems to the fontconfig bugzilla system located at fontconfig.org
|
||||||
such changes.
|
|
||||||
|
|
||||||
Note that the normal 'make install' procedure for fontconfig is to
|
Note that the normal 'make install' procedure for fontconfig is to
|
||||||
replace any existing fonts.conf file with the new version. Place
|
replace any existing fonts.conf file with the new version. Place
|
||||||
|
@ -28,16 +27,6 @@
|
||||||
@FC_FONTPATH@
|
@FC_FONTPATH@
|
||||||
<dir>~/.fonts</dir>
|
<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'
|
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -2,4 +2,13 @@
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<!-- /etc/fonts/local.conf file for local customizations -->
|
<!-- /etc/fonts/local.conf file for local customizations -->
|
||||||
<fontconfig>
|
<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>
|
</fontconfig>
|
||||||
|
|
Loading…
Reference in New Issue