summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/third_party/dmg_fp/README.chromium1
-rw-r--r--base/third_party/dynamic_annotations/README.chromium1
-rw-r--r--base/third_party/nspr/README.chromium1
-rw-r--r--base/third_party/symbolize/README.chromium1
-rw-r--r--base/third_party/xdg_user_dirs/README.chromium1
5 files changed, 5 insertions, 0 deletions
diff --git a/base/third_party/dmg_fp/README.chromium b/base/third_party/dmg_fp/README.chromium
index 423946e..d4ba209 100644
--- a/base/third_party/dmg_fp/README.chromium
+++ b/base/third_party/dmg_fp/README.chromium
@@ -1,5 +1,6 @@
Name: David M. Gay's floating point routines
URL: http://www.netlib.org/fp/
+License: MIT-like
Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
diff --git a/base/third_party/dynamic_annotations/README.chromium b/base/third_party/dynamic_annotations/README.chromium
index b248121..dc8bdef 100644
--- a/base/third_party/dynamic_annotations/README.chromium
+++ b/base/third_party/dynamic_annotations/README.chromium
@@ -1,6 +1,7 @@
Name: dynamic annotations
URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations
Version: 4384
+License: BSD
One header and one source file (dynamic_annotations.h and dynamic_annotations.c)
in this directory define runtime macros useful for annotating synchronization
diff --git a/base/third_party/nspr/README.chromium b/base/third_party/nspr/README.chromium
index 55a50fe..3659a2c 100644
--- a/base/third_party/nspr/README.chromium
+++ b/base/third_party/nspr/README.chromium
@@ -1,2 +1,3 @@
Name: Netscape Portable Runtime (NSPR)
URL: http://www.mozilla.org/projects/nspr/
+License: MPL 1.1/GPL 2.0/LGPL 2.1
diff --git a/base/third_party/symbolize/README.chromium b/base/third_party/symbolize/README.chromium
index 655f787..b86b4e0 100644
--- a/base/third_party/symbolize/README.chromium
+++ b/base/third_party/symbolize/README.chromium
@@ -1,5 +1,6 @@
Name: google-glog's symbolization library
URL: http://code.google.com/p/google-glog/
+License: BSD
The following files are copied AS-IS from:
http://code.google.com/p/google-glog/source/browse/#svn/trunk/src (r76)
diff --git a/base/third_party/xdg_user_dirs/README.chromium b/base/third_party/xdg_user_dirs/README.chromium
index ec9d810..b4cf6d7 100644
--- a/base/third_party/xdg_user_dirs/README.chromium
+++ b/base/third_party/xdg_user_dirs/README.chromium
@@ -1,5 +1,6 @@
Name: xdg-user-dirs
URL: http://www.freedesktop.org/wiki/Software/xdg-user-dirs
+License: MIT
This directory include xdg-user-dir-lookup.c renamed as xdg_user_dir_lookup.cc
from xdg-user-dirs 0.10. We made xdg_user_dir_lookup() non-static and added a