summaryrefslogtreecommitdiffstats
path: root/skia/xml
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 21:01:41 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 21:01:41 +0000
commit52e935d04c59135739c3a68fb6e19d313dc6d5ad (patch)
tree95f7ab178b045bef4456cbf92c6aa7e476becd99 /skia/xml
parent30fab79877b4bb067944b74d98346ac9bb6bfc7e (diff)
downloadchromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.zip
chromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.tar.gz
chromium_src-52e935d04c59135739c3a68fb6e19d313dc6d5ad.tar.bz2
New drop of Skia. This is up to CL 121320.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/xml')
-rw-r--r--skia/xml/SkBML_Verbs.h2
-rw-r--r--skia/xml/SkBML_XMLParser.cpp2
-rw-r--r--skia/xml/SkDOM.cpp2
-rw-r--r--skia/xml/SkJS.cpp2
-rw-r--r--skia/xml/SkJSDisplayable.cpp2
-rw-r--r--skia/xml/SkParse.cpp2
-rw-r--r--skia/xml/SkParseColor.cpp2
-rw-r--r--skia/xml/SkXMLParser.cpp2
-rw-r--r--skia/xml/SkXMLWriter.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/skia/xml/SkBML_Verbs.h b/skia/xml/SkBML_Verbs.h
index 2d17d87..86bfede 100644
--- a/skia/xml/SkBML_Verbs.h
+++ b/skia/xml/SkBML_Verbs.h
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkBML_Verbs.h
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkBML_XMLParser.cpp b/skia/xml/SkBML_XMLParser.cpp
index 34b86a1..53b7f61 100644
--- a/skia/xml/SkBML_XMLParser.cpp
+++ b/skia/xml/SkBML_XMLParser.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkBML_XMLParser.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkDOM.cpp b/skia/xml/SkDOM.cpp
index c738be6..a9fc31e 100644
--- a/skia/xml/SkDOM.cpp
+++ b/skia/xml/SkDOM.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkDOM.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkJS.cpp b/skia/xml/SkJS.cpp
index 626bd6f..03ccba6 100644
--- a/skia/xml/SkJS.cpp
+++ b/skia/xml/SkJS.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkJS.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkJSDisplayable.cpp b/skia/xml/SkJSDisplayable.cpp
index 87269f3..d52a7c9 100644
--- a/skia/xml/SkJSDisplayable.cpp
+++ b/skia/xml/SkJSDisplayable.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkJSDisplayable.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkParse.cpp b/skia/xml/SkParse.cpp
index b2cf296..e740280 100644
--- a/skia/xml/SkParse.cpp
+++ b/skia/xml/SkParse.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkParse.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkParseColor.cpp b/skia/xml/SkParseColor.cpp
index 43bd09e..eca2e38 100644
--- a/skia/xml/SkParseColor.cpp
+++ b/skia/xml/SkParseColor.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkParseColor.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkXMLParser.cpp b/skia/xml/SkXMLParser.cpp
index 0a88bfb..da33307 100644
--- a/skia/xml/SkXMLParser.cpp
+++ b/skia/xml/SkXMLParser.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkXMLParser.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/skia/xml/SkXMLWriter.cpp b/skia/xml/SkXMLWriter.cpp
index e8df912..4685d81 100644
--- a/skia/xml/SkXMLWriter.cpp
+++ b/skia/xml/SkXMLWriter.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/xml/SkXMLWriter.cpp
**
-** Copyright 2006, Google Inc.
+** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.