diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:36 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:36 +0000 |
commit | 55185f35a75e6aad933e6faedd68bc14dfb94ccc (patch) | |
tree | 10cd97effc74c944f48021140dec15b025b6ceea /data.h | |
parent | 8e877ebe858657d8de7b5757a6b1d371dbfa6c88 (diff) |
Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-baseXORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGE
Diffstat (limited to 'data.h')
-rw-r--r-- | data.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/mkfontscale/data.h,v 1.4 2003/07/08 15:39:49 tsi Exp $ */ +/* $XFree86: xc/programs/mkfontscale/data.h,v 1.3 2003/04/30 20:39:43 herrb Exp $ */ #ifndef _MKS_DATA_H_ #define _MKS_DATA_H_ 1 @@ -39,6 +39,7 @@ char *notice_foundries[][2] = {"International Typeface Corporation", "itc"}, {"Tiro Typeworks", "tiro"}, {"XFree86", "xfree86"}, + {"Xorg", "xorg"}, {"Microsoft", "microsoft"}, {"Omega", "omega"}, {"Font21", "hwan"}, |