HOTFIX rename COPYRIGHT so github correctly shows apache2 license for repo (#274)

This commit is contained in:
Brian Healey 2019-04-05 22:10:47 -04:00 committed by GitHub
parent abede0923b
commit 4d7f455168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 17 deletions

View File

View File

@ -251,7 +251,7 @@ def usage():
sys.exit(1)
chdir_to_toplevel()
with open('COPYRIGHT', 'r') as f:
with open('COPY', 'r') as f:
LEGAL_NOTICES = list(map(lambda x: x.strip(), f.readlines()))
if len(sys.argv) != 2 and len(sys.argv) != 3:

View File

@ -1,22 +1,6 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
-- license, transmit, distribute, exhibit, perform, publish, or display any part,
-- in any form, or by any means. Reverse engineering, disassembly, or decompilation
-- of this software, unless required by law for interoperability, is prohibited.
--
-- Warranty Disclaimer
--
-- 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 OF THIRD PARTY RIGHTS.
-- 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.
--------------------------------------------------------------------------------
-- | Extended version of 'Test.Tasty.QuickCheck'.
module Test.Tasty.Extended (
module Tasty