mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
HOTFIX rename COPYRIGHT so github correctly shows apache2 license for repo (#274)
This commit is contained in:
parent
abede0923b
commit
4d7f455168
@ -251,7 +251,7 @@ def usage():
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
chdir_to_toplevel()
|
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()))
|
LEGAL_NOTICES = list(map(lambda x: x.strip(), f.readlines()))
|
||||||
|
|
||||||
if len(sys.argv) != 2 and len(sys.argv) != 3:
|
if len(sys.argv) != 2 and len(sys.argv) != 3:
|
||||||
|
@ -1,22 +1,6 @@
|
|||||||
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
||||||
-- SPDX-License-Identifier: Apache-2.0
|
-- 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'.
|
-- | Extended version of 'Test.Tasty.QuickCheck'.
|
||||||
module Test.Tasty.Extended (
|
module Test.Tasty.Extended (
|
||||||
module Tasty
|
module Tasty
|
||||||
|
Loading…
Reference in New Issue
Block a user