Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
update copyright notices (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da committed Sep 10, 2019
1 parent ac7de5f commit 10c59a0
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

load(
Expand Down
2 changes: 1 addition & 1 deletion cbits/getmodtime.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2019 The DAML Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

#include <sys/stat.h>
Expand Down
2 changes: 1 addition & 1 deletion exe/Arguments.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Arguments(Arguments(..), getArguments) where
Expand Down
2 changes: 1 addition & 1 deletion exe/Main.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Main(main) where
Expand Down
2 changes: 1 addition & 1 deletion extension/src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2019 The DAML Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

import * as path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion hie-core-daml.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:: Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
:: Copyright (c) 2019 The DAML Authors. All rights reserved.
:: SPDX-License-Identifier: Apache-2.0

@REM Install hie-core where cabal install would put it on Windows
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Compile.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE RankNTypes #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Debouncer.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Core.Debouncer
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/FileStore.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
{-# LANGUAGE CPP #-}
{-# LANGUAGE TypeFamilies #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/OfInterest.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/PositionMapping.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
module Development.IDE.Core.PositionMapping
( PositionMapping(..)
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/RuleTypes.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE FlexibleInstances #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Rules.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE TypeFamilies #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Service.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE TypeFamilies #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Core/Shake.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE ExistentialQuantification #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/CPP.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

-- Copied from https://github.com/ghc/ghc/blob/master/compiler/main/DriverPipeline.hs on 14 May 2019
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/Compat.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE CPP #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/Error.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
module Development.IDE.GHC.Error
(
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/Orphans.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE FlexibleInstances #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/Util.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# OPTIONS_GHC -Wno-missing-fields #-} -- to enable prettyPrint
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/GHC/Warnings.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.GHC.Warnings(withWarnings) where
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Import/DependencyInformation.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Import.DependencyInformation
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Import/FindImports.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/CodeAction.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DuplicateRecordFields #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Definition.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Hover.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/LanguageServer.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE ExistentialQuantification #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Notifications.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DuplicateRecordFields #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Protocol.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
{-# LANGUAGE PatternSynonyms #-}

Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/LSP/Server.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DuplicateRecordFields #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Spans/AtPoint.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

-- | Gives information about symbols at a given point in DAML files.
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Spans/Calculate.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

-- ORIGINALLY COPIED FROM https://github.com/commercialhaskell/intero
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Spans/Documentation.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Spans.Documentation (
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Spans/Type.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

-- ORIGINALLY COPIED FROM https://github.com/commercialhaskell/intero
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Types/Diagnostics.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Types/Location.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Types/Logger.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE RankNTypes #-}
Expand Down
2 changes: 1 addition & 1 deletion src/Development/IDE/Types/Options.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE RankNTypes #-}
Expand Down
2 changes: 1 addition & 1 deletion test/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

load(
Expand Down
2 changes: 1 addition & 1 deletion test/bazel/Development/IDE/Test/Runfiles.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Test.Runfiles
Expand Down
2 changes: 1 addition & 1 deletion test/cabal/Development/IDE/Test/Runfiles.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Test.Runfiles
Expand Down
2 changes: 1 addition & 1 deletion test/exe/Main.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DuplicateRecordFields #-}
Expand Down
2 changes: 1 addition & 1 deletion test/src/Development/IDE/Test.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Development.IDE.Test
Expand Down

0 comments on commit 10c59a0

Please sign in to comment.