Commit 6ba1c52991af93a7001f4522ad76f1d2d38f1fbf

Frank Heckenbach 2018-11-21T01:39:02

updates to debian/ files by IOhannes m zmölnig

diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..ad088aa
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,295 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by licensecheck
+
+Files: ./.gitignore
+ ./BUGS
+ ./CMakeLists.txt
+ ./ChangeLog
+ ./FTGLConfig-install.cmake.in
+ ./FTGLConfig.cmake.in
+ ./INSTALL
+ ./Makefile.am
+ ./NEWS
+ ./README
+ ./TODO
+ ./cmake/config.h
+ ./configure.ac
+ ./demo/Makefile.am
+ ./demo/README.txt
+ ./demo/tb.c
+ ./demo/tb.h
+ ./docs/Makefile.am
+ ./docs/doxygen.cfg.in
+ ./docs/faq.dox
+ ./docs/ftgl.dox
+ ./docs/images/metrics.svg
+ ./docs/projects_using_ftgl.txt
+ ./docs/tutorial.dox
+ ./ftgl.pc.in
+ ./m4/cxx.m4
+ ./m4/font.m4
+ ./m4/func.m4
+ ./m4/gl.m4
+ ./m4/glut.m4
+ ./msvc/Makefile.am
+ ./msvc/README.txt
+ ./msvc/vc71/ftgl.sln
+ ./msvc/vc71/ftgl_dll.vcproj
+ ./msvc/vc8/CDemo.vcproj
+ ./msvc/vc8/FTGLDemo.vcproj
+ ./msvc/vc8/SimpleDemo.vcproj
+ ./msvc/vc8/ftgl.sln
+ ./msvc/vc8/ftgl_demo.sln
+ ./msvc/vc8/ftgl_dll.vcproj
+ ./msvc/vc8/ftgl_static.vcproj
+ ./msvc/vc8/trackball.vcproj
+ ./msvc/vc8/unit_tests.vcproj
+ ./msvc/vc9/CDemo.vcproj
+ ./msvc/vc9/FTGLDemo.vcproj
+ ./msvc/vc9/SimpleDemo.vcproj
+ ./msvc/vc9/ftgl.sln
+ ./msvc/vc9/ftgl_demo.sln
+ ./msvc/vc9/ftgl_dll.vcproj
+ ./msvc/vc9/ftgl_static.vcproj
+ ./msvc/vc9/trackball.vcproj
+ ./msvc/vc9/unit_tests.vcproj
+ ./ppa_upload.sh
+ ./src/CMakeLists.txt
+ ./src/Makefile.am
+ ./test/CMakeLists.txt
+ ./test/CTest.c
+ ./test/CXXTest.cpp
+ ./test/FTBBox-Test.cpp
+ ./test/FTBitmapFont-Test.cpp
+ ./test/FTBitmapGlyph-Test.cpp
+ ./test/FTBufferFont-Bitmap.cpp
+ ./test/FTCharToGlyphIndexMap-Test.cpp
+ ./test/FTCharmap-Test.cpp
+ ./test/FTContour-NaN.cpp
+ ./test/FTContour-Test.cpp
+ ./test/FTExtrudeFont-Test.cpp
+ ./test/FTExtrudeGlyph-Test.cpp
+ ./test/FTFace-Test.cpp
+ ./test/FTFont-Test.cpp
+ ./test/FTGlyph-Test.cpp
+ ./test/FTGlyphContainer-Test.cpp
+ ./test/FTLibrary-Test.cpp
+ ./test/FTList-Test.cpp
+ ./test/FTMesh-Test.cpp
+ ./test/FTOutlineFont-Test.cpp
+ ./test/FTOutlineFont-UnInVec.cpp
+ ./test/FTOutlineGlyph-Test.cpp
+ ./test/FTPixmapFont-Bitmap.cpp
+ ./test/FTPixmapFont-Test.cpp
+ ./test/FTPixmapGlyph-Test.cpp
+ ./test/FTPoint-Test.cpp
+ ./test/FTPolygonFont-Test.cpp
+ ./test/FTPolygonFont-UnInVec.cpp
+ ./test/FTPolygonGlyph-Test.cpp
+ ./test/FTSize-Test.cpp
+ ./test/FTTesselation-Test.cpp
+ ./test/FTTextureFont-Bitmap.cpp
+ ./test/FTTextureFont-Test.cpp
+ ./test/FTTextureGlyph-Test.cpp
+ ./test/FTTriangleExtract-Test.cpp
+ ./test/FTVector-Test.cpp
+ ./test/FTVectoriser-Test.cpp
+ ./test/FTlayout-Test.cpp
+ ./test/HPGCalc_afm.cpp
+ ./test/HPGCalc_pfb.cpp
+ ./test/Makefile.am
+ ./test/README.txt
+ ./test/demo.cpp
+ ./test/font_pack/README.txt
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: ./src/FTCharmap.cpp
+ ./src/FTFace.cpp
+ ./src/FTFont/FTBitmapFont.cpp
+ ./src/FTFont/FTBitmapFontImpl.h
+ ./src/FTFont/FTExtrudeFont.cpp
+ ./src/FTFont/FTExtrudeFontImpl.h
+ ./src/FTFont/FTFontImpl.h
+ ./src/FTFont/FTOutlineFont.cpp
+ ./src/FTFont/FTOutlineFontImpl.h
+ ./src/FTFont/FTPixmapFont.cpp
+ ./src/FTFont/FTPixmapFontImpl.h
+ ./src/FTFont/FTPolygonFont.cpp
+ ./src/FTFont/FTPolygonFontImpl.h
+ ./src/FTFont/FTTextureFont.cpp
+ ./src/FTFont/FTTextureFontImpl.h
+ ./src/FTGlyph/FTBitmapGlyph.cpp
+ ./src/FTGlyph/FTBitmapGlyphImpl.h
+ ./src/FTGlyph/FTExtrudeGlyph.cpp
+ ./src/FTGlyph/FTExtrudeGlyphImpl.h
+ ./src/FTGlyph/FTGlyph.cpp
+ ./src/FTGlyph/FTGlyphGlue.cpp
+ ./src/FTGlyph/FTGlyphImpl.h
+ ./src/FTGlyph/FTOutlineGlyphImpl.h
+ ./src/FTGlyph/FTPixmapGlyph.cpp
+ ./src/FTGlyph/FTPixmapGlyphImpl.h
+ ./src/FTGlyph/FTPolygonGlyphImpl.h
+ ./src/FTGlyph/FTTextureGlyph.cpp
+ ./src/FTGlyph/FTTextureGlyphImpl.h
+ ./src/FTGlyphContainer.cpp
+ ./src/FTLayout/FTLayout.cpp
+ ./src/FTLayout/FTLayoutImpl.h
+ ./src/FTLayout/FTSimpleLayoutImpl.h
+ ./src/FTPoint.cpp
+ ./src/FTVectoriser.h
+Copyright: 2001-2004, Henry Maddocks <ftgl@opengl.geek.nz>
+  2008, Sam Hocevar <sam@hocevar.net>
+  2008-2010, Sam Hocevar <sam@hocevar.net>
+License: Expat
+ FIXME
+
+Files: ./src/FTGL/FTBBox.h
+ ./src/FTGL/FTBitmapGlyph.h
+ ./src/FTGL/FTExtrdGlyph.h
+ ./src/FTGL/FTFont.h
+ ./src/FTGL/FTGLBitmapFont.h
+ ./src/FTGL/FTGLExtrdFont.h
+ ./src/FTGL/FTGLOutlineFont.h
+ ./src/FTGL/FTGLPixmapFont.h
+ ./src/FTGL/FTGLPolygonFont.h
+ ./src/FTGL/FTGLTextureFont.h
+ ./src/FTGL/FTGlyph.h
+ ./src/FTGL/FTLayout.h
+ ./src/FTGL/FTOutlineGlyph.h
+ ./src/FTGL/FTPixmapGlyph.h
+ ./src/FTGL/FTPoint.h
+ ./src/FTGL/FTPolyGlyph.h
+ ./src/FTGL/FTSimpleLayout.h
+ ./src/FTGL/FTTextureGlyph.h
+ ./src/FTGL/ftgl.h
+Copyright: 2001-2004, Henry Maddocks <ftgl@opengl.geek.nz>
+  2008, Sam Hocevar <sam@hocevar.net>
+  2008, Sean Morrison <learner@brlcad.org>
+License: Expat
+ FIXME
+
+Files: ./demo/FTGLDemo.cpp
+ ./demo/FTGLMFontDemo.cpp
+ ./src/FTCharToGlyphIndexMap.h
+ ./src/FTCharmap.h
+ ./src/FTFace.h
+ ./src/FTGlyphContainer.h
+ ./src/FTLibrary.cpp
+ ./src/FTLibrary.h
+ ./src/FTList.h
+ ./src/FTSize.cpp
+ ./src/FTSize.h
+ ./src/FTVector.h
+ ./test/Fontdefs.h.in
+Copyright: 2001-2004, Henry Maddocks <ftgl@opengl.geek.nz>
+License: Expat
+ FIXME
+
+Files: ./demo/c-demo.c
+ ./demo/simple.cpp
+ ./src/FTBuffer.cpp
+ ./src/FTCleanup.cpp
+ ./src/FTCleanup.h
+ ./src/FTFont/FTBufferFont.cpp
+ ./src/FTFont/FTBufferFontImpl.h
+ ./src/FTGL.cpp
+ ./src/FTGL/FTBuffer.h
+ ./src/FTGL/FTBufferFont.h
+ ./src/FTGL/FTBufferGlyph.h
+ ./src/FTGlyph/FTBufferGlyph.cpp
+ ./src/FTGlyph/FTBufferGlyphImpl.h
+Copyright: 2008, Sam Hocevar <sam@hocevar.net>
+  2008-2010, Sam Hocevar <sam@hocevar.net>
+  2009, Sam Hocevar <sam@hocevar.net>
+License: Expat
+ FIXME
+
+Files: ./src/FTContour.cpp
+ ./src/FTContour.h
+ ./src/FTFont/FTFontGlue.cpp
+ ./src/FTGlyph/FTOutlineGlyph.cpp
+ ./src/FTGlyph/FTPolygonGlyph.cpp
+ ./src/FTInternals.h
+ ./src/FTLayout/FTLayoutGlue.cpp
+ ./src/FTVectoriser.cpp
+Copyright: 2001-2004, Henry Maddocks <ftgl@opengl.geek.nz>
+  2008, Sam Hocevar <sam@hocevar.net>
+  2008, Éric Beets <ericbeets@free.fr>
+License: Expat
+ FIXME
+
+Files: ./src/FTFont/FTTriangleExtractorFont.cpp
+ ./src/FTFont/FTTriangleExtractorFontImpl.h
+ ./src/FTGL/FTGLTriangleExtractorFont.h
+ ./src/FTGL/FTTriangleExtractorGlyph.h
+ ./src/FTGlyph/FTTriangleExtractorGlyph.cpp
+ ./src/FTGlyph/FTTriangleExtractorGlyphImpl.h
+Copyright: 2011, Richard Ulrich <richi@paraeasy.ch>
+License: Expat
+ FIXME
+
+Files: ./test/mmgr.cpp
+ ./test/mmgr.h
+ ./test/nommgr.h
+Copyright: 2000, Fluid Studios, Inc.
+License: UNKNOWN
+ FIXME
+
+Files: ./autogen.sh
+ ./m4/compiler.m4
+Copyright: 2005-2010, United States Government as represented by
+License: BSD-3-clause
+ FIXME
+
+Files: ./src/FTFont/FTFont.cpp
+ ./src/FTLayout/FTSimpleLayout.cpp
+Copyright: 2001-2004, Henry Maddocks <ftgl@opengl.geek.nz>
+  2008, Daniel Remenak <dtremenak@users.sourceforge.net>
+  2008, Sam Hocevar <sam@hocevar.net>
+License: Expat
+ FIXME
+
+Files: ./demo/trackball.c
+ ./demo/trackball.h
+Copyright: 1993-1994, Silicon Graphics, Inc.
+License: UNKNOWN
+ FIXME
+
+Files: ./COPYING
+Copyright: 2001, -3 Henry Maddocks
+License: Expat
+ FIXME
+
+Files: ./msvc/config.h
+Copyright: 2008, Daniel Remenak <dtremenak@users.sourceforge.net>
+  2008, Jeff Myers <JeffM2501@users.sourceforge.net>
+License: Expat
+ FIXME
+
+Files: ./src/FTUnicode.h
+Copyright: 2001-2004, Unicode, Inc
+  2008, Daniel Remenak <dtremenak@users.sourceforge.net>
+License: Expat and/or Unicode-strict
+ FIXME
+
+Files: ./m4/freetype2.m4
+Copyright: 2001, 2003, 2007, David Turner, Robert Wilhelm, and Werner Lemberg.
+License: FTL
+ FIXME
+
+Files: ./m4/pkg.m4
+Copyright: 2004, Scott James Remnant <scott@netsplit.com>.
+License: GPL-2+
+ FIXME
+
+Files: ./AUTHORS
+Copyright: bastien Barré (containers and optimisations)
+  rard Lanois (demo, Linux port, extrusion code, gltt maintainance)
+License: UNKNOWN
+ FIXME
+