summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/firebird/README3
-rw-r--r--external/glew/README6
-rw-r--r--external/glyphy/README3
-rw-r--r--external/openldap/README3
-rw-r--r--external/ucpp/README3
5 files changed, 18 insertions, 0 deletions
diff --git a/external/firebird/README b/external/firebird/README
new file mode 100644
index 000000000000..cc7c727436bf
--- /dev/null
+++ b/external/firebird/README
@@ -0,0 +1,3 @@
+Firebird is an embeddable SQL RDBMS implemented in C++
+
+http://firebirdsql.org/
diff --git a/external/glew/README b/external/glew/README
new file mode 100644
index 000000000000..34b2d249401c
--- /dev/null
+++ b/external/glew/README
@@ -0,0 +1,6 @@
+GLEW is the OpenGL Extension Wrangler
+
+GLEW provides efficient run-time mechanisms for determining which OpenGL
+extensions are supported on the target platform.
+
+http://glew.sourceforge.net/
diff --git a/external/glyphy/README b/external/glyphy/README
new file mode 100644
index 000000000000..7d6445c9dc0d
--- /dev/null
+++ b/external/glyphy/README
@@ -0,0 +1,3 @@
+GLyphy is a text renderer that uses OpenGL
+
+https://github.com/behdad/glyphy
diff --git a/external/openldap/README b/external/openldap/README
new file mode 100644
index 000000000000..0c1828c12b93
--- /dev/null
+++ b/external/openldap/README
@@ -0,0 +1,3 @@
+OpenLDAP provides an LDAP client library
+
+http://www.openldap.org/
diff --git a/external/ucpp/README b/external/ucpp/README
new file mode 100644
index 000000000000..9246c701a267
--- /dev/null
+++ b/external/ucpp/README
@@ -0,0 +1,3 @@
+ucpp is a C99 preprocessor
+
+Used to be hosted at https://code.google.com/p/ucpp/ - not sure where it's gone