From ff6b9024571e28aa11b122da5088d7cbc2b54735 Mon Sep 17 00:00:00 2001
From: awschristou <39839589+awschristou@users.noreply.github.com>
Date: Fri, 1 Feb 2019 17:34:23 -0800
Subject: [PATCH] Initial import of open source icons from VS Code (#227)
---
third-party/README.md | 5 ++++
third-party/resources/from-vscode/LICENSE.txt | 23 +++++++++++++++
third-party/resources/from-vscode/README.md | 28 +++++++++++++++++++
.../resources/from-vscode/dark/refresh.svg | 1 +
.../resources/from-vscode/light/refresh.svg | 1 +
5 files changed, 58 insertions(+)
create mode 100644 third-party/resources/from-vscode/LICENSE.txt
create mode 100644 third-party/resources/from-vscode/README.md
create mode 100644 third-party/resources/from-vscode/dark/refresh.svg
create mode 100644 third-party/resources/from-vscode/light/refresh.svg
diff --git a/third-party/README.md b/third-party/README.md
index e89a37e2a2e..97055b7ca0f 100644
--- a/third-party/README.md
+++ b/third-party/README.md
@@ -7,3 +7,8 @@ WARNING: This package has been modified from the original Open Source MIT licens
The test runner is sourced from [Codecov VSCode Extension Example](https://github.com/codecov/example-typescript-vscode-extension). This test runner is invoked by the VS Code extension, and orchestrates the [istanbul](https://istanbul.js.org/) coverage package.
The file is located in [third-party/test/index.ts](test/index.ts). Its original source is located at https://github.com/codecov/example-typescript-vscode-extension/blob/master/test/index.ts
+
+## VS Code Icons
+
+Some UI icons are sourced from [Visual Studio Code](https://github.com/Microsoft/vscode) to provide a consistent look and feel. These files are located within [third-party/resources/from-vscode](resources/from-vscode).
+
diff --git a/third-party/resources/from-vscode/LICENSE.txt b/third-party/resources/from-vscode/LICENSE.txt
new file mode 100644
index 00000000000..e405d570cb5
--- /dev/null
+++ b/third-party/resources/from-vscode/LICENSE.txt
@@ -0,0 +1,23 @@
+MIT License
+
+Copyright (c) 2015 - present Microsoft Corporation
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff --git a/third-party/resources/from-vscode/README.md b/third-party/resources/from-vscode/README.md
new file mode 100644
index 00000000000..e847fc128c2
--- /dev/null
+++ b/third-party/resources/from-vscode/README.md
@@ -0,0 +1,28 @@
+The AWS Toolkit for VS Code includes the following third-party software/licensing:
+
+Icons contained in this folder and subfolders are from Visual Studio Code: https://github.com/Microsoft/vscode
+
+MIT License
+
+Copyright (c) 2015 - present Microsoft Corporation
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/third-party/resources/from-vscode/dark/refresh.svg b/third-party/resources/from-vscode/dark/refresh.svg
new file mode 100644
index 00000000000..d79fdaa4e8e
--- /dev/null
+++ b/third-party/resources/from-vscode/dark/refresh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/third-party/resources/from-vscode/light/refresh.svg b/third-party/resources/from-vscode/light/refresh.svg
new file mode 100644
index 00000000000..e0345748192
--- /dev/null
+++ b/third-party/resources/from-vscode/light/refresh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file