diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-16 22:02:02 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-16 22:02:02 (GMT) |
commit | 8a3233b04464c9f0cea4a728db71231092ba0cdc (patch) | |
tree | 6cd0c05577a8b146594e58e7007acc82bc8ec952 /src/fontconfig.mk | |
parent | 68094127e5f6c0c7e6176a512335af4931154c1d (diff) | |
download | mxe-8a3233b04464c9f0cea4a728db71231092ba0cdc.zip mxe-8a3233b04464c9f0cea4a728db71231092ba0cdc.tar.gz mxe-8a3233b04464c9f0cea4a728db71231092ba0cdc.tar.bz2 |
simplified file markers
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r-- | src/fontconfig.mk | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk index 08e2052..99792d3 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -1,23 +1,5 @@ -# Copyright (C) 2009 Volker Grabsch -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files (the -# "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to -# permit persons to whom the Software is furnished to do so, subject -# to the following conditions: -# -# The above copyright notice and this permission notice shall be -# included in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# This file is part of mingw-cross-env. +# See doc/index.html or doc/README for further information. # fontconfig PKG := fontconfig |