|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- all *.c files in the main directory
|
|
|
+- all .c files in the main directory
|
|
|
- the include/enet/ folder as enet/
|
|
|
- LICENSE file
|
|
|
|
|
@@ -26,7 +26,7 @@ before the next update.
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- src/glew.c
|
|
|
+- `src/glew.c`
|
|
|
- include/GL/ as GL/
|
|
|
- LICENSE.txt
|
|
|
|
|
@@ -39,7 +39,7 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- jpgd.{c,h}
|
|
|
+- `jpgd.{c,h}`
|
|
|
|
|
|
|
|
|
## libmpcdec
|
|
@@ -63,8 +63,8 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- src/\*.c
|
|
|
-- include/ogg/\*.h in ogg/
|
|
|
+- `src/*.c`
|
|
|
+- `include/ogg/*.h` in ogg/
|
|
|
- COPYING
|
|
|
|
|
|
|
|
@@ -76,11 +76,10 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- all .c and .h files of the main directory, except from:
|
|
|
- * example.c
|
|
|
- * pngtest.c
|
|
|
+- all .c and .h files of the main directory, except from
|
|
|
+ `example.c` and `pngtest.c`
|
|
|
- the arm/ folder
|
|
|
-- scripts/pnglibconf.h.prebuilt as pnglibconf.h
|
|
|
+- `scripts/pnglibconf.h.prebuilt` as `pnglibconf.h`
|
|
|
|
|
|
|
|
|
## libvorbis
|
|
@@ -91,8 +90,8 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- src/\* except from: lookups.pl, Makefile.\*
|
|
|
-- include/vorbis/\*.h as vorbis/
|
|
|
+- `src/*` except from: `lookups.pl`, `Makefile.*`
|
|
|
+- `include/vorbis/*.h` as vorbis/
|
|
|
- COPYING
|
|
|
|
|
|
|
|
@@ -104,7 +103,7 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from the upstream source:
|
|
|
|
|
|
-- src/\* except from: \*.am, \*.in, extras/, webp/extras.h
|
|
|
+- `src/*` except from: .am and .in, files, extras/, `webp/extras.h`
|
|
|
- AUTHORS, COPYING, PATENTS
|
|
|
|
|
|
Important: The files `utils/bit_reader.{c,h}` have Godot-made
|
|
@@ -132,7 +131,7 @@ TODO.
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
- all .c and .h files in src/ (both opus and opusfile),
|
|
|
- except opus_demo.c
|
|
|
+ except `opus_demo.c`
|
|
|
- all .h files in include/ (both opus and opusfile)
|
|
|
- COPYING
|
|
|
|
|
@@ -145,7 +144,7 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- all .cpp and .h files apart from main.cpp
|
|
|
+- all .cpp and .h files apart from `main.cpp`
|
|
|
- LICENSE.TXT
|
|
|
|
|
|
|
|
@@ -157,7 +156,7 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- all of them: rg_etc1.{cpp,h}
|
|
|
+- `rg_etc1.{cpp,h}`
|
|
|
|
|
|
|
|
|
## rtaudio
|
|
@@ -168,7 +167,7 @@ Files extracted from upstream source:
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
-- RtAudio.{cpp,h}
|
|
|
+- `RtAudio.{cpp,h}`
|
|
|
|
|
|
|
|
|
## squish
|
|
@@ -193,3 +192,14 @@ Files extracted from upstream source:
|
|
|
- all .c, .h in lib/
|
|
|
- all .h files in include/theora/ as theora/
|
|
|
- COPYING and LICENSE
|
|
|
+
|
|
|
+
|
|
|
+## zlib
|
|
|
+
|
|
|
+- Upstream: http://www.zlib.net/
|
|
|
+- Version: 1.2.8
|
|
|
+- License: zlib
|
|
|
+
|
|
|
+Files extracted from upstream source:
|
|
|
+
|
|
|
+- all .c and .h files apart from `gz*`
|