diff options
author | Austin Morton <apmorton@users.noreply.github.com> | 2020-09-27 00:20:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 00:20:19 -0400 |
commit | de85aecc7dac9495bf5503e3e17daa874ac704f3 (patch) | |
tree | 4efdd13dffd94bc7913dcb789bc5afad647afe32 /lib/compilers/index.js | |
parent | 4a158e1ff423cbdd1c90fb4146bd95fc77e901dc (diff) | |
download | compiler-explorer-de85aecc7dac9495bf5503e3e17daa874ac704f3.tar.gz compiler-explorer-de85aecc7dac9495bf5503e3e17daa874ac704f3.zip |
Normalize and enforce license disclaimer headers (#2234)
Diffstat (limited to 'lib/compilers/index.js')
-rw-r--r-- | lib/compilers/index.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/compilers/index.js b/lib/compilers/index.js index e33e540eb..dff6a4924 100644 --- a/lib/compilers/index.js +++ b/lib/compilers/index.js @@ -1,3 +1,27 @@ +// Copyright (c) 2020, 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 { makeKeyedTypeGetter } from '../keyed-type'; import * as all from './_all'; |