From 4d7f455168f68bf7fcceb2a06188c38644924138 Mon Sep 17 00:00:00 2001 From: Brian Healey Date: Fri, 5 Apr 2019 22:10:47 -0400 Subject: [PATCH] HOTFIX rename COPYRIGHT so github correctly shows apache2 license for repo (#274) --- COPYRIGHT => COPY | 0 dev-env/bin/dade-copyright-headers | 2 +- .../da-hs-base/src/Test/Tasty/Extended.hs | 16 ---------------- 3 files changed, 1 insertion(+), 17 deletions(-) rename COPYRIGHT => COPY (100%) diff --git a/COPYRIGHT b/COPY similarity index 100% rename from COPYRIGHT rename to COPY diff --git a/dev-env/bin/dade-copyright-headers b/dev-env/bin/dade-copyright-headers index 32abd65a9bc..11e7223af72 100755 --- a/dev-env/bin/dade-copyright-headers +++ b/dev-env/bin/dade-copyright-headers @@ -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: diff --git a/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs b/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs index 7edf53974a5..0a032d536e6 100644 --- a/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs +++ b/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs @@ -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