diff options
author | Mats Larsen <me@supergrecko.com> | 2022-05-31 14:44:58 +0200 |
---|---|---|
committer | Mats Larsen <me@supergrecko.com> | 2022-05-31 14:44:58 +0200 |
commit | 4b82e783a1ff45d0dc8eafdb09331e54af62df34 (patch) | |
tree | 58ab80042782221489b311a9964e0b0682f53c62 | |
parent | 202b9966957ed3cb62934f2041255bae2c92fae3 (diff) | |
download | compiler-explorer-gh-3188.tar.gz compiler-explorer-gh-3188.zip |
Add license headergh-3188
-rw-r--r-- | static/extensions/view-assembly-documentation.ts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/extensions/view-assembly-documentation.ts b/static/extensions/view-assembly-documentation.ts index f7070219c..1d85651c8 100644 --- a/static/extensions/view-assembly-documentation.ts +++ b/static/extensions/view-assembly-documentation.ts @@ -1,3 +1,27 @@ +// Copyright (c) 2022, Compiler Explorer Authors +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are met: +// +// * Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +// POSSIBILITY OF SUCH DAMAGE. + import * as monaco from 'monaco-editor'; import {ga} from '../analytics'; import LRUCache from 'lru-cache'; |