summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-08-06 18:25:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-07 01:26:22 +0000
commitac97e8e270e8783230272fa07d18d360d2409d5f (patch)
treedfe91149543615dab8690f76065669f739b3221f /ui
parent857c585526163ae1817352d6e9d805fbd07cb005 (diff)
downloadchromium_src-ac97e8e270e8783230272fa07d18d360d2409d5f.zip
chromium_src-ac97e8e270e8783230272fa07d18d360d2409d5f.tar.gz
chromium_src-ac97e8e270e8783230272fa07d18d360d2409d5f.tar.bz2
Add license headers to .icon files.
BUG=none Review URL: https://codereview.chromium.org/1277753004 Cr-Commit-Position: refs/heads/master@{#342256}
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/vector_icons/account_child_invert.icon4
-rw-r--r--ui/gfx/vector_icons/check_circle.icon4
-rw-r--r--ui/gfx/vector_icons/extension.icon4
-rw-r--r--ui/gfx/vector_icons/file_download_shelf.icon4
-rw-r--r--ui/gfx/vector_icons/find_close.1x.icon4
-rw-r--r--ui/gfx/vector_icons/find_close.icon4
-rw-r--r--ui/gfx/vector_icons/find_next.1x.icon4
-rw-r--r--ui/gfx/vector_icons/find_prev.1x.icon4
-rw-r--r--ui/gfx/vector_icons/find_prev.icon4
-rw-r--r--ui/gfx/vector_icons/help_outline.icon4
-rw-r--r--ui/gfx/vector_icons/location_on.icon4
-rw-r--r--ui/gfx/vector_icons/notifications.icon4
-rw-r--r--ui/gfx/vector_icons/photo_camera.icon4
-rw-r--r--ui/gfx/vector_icons/supervisor_account.icon4
-rw-r--r--ui/gfx/vector_icons/translate.icon6
15 files changed, 60 insertions, 2 deletions
diff --git a/ui/gfx/vector_icons/account_child_invert.icon b/ui/gfx/vector_icons/account_child_invert.icon
index d2275f7..0b8e989 100644
--- a/ui/gfx/vector_icons/account_child_invert.icon
+++ b/ui/gfx/vector_icons/account_child_invert.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
CIRCLE, 24, 10, 6,
CIRCLE, 24, 26, 4,
MOVE_TO, 24, 18,
diff --git a/ui/gfx/vector_icons/check_circle.icon b/ui/gfx/vector_icons/check_circle.icon
index 3b1ed2c..cd24bbd 100644
--- a/ui/gfx/vector_icons/check_circle.icon
+++ b/ui/gfx/vector_icons/check_circle.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
CIRCLE, 24, 24, 20,
MOVE_TO, 20, 34,
LINE_TO, 10, 24,
diff --git a/ui/gfx/vector_icons/extension.icon b/ui/gfx/vector_icons/extension.icon
index cb16063..75fe2c8 100644
--- a/ui/gfx/vector_icons/extension.icon
+++ b/ui/gfx/vector_icons/extension.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
MOVE_TO, 41, 22,
R_H_LINE_TO, -3,
R_V_LINE_TO, -8,
diff --git a/ui/gfx/vector_icons/file_download_shelf.icon b/ui/gfx/vector_icons/file_download_shelf.icon
index 1f308f0..a77e540 100644
--- a/ui/gfx/vector_icons/file_download_shelf.icon
+++ b/ui/gfx/vector_icons/file_download_shelf.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A modified version of "file_download" with a wider bottom bar and taller
// arrow, and a white circle.
CANVAS_DIMENSIONS, 72,
diff --git a/ui/gfx/vector_icons/find_close.1x.icon b/ui/gfx/vector_icons/find_close.1x.icon
index b00c30f..a7267fd 100644
--- a/ui/gfx/vector_icons/find_close.1x.icon
+++ b/ui/gfx/vector_icons/find_close.1x.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A variant of ic_close with rounded corners and optimized for 1x scale factor
// devices.
CANVAS_DIMENSIONS, 16,
diff --git a/ui/gfx/vector_icons/find_close.icon b/ui/gfx/vector_icons/find_close.icon
index dd27e91..cfbabc1 100644
--- a/ui/gfx/vector_icons/find_close.icon
+++ b/ui/gfx/vector_icons/find_close.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A variant of ic_close with rounded corners.
CANVAS_DIMENSIONS, 32,
STROKE, 3.5f,
diff --git a/ui/gfx/vector_icons/find_next.1x.icon b/ui/gfx/vector_icons/find_next.1x.icon
index 393a6a9..f0d172f 100644
--- a/ui/gfx/vector_icons/find_next.1x.icon
+++ b/ui/gfx/vector_icons/find_next.1x.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A variant of ic_expand_more with rounded corners and optimized for 1x
// scale factor devices.
CANVAS_DIMENSIONS, 16,
diff --git a/ui/gfx/vector_icons/find_prev.1x.icon b/ui/gfx/vector_icons/find_prev.1x.icon
index a26d5fb..863b01c 100644
--- a/ui/gfx/vector_icons/find_prev.1x.icon
+++ b/ui/gfx/vector_icons/find_prev.1x.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A variant of ic_expand_less with rounded corners and optimized for 1x
// scale factor devices.
CANVAS_DIMENSIONS, 16,
diff --git a/ui/gfx/vector_icons/find_prev.icon b/ui/gfx/vector_icons/find_prev.icon
index 37f48c9..67f18cb 100644
--- a/ui/gfx/vector_icons/find_prev.icon
+++ b/ui/gfx/vector_icons/find_prev.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
// A variant of ic_expand_less with rounded corners.
CANVAS_DIMENSIONS, 32,
// Hard clip at path points +- half the stroke.
diff --git a/ui/gfx/vector_icons/help_outline.icon b/ui/gfx/vector_icons/help_outline.icon
index f06e0dc..7bb8c00 100644
--- a/ui/gfx/vector_icons/help_outline.icon
+++ b/ui/gfx/vector_icons/help_outline.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
MOVE_TO, 22, 36,
R_H_LINE_TO, 4,
R_V_LINE_TO, -4,
diff --git a/ui/gfx/vector_icons/location_on.icon b/ui/gfx/vector_icons/location_on.icon
index 9516688..49f18a4 100644
--- a/ui/gfx/vector_icons/location_on.icon
+++ b/ui/gfx/vector_icons/location_on.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
MOVE_TO, 24, 4,
R_CUBIC_TO, -7.73f, 0, -14, 6.27f, -14, 14,
R_CUBIC_TO, 0, 10.5f, 14, 26, 14, 26,
diff --git a/ui/gfx/vector_icons/notifications.icon b/ui/gfx/vector_icons/notifications.icon
index 0906594..8240b82 100644
--- a/ui/gfx/vector_icons/notifications.icon
+++ b/ui/gfx/vector_icons/notifications.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
MOVE_TO, 24, 44,
R_CUBIC_TO, 2.21f, 0, 4, -1.49f, 4, -4,
R_H_LINE_TO, -8,
diff --git a/ui/gfx/vector_icons/photo_camera.icon b/ui/gfx/vector_icons/photo_camera.icon
index d08bfd9..3667b98 100644
--- a/ui/gfx/vector_icons/photo_camera.icon
+++ b/ui/gfx/vector_icons/photo_camera.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
CIRCLE, 24, 24, 6.4f,
MOVE_TO, 18, 4,
R_LINE_TO, -3.66f, 4,
diff --git a/ui/gfx/vector_icons/supervisor_account.icon b/ui/gfx/vector_icons/supervisor_account.icon
index 2190063..4b31712 100644
--- a/ui/gfx/vector_icons/supervisor_account.icon
+++ b/ui/gfx/vector_icons/supervisor_account.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
CIRCLE, 33, 19, 5,
CIRCLE, 18, 16, 6,
MOVE_TO, 33, 28,
diff --git a/ui/gfx/vector_icons/translate.icon b/ui/gfx/vector_icons/translate.icon
index 410c67f..620036f 100644
--- a/ui/gfx/vector_icons/translate.icon
+++ b/ui/gfx/vector_icons/translate.icon
@@ -1,3 +1,7 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
CANVAS_DIMENSIONS, 16,
MOVE_TO, 7.7f, 3.8f,
H_LINE_TO, 6.7f,
@@ -32,7 +36,6 @@ V_LINE_TO, 2.3f,
CUBIC_TO, 9, 1.7f, 8.3f, 1, 7.7f, 1,
CLOSE,
NEW_PATH,
-// Outline of the A
MOVE_TO, 13.7f, 7,
H_LINE_TO, 9,
H_LINE_TO, 8,
@@ -48,7 +51,6 @@ R_CUBIC_TO, 0.6f, 0, 1.1f, -0.6f, 1.1f, -1.1f,
V_LINE_TO, 8.3f,
CUBIC_TO, 15, 7.7f, 14.3f, 7, 13.7f, 7,
CLOSE,
-// The A
MOVE_TO, 12.4f, 13.2f,
R_LINE_TO, -0.4f, -1,
H_LINE_TO, 10,