summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 20:01:01 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 20:01:01 +0000
commit6721c94f623189fe6a68ee100e6e7aa1a2a306b4 (patch)
tree6debd593d6ac91857a64a5beb76d00bca945a685
parentaa6d659f4eac945086682e4d3a91b45607c0d031 (diff)
downloadchromium_src-6721c94f623189fe6a68ee100e6e7aa1a2a306b4.zip
chromium_src-6721c94f623189fe6a68ee100e6e7aa1a2a306b4.tar.gz
chromium_src-6721c94f623189fe6a68ee100e6e7aa1a2a306b4.tar.bz2
Pass tools/licenses.py for third_party/gles_book and third_party/glew.
BUG=39242 Review URL: http://codereview.chromium.org/1340005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42802 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--third_party/gles2_book/LICENSE7
-rw-r--r--third_party/gles2_book/README.chromium4
-rw-r--r--third_party/glew/README.chromium4
3 files changed, 12 insertions, 3 deletions
diff --git a/third_party/gles2_book/LICENSE b/third_party/gles2_book/LICENSE
new file mode 100644
index 0000000..dc41f2f
--- /dev/null
+++ b/third_party/gles2_book/LICENSE
@@ -0,0 +1,7 @@
+Book: OpenGL(R) ES 2.0 Programming Guide
+Authors: Aaftab Munshi, Dan Ginsburg, Dave Shreiner
+ISBN-10: 0321502795
+ISBN-13: 9780321502797
+Publisher: Addison-Wesley Professional
+URLs: http://safari.informit.com/9780321563835
+ http://www.opengles-book.com \ No newline at end of file
diff --git a/third_party/gles2_book/README.chromium b/third_party/gles2_book/README.chromium
index 6f7858aa..475735d 100644
--- a/third_party/gles2_book/README.chromium
+++ b/third_party/gles2_book/README.chromium
@@ -1,7 +1,5 @@
+Name: OpenGL ES 2.0 Programming Guide
URL: http://opengles-book.com/
-Version:
-License:
-License File:
Description:
Code samples from OpenGL ES 2.0 Programming Guide.
diff --git a/third_party/glew/README.chromium b/third_party/glew/README.chromium
index b56a1df..a1f839d 100644
--- a/third_party/glew/README.chromium
+++ b/third_party/glew/README.chromium
@@ -1,3 +1,7 @@
+Name: The OpenGL Extension Wrangler Library
+URL: http://glew.sourceforge.net
+License File: LICENSE.txt
+
This is Chrome's local copy of the GLEW library, which is currently
used to interface to OpenGL and extensions to implement the WebGL
specification.