diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:41:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 13:41:48 +0000 |
commit | b517e15e9fb22ebb6d36127ff64470f8a00309d0 (patch) | |
tree | af53263115d70f4a420fc95c6c9b2228a701d6b1 /Build/source/texk/kpathsea/mingw32.h | |
parent | 075862c5ff18610119538267c9b817d21d767780 (diff) |
kpathsea: Minor build fix and clean up
git-svn-id: svn://tug.org/texlive/trunk@25986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mingw32.h')
-rw-r--r-- | Build/source/texk/kpathsea/mingw32.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/mingw32.h b/Build/source/texk/kpathsea/mingw32.h index 4c1da11085b..fbd3a0d15d1 100644 --- a/Build/source/texk/kpathsea/mingw32.h +++ b/Build/source/texk/kpathsea/mingw32.h @@ -1,3 +1,20 @@ +/* mingw32.h: declarations for mingw32. + + Copyright 2009-2012 Taco Hoekwater <taco@luatex.org>. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see <http://www.gnu.org/licenses/>. */ + #ifndef _MINGW32_H_ #define _MINGW32_H_ |