aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-30 00:52:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-30 00:52:46 +0000
commit2077ce50f59fc2559546f901360a173b33f2cf4e (patch)
treea037e43089e97ef6b100fe164a36c74124f8ebea
parent74d1a2580896bb87deb48554195b6d6047683d69 (diff)
parent06c7cffc0b745d2f3e6ffa9cf977cdb49eb373fb (diff)
downloadMicrosoft-GSL-2077ce50f59fc2559546f901360a173b33f2cf4e.tar.gz
Merge "Add METADATA."
-rw-r--r--METADATA11
l---------[-rw-r--r--]NOTICE22
2 files changed, 12 insertions, 21 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..20baf83
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,11 @@
+name: "Microsoft-GSL"
+description:
+ "The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This repo contains Microsoft's implementation of GSL."
+
+third_party {
+ url {
+ type: GIT
+ value: "https://github.com/Microsoft/GSL"
+ }
+ version: "2b8d20425e990c5a3e9a0158e2cedacbcdf9e522"
+}
diff --git a/NOTICE b/NOTICE
index aa58667..7a694c9 100644..120000
--- a/NOTICE
+++ b/NOTICE
@@ -1,21 +1 @@
-Copyright (c) 2015 Microsoft Corporation. All rights reserved.
-
-This code is licensed under the MIT License (MIT).
-
-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.
+LICENSE \ No newline at end of file