summaryrefslogtreecommitdiffstats
path: root/skia/svg
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/svg
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/svg')
-rw-r--r--skia/svg/SkSVG.cpp2
-rw-r--r--skia/svg/SkSVGCircle.cpp2
-rw-r--r--skia/svg/SkSVGCircle.h2
-rw-r--r--skia/svg/SkSVGClipPath.cpp2
-rw-r--r--skia/svg/SkSVGClipPath.h2
-rw-r--r--skia/svg/SkSVGDefs.cpp2
-rw-r--r--skia/svg/SkSVGDefs.h2
-rw-r--r--skia/svg/SkSVGElements.cpp2
-rw-r--r--skia/svg/SkSVGElements.h2
-rw-r--r--skia/svg/SkSVGEllipse.cpp2
-rw-r--r--skia/svg/SkSVGEllipse.h2
-rw-r--r--skia/svg/SkSVGFeColorMatrix.cpp2
-rw-r--r--skia/svg/SkSVGFeColorMatrix.h2
-rw-r--r--skia/svg/SkSVGFilter.cpp2
-rw-r--r--skia/svg/SkSVGFilter.h2
-rw-r--r--skia/svg/SkSVGG.cpp2
-rw-r--r--skia/svg/SkSVGG.h2
-rw-r--r--skia/svg/SkSVGGradient.cpp2
-rw-r--r--skia/svg/SkSVGGradient.h2
-rw-r--r--skia/svg/SkSVGGroup.cpp2
-rw-r--r--skia/svg/SkSVGGroup.h2
-rw-r--r--skia/svg/SkSVGImage.cpp2
-rw-r--r--skia/svg/SkSVGImage.h2
-rw-r--r--skia/svg/SkSVGLine.cpp2
-rw-r--r--skia/svg/SkSVGLine.h2
-rw-r--r--skia/svg/SkSVGLinearGradient.cpp2
-rw-r--r--skia/svg/SkSVGLinearGradient.h2
-rw-r--r--skia/svg/SkSVGMask.cpp2
-rw-r--r--skia/svg/SkSVGMask.h2
-rw-r--r--skia/svg/SkSVGMetadata.cpp2
-rw-r--r--skia/svg/SkSVGMetadata.h2
-rw-r--r--skia/svg/SkSVGPaintState.cpp2
-rw-r--r--skia/svg/SkSVGParser.cpp2
-rw-r--r--skia/svg/SkSVGPath.cpp2
-rw-r--r--skia/svg/SkSVGPath.h2
-rw-r--r--skia/svg/SkSVGPolygon.cpp2
-rw-r--r--skia/svg/SkSVGPolygon.h2
-rw-r--r--skia/svg/SkSVGPolyline.cpp2
-rw-r--r--skia/svg/SkSVGPolyline.h2
-rw-r--r--skia/svg/SkSVGRadialGradient.cpp2
-rw-r--r--skia/svg/SkSVGRadialGradient.h2
-rw-r--r--skia/svg/SkSVGRect.cpp2
-rw-r--r--skia/svg/SkSVGRect.h2
-rw-r--r--skia/svg/SkSVGSVG.cpp2
-rw-r--r--skia/svg/SkSVGSVG.h2
-rw-r--r--skia/svg/SkSVGStop.cpp2
-rw-r--r--skia/svg/SkSVGStop.h2
-rw-r--r--skia/svg/SkSVGSymbol.cpp2
-rw-r--r--skia/svg/SkSVGSymbol.h2
-rw-r--r--skia/svg/SkSVGText.cpp2
-rw-r--r--skia/svg/SkSVGText.h2
-rw-r--r--skia/svg/SkSVGUse.cpp2
-rw-r--r--skia/svg/SkSVGUse.h2
53 files changed, 53 insertions, 53 deletions
diff --git a/skia/svg/SkSVG.cpp b/skia/svg/SkSVG.cpp
index 7c39044..bcd62bf 100644
--- a/skia/svg/SkSVG.cpp
+++ b/skia/svg/SkSVG.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVG.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/svg/SkSVGCircle.cpp b/skia/svg/SkSVGCircle.cpp
index b72d46c..d27521d 100644
--- a/skia/svg/SkSVGCircle.cpp
+++ b/skia/svg/SkSVGCircle.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGCircle.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/svg/SkSVGCircle.h b/skia/svg/SkSVGCircle.h
index 9124c1c..343a367 100644
--- a/skia/svg/SkSVGCircle.h
+++ b/skia/svg/SkSVGCircle.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGCircle.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/svg/SkSVGClipPath.cpp b/skia/svg/SkSVGClipPath.cpp
index 586571a..bd71429 100644
--- a/skia/svg/SkSVGClipPath.cpp
+++ b/skia/svg/SkSVGClipPath.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGClipPath.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/svg/SkSVGClipPath.h b/skia/svg/SkSVGClipPath.h
index 4fc7da6..6fa17b8 100644
--- a/skia/svg/SkSVGClipPath.h
+++ b/skia/svg/SkSVGClipPath.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGClipPath.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/svg/SkSVGDefs.cpp b/skia/svg/SkSVGDefs.cpp
index ae1da54..0499075 100644
--- a/skia/svg/SkSVGDefs.cpp
+++ b/skia/svg/SkSVGDefs.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGDefs.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/svg/SkSVGDefs.h b/skia/svg/SkSVGDefs.h
index b4f024c..45f0106 100644
--- a/skia/svg/SkSVGDefs.h
+++ b/skia/svg/SkSVGDefs.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGDefs.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/svg/SkSVGElements.cpp b/skia/svg/SkSVGElements.cpp
index 52a2dc1..8e195c7 100644
--- a/skia/svg/SkSVGElements.cpp
+++ b/skia/svg/SkSVGElements.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGElements.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/svg/SkSVGElements.h b/skia/svg/SkSVGElements.h
index 743d07f..ed3f921 100644
--- a/skia/svg/SkSVGElements.h
+++ b/skia/svg/SkSVGElements.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGElements.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/svg/SkSVGEllipse.cpp b/skia/svg/SkSVGEllipse.cpp
index f795d21..3752b83 100644
--- a/skia/svg/SkSVGEllipse.cpp
+++ b/skia/svg/SkSVGEllipse.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGEllipse.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/svg/SkSVGEllipse.h b/skia/svg/SkSVGEllipse.h
index ea5d291..566f16c 100644
--- a/skia/svg/SkSVGEllipse.h
+++ b/skia/svg/SkSVGEllipse.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGEllipse.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/svg/SkSVGFeColorMatrix.cpp b/skia/svg/SkSVGFeColorMatrix.cpp
index f55985a..a758704 100644
--- a/skia/svg/SkSVGFeColorMatrix.cpp
+++ b/skia/svg/SkSVGFeColorMatrix.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGFeColorMatrix.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/svg/SkSVGFeColorMatrix.h b/skia/svg/SkSVGFeColorMatrix.h
index bb79ed9..431d532 100644
--- a/skia/svg/SkSVGFeColorMatrix.h
+++ b/skia/svg/SkSVGFeColorMatrix.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGFeColorMatrix.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/svg/SkSVGFilter.cpp b/skia/svg/SkSVGFilter.cpp
index 9d97f69..1d32e56 100644
--- a/skia/svg/SkSVGFilter.cpp
+++ b/skia/svg/SkSVGFilter.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGFilter.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/svg/SkSVGFilter.h b/skia/svg/SkSVGFilter.h
index 5323e1b..6ec9bd5 100644
--- a/skia/svg/SkSVGFilter.h
+++ b/skia/svg/SkSVGFilter.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGFilter.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/svg/SkSVGG.cpp b/skia/svg/SkSVGG.cpp
index 2e2c876..f73b8b8 100644
--- a/skia/svg/SkSVGG.cpp
+++ b/skia/svg/SkSVGG.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGG.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/svg/SkSVGG.h b/skia/svg/SkSVGG.h
index 4200c2c..4c5c68a 100644
--- a/skia/svg/SkSVGG.h
+++ b/skia/svg/SkSVGG.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGG.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/svg/SkSVGGradient.cpp b/skia/svg/SkSVGGradient.cpp
index d1fdc22..c89bdc9 100644
--- a/skia/svg/SkSVGGradient.cpp
+++ b/skia/svg/SkSVGGradient.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGGradient.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/svg/SkSVGGradient.h b/skia/svg/SkSVGGradient.h
index 1f91b1c..873b258 100644
--- a/skia/svg/SkSVGGradient.h
+++ b/skia/svg/SkSVGGradient.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGGradient.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/svg/SkSVGGroup.cpp b/skia/svg/SkSVGGroup.cpp
index 6d7e438..069aa56 100644
--- a/skia/svg/SkSVGGroup.cpp
+++ b/skia/svg/SkSVGGroup.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGGroup.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/svg/SkSVGGroup.h b/skia/svg/SkSVGGroup.h
index 31fff46..2e34cbb 100644
--- a/skia/svg/SkSVGGroup.h
+++ b/skia/svg/SkSVGGroup.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGGroup.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/svg/SkSVGImage.cpp b/skia/svg/SkSVGImage.cpp
index 17df84d..b641c9f 100644
--- a/skia/svg/SkSVGImage.cpp
+++ b/skia/svg/SkSVGImage.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGImage.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/svg/SkSVGImage.h b/skia/svg/SkSVGImage.h
index 9b21f69..2f73b0d 100644
--- a/skia/svg/SkSVGImage.h
+++ b/skia/svg/SkSVGImage.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGImage.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/svg/SkSVGLine.cpp b/skia/svg/SkSVGLine.cpp
index 23cc46f..105822a 100644
--- a/skia/svg/SkSVGLine.cpp
+++ b/skia/svg/SkSVGLine.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGLine.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/svg/SkSVGLine.h b/skia/svg/SkSVGLine.h
index 6d8b733..f2cfce9 100644
--- a/skia/svg/SkSVGLine.h
+++ b/skia/svg/SkSVGLine.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGLine.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/svg/SkSVGLinearGradient.cpp b/skia/svg/SkSVGLinearGradient.cpp
index d950cae..a474d15 100644
--- a/skia/svg/SkSVGLinearGradient.cpp
+++ b/skia/svg/SkSVGLinearGradient.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGLinearGradient.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/svg/SkSVGLinearGradient.h b/skia/svg/SkSVGLinearGradient.h
index 96301d2..85e28e7 100644
--- a/skia/svg/SkSVGLinearGradient.h
+++ b/skia/svg/SkSVGLinearGradient.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGLinearGradient.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/svg/SkSVGMask.cpp b/skia/svg/SkSVGMask.cpp
index dfc9ebf..eb93118 100644
--- a/skia/svg/SkSVGMask.cpp
+++ b/skia/svg/SkSVGMask.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGMask.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/svg/SkSVGMask.h b/skia/svg/SkSVGMask.h
index 6a2f3c3..6e349b4 100644
--- a/skia/svg/SkSVGMask.h
+++ b/skia/svg/SkSVGMask.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGMask.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/svg/SkSVGMetadata.cpp b/skia/svg/SkSVGMetadata.cpp
index 9c305e4..7c9e6ba 100644
--- a/skia/svg/SkSVGMetadata.cpp
+++ b/skia/svg/SkSVGMetadata.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGMetadata.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/svg/SkSVGMetadata.h b/skia/svg/SkSVGMetadata.h
index 8fb42a8..f3b5b6c 100644
--- a/skia/svg/SkSVGMetadata.h
+++ b/skia/svg/SkSVGMetadata.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGMetadata.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/svg/SkSVGPaintState.cpp b/skia/svg/SkSVGPaintState.cpp
index 20fb5db..7fc90c7 100644
--- a/skia/svg/SkSVGPaintState.cpp
+++ b/skia/svg/SkSVGPaintState.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPaintState.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/svg/SkSVGParser.cpp b/skia/svg/SkSVGParser.cpp
index 869a55a..b55c5ed 100644
--- a/skia/svg/SkSVGParser.cpp
+++ b/skia/svg/SkSVGParser.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGParser.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/svg/SkSVGPath.cpp b/skia/svg/SkSVGPath.cpp
index bff8f24..a916c30 100644
--- a/skia/svg/SkSVGPath.cpp
+++ b/skia/svg/SkSVGPath.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPath.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/svg/SkSVGPath.h b/skia/svg/SkSVGPath.h
index f3be03b..8a0c210 100644
--- a/skia/svg/SkSVGPath.h
+++ b/skia/svg/SkSVGPath.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPath.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/svg/SkSVGPolygon.cpp b/skia/svg/SkSVGPolygon.cpp
index f1ed9ce..283422c 100644
--- a/skia/svg/SkSVGPolygon.cpp
+++ b/skia/svg/SkSVGPolygon.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPolygon.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/svg/SkSVGPolygon.h b/skia/svg/SkSVGPolygon.h
index a01d389..1f27c5c 100644
--- a/skia/svg/SkSVGPolygon.h
+++ b/skia/svg/SkSVGPolygon.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPolygon.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/svg/SkSVGPolyline.cpp b/skia/svg/SkSVGPolyline.cpp
index 7e7b575..8432c95 100644
--- a/skia/svg/SkSVGPolyline.cpp
+++ b/skia/svg/SkSVGPolyline.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPolyline.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/svg/SkSVGPolyline.h b/skia/svg/SkSVGPolyline.h
index 68527e7..7f25129 100644
--- a/skia/svg/SkSVGPolyline.h
+++ b/skia/svg/SkSVGPolyline.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGPolyline.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/svg/SkSVGRadialGradient.cpp b/skia/svg/SkSVGRadialGradient.cpp
index 31bfde6..bba8b941 100644
--- a/skia/svg/SkSVGRadialGradient.cpp
+++ b/skia/svg/SkSVGRadialGradient.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGRadialGradient.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/svg/SkSVGRadialGradient.h b/skia/svg/SkSVGRadialGradient.h
index cdf2c10..5b04186 100644
--- a/skia/svg/SkSVGRadialGradient.h
+++ b/skia/svg/SkSVGRadialGradient.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGRadialGradient.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/svg/SkSVGRect.cpp b/skia/svg/SkSVGRect.cpp
index 9f1da07..03fdfdc 100644
--- a/skia/svg/SkSVGRect.cpp
+++ b/skia/svg/SkSVGRect.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGRect.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/svg/SkSVGRect.h b/skia/svg/SkSVGRect.h
index ac48d8e..d06372b 100644
--- a/skia/svg/SkSVGRect.h
+++ b/skia/svg/SkSVGRect.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGRect.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/svg/SkSVGSVG.cpp b/skia/svg/SkSVGSVG.cpp
index 6b0aed3..1678fc1 100644
--- a/skia/svg/SkSVGSVG.cpp
+++ b/skia/svg/SkSVGSVG.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGSVG.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/svg/SkSVGSVG.h b/skia/svg/SkSVGSVG.h
index c8eec08..f331ccd 100644
--- a/skia/svg/SkSVGSVG.h
+++ b/skia/svg/SkSVGSVG.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGSVG.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/svg/SkSVGStop.cpp b/skia/svg/SkSVGStop.cpp
index 10472d2..0d1d76c 100644
--- a/skia/svg/SkSVGStop.cpp
+++ b/skia/svg/SkSVGStop.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGStop.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/svg/SkSVGStop.h b/skia/svg/SkSVGStop.h
index 50be491..dd11d18 100644
--- a/skia/svg/SkSVGStop.h
+++ b/skia/svg/SkSVGStop.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGStop.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/svg/SkSVGSymbol.cpp b/skia/svg/SkSVGSymbol.cpp
index a559397..f8729d7 100644
--- a/skia/svg/SkSVGSymbol.cpp
+++ b/skia/svg/SkSVGSymbol.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGSymbol.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/svg/SkSVGSymbol.h b/skia/svg/SkSVGSymbol.h
index 08285eb..c1439dc 100644
--- a/skia/svg/SkSVGSymbol.h
+++ b/skia/svg/SkSVGSymbol.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGSymbol.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/svg/SkSVGText.cpp b/skia/svg/SkSVGText.cpp
index 930055c..1c18a74 100644
--- a/skia/svg/SkSVGText.cpp
+++ b/skia/svg/SkSVGText.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGText.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/svg/SkSVGText.h b/skia/svg/SkSVGText.h
index 82f0242..98b0155 100644
--- a/skia/svg/SkSVGText.h
+++ b/skia/svg/SkSVGText.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGText.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/svg/SkSVGUse.cpp b/skia/svg/SkSVGUse.cpp
index 9c419e0..ba7b256 100644
--- a/skia/svg/SkSVGUse.cpp
+++ b/skia/svg/SkSVGUse.cpp
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGUse.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/svg/SkSVGUse.h b/skia/svg/SkSVGUse.h
index 1c024d5..ff85ce6 100644
--- a/skia/svg/SkSVGUse.h
+++ b/skia/svg/SkSVGUse.h
@@ -1,6 +1,6 @@
/* libs/graphics/svg/SkSVGUse.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.