diff --git a/.hlint.yaml b/.hlint.yaml index 98b5577b5e3a..aad007a5e538 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # HLint configuration file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fea357bf0edb..d5b171b619d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # See https://pre-commit.com for more information diff --git a/.prettierrc.yaml b/.prettierrc.yaml index 7d1ed5fcdd9c..5a811179f0b4 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 trailingComma: all diff --git a/azure-cron.yml b/azure-cron.yml index b045111a7390..ca3cc1021b1f 100644 --- a/azure-cron.yml +++ b/azure-cron.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Azure Pipelines file, see https://aka.ms/yaml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbe623173480..ccbde60e0344 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Azure Pipelines file, see https://aka.ms/yaml diff --git a/bazel-haskell-deps.bzl b/bazel-haskell-deps.bzl index 9d0942723ebe..655af0105fc9 100644 --- a/bazel-haskell-deps.bzl +++ b/bazel-haskell-deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Defines external Haskell dependencies. diff --git a/bazel-java-deps.bzl b/bazel-java-deps.bzl index 235e393d50f7..f44811db4ac4 100644 --- a/bazel-java-deps.bzl +++ b/bazel-java-deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # When adding, removing or changing a dependency in this file, update the pinned dependencies by executing diff --git a/bazel_tools/BUILD.bazel b/bazel_tools/BUILD.bazel index f50c5725d6bc..c55a7793a696 100644 --- a/bazel_tools/BUILD.bazel +++ b/bazel_tools/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools/sh:sh.bzl", "sh_inline_test") diff --git a/bazel_tools/build_environment.bzl b/bazel_tools/build_environment.bzl index c3a996164320..ac96656c5e6a 100644 --- a/bazel_tools/build_environment.bzl +++ b/bazel_tools/build_environment.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def _impl(ctx): diff --git a/bazel_tools/bundle.bzl b/bazel_tools/bundle.bzl index d19985e0a0a6..76914599e68d 100644 --- a/bazel_tools/bundle.bzl +++ b/bazel_tools/bundle.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//lib:paths.bzl", "paths") diff --git a/bazel_tools/client_server/BUILD.bazel b/bazel_tools/client_server/BUILD.bazel index 4f2b4563f621..fca43a283a92 100644 --- a/bazel_tools/client_server/BUILD.bazel +++ b/bazel_tools/client_server/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Export Bazel sources for Bazel API docs. diff --git a/bazel_tools/client_server/client_server_build.bzl b/bazel_tools/client_server/client_server_build.bzl index ccae01e18fb5..5671ed424833 100644 --- a/bazel_tools/client_server/client_server_build.bzl +++ b/bazel_tools/client_server/client_server_build.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def _client_server_build_impl(ctx): diff --git a/bazel_tools/client_server/client_server_test.bzl b/bazel_tools/client_server/client_server_test.bzl index 331b68c58102..cdfcf4c54fc0 100644 --- a/bazel_tools/client_server/client_server_test.bzl +++ b/bazel_tools/client_server/client_server_test.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools/sh:sh.bzl", "sh_inline_test") diff --git a/bazel_tools/client_server/runner_with_health_check/BUILD.bazel b/bazel_tools/client_server/runner_with_health_check/BUILD.bazel index 7739fe1ebf9b..a5482c1cb828 100644 --- a/bazel_tools/client_server/runner_with_health_check/BUILD.bazel +++ b/bazel_tools/client_server/runner_with_health_check/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/bazel_tools/client_server/runner_with_health_check/Main.hs b/bazel_tools/client_server/runner_with_health_check/Main.hs index aeaab1dc3678..23e2c20cc978 100644 --- a/bazel_tools/client_server/runner_with_health_check/Main.hs +++ b/bazel_tools/client_server/runner_with_health_check/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main(main) where diff --git a/bazel_tools/client_server/runner_with_port_check/BUILD.bazel b/bazel_tools/client_server/runner_with_port_check/BUILD.bazel index 40be2c54215c..d46ebf758a31 100644 --- a/bazel_tools/client_server/runner_with_port_check/BUILD.bazel +++ b/bazel_tools/client_server/runner_with_port_check/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/bazel_tools/client_server/runner_with_port_check/Main.hs b/bazel_tools/client_server/runner_with_port_check/Main.hs index f8f1c9b5aa91..90599b97ea75 100644 --- a/bazel_tools/client_server/runner_with_port_check/Main.hs +++ b/bazel_tools/client_server/runner_with_port_check/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main(main) where diff --git a/bazel_tools/client_server/runner_with_port_file/BUILD.bazel b/bazel_tools/client_server/runner_with_port_file/BUILD.bazel index 4a7ceebd9b7b..fe8118c155ae 100644 --- a/bazel_tools/client_server/runner_with_port_file/BUILD.bazel +++ b/bazel_tools/client_server/runner_with_port_file/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/bazel_tools/client_server/runner_with_port_file/Main.hs b/bazel_tools/client_server/runner_with_port_file/Main.hs index 76e1a7937244..36f9d4c9d471 100644 --- a/bazel_tools/client_server/runner_with_port_file/Main.hs +++ b/bazel_tools/client_server/runner_with_port_file/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/bazel_tools/client_server/tests/BUILD.bazel b/bazel_tools/client_server/tests/BUILD.bazel index f1ad14ae5f0e..87edb2668a90 100644 --- a/bazel_tools/client_server/tests/BUILD.bazel +++ b/bazel_tools/client_server/tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/bazel_tools/client_server/tests/client.sh b/bazel_tools/client_server/tests/client.sh index 2c695ca5053f..6c5590dd8f11 100755 --- a/bazel_tools/client_server/tests/client.sh +++ b/bazel_tools/client_server/tests/client.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eu diff --git a/bazel_tools/client_server/tests/server.scala b/bazel_tools/client_server/tests/server.scala index 55fe4e093995..40aae752fb74 100644 --- a/bazel_tools/client_server/tests/server.scala +++ b/bazel_tools/client_server/tests/server.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.bazeltools.clientservertest.tests diff --git a/bazel_tools/create_workspace.bzl b/bazel_tools/create_workspace.bzl index f7ceee9d0645..ab74c52965b7 100644 --- a/bazel_tools/create_workspace.bzl +++ b/bazel_tools/create_workspace.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def _create_workspace_impl(repository_ctx): diff --git a/bazel_tools/damlc_legacy.bzl b/bazel_tools/damlc_legacy.bzl index 666f993384c6..9e3e28e7eaca 100644 --- a/bazel_tools/damlc_legacy.bzl +++ b/bazel_tools/damlc_legacy.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows", "os_name") diff --git a/bazel_tools/dev_env_tool/BUILD.bazel b/bazel_tools/dev_env_tool/BUILD.bazel index 9977e64b5b0d..48ea4c73748d 100644 --- a/bazel_tools/dev_env_tool/BUILD.bazel +++ b/bazel_tools/dev_env_tool/BUILD.bazel @@ -1,2 +1,2 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/bazel_tools/dev_env_tool/dev_env_tool.bzl b/bazel_tools/dev_env_tool/dev_env_tool.bzl index 1302e2846999..3a7e8b3bfe93 100644 --- a/bazel_tools/dev_env_tool/dev_env_tool.bzl +++ b/bazel_tools/dev_env_tool/dev_env_tool.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//lib:paths.bzl", "paths") diff --git a/bazel_tools/distribute_jar_cleanup.sh b/bazel_tools/distribute_jar_cleanup.sh index 97254863a17d..c0fa3e558117 100755 --- a/bazel_tools/distribute_jar_cleanup.sh +++ b/bazel_tools/distribute_jar_cleanup.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/bazel_tools/fat_cc_library.bzl b/bazel_tools/fat_cc_library.bzl index 1a7fe68a16d4..841114d342c8 100644 --- a/bazel_tools/fat_cc_library.bzl +++ b/bazel_tools/fat_cc_library.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") diff --git a/bazel_tools/ghc-lib/BUILD.bazel b/bazel_tools/ghc-lib/BUILD.bazel index e744dfa388c9..30ca60a91650 100644 --- a/bazel_tools/ghc-lib/BUILD.bazel +++ b/bazel_tools/ghc-lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@rules_sh//sh:sh.bzl", "sh_binaries") diff --git a/bazel_tools/ghc-lib/defs.bzl b/bazel_tools/ghc-lib/defs.bzl index f01d0e6cf69b..5e6588d6befc 100644 --- a/bazel_tools/ghc-lib/defs.bzl +++ b/bazel_tools/ghc-lib/defs.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_darwin") diff --git a/bazel_tools/ghc-lib/ghc-lib-parser/BUILD.bazel b/bazel_tools/ghc-lib/ghc-lib-parser/BUILD.bazel index 15fe0049d330..e982096bc187 100644 --- a/bazel_tools/ghc-lib/ghc-lib-parser/BUILD.bazel +++ b/bazel_tools/ghc-lib/ghc-lib-parser/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//rules:copy_file.bzl", "copy_file") diff --git a/bazel_tools/ghc-lib/ghc-lib/BUILD.bazel b/bazel_tools/ghc-lib/ghc-lib/BUILD.bazel index 0c9f6a520569..490311740d43 100644 --- a/bazel_tools/ghc-lib/ghc-lib/BUILD.bazel +++ b/bazel_tools/ghc-lib/ghc-lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//rules:copy_file.bzl", "copy_file") diff --git a/bazel_tools/ghc-lib/lib.sh b/bazel_tools/ghc-lib/lib.sh index 5122ffe0aa77..faac49a25abd 100644 --- a/bazel_tools/ghc-lib/lib.sh +++ b/bazel_tools/ghc-lib/lib.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 is_windows() { diff --git a/bazel_tools/ghc-lib/repositories.bzl b/bazel_tools/ghc-lib/repositories.bzl index ce888cf38fc4..9515299cad64 100644 --- a/bazel_tools/ghc-lib/repositories.bzl +++ b/bazel_tools/ghc-lib/repositories.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") diff --git a/bazel_tools/ghc-lib/version.bzl b/bazel_tools/ghc-lib/version.bzl index 660a82cdf402..2d95848b5826 100644 --- a/bazel_tools/ghc-lib/version.bzl +++ b/bazel_tools/ghc-lib/version.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 GHC_LIB_REPO_URL = "https://github.com/digital-asset/ghc-lib" diff --git a/bazel_tools/ghc_dwarf.bzl b/bazel_tools/ghc_dwarf.bzl index 993ab2dcaee5..a9281b5e877d 100644 --- a/bazel_tools/ghc_dwarf.bzl +++ b/bazel_tools/ghc_dwarf.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This repository rule exists so that we can switch the GHC attribute diff --git a/bazel_tools/haskell.bzl b/bazel_tools/haskell.bzl index 64bf609439fc..73a8d69601e7 100644 --- a/bazel_tools/haskell.bzl +++ b/bazel_tools/haskell.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/bazel_tools/hlint.bzl b/bazel_tools/hlint.bzl index 6a629e660dce..e45738f914a1 100644 --- a/bazel_tools/hlint.bzl +++ b/bazel_tools/hlint.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Highly inspired by https://github.com/tweag/rules_haskell/blob/master/haskell/lint.bzl diff --git a/bazel_tools/java.bzl b/bazel_tools/java.bzl index 79954d1bc32d..cf17f128fb79 100644 --- a/bazel_tools/java.bzl +++ b/bazel_tools/java.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:pom_file.bzl", "pom_file") diff --git a/bazel_tools/java_testing/BUILD.bazel b/bazel_tools/java_testing/BUILD.bazel index e4e7267350f8..6e41e452bf08 100644 --- a/bazel_tools/java_testing/BUILD.bazel +++ b/bazel_tools/java_testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Export Bazel sources for Bazel API docs. diff --git a/bazel_tools/java_testing/java_test_suite.bzl b/bazel_tools/java_testing/java_test_suite.bzl index e71eee43a854..fd976dc34008 100644 --- a/bazel_tools/java_testing/java_test_suite.bzl +++ b/bazel_tools/java_testing/java_test_suite.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Taken from https://github.com/bazelbuild/rules_scala/blob/2676400bed17b03fdd0fe13a8794eb0ff0129284/scala/scala.bzl#L413 diff --git a/bazel_tools/javadoc_library.bzl b/bazel_tools/javadoc_library.bzl index a36e67c36c6e..9d8cc043e227 100644 --- a/bazel_tools/javadoc_library.bzl +++ b/bazel_tools/javadoc_library.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This is a mixture of the javadoc_library rule in diff --git a/bazel_tools/match-golden-file.sh b/bazel_tools/match-golden-file.sh index 1ee43f942592..0338659aa11b 100755 --- a/bazel_tools/match-golden-file.sh +++ b/bazel_tools/match-golden-file.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/bazel_tools/oracle.bzl b/bazel_tools/oracle.bzl index 001121989c3f..ec41290c9e28 100644 --- a/bazel_tools/oracle.bzl +++ b/bazel_tools/oracle.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def _impl(ctx): diff --git a/bazel_tools/os_info.bzl b/bazel_tools/os_info.bzl index 10559c562936..14717f7c6991 100644 --- a/bazel_tools/os_info.bzl +++ b/bazel_tools/os_info.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_tools//tools/cpp:lib_cc_configure.bzl", "get_cpu_value") diff --git a/bazel_tools/packaging/BUILD.bazel b/bazel_tools/packaging/BUILD.bazel index c413324548c5..161f02359c52 100644 --- a/bazel_tools/packaging/BUILD.bazel +++ b/bazel_tools/packaging/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/bazel_tools/packaging/package-app.sh b/bazel_tools/packaging/package-app.sh index c821cffd0242..7a530b2cadb4 100755 --- a/bazel_tools/packaging/package-app.sh +++ b/bazel_tools/packaging/package-app.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # package-app diff --git a/bazel_tools/packaging/packaging.bzl b/bazel_tools/packaging/packaging.bzl index 59dea68ca383..752af90c0e2e 100644 --- a/bazel_tools/packaging/packaging.bzl +++ b/bazel_tools/packaging/packaging.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 """Packaging of Linux, macOS and Windows binaries into tarballs""" diff --git a/bazel_tools/pkg.bzl b/bazel_tools/pkg.bzl index 71420af8de70..aa4a58743cd5 100644 --- a/bazel_tools/pkg.bzl +++ b/bazel_tools/pkg.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//lib:paths.bzl", "paths") diff --git a/bazel_tools/pom_file.bzl b/bazel_tools/pom_file.bzl index be8c76ad30cf..ca89f91bd376 100644 --- a/bazel_tools/pom_file.bzl +++ b/bazel_tools/pom_file.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # These rules are similar to the rules in bazel_common. diff --git a/bazel_tools/proto.bzl b/bazel_tools/proto.bzl index 4e3742ec5297..5394639459d6 100644 --- a/bazel_tools/proto.bzl +++ b/bazel_tools/proto.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:java.bzl", "da_java_library") diff --git a/bazel_tools/runfiles/defs.bzl b/bazel_tools/runfiles/defs.bzl index 197ff4ea3721..0dd31f94fcd5 100644 --- a/bazel_tools/runfiles/defs.bzl +++ b/bazel_tools/runfiles/defs.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/bazel_tools/runfiles/src/main/scala/com/digitalasset/daml/bazeltools/BazelRunfiles.scala b/bazel_tools/runfiles/src/main/scala/com/digitalasset/daml/bazeltools/BazelRunfiles.scala index 1dd36d05e81d..d851e5c55f66 100644 --- a/bazel_tools/runfiles/src/main/scala/com/digitalasset/daml/bazeltools/BazelRunfiles.scala +++ b/bazel_tools/runfiles/src/main/scala/com/digitalasset/daml/bazeltools/BazelRunfiles.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.bazeltools diff --git a/bazel_tools/scala.bzl b/bazel_tools/scala.bzl index add39d850a8d..c6d00b6160af 100644 --- a/bazel_tools/scala.bzl +++ b/bazel_tools/scala.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/bazel_tools/scala/BUILD.bazel b/bazel_tools/scala/BUILD.bazel index b74ae805ff0e..3ec8758068e6 100644 --- a/bazel_tools/scala/BUILD.bazel +++ b/bazel_tools/scala/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@io_bazel_rules_scala//scala:scala_toolchain.bzl", "scala_toolchain") diff --git a/bazel_tools/scala_version.bzl b/bazel_tools/scala_version.bzl index 425006378b26..ab03904bf8be 100644 --- a/bazel_tools/scala_version.bzl +++ b/bazel_tools/scala_version.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Keep the Scala versions in sync with /nix/nixpkgs.nix and /release/src/Options.hs. diff --git a/bazel_tools/scalapb.bzl b/bazel_tools/scalapb.bzl index a688ecf92be5..71c78d0da104 100644 --- a/bazel_tools/scalapb.bzl +++ b/bazel_tools/scalapb.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 scalapb_version = "0.11.8" diff --git a/bazel_tools/scalapb/BUILD.bazel b/bazel_tools/scalapb/BUILD.bazel index 5d2bcca21e8f..38b8ae343a43 100644 --- a/bazel_tools/scalapb/BUILD.bazel +++ b/bazel_tools/scalapb/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This configures ScalaPB to stop emitting "unknownFields" properties. diff --git a/bazel_tools/scalapb/com/daml/ledger/api/v1/package.proto b/bazel_tools/scalapb/com/daml/ledger/api/v1/package.proto index 77e463741329..359e628be99e 100644 --- a/bazel_tools/scalapb/com/daml/ledger/api/v1/package.proto +++ b/bazel_tools/scalapb/com/daml/ledger/api/v1/package.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/bazel_tools/scalapb/com/daml/package.proto b/bazel_tools/scalapb/com/daml/package.proto index 245bf9587ece..eaaf57e0f554 100644 --- a/bazel_tools/scalapb/com/daml/package.proto +++ b/bazel_tools/scalapb/com/daml/package.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/bazel_tools/scalapb/google/rpc/package.proto b/bazel_tools/scalapb/google/rpc/package.proto index fb7e7814ba31..949da82a8003 100644 --- a/bazel_tools/scalapb/google/rpc/package.proto +++ b/bazel_tools/scalapb/google/rpc/package.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/bazel_tools/sh/BUILD.bazel b/bazel_tools/sh/BUILD.bazel index 4d2f8dc2bcea..3bef02f20592 100644 --- a/bazel_tools/sh/BUILD.bazel +++ b/bazel_tools/sh/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files([ diff --git a/bazel_tools/sh/mktar.sh b/bazel_tools/sh/mktar.sh index 29d3b4730122..dac0de82ed92 100755 --- a/bazel_tools/sh/mktar.sh +++ b/bazel_tools/sh/mktar.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/bazel_tools/sh/mktgz.sh b/bazel_tools/sh/mktgz.sh index 48218cb2ba5d..c28ce6933386 100755 --- a/bazel_tools/sh/mktgz.sh +++ b/bazel_tools/sh/mktgz.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/bazel_tools/sh/sh.bzl b/bazel_tools/sh/sh.bzl index bf8f24a6fa6f..b90410c87d46 100644 --- a/bazel_tools/sh/sh.bzl +++ b/bazel_tools/sh/sh.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "os_name") diff --git a/buf-ledger-api.yaml b/buf-ledger-api.yaml index af38c5ca85c5..37515617a260 100644 --- a/buf-ledger-api.yaml +++ b/buf-ledger-api.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 version: v1beta1 diff --git a/buf-lf-transaction.yaml b/buf-lf-transaction.yaml index de029ae68e3f..b87cfb7366b0 100644 --- a/buf-lf-transaction.yaml +++ b/buf-lf-transaction.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 version: v1beta1 diff --git a/build-scripts/build_hs_lf_tooling.sh b/build-scripts/build_hs_lf_tooling.sh index 28bc4151cf40..f93c0ffdf6fa 100755 --- a/build-scripts/build_hs_lf_tooling.sh +++ b/build-scripts/build_hs_lf_tooling.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/build-scripts/drop-all-objects.sql b/build-scripts/drop-all-objects.sql index 4078bb29a76f..a3890edb7ada 100644 --- a/build-scripts/drop-all-objects.sql +++ b/build-scripts/drop-all-objects.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 DROP ALL OBJECTS; diff --git a/build-scripts/key_change.sh b/build-scripts/key_change.sh index c1f7f5843285..bc9689475f51 100755 --- a/build-scripts/key_change.sh +++ b/build-scripts/key_change.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/build-scripts/no-multi-branch-helpers.groovy b/build-scripts/no-multi-branch-helpers.groovy index abbe817e36e9..9d64b2538265 100644 --- a/build-scripts/no-multi-branch-helpers.groovy +++ b/build-scripts/no-multi-branch-helpers.groovy @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 #!/usr/bin/env groovy diff --git a/build.sh b/build.sh index 5b17a2443d91..4f5df4c9d648 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/ci/assembly-split-release-artifacts.sh b/ci/assembly-split-release-artifacts.sh index 410b39b8a0ce..89dee39cfc99 100755 --- a/ci/assembly-split-release-artifacts.sh +++ b/ci/assembly-split-release-artifacts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/ci/bash-lib.yml b/ci/bash-lib.yml index 862534b3b0aa..de971aac4ca4 100644 --- a/ci/bash-lib.yml +++ b/ci/bash-lib.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/blackduck.yml b/ci/blackduck.yml index 50fbebc4a0f5..9ed97306e8d2 100644 --- a/ci/blackduck.yml +++ b/ci/blackduck.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 jobs: diff --git a/ci/build-unix.yml b/ci/build-unix.yml index 53aebd0b644c..e8f994feb2a4 100644 --- a/ci/build-unix.yml +++ b/ci/build-unix.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/build-windows.yml b/ci/build-windows.yml index 2d26916f1065..7b31f977632c 100644 --- a/ci/build-windows.yml +++ b/ci/build-windows.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/build.yml b/ci/build.yml index 7c0ed042aea3..af376fb0b1bf 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/check-for-release-job.yml b/ci/check-for-release-job.yml index 78b13843c53a..610bfdc3e946 100644 --- a/ci/check-for-release-job.yml +++ b/ci/check-for-release-job.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 jobs: diff --git a/ci/check-protobuf-stability.sh b/ci/check-protobuf-stability.sh index a536d90a3165..b5ebe3d2fb27 100755 --- a/ci/check-protobuf-stability.sh +++ b/ci/check-protobuf-stability.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/ci/clean-up.yml b/ci/clean-up.yml index 641e899ef482..3581888070c7 100644 --- a/ci/clean-up.yml +++ b/ci/clean-up.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 steps: diff --git a/ci/clear-shared-segments-macos.yml b/ci/clear-shared-segments-macos.yml index 52d276ee9c04..cb5d2879cd2c 100644 --- a/ci/clear-shared-segments-macos.yml +++ b/ci/clear-shared-segments-macos.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # We have a number of tests that require spawning and then destroying an diff --git a/ci/compatibility-windows.yml b/ci/compatibility-windows.yml index bed746be7eea..e3dbc7679f46 100644 --- a/ci/compatibility-windows.yml +++ b/ci/compatibility-windows.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/compatibility.yml b/ci/compatibility.yml index 417db828db99..c8d6c9f1b8b3 100644 --- a/ci/compatibility.yml +++ b/ci/compatibility.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/compatibility_ts_libs.yml b/ci/compatibility_ts_libs.yml index c6511052a53d..e71b7ea1f1a1 100644 --- a/ci/compatibility_ts_libs.yml +++ b/ci/compatibility_ts_libs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/configure-bazel.sh b/ci/configure-bazel.sh index 9fbd9c7b665f..5cc7f825d0c6 100755 --- a/ci/configure-bazel.sh +++ b/ci/configure-bazel.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail cd "$(dirname "$0")/.." diff --git a/ci/copy-unix-release-artifacts.sh b/ci/copy-unix-release-artifacts.sh index 212bbd4f4776..7fee88fe5f18 100755 --- a/ci/copy-unix-release-artifacts.sh +++ b/ci/copy-unix-release-artifacts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/ci/copy-windows-release-artifacts.sh b/ci/copy-windows-release-artifacts.sh index e91467c4567d..6ff70fc572a6 100755 --- a/ci/copy-windows-release-artifacts.sh +++ b/ci/copy-windows-release-artifacts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/ci/cron/BUILD.bazel b/ci/cron/BUILD.bazel index 38d507b258af..b7e51c1023b0 100644 --- a/ci/cron/BUILD.bazel +++ b/ci/cron/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/ci/cron/check-releases.sh b/ci/cron/check-releases.sh index 58c86bae73f2..1528ac2fe39f 100755 --- a/ci/cron/check-releases.sh +++ b/ci/cron/check-releases.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/ci/cron/daily-compat.yml b/ci/cron/daily-compat.yml index e875b7e1a3b2..138756ccd4ad 100644 --- a/ci/cron/daily-compat.yml +++ b/ci/cron/daily-compat.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Do not run on PRs diff --git a/ci/cron/src/BazelCache.hs b/ci/cron/src/BazelCache.hs index 56a52894f3f3..d5553f555cae 100644 --- a/ci/cron/src/BazelCache.hs +++ b/ci/cron/src/BazelCache.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module is a workaround for the `output not created` error we diff --git a/ci/cron/src/Main.hs b/ci/cron/src/Main.hs index c3c8cd32f541..71526c5e452a 100644 --- a/ci/cron/src/Main.hs +++ b/ci/cron/src/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/ci/cron/tuesday.yml b/ci/cron/tuesday.yml index bb0656fe35c4..d83778565480 100644 --- a/ci/cron/tuesday.yml +++ b/ci/cron/tuesday.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 pr: none diff --git a/ci/cron/wednesday.yml b/ci/cron/wednesday.yml index 492587e06671..897e2e6459e4 100644 --- a/ci/cron/wednesday.yml +++ b/ci/cron/wednesday.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 pr: none diff --git a/ci/daily-snapshot.yml b/ci/daily-snapshot.yml index cf2c24fa0de5..0c57abefb0b0 100644 --- a/ci/daily-snapshot.yml +++ b/ci/daily-snapshot.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 pr: none diff --git a/ci/dev-env-install.sh b/ci/dev-env-install.sh index 177b4ac0473c..a094db5c0912 100755 --- a/ci/dev-env-install.sh +++ b/ci/dev-env-install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # shellcheck disable=SC2174 diff --git a/ci/dev-env-push.py b/ci/dev-env-push.py index 940cf8169d91..7b3256a9ad11 100755 --- a/ci/dev-env-push.py +++ b/ci/dev-env-push.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # This script builds the dev-env nix closures and pushes them into the cache diff --git a/ci/job-variables.yml b/ci/job-variables.yml index 85d1ae67c137..f943c47b74ba 100644 --- a/ci/job-variables.yml +++ b/ci/job-variables.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 variables: diff --git a/ci/macOS.yml b/ci/macOS.yml index 5c168de09018..1d7d7fd91eb0 100644 --- a/ci/macOS.yml +++ b/ci/macOS.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/prs.yml b/ci/prs.yml index fcaa5e77c019..40054d479ebf 100644 --- a/ci/prs.yml +++ b/ci/prs.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 trigger: none diff --git a/ci/publish-artifactory.sh b/ci/publish-artifactory.sh index 2279caa887fd..20c75f494090 100755 --- a/ci/publish-artifactory.sh +++ b/ci/publish-artifactory.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/ci/publish-platform-independence-dar.yml b/ci/publish-platform-independence-dar.yml index 8bee8da6f7fc..6f42e7082062 100644 --- a/ci/publish-platform-independence-dar.yml +++ b/ci/publish-platform-independence-dar.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/refresh-get-daml-com.yml b/ci/refresh-get-daml-com.yml index 0d901f52e42a..cf62f7e0089a 100644 --- a/ci/refresh-get-daml-com.yml +++ b/ci/refresh-get-daml-com.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 jobs: diff --git a/ci/report-end.yml b/ci/report-end.yml index 80bf6de160d1..e95199a39aac 100644 --- a/ci/report-end.yml +++ b/ci/report-end.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 steps: diff --git a/ci/report-start.yml b/ci/report-start.yml index cdc60de5c494..9b5c3a71968a 100644 --- a/ci/report-start.yml +++ b/ci/report-start.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 steps: diff --git a/ci/split-release-job.yml b/ci/split-release-job.yml index bbf8097e4035..007f10fe3375 100644 --- a/ci/split-release-job.yml +++ b/ci/split-release-job.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 jobs: diff --git a/ci/tell-slack-failed.yml b/ci/tell-slack-failed.yml index da97a386ca47..25ea9e7b7d7d 100644 --- a/ci/tell-slack-failed.yml +++ b/ci/tell-slack-failed.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 parameters: diff --git a/ci/upload-bazel-metrics.yml b/ci/upload-bazel-metrics.yml index c1471e06a705..7380d31e8d34 100644 --- a/ci/upload-bazel-metrics.yml +++ b/ci/upload-bazel-metrics.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 steps: diff --git a/compatibility/bazel-haskell-deps.bzl b/compatibility/bazel-haskell-deps.bzl index f71f0cce7bd3..4ac4be41cf8d 100644 --- a/compatibility/bazel-haskell-deps.bzl +++ b/compatibility/bazel-haskell-deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Defines external Haskell dependencies. diff --git a/compatibility/bazel_tools/client_server/Main.hs b/compatibility/bazel_tools/client_server/Main.hs index 837c1ebe02fe..bc1ec0cf19e7 100644 --- a/compatibility/bazel_tools/client_server/Main.hs +++ b/compatibility/bazel_tools/client_server/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main(main) where diff --git a/compatibility/bazel_tools/client_server/with-oracle/exe/Main.hs b/compatibility/bazel_tools/client_server/with-oracle/exe/Main.hs index edc7427ff531..c2cd715cdacb 100644 --- a/compatibility/bazel_tools/client_server/with-oracle/exe/Main.hs +++ b/compatibility/bazel_tools/client_server/with-oracle/exe/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compatibility/bazel_tools/client_server/with-oracle/lib/WithOracle.hs b/compatibility/bazel_tools/client_server/with-oracle/lib/WithOracle.hs index 924ea8da704c..d69c795c01fb 100644 --- a/compatibility/bazel_tools/client_server/with-oracle/lib/WithOracle.hs +++ b/compatibility/bazel_tools/client_server/with-oracle/lib/WithOracle.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module WithOracle (withOracle) where diff --git a/compatibility/bazel_tools/client_server/with-postgres/exe/Main.hs b/compatibility/bazel_tools/client_server/with-postgres/exe/Main.hs index 3d12d0f64c42..0ccf8f602d15 100644 --- a/compatibility/bazel_tools/client_server/with-postgres/exe/Main.hs +++ b/compatibility/bazel_tools/client_server/with-postgres/exe/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compatibility/bazel_tools/client_server/with-postgres/lib/WithPostgres.hs b/compatibility/bazel_tools/client_server/with-postgres/lib/WithPostgres.hs index c93826237a49..ba82c8a55394 100644 --- a/compatibility/bazel_tools/client_server/with-postgres/lib/WithPostgres.hs +++ b/compatibility/bazel_tools/client_server/with-postgres/lib/WithPostgres.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module WithPostgres (withPostgres) where diff --git a/compatibility/bazel_tools/create-daml-app/BUILD.bazel b/compatibility/bazel_tools/create-daml-app/BUILD.bazel index 3ae7af947cb7..f04130160637 100644 --- a/compatibility/bazel_tools/create-daml-app/BUILD.bazel +++ b/compatibility/bazel_tools/create-daml-app/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compatibility/bazel_tools/create-daml-app/Main.hs b/compatibility/bazel_tools/create-daml-app/Main.hs index f60619c8039d..9fffe6cf75f7 100644 --- a/compatibility/bazel_tools/create-daml-app/Main.hs +++ b/compatibility/bazel_tools/create-daml-app/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compatibility/bazel_tools/create-daml-app/RunWithYarn.hs b/compatibility/bazel_tools/create-daml-app/RunWithYarn.hs index aed055130051..be0abfa3d903 100644 --- a/compatibility/bazel_tools/create-daml-app/RunWithYarn.hs +++ b/compatibility/bazel_tools/create-daml-app/RunWithYarn.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compatibility/bazel_tools/create-daml-app/index.test.ts b/compatibility/bazel_tools/create-daml-app/index.test.ts index ef1ad5ee7a56..93ec71d36901 100644 --- a/compatibility/bazel_tools/create-daml-app/index.test.ts +++ b/compatibility/bazel_tools/create-daml-app/index.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // The tests here are identical to the ones in diff --git a/compatibility/bazel_tools/create_daml_app_test.sh b/compatibility/bazel_tools/create_daml_app_test.sh index 7d7ad05ecd44..ff5e2e483209 100755 --- a/compatibility/bazel_tools/create_daml_app_test.sh +++ b/compatibility/bazel_tools/create_daml_app_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compatibility/bazel_tools/daml_ledger/BUILD.bazel b/compatibility/bazel_tools/daml_ledger/BUILD.bazel index d36102736572..1a57baf3e1c7 100644 --- a/compatibility/bazel_tools/daml_ledger/BUILD.bazel +++ b/compatibility/bazel_tools/daml_ledger/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compatibility/bazel_tools/daml_ledger/Main.hs b/compatibility/bazel_tools/daml_ledger/Main.hs index 0f4a35b4f334..4aa9b6d59f05 100644 --- a/compatibility/bazel_tools/daml_ledger/Main.hs +++ b/compatibility/bazel_tools/daml_ledger/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compatibility/bazel_tools/daml_ledger/Sandbox.hs b/compatibility/bazel_tools/daml_ledger/Sandbox.hs index 0302e0837514..1754e04d4241 100644 --- a/compatibility/bazel_tools/daml_ledger/Sandbox.hs +++ b/compatibility/bazel_tools/daml_ledger/Sandbox.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Sandbox diff --git a/compatibility/bazel_tools/daml_ledger_test.sh b/compatibility/bazel_tools/daml_ledger_test.sh index 97479e5498ba..7c03b2cc84d9 100755 --- a/compatibility/bazel_tools/daml_ledger_test.sh +++ b/compatibility/bazel_tools/daml_ledger_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compatibility/bazel_tools/daml_script/BUILD.bazel b/compatibility/bazel_tools/daml_script/BUILD.bazel index f297175969a3..2b88359ab7ea 100644 --- a/compatibility/bazel_tools/daml_script/BUILD.bazel +++ b/compatibility/bazel_tools/daml_script/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files(glob(["example/**"])) diff --git a/compatibility/bazel_tools/daml_script/daml_script.bzl b/compatibility/bazel_tools/daml_script/daml_script.bzl index 228247edd8a3..62d9bcbc1f9a 100644 --- a/compatibility/bazel_tools/daml_script/daml_script.bzl +++ b/compatibility/bazel_tools/daml_script/daml_script.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compatibility/bazel_tools/daml_script/example/src/ScriptExample.daml b/compatibility/bazel_tools/daml_script/example/src/ScriptExample.daml index f3530ebbb162..ad2c9413446c 100755 --- a/compatibility/bazel_tools/daml_script/example/src/ScriptExample.daml +++ b/compatibility/bazel_tools/daml_script/example/src/ScriptExample.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/compatibility/bazel_tools/daml_sdk.bzl b/compatibility/bazel_tools/daml_sdk.bzl index 4ac2dc74d6c8..ca3c5b984e56 100644 --- a/compatibility/bazel_tools/daml_sdk.bzl +++ b/compatibility/bazel_tools/daml_sdk.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows", "os_name") diff --git a/compatibility/bazel_tools/data_dependencies/BUILD.bazel b/compatibility/bazel_tools/data_dependencies/BUILD.bazel index ec53cff9b64f..6dab3a0e8b23 100644 --- a/compatibility/bazel_tools/data_dependencies/BUILD.bazel +++ b/compatibility/bazel_tools/data_dependencies/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files(glob([ diff --git a/compatibility/bazel_tools/data_dependencies/daml_script_test/Dep.daml b/compatibility/bazel_tools/data_dependencies/daml_script_test/Dep.daml index 2cdd94939d44..36480d943355 100644 --- a/compatibility/bazel_tools/data_dependencies/daml_script_test/Dep.daml +++ b/compatibility/bazel_tools/data_dependencies/daml_script_test/Dep.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Dep (module Dep, Script) where diff --git a/compatibility/bazel_tools/data_dependencies/daml_script_test/Main.daml b/compatibility/bazel_tools/data_dependencies/daml_script_test/Main.daml index b14a13a6a073..6551994c3b26 100644 --- a/compatibility/bazel_tools/data_dependencies/daml_script_test/Main.daml +++ b/compatibility/bazel_tools/data_dependencies/daml_script_test/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main where diff --git a/compatibility/bazel_tools/data_dependencies/data_dependencies.bzl b/compatibility/bazel_tools/data_dependencies/data_dependencies.bzl index 2dfd5dd9313b..762104262168 100644 --- a/compatibility/bazel_tools/data_dependencies/data_dependencies.bzl +++ b/compatibility/bazel_tools/data_dependencies/data_dependencies.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools/daml_script:daml_script.bzl", "daml_script_test") diff --git a/compatibility/bazel_tools/data_dependencies/example/CoinV1.daml b/compatibility/bazel_tools/data_dependencies/example/CoinV1.daml index 7a9c4d2fb434..89840e2e25fb 100644 --- a/compatibility/bazel_tools/data_dependencies/example/CoinV1.daml +++ b/compatibility/bazel_tools/data_dependencies/example/CoinV1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- COIN_BEGIN diff --git a/compatibility/bazel_tools/data_dependencies/example/CoinV2.daml b/compatibility/bazel_tools/data_dependencies/example/CoinV2.daml index 5770d121f51f..844aaaf3a9d5 100644 --- a/compatibility/bazel_tools/data_dependencies/example/CoinV2.daml +++ b/compatibility/bazel_tools/data_dependencies/example/CoinV2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- COIN_AMOUNT_BEGIN diff --git a/compatibility/bazel_tools/data_dependencies/example/UpgradeFromCoinV1.daml b/compatibility/bazel_tools/data_dependencies/example/UpgradeFromCoinV1.daml index 20afc09123c0..174ccea5d970 100644 --- a/compatibility/bazel_tools/data_dependencies/example/UpgradeFromCoinV1.daml +++ b/compatibility/bazel_tools/data_dependencies/example/UpgradeFromCoinV1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- UPGRADE_MODULE_BEGIN diff --git a/compatibility/bazel_tools/data_dependencies/validate_dar.sh b/compatibility/bazel_tools/data_dependencies/validate_dar.sh index 56bb56470f73..496f6a0fd282 100755 --- a/compatibility/bazel_tools/data_dependencies/validate_dar.sh +++ b/compatibility/bazel_tools/data_dependencies/validate_dar.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compatibility/bazel_tools/test_utils/DA/Test/FreePort.hs b/compatibility/bazel_tools/test_utils/DA/Test/FreePort.hs index 4f90fc474cc9..e151a50de79c 100644 --- a/compatibility/bazel_tools/test_utils/DA/Test/FreePort.hs +++ b/compatibility/bazel_tools/test_utils/DA/Test/FreePort.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.FreePort (getFreePort) where diff --git a/compatibility/bazel_tools/test_utils/DA/Test/Process.hs b/compatibility/bazel_tools/test_utils/DA/Test/Process.hs index 79d07c93f5a2..5e35a1f6e0eb 100644 --- a/compatibility/bazel_tools/test_utils/DA/Test/Process.hs +++ b/compatibility/bazel_tools/test_utils/DA/Test/Process.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Process diff --git a/compatibility/bazel_tools/test_utils/DA/Test/Tar.hs b/compatibility/bazel_tools/test_utils/DA/Test/Tar.hs index 8e29b6222c8f..d5bf421f6272 100644 --- a/compatibility/bazel_tools/test_utils/DA/Test/Tar.hs +++ b/compatibility/bazel_tools/test_utils/DA/Test/Tar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- This matches the code in Data.Conduit.Tar.Extra diff --git a/compatibility/bazel_tools/test_utils/DA/Test/Util.hs b/compatibility/bazel_tools/test_utils/DA/Test/Util.hs index d1f5dc75fe44..d38b0c55d27e 100644 --- a/compatibility/bazel_tools/test_utils/DA/Test/Util.hs +++ b/compatibility/bazel_tools/test_utils/DA/Test/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Util diff --git a/compatibility/bazel_tools/testing.bzl b/compatibility/bazel_tools/testing.bzl index 8d44d0eee839..c32b86b676fa 100644 --- a/compatibility/bazel_tools/testing.bzl +++ b/compatibility/bazel_tools/testing.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compatibility/bazel_tools/versions.bzl b/compatibility/bazel_tools/versions.bzl index bcb95bbe10d4..bdf33c92652a 100644 --- a/compatibility/bazel_tools/versions.bzl +++ b/compatibility/bazel_tools/versions.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//lib:versions.bzl", _bazel_versions = "versions") diff --git a/compatibility/build-release-artifacts.sh b/compatibility/build-release-artifacts.sh index 03b14a931bee..87edf8d0746a 100755 --- a/compatibility/build-release-artifacts.sh +++ b/compatibility/build-release-artifacts.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/compatibility/build-ts-libs.sh b/compatibility/build-ts-libs.sh index 9927bb501ba8..cf1ce683ed63 100755 --- a/compatibility/build-ts-libs.sh +++ b/compatibility/build-ts-libs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/compatibility/deps.bzl b/compatibility/deps.bzl index 202c35b8bc93..5667182bb219 100644 --- a/compatibility/deps.bzl +++ b/compatibility/deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # diff --git a/compatibility/stack-snapshot.yaml b/compatibility/stack-snapshot.yaml index a50e08bdad52..cf68aa01e9ed 100644 --- a/compatibility/stack-snapshot.yaml +++ b/compatibility/stack-snapshot.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 resolver: nightly-2022-01-26 diff --git a/compatibility/test-all-installs.sh b/compatibility/test-all-installs.sh index 09fc434db5f8..e35cc98a48ca 100755 --- a/compatibility/test-all-installs.sh +++ b/compatibility/test-all-installs.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compatibility/test-daml-version-and-install.sh b/compatibility/test-daml-version-and-install.sh index aba6d262ef85..002a0d7b249a 100755 --- a/compatibility/test-daml-version-and-install.sh +++ b/compatibility/test-daml-version-and-install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compatibility/test.sh b/compatibility/test.sh index 58f31dd848d1..f7ee5459fa7e 100755 --- a/compatibility/test.sh +++ b/compatibility/test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/compatibility/update-versions.sh b/compatibility/update-versions.sh index 14c524f9cb75..ec148d680c4d 100755 --- a/compatibility/update-versions.sh +++ b/compatibility/update-versions.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/compatibility/versions.bzl b/compatibility/versions.bzl index 3c475453b707..a810900d9c5e 100644 --- a/compatibility/versions.bzl +++ b/compatibility/versions.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This file is autogenerated and should not be modified manually. # Update versions/UpdateVersions.hs instead. diff --git a/compatibility/versions/UpdateVersions.hs b/compatibility/versions/UpdateVersions.hs index 37247cda5a19..68860e4a04be 100644 --- a/compatibility/versions/UpdateVersions.hs +++ b/compatibility/versions/UpdateVersions.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compiler/daml-dar-reader/BUILD.bazel b/compiler/daml-dar-reader/BUILD.bazel index 43e9258ceb4c..bc4161a6be1c 100644 --- a/compiler/daml-dar-reader/BUILD.bazel +++ b/compiler/daml-dar-reader/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/compiler/daml-dar-reader/src/DA/Daml/Dar/Reader.hs b/compiler/daml-dar-reader/src/DA/Daml/Dar/Reader.hs index ad2b59f5e14f..6c9223579395 100644 --- a/compiler/daml-dar-reader/src/DA/Daml/Dar/Reader.hs +++ b/compiler/daml-dar-reader/src/DA/Daml/Dar/Reader.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Dar.Reader diff --git a/compiler/daml-extension/BUILD.bazel b/compiler/daml-extension/BUILD.bazel index 7dba8a88a63b..7f8c91550048 100644 --- a/compiler/daml-extension/BUILD.bazel +++ b/compiler/daml-extension/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 package(default_visibility = ["//visibility:public"]) diff --git a/compiler/daml-extension/ci-tests.sh b/compiler/daml-extension/ci-tests.sh index 141708c86aa1..5314100b6611 100755 --- a/compiler/daml-extension/ci-tests.sh +++ b/compiler/daml-extension/ci-tests.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/compiler/daml-extension/src/extension.ts b/compiler/daml-extension/src/extension.ts index 40cbf1db660a..732092f586b1 100644 --- a/compiler/daml-extension/src/extension.ts +++ b/compiler/daml-extension/src/extension.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 "use strict"; diff --git a/compiler/daml-extension/src/webview.css b/compiler/daml-extension/src/webview.css index 8f06777423ca..034235e7fdde 100644 --- a/compiler/daml-extension/src/webview.css +++ b/compiler/daml-extension/src/webview.css @@ -1,4 +1,4 @@ -/* Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. */ +/* Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. */ /* SPDX-License-Identifier: Apache-2.0 */ table, th, td { diff --git a/compiler/daml-extension/src/webview.js b/compiler/daml-extension/src/webview.js index afd4aa61b623..6a48eb1fd313 100644 --- a/compiler/daml-extension/src/webview.js +++ b/compiler/daml-extension/src/webview.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 const vscode = acquireVsCodeApi(); diff --git a/compiler/daml-extension/syntaxes/TestGrammar.daml b/compiler/daml-extension/syntaxes/TestGrammar.daml index 862951429e91..18c4f15f67fe 100644 --- a/compiler/daml-extension/syntaxes/TestGrammar.daml +++ b/compiler/daml-extension/syntaxes/TestGrammar.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/daml-extension/test/extension.test.ts b/compiler/daml-extension/test/extension.test.ts index 9b1c172abacc..8d744d2b3e02 100644 --- a/compiler/daml-extension/test/extension.test.ts +++ b/compiler/daml-extension/test/extension.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // diff --git a/compiler/daml-extension/test/index.ts b/compiler/daml-extension/test/index.ts index 6609e6df5b24..a61489d3b90d 100644 --- a/compiler/daml-extension/test/index.ts +++ b/compiler/daml-extension/test/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // diff --git a/compiler/daml-lf-ast/BUILD.bazel b/compiler/daml-lf-ast/BUILD.bazel index 6e60ce91b9fb..d07e050f92de 100644 --- a/compiler/daml-lf-ast/BUILD.bazel +++ b/compiler/daml-lf-ast/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test", "generate_and_track_cabal") diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast.hs index 596a06c2ab7f..aee4473842ed 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | AST of the Daml Ledger Fragment. Batteries included. diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Alpha.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Alpha.hs index df012ab3b4bc..b2b04e0896e9 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Alpha.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Alpha.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Alpha equivalence of types and expressions. diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs index b4730f1cc2e1..6de01f3bb4e7 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/FreeVars.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/FreeVars.hs index e0a9bdecb726..ce03cff06f97 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/FreeVars.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/FreeVars.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Ast.FreeVars diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Numeric.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Numeric.hs index dab1db944815..09524b269432 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Numeric.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Numeric.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Daml-LF Numeric literals, with scale attached. diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Optics.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Optics.hs index 4d7c3f72d72c..048d0e0a474c 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Optics.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Optics.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Pretty.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Pretty.hs index 2a1449b9c12d..9d93e3b0f3e9 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Pretty.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Pretty.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Range.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Range.hs index d299b9fa0a40..ab3847e55b4d 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Range.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Range.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Recursive.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Recursive.hs index d00628e37565..161e4d3a3299 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Recursive.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Recursive.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Subst.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Subst.hs index e606cd0a2641..9d37be0b42d1 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Subst.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Subst.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Substitution in LF expressions. diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Type.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Type.hs index 305b3468a8ec..ae4d9400d85b 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Type.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Type.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Ast.Type diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/TypeLevelNat.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/TypeLevelNat.hs index 3260dc6b9d89..e221edaaba14 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/TypeLevelNat.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/TypeLevelNat.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Util.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Util.hs index d4d708fabc5a..d8853faa83dd 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Util.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Version.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Version.hs index c58cd65d1627..90853ca712e2 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Version.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Version.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/World.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/World.hs index 37af819aa46d..8374499b66bd 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/World.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/Ast/World.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE TemplateHaskell #-} diff --git a/compiler/daml-lf-ast/src/DA/Daml/LF/TemplateOrInterface.hs b/compiler/daml-lf-ast/src/DA/Daml/LF/TemplateOrInterface.hs index 1680dc76b0ee..13dca682d9a7 100644 --- a/compiler/daml-lf-ast/src/DA/Daml/LF/TemplateOrInterface.hs +++ b/compiler/daml-lf-ast/src/DA/Daml/LF/TemplateOrInterface.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.TemplateOrInterface diff --git a/compiler/daml-lf-ast/test/DA/Daml/LF/Ast/Tests.hs b/compiler/daml-lf-ast/test/DA/Daml/LF/Ast/Tests.hs index 4231b45b7d50..d554605ae554 100644 --- a/compiler/daml-lf-ast/test/DA/Daml/LF/Ast/Tests.hs +++ b/compiler/daml-lf-ast/test/DA/Daml/LF/Ast/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Ast.Tests diff --git a/compiler/daml-lf-proto-decode/BUILD.bazel b/compiler/daml-lf-proto-decode/BUILD.bazel index 4cf81269eda4..85aabbf6da5d 100644 --- a/compiler/daml-lf-proto-decode/BUILD.bazel +++ b/compiler/daml-lf-proto-decode/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "generate_and_track_cabal") diff --git a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Archive/Decode.hs b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Archive/Decode.hs index b283b4c16c92..471b06d5503c 100644 --- a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Archive/Decode.hs +++ b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Archive/Decode.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Proto3.Archive.Decode diff --git a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Decode.hs b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Decode.hs index 7e98080bab17..4487a59546f6 100644 --- a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Decode.hs +++ b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/Decode.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiWayIf #-} diff --git a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV1.hs b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV1.hs index 383ebe876e5d..a3ca3ce40461 100644 --- a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV1.hs +++ b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV1.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE MultiWayIf #-} diff --git a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV2.hs b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV2.hs index ab6c1069b708..e0925584ce1a 100644 --- a/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV2.hs +++ b/compiler/daml-lf-proto-decode/src/DA/Daml/LF/Proto3/DecodeV2.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE TypeFamilies #-} diff --git a/compiler/daml-lf-proto-encode/BUILD.bazel b/compiler/daml-lf-proto-encode/BUILD.bazel index d4157e6ec67c..48f99593a3f7 100644 --- a/compiler/daml-lf-proto-encode/BUILD.bazel +++ b/compiler/daml-lf-proto-encode/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "generate_and_track_cabal") diff --git a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Archive/Encode.hs b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Archive/Encode.hs index bdd0ff2561a8..df5258a506f7 100644 --- a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Archive/Encode.hs +++ b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Archive/Encode.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Proto3.Archive.Encode diff --git a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Encode.hs b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Encode.hs index c2505e245db2..37c75ab6a08b 100644 --- a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Encode.hs +++ b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/Encode.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Proto3.Encode diff --git a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV1.hs b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV1.hs index c30009c1afe8..dae93ebe3fa1 100644 --- a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV1.hs +++ b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV1.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiParamTypeClasses #-} diff --git a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV2.hs b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV2.hs index c8b02e687e60..597c15cf2797 100644 --- a/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV2.hs +++ b/compiler/daml-lf-proto-encode/src/DA/Daml/LF/Proto3/EncodeV2.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/daml-lf-proto-util/BUILD.bazel b/compiler/daml-lf-proto-util/BUILD.bazel index a71bc855787d..3208b67065ba 100644 --- a/compiler/daml-lf-proto-util/BUILD.bazel +++ b/compiler/daml-lf-proto-util/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "generate_and_track_cabal") diff --git a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Mangling.hs b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Mangling.hs index f43b6a6c5d7e..628c9bcd8135 100644 --- a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Mangling.hs +++ b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Mangling.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiWayIf, NondecreasingIndentation #-} diff --git a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Error.hs b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Error.hs index 9d9d8e347015..90d9a47c4d48 100644 --- a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Error.hs +++ b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Error.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Proto3.Error diff --git a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Util.hs b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Util.hs index 3c5474cbf770..7f9b3ed55d46 100644 --- a/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Util.hs +++ b/compiler/daml-lf-proto-util/src/DA/Daml/LF/Proto3/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DefaultSignatures #-} diff --git a/compiler/daml-lf-proto/BUILD.bazel b/compiler/daml-lf-proto/BUILD.bazel index 92a5fab1b4dd..1acfaeae8122 100644 --- a/compiler/daml-lf-proto/BUILD.bazel +++ b/compiler/daml-lf-proto/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "generate_and_track_cabal") diff --git a/compiler/daml-lf-proto/src/DA/Daml/LF/Proto3/Archive.hs b/compiler/daml-lf-proto/src/DA/Daml/LF/Proto3/Archive.hs index 26f80bced0a0..b627980ac90e 100644 --- a/compiler/daml-lf-proto/src/DA/Daml/LF/Proto3/Archive.hs +++ b/compiler/daml-lf-proto/src/DA/Daml/LF/Proto3/Archive.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Utilities for working with Daml-LF protobuf archives diff --git a/compiler/daml-lf-reader/BUILD.bazel b/compiler/daml-lf-reader/BUILD.bazel index f98b55f620c9..10330910cdc3 100644 --- a/compiler/daml-lf-reader/BUILD.bazel +++ b/compiler/daml-lf-reader/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/compiler/daml-lf-reader/src/DA/Daml/LF/Reader.hs b/compiler/daml-lf-reader/src/DA/Daml/LF/Reader.hs index 8e38acb9cf50..0cf3ed5847c8 100644 --- a/compiler/daml-lf-reader/src/DA/Daml/LF/Reader.hs +++ b/compiler/daml-lf-reader/src/DA/Daml/LF/Reader.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Reader diff --git a/compiler/daml-lf-tools/BUILD.bazel b/compiler/daml-lf-tools/BUILD.bazel index b788c4d47279..014ace6e60ef 100644 --- a/compiler/daml-lf-tools/BUILD.bazel +++ b/compiler/daml-lf-tools/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/InferSerializability.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/InferSerializability.hs index 5d62b998f5f9..d9e51a985bc3 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/InferSerializability.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/InferSerializability.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.InferSerializability diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/Simplifier.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/Simplifier.hs index b7e1cc39eb70..53465d8ef5a2 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/Simplifier.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/Simplifier.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Simplifier( diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker.hs index a4a31954c24d..0e3b90b3c81f 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.TypeChecker diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Check.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Check.hs index 799787c54b15..24da382ad3d4 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Check.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Check.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Env.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Env.hs index 4459fe676c29..43a292907d99 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Env.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Env.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ConstraintKinds #-} diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Error.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Error.hs index 54a6b7d8eeae..99f227f090fc 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Error.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Error.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.TypeChecker.Error( diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Keyability.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Keyability.hs index 7791ac6066a1..73d2cc6bf70e 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Keyability.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Keyability.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module performs a partial check ensuring that the types used as diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/NameCollision.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/NameCollision.hs index d49cf21314e6..d342aafb7104 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/NameCollision.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/NameCollision.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.TypeChecker.NameCollision diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Recursion.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Recursion.hs index 126a84ee43f5..f93f99f47596 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Recursion.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Recursion.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module provides a function to check that a Daml-LF module does not diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Serializability.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Serializability.hs index f06d8b831dd3..c1fd7edc533f 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Serializability.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Serializability.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module provides functions to perform the Daml-LF constraint checks on diff --git a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Upgrade.hs b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Upgrade.hs index e8579d7c9209..723969b7101d 100644 --- a/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Upgrade.hs +++ b/compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Upgrade.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DeriveAnyClass #-} diff --git a/compiler/daml-lf-tools/tests/DA/Daml/LF/Simplifier/Tests.hs b/compiler/daml-lf-tools/tests/DA/Daml/LF/Simplifier/Tests.hs index 395bac9fc91b..e6fa78ef3695 100644 --- a/compiler/daml-lf-tools/tests/DA/Daml/LF/Simplifier/Tests.hs +++ b/compiler/daml-lf-tools/tests/DA/Daml/LF/Simplifier/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.Simplifier.Tests diff --git a/compiler/damlc/BUILD.bazel b/compiler/damlc/BUILD.bazel index c0baae91fe0c..c2a0fc5dd8b5 100644 --- a/compiler/damlc/BUILD.bazel +++ b/compiler/damlc/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_repl", "da_haskell_test") diff --git a/compiler/damlc/base-rst-index-template.rst b/compiler/damlc/base-rst-index-template.rst index e32bb6487c6f..08f95ee10074 100644 --- a/compiler/damlc/base-rst-index-template.rst +++ b/compiler/damlc/base-rst-index-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 .. _stdlib-reference-base: diff --git a/compiler/damlc/base-rst-template.rst b/compiler/damlc/base-rst-template.rst index 1039ef950e24..f1ef5c2abe29 100644 --- a/compiler/damlc/base-rst-template.rst +++ b/compiler/damlc/base-rst-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 {{{body}}} \ No newline at end of file diff --git a/compiler/damlc/daml-compiler/BUILD.bazel b/compiler/damlc/daml-compiler/BUILD.bazel index 4d8d3fba2ef0..9c59a9a1ff04 100644 --- a/compiler/damlc/daml-compiler/BUILD.bazel +++ b/compiler/damlc/daml-compiler/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Dar.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Dar.hs index 93293df1fe05..815f981a37a2 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Dar.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Dar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Compiler.Dar ( createDarFile diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DataDependencies.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DataDependencies.hs index 27e4b073bb5f..994f3b901344 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DataDependencies.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DataDependencies.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiWayIf #-} diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DecodeDar.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DecodeDar.hs index 2f1fc85a6dcb..809966a2aa65 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DecodeDar.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DecodeDar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Compiler.DecodeDar diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DocTest.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DocTest.hs index b367ab02a0e6..4c106a19c5fa 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DocTest.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/DocTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Compiler.DocTest (docTest) where diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/ExtractDar.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/ExtractDar.hs index 8a4d024cbdc2..5e636736f3a0 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/ExtractDar.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/ExtractDar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Compiler.ExtractDar diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Output.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Output.hs index 557289547388..d2d45330e842 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Output.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Output.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} module DA.Daml.Compiler.Output diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Repl.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Repl.hs index 8d2f47606c9c..756efd3a69ae 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Repl.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Repl.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Validate.hs b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Validate.hs index 0b87aafb1f56..f364001bfe7c 100644 --- a/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Validate.hs +++ b/compiler/damlc/daml-compiler/src/DA/Daml/Compiler/Validate.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Compiler.Validate (validateDar) where diff --git a/compiler/damlc/daml-desugar/BUILD.bazel b/compiler/damlc/daml-desugar/BUILD.bazel index 25ba8ef6b14e..9ce3a12e75c7 100644 --- a/compiler/damlc/daml-desugar/BUILD.bazel +++ b/compiler/damlc/daml-desugar/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/compiler/damlc/daml-desugar/src/DA/Daml/Desugar.hs b/compiler/damlc/daml-desugar/src/DA/Daml/Desugar.hs index c6f689ceeddc..c026fd98ffa7 100644 --- a/compiler/damlc/daml-desugar/src/DA/Daml/Desugar.hs +++ b/compiler/damlc/daml-desugar/src/DA/Daml/Desugar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Desugar (desugar) where diff --git a/compiler/damlc/daml-desugar/test/DA/Daml/Desugar/Tests.hs b/compiler/damlc/daml-desugar/test/DA/Daml/Desugar/Tests.hs index 569d92aca0f1..3380bac3b4cb 100644 --- a/compiler/damlc/daml-desugar/test/DA/Daml/Desugar/Tests.hs +++ b/compiler/damlc/daml-desugar/test/DA/Daml/Desugar/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-doc/BUILD.bazel b/compiler/damlc/daml-doc/BUILD.bazel index 0bf7ece53cbd..e9198c213876 100644 --- a/compiler/damlc/daml-doc/BUILD.bazel +++ b/compiler/damlc/daml-doc/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Anchor.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Anchor.hs index b1b1759d8864..6c0cf5c0e361 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Anchor.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Anchor.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Driver.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Driver.hs index 37af6d1b4dbf..7f73714d55e3 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Driver.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Driver.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Driver diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract.hs index 1e0f8bbcb4fa..c75bb6b7970e 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module extracts docs from Daml modules. It does so by reading diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Exports.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Exports.hs index 022beb01687a..3fae46365eca 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Exports.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Exports.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This module processes export lists and then answers the question diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Templates.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Templates.hs index 0cbf89a2d20b..7f0e739f4224 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Templates.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Templates.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Extract.Templates diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/TypeExpr.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/TypeExpr.hs index 81fdc966eda8..9f95d6d852be 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/TypeExpr.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/TypeExpr.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Extract.TypeExpr diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Types.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Types.hs index a64fd61f55ae..cdeb3ae72bd9 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Types.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Extract.Types diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Util.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Util.hs index 30ccd56ef759..48b8b1de0055 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Util.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Extract/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Extract.Util diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render.hs index c9e33f11ae49..16b967d5fd8c 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Render diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Hoogle.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Hoogle.hs index ffef09169cc9..ef4826f80252 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Hoogle.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Hoogle.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Markdown.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Markdown.hs index d256ae4916b9..e8a1a740b343 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Markdown.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Markdown.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Monoid.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Monoid.hs index 345f139b09cc..bc3d03dd1ed5 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Monoid.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Monoid.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Output.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Output.hs index 2bc205d89f71..31d74a063303 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Output.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Output.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Rst.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Rst.hs index 0ba757fd8f6e..1e74f8941c63 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Rst.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Rst.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Types.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Types.hs index 718a18cda5d3..136907e65993 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Types.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Types common to DA.Daml.Doc.Render diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Util.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Util.hs index 8ae2a29484d0..c84b449d17e5 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Util.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Render/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform.hs index 83ea312a9ae8..6661a443a51c 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Transform diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Annotations.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Annotations.hs index 8e4f0c8ed011..51d041fdfc6b 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Annotations.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Annotations.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Transform.Annotations diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/DropEmpty.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/DropEmpty.hs index f69c0323b4c0..6037e3effaa1 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/DropEmpty.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/DropEmpty.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Transform.DropEmpty diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Instances.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Instances.hs index aae61690a9fd..be9bda428d3d 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Instances.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Instances.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Transform.Instances diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Options.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Options.hs index af13bcd3e305..b75e68266a29 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Options.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Transform/Options.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Doc.Transform.Options diff --git a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Types.hs b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Types.hs index c5aab11b9881..d84b78d4a00d 100644 --- a/compiler/damlc/daml-doc/src/DA/Daml/Doc/Types.hs +++ b/compiler/damlc/daml-doc/src/DA/Daml/Doc/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} diff --git a/compiler/damlc/daml-doc/test/DA/Daml/Doc/Render/Tests.hs b/compiler/damlc/daml-doc/test/DA/Daml/Doc/Render/Tests.hs index b5bcce0cfcce..10c1708b9436 100644 --- a/compiler/damlc/daml-doc/test/DA/Daml/Doc/Render/Tests.hs +++ b/compiler/damlc/daml-doc/test/DA/Daml/Doc/Render/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-doc/test/DA/Daml/Doc/Tests.hs b/compiler/damlc/daml-doc/test/DA/Daml/Doc/Tests.hs index 033c874bea13..60747218ed15 100644 --- a/compiler/damlc/daml-doc/test/DA/Daml/Doc/Tests.hs +++ b/compiler/damlc/daml-doc/test/DA/Daml/Doc/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-doctest/BUILD.bazel b/compiler/damlc/daml-doctest/BUILD.bazel index 420a83e738a6..f30875e45795 100644 --- a/compiler/damlc/daml-doctest/BUILD.bazel +++ b/compiler/damlc/daml-doctest/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/compiler/damlc/daml-doctest/src/DA/Daml/DocTest.hs b/compiler/damlc/daml-doctest/src/DA/Daml/DocTest.hs index b9152628ee26..1e0b9fb7230d 100644 --- a/compiler/damlc/daml-doctest/src/DA/Daml/DocTest.hs +++ b/compiler/damlc/daml-doctest/src/DA/Daml/DocTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.DocTest diff --git a/compiler/damlc/daml-ghc-util/BUILD.bazel b/compiler/damlc/daml-ghc-util/BUILD.bazel index ea0154fe8435..cc7544d2d15f 100644 --- a/compiler/damlc/daml-ghc-util/BUILD.bazel +++ b/compiler/damlc/daml-ghc-util/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-ghc-util/src/DA/Daml/UtilGHC.hs b/compiler/damlc/daml-ghc-util/src/DA/Daml/UtilGHC.hs index 5019172240de..66fb92fe3426 100644 --- a/compiler/damlc/daml-ghc-util/src/DA/Daml/UtilGHC.hs +++ b/compiler/damlc/daml-ghc-util/src/DA/Daml/UtilGHC.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MagicHash #-} diff --git a/compiler/damlc/daml-ide-core/BUILD.bazel b/compiler/damlc/daml-ide-core/BUILD.bazel index 1c99eb49ed97..76fcbdf0287a 100644 --- a/compiler/damlc/daml-ide-core/BUILD.bazel +++ b/compiler/damlc/daml-ide-core/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-ide-core/dlint.yaml b/compiler/damlc/daml-ide-core/dlint.yaml index c50e60501735..b656b968163a 100644 --- a/compiler/damlc/daml-ide-core/dlint.yaml +++ b/compiler/damlc/daml-ide-core/dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # hlint configuration file diff --git a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/API.hs b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/API.hs index 94ea62a45e85..22edd6c9e340 100644 --- a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/API.hs +++ b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/API.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Development.IDE.Core.API diff --git a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/IdeState/Daml.hs b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/IdeState/Daml.hs index 6564c3e6fc87..f4377ca9aa60 100644 --- a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/IdeState/Daml.hs +++ b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/IdeState/Daml.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Development.IDE.Core.IdeState.Daml ( IdeState diff --git a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml.hs b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml.hs index b6963337dada..30edba210487 100644 --- a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml.hs +++ b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Development.IDE.Core.Rules.Daml ( module Development.IDE.Core.Rules diff --git a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml/SpanInfo.hs b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml/SpanInfo.hs index 0e0fd99c68e5..e677e60c3a1d 100644 --- a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml/SpanInfo.hs +++ b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Rules/Daml/SpanInfo.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} diff --git a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Service/Daml.hs b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Service/Daml.hs index de8df9ce2877..34c024a32a07 100644 --- a/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Service/Daml.hs +++ b/compiler/damlc/daml-ide-core/src/Development/IDE/Core/Service/Daml.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Development.IDE.Core.Service.Daml( diff --git a/compiler/damlc/daml-ide-core/test/Development/IDE/Core/API/Testing.hs b/compiler/damlc/daml-ide-core/test/Development/IDE/Core/API/Testing.hs index 69bee78bd4ad..1e4fa0999f27 100644 --- a/compiler/damlc/daml-ide-core/test/Development/IDE/Core/API/Testing.hs +++ b/compiler/damlc/daml-ide-core/test/Development/IDE/Core/API/Testing.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/compiler/damlc/daml-ide/BUILD.bazel b/compiler/damlc/daml-ide/BUILD.bazel index 35494e2eaa7d..3e9b8e580f25 100644 --- a/compiler/damlc/daml-ide/BUILD.bazel +++ b/compiler/damlc/daml-ide/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer.hs b/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer.hs index bf6af6432906..5ea35a1f492d 100644 --- a/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer.hs +++ b/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer/CodeLens.hs b/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer/CodeLens.hs index bf536f7823ad..7c8698f9a34a 100644 --- a/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer/CodeLens.hs +++ b/compiler/damlc/daml-ide/src/DA/Daml/LanguageServer/CodeLens.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-ide/src/DA/Daml/SessionTelemetry.hs b/compiler/damlc/daml-ide/src/DA/Daml/SessionTelemetry.hs index da61b7c171c0..66f7df4ec415 100644 --- a/compiler/damlc/daml-ide/src/DA/Daml/SessionTelemetry.hs +++ b/compiler/damlc/daml-ide/src/DA/Daml/SessionTelemetry.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.SessionTelemetry diff --git a/compiler/damlc/daml-lf-conversion/BUILD.bazel b/compiler/damlc/daml-lf-conversion/BUILD.bazel index 2df4c7532b28..ecfea06d0b03 100644 --- a/compiler/damlc/daml-lf-conversion/BUILD.bazel +++ b/compiler/damlc/daml-lf-conversion/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs index b9b66de7c171..dcb601bac528 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} {-# LANGUAGE MultiWayIf #-} diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ConvertM.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ConvertM.hs index e4f49f41adfe..024b5da73374 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ConvertM.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ConvertM.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LFConversion.ConvertM ( diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings.hs index 4811e923bc68..67fa2e5eb400 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | For compiler level warnings on packages that aren't included as standard. This includes, at the very least Daml.Script diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings/Script.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings/Script.hs index fb4dfb57aa88..21031fac5468 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings/Script.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/ExternalWarnings/Script.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/MetadataEncoding.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/MetadataEncoding.hs index 4484305f1243..8d260a992601 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/MetadataEncoding.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/MetadataEncoding.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Primitives.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Primitives.hs index 672086d63ed7..7188f87fde88 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Primitives.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Primitives.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-incomplete-patterns #-} diff --git a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Utils.hs b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Utils.hs index 8d25e14e886c..6dfacd8aaced 100644 --- a/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Utils.hs +++ b/compiler/damlc/daml-lf-conversion/src/DA/Daml/LFConversion/Utils.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Utils used by both LFConversion and warnings diff --git a/compiler/damlc/daml-lf-conversion/test/DA/Daml/LFConversion/Tests.hs b/compiler/damlc/daml-lf-conversion/test/DA/Daml/LFConversion/Tests.hs index dee21a5ae0cf..b8eb225a0cfe 100644 --- a/compiler/damlc/daml-lf-conversion/test/DA/Daml/LFConversion/Tests.hs +++ b/compiler/damlc/daml-lf-conversion/test/DA/Daml/LFConversion/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LFConversion.Tests (main) where diff --git a/compiler/damlc/daml-lf-util/BUILD.bazel b/compiler/damlc/daml-lf-util/BUILD.bazel index d754f1a263c7..ddf87b5b87a6 100644 --- a/compiler/damlc/daml-lf-util/BUILD.bazel +++ b/compiler/damlc/daml-lf-util/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-lf-util/src/DA/Daml/UtilLF.hs b/compiler/damlc/daml-lf-util/src/DA/Daml/UtilLF.hs index 9ac67d177247..1605d15002c9 100644 --- a/compiler/damlc/daml-lf-util/src/DA/Daml/UtilLF.hs +++ b/compiler/damlc/daml-lf-util/src/DA/Daml/UtilLF.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-opts/BUILD.bazel b/compiler/damlc/daml-opts/BUILD.bazel index 3f8ec12862d0..e5834a28309b 100644 --- a/compiler/damlc/daml-opts/BUILD.bazel +++ b/compiler/damlc/daml-opts/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Packaging/Metadata.hs b/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Packaging/Metadata.hs index 5b9def19eddb..fa02028287fc 100644 --- a/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Packaging/Metadata.hs +++ b/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Packaging/Metadata.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Types.hs b/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Types.hs index c8453a65194d..89a835d0ccfd 100644 --- a/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Types.hs +++ b/compiler/damlc/daml-opts/daml-opts-types/DA/Daml/Options/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/damlc/daml-opts/daml-opts/DA/Daml/Options.hs b/compiler/damlc/daml-opts/daml-opts/DA/Daml/Options.hs index 1ec2c1478406..cf0378048ef8 100644 --- a/compiler/damlc/daml-opts/daml-opts/DA/Daml/Options.hs +++ b/compiler/damlc/daml-opts/daml-opts/DA/Daml/Options.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/compiler/damlc/daml-package-config/BUILD.bazel b/compiler/damlc/daml-package-config/BUILD.bazel index 4ddd8c1934a6..167baf5751f3 100644 --- a/compiler/damlc/daml-package-config/BUILD.bazel +++ b/compiler/damlc/daml-package-config/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-package-config/src/DA/Daml/Package/Config.hs b/compiler/damlc/daml-package-config/src/DA/Daml/Package/Config.hs index 1b3c26057dd4..1e78fe6cef13 100644 --- a/compiler/damlc/daml-package-config/src/DA/Daml/Package/Config.hs +++ b/compiler/damlc/daml-package-config/src/DA/Daml/Package/Config.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/damlc/daml-package-config/test/DA/Daml/Package/ConfigTest.hs b/compiler/damlc/daml-package-config/test/DA/Daml/Package/ConfigTest.hs index 4f4552eeedd2..01736cd56c4c 100644 --- a/compiler/damlc/daml-package-config/test/DA/Daml/Package/ConfigTest.hs +++ b/compiler/damlc/daml-package-config/test/DA/Daml/Package/ConfigTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Package.ConfigTest (main) where diff --git a/compiler/damlc/daml-preprocessor/BUILD.bazel b/compiler/damlc/daml-preprocessor/BUILD.bazel index a21ba1859e2e..f62d6e89f319 100644 --- a/compiler/damlc/daml-preprocessor/BUILD.bazel +++ b/compiler/damlc/daml-preprocessor/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor.hs b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor.hs index 6d05cbff9788..e37f2bb89f08 100644 --- a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor.hs +++ b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/EnumType.hs b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/EnumType.hs index ae530834f698..60c79d12168d 100644 --- a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/EnumType.hs +++ b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/EnumType.hs @@ -1,5 +1,5 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Preprocessor.EnumType diff --git a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/Records.hs b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/Records.hs index 644d7ae7930d..84ee1d964312 100644 --- a/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/Records.hs +++ b/compiler/damlc/daml-preprocessor/src/DA/Daml/Preprocessor/Records.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Code lifted from . diff --git a/compiler/damlc/daml-prim-src/BUILD.bazel b/compiler/damlc/daml-prim-src/BUILD.bazel index 2145079e662d..d0aaedb5691f 100644 --- a/compiler/damlc/daml-prim-src/BUILD.bazel +++ b/compiler/damlc/daml-prim-src/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 filegroup( diff --git a/compiler/damlc/daml-prim-src/Control/Exception/Base.daml b/compiler/damlc/daml-prim-src/Control/Exception/Base.daml index 4c7a9d3bac4e..b99ad19df0d3 100644 --- a/compiler/damlc/daml-prim-src/Control/Exception/Base.daml +++ b/compiler/damlc/daml-prim-src/Control/Exception/Base.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/DA/Exception/ArithmeticError.daml b/compiler/damlc/daml-prim-src/DA/Exception/ArithmeticError.daml index 6a06883bb8ad..1c4f064f18d8 100644 --- a/compiler/damlc/daml-prim-src/DA/Exception/ArithmeticError.daml +++ b/compiler/damlc/daml-prim-src/DA/Exception/ArithmeticError.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/DA/Exception/AssertionFailed.daml b/compiler/damlc/daml-prim-src/DA/Exception/AssertionFailed.daml index bbcd68b2e59e..4b663ad36473 100644 --- a/compiler/damlc/daml-prim-src/DA/Exception/AssertionFailed.daml +++ b/compiler/damlc/daml-prim-src/DA/Exception/AssertionFailed.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/DA/Exception/GeneralError.daml b/compiler/damlc/daml-prim-src/DA/Exception/GeneralError.daml index 4206ba50115e..a64a6734da6a 100644 --- a/compiler/damlc/daml-prim-src/DA/Exception/GeneralError.daml +++ b/compiler/damlc/daml-prim-src/DA/Exception/GeneralError.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/DA/Exception/PreconditionFailed.daml b/compiler/damlc/daml-prim-src/DA/Exception/PreconditionFailed.daml index b01885504802..0e369f765c78 100644 --- a/compiler/damlc/daml-prim-src/DA/Exception/PreconditionFailed.daml +++ b/compiler/damlc/daml-prim-src/DA/Exception/PreconditionFailed.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/DA/Internal/Erased.daml b/compiler/damlc/daml-prim-src/DA/Internal/Erased.daml index 5273d435cb6c..5dd43fbcaa24 100644 --- a/compiler/damlc/daml-prim-src/DA/Internal/Erased.daml +++ b/compiler/damlc/daml-prim-src/DA/Internal/Erased.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/DA/Internal/NatSyn.daml b/compiler/damlc/daml-prim-src/DA/Internal/NatSyn.daml index 39325de4bff9..39c96fe113ae 100644 --- a/compiler/damlc/daml-prim-src/DA/Internal/NatSyn.daml +++ b/compiler/damlc/daml-prim-src/DA/Internal/NatSyn.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/DA/Internal/PromotedText.daml b/compiler/damlc/daml-prim-src/DA/Internal/PromotedText.daml index 1a26b9685f60..123943f6f2af 100644 --- a/compiler/damlc/daml-prim-src/DA/Internal/PromotedText.daml +++ b/compiler/damlc/daml-prim-src/DA/Internal/PromotedText.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/DA/Types.daml b/compiler/damlc/daml-prim-src/DA/Types.daml index cdc9ab0d5374..22b034d90823 100644 --- a/compiler/damlc/daml-prim-src/DA/Types.daml +++ b/compiler/damlc/daml-prim-src/DA/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/Data/String.daml b/compiler/damlc/daml-prim-src/Data/String.daml index aa8e3163bd5c..03a4fdf292a0 100644 --- a/compiler/damlc/daml-prim-src/Data/String.daml +++ b/compiler/damlc/daml-prim-src/Data/String.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Base.daml b/compiler/damlc/daml-prim-src/GHC/Base.daml index 6a81147112bc..1abe5e383be3 100644 --- a/compiler/damlc/daml-prim-src/GHC/Base.daml +++ b/compiler/damlc/daml-prim-src/GHC/Base.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/CString.daml b/compiler/damlc/daml-prim-src/GHC/CString.daml index 0d787361c38f..db7a436d0dfb 100644 --- a/compiler/damlc/daml-prim-src/GHC/CString.daml +++ b/compiler/damlc/daml-prim-src/GHC/CString.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MagicHash #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Classes.daml b/compiler/damlc/daml-prim-src/GHC/Classes.daml index d4f032c01ece..b9a0c5334963 100644 --- a/compiler/damlc/daml-prim-src/GHC/Classes.daml +++ b/compiler/damlc/daml-prim-src/GHC/Classes.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Copied from https://github.com/ghc/ghc/blob/23f6f31dd66d7c370cb8beec3f1d96a0cb577393/libraries/ghc-prim/GHC/Classes.hs diff --git a/compiler/damlc/daml-prim-src/GHC/Enum.daml b/compiler/damlc/daml-prim-src/GHC/Enum.daml index 653e35fbfbe9..9486429ecf4c 100644 --- a/compiler/damlc/daml-prim-src/GHC/Enum.daml +++ b/compiler/damlc/daml-prim-src/GHC/Enum.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Err.daml b/compiler/damlc/daml-prim-src/GHC/Err.daml index 49cf76412952..542618aeec48 100644 --- a/compiler/damlc/daml-prim-src/GHC/Err.daml +++ b/compiler/damlc/daml-prim-src/GHC/Err.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Integer/Type.daml b/compiler/damlc/daml-prim-src/GHC/Integer/Type.daml index 66087ebc6fd7..fd69e272fb2a 100644 --- a/compiler/damlc/daml-prim-src/GHC/Integer/Type.daml +++ b/compiler/damlc/daml-prim-src/GHC/Integer/Type.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Natural.daml b/compiler/damlc/daml-prim-src/GHC/Natural.daml index 430f552adf3f..4ea040998aa4 100644 --- a/compiler/damlc/daml-prim-src/GHC/Natural.daml +++ b/compiler/damlc/daml-prim-src/GHC/Natural.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Num.daml b/compiler/damlc/daml-prim-src/GHC/Num.daml index 31e4d8dc1f63..0c9fd95c79b1 100644 --- a/compiler/damlc/daml-prim-src/GHC/Num.daml +++ b/compiler/damlc/daml-prim-src/GHC/Num.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Real.daml b/compiler/damlc/daml-prim-src/GHC/Real.daml index d3bbcd534628..d8094136006a 100644 --- a/compiler/damlc/daml-prim-src/GHC/Real.daml +++ b/compiler/damlc/daml-prim-src/GHC/Real.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Show.daml b/compiler/damlc/daml-prim-src/GHC/Show.daml index c9d6e891ab8f..aeae6a60702c 100644 --- a/compiler/damlc/daml-prim-src/GHC/Show.daml +++ b/compiler/damlc/daml-prim-src/GHC/Show.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Show/Text.daml b/compiler/damlc/daml-prim-src/GHC/Show/Text.daml index fab9bcd3396c..e467d0deb8af 100644 --- a/compiler/damlc/daml-prim-src/GHC/Show/Text.daml +++ b/compiler/damlc/daml-prim-src/GHC/Show/Text.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Stack/Types.daml b/compiler/damlc/daml-prim-src/GHC/Stack/Types.daml index 4bb7501232d2..db316fb0a657 100644 --- a/compiler/damlc/daml-prim-src/GHC/Stack/Types.daml +++ b/compiler/damlc/daml-prim-src/GHC/Stack/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ImplicitParams #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Tuple.daml b/compiler/damlc/daml-prim-src/GHC/Tuple.daml index 1d77aba6ceb3..cf2f85400d6c 100644 --- a/compiler/damlc/daml-prim-src/GHC/Tuple.daml +++ b/compiler/damlc/daml-prim-src/GHC/Tuple.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Copied from https://github.com/ghc/ghc/blob/23f6f31dd66d7c370cb8beec3f1d96a0cb577393/libraries/ghc-prim/GHC/Tuple.hs diff --git a/compiler/damlc/daml-prim-src/GHC/Tuple/Check.daml b/compiler/damlc/daml-prim-src/GHC/Tuple/Check.daml index 1a4a35fe2f3b..a05a750cae05 100644 --- a/compiler/damlc/daml-prim-src/GHC/Tuple/Check.daml +++ b/compiler/damlc/daml-prim-src/GHC/Tuple/Check.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/compiler/damlc/daml-prim-src/GHC/Types.daml b/compiler/damlc/daml-prim-src/GHC/Types.daml index ddc3d0fec2c1..653f34167440 100644 --- a/compiler/damlc/daml-prim-src/GHC/Types.daml +++ b/compiler/damlc/daml-prim-src/GHC/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Based on https://github.com/ghc/ghc/blob/23f6f31dd66d7c370cb8beec3f1d96a0cb577393/libraries/ghc-prim/GHC/Types.hs diff --git a/compiler/damlc/daml-prim-src/LibraryModules.daml b/compiler/damlc/daml-prim-src/LibraryModules.daml index b20c944428fd..31af8d8bd8ad 100644 --- a/compiler/damlc/daml-prim-src/LibraryModules.daml +++ b/compiler/damlc/daml-prim-src/LibraryModules.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-rule-types/BUILD.bazel b/compiler/damlc/daml-rule-types/BUILD.bazel index 0493a263e732..ebad25341f26 100644 --- a/compiler/damlc/daml-rule-types/BUILD.bazel +++ b/compiler/damlc/daml-rule-types/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/daml-rule-types/src/Development/IDE/Core/RuleTypes/Daml.hs b/compiler/damlc/daml-rule-types/src/Development/IDE/Core/RuleTypes/Daml.hs index 70ea1130788c..c086a9ece39d 100644 --- a/compiler/damlc/daml-rule-types/src/Development/IDE/Core/RuleTypes/Daml.hs +++ b/compiler/damlc/daml-rule-types/src/Development/IDE/Core/RuleTypes/Daml.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} diff --git a/compiler/damlc/daml-stdlib-src/BUILD.bazel b/compiler/damlc/daml-stdlib-src/BUILD.bazel index 8bb34fec8a87..bc727fcdac5a 100644 --- a/compiler/damlc/daml-stdlib-src/BUILD.bazel +++ b/compiler/damlc/daml-stdlib-src/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 filegroup( diff --git a/compiler/damlc/daml-stdlib-src/DA/Action.daml b/compiler/damlc/daml-stdlib-src/DA/Action.daml index 74f077989bc6..0403f12f6d35 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Action.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Action.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Action diff --git a/compiler/damlc/daml-stdlib-src/DA/Action/State.daml b/compiler/damlc/daml-stdlib-src/DA/Action/State.daml index b5852f7b436f..578b0ccfb139 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Action/State.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Action/State.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | DA.Action.State diff --git a/compiler/damlc/daml-stdlib-src/DA/Action/State/Class.daml b/compiler/damlc/daml-stdlib-src/DA/Action/State/Class.daml index 08d48c8620e3..6063e7d95f12 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Action/State/Class.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Action/State/Class.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DefaultSignatures #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Action/State/Type.daml b/compiler/damlc/daml-stdlib-src/DA/Action/State/Type.daml index 6505aa39555a..4591a9389809 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Action/State/Type.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Action/State/Type.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Action.State diff --git a/compiler/damlc/daml-stdlib-src/DA/Assert.daml b/compiler/damlc/daml-stdlib-src/DA/Assert.daml index c1caced21526..3ca7ea8f72c4 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Assert.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Assert.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Bifunctor.daml b/compiler/damlc/daml-stdlib-src/DA/Bifunctor.daml index 1bbe7c56d590..1a1a30a15982 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Bifunctor.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Bifunctor.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-stdlib-src/DA/BigNumeric.daml b/compiler/damlc/daml-stdlib-src/DA/BigNumeric.daml index e28f034e1345..76f7e96289a5 100644 --- a/compiler/damlc/daml-stdlib-src/DA/BigNumeric.daml +++ b/compiler/damlc/daml-stdlib-src/DA/BigNumeric.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Date.daml b/compiler/damlc/daml-stdlib-src/DA/Date.daml index a1ba433ff96a..e5245085b044 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Date.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Date.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Date/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Date/Types.daml index 1ee9b89ea1a0..b0ce0c2254d0 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Date/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Date/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Date diff --git a/compiler/damlc/daml-stdlib-src/DA/Either.daml b/compiler/damlc/daml-stdlib-src/DA/Either.daml index 89e3734fdd5d..314059cba9d3 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Either.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Either.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | The `Either` type represents values with two possibilities. diff --git a/compiler/damlc/daml-stdlib-src/DA/Exception.daml b/compiler/damlc/daml-stdlib-src/DA/Exception.daml index f0831949f87d..9fef04d14389 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Exception.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Exception.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Experimental/Example.daml b/compiler/damlc/daml-stdlib-src/DA/Experimental/Example.daml index 14c320fa99c3..f04470d9e7fa 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Experimental/Example.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Experimental/Example.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | HIDE diff --git a/compiler/damlc/daml-stdlib-src/DA/Foldable.daml b/compiler/damlc/daml-stdlib-src/DA/Foldable.daml index 223b617c9792..5af48fb1283c 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Foldable.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Foldable.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Class of data structures that can be folded to a summary value. diff --git a/compiler/damlc/daml-stdlib-src/DA/Functor.daml b/compiler/damlc/daml-stdlib-src/DA/Functor.daml index f0c6f573f90a..1687403ae0e1 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Functor.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Functor.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | The `Functor` class is used for types that can be mapped over. diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Any.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Any.daml index 4c04dedb1f68..89697ec1a09c 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Any.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Any.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Assert.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Assert.daml index 57409805585b..e6f45840894e 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Assert.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Assert.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Compatible.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Compatible.daml index 29a584c6b3cf..fd2ee4ca33cf 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Compatible.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Compatible.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Date.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Date.daml index 430d4c0aea79..cabdbaeb89fa 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Date.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Date.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Desugar.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Desugar.daml index 14c47ba78cc3..9d0ada7211fc 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Desugar.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Desugar.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Down.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Down.daml index b2ebe3f4ae3c..620484327af1 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Down.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Down.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Exception.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Exception.daml index 5f65cd1f9214..36129afbfae2 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Exception.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Exception.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface.daml index 2a8533ef54ae..a70fbc3ea674 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView.daml index 453e0157d0d5..65c79b9fd1e9 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ScopedTypeVariables #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView/Types.daml index 1ed1cb733516..a0fcad7a2d80 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Interface/AnyView/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/LF.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/LF.daml index 0e06d8154625..c426614ee8ab 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/LF.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/LF.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Prelude.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Prelude.daml index 45f579724b62..7ae2155a55cd 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Prelude.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Prelude.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/RebindableSyntax.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/RebindableSyntax.daml index 3c862463d2ef..2ca2bae8a103 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/RebindableSyntax.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/RebindableSyntax.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Record.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Record.daml index 023487780da5..51b77a763a5d 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Record.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Record.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE NoImplicitPrelude #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Template.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Template.daml index ebd230ba287b..02a8d5bfd9cb 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Template.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Template.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Template/Functions.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Template/Functions.daml index 05c3b5de4a0d..d2f6dd5bc4bd 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Template/Functions.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Template/Functions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Internal/Time.daml b/compiler/damlc/daml-stdlib-src/DA/Internal/Time.daml index cdba7c9f2576..15bd7d8ffcc8 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Internal/Time.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Internal/Time.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/List.daml b/compiler/damlc/daml-stdlib-src/DA/List.daml index ee623bf3a938..47357baa03af 100644 --- a/compiler/damlc/daml-stdlib-src/DA/List.daml +++ b/compiler/damlc/daml-stdlib-src/DA/List.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | List diff --git a/compiler/damlc/daml-stdlib-src/DA/List/BuiltinOrder.daml b/compiler/damlc/daml-stdlib-src/DA/List/BuiltinOrder.daml index ff080e648a7e..265a54be1ecf 100644 --- a/compiler/damlc/daml-stdlib-src/DA/List/BuiltinOrder.daml +++ b/compiler/damlc/daml-stdlib-src/DA/List/BuiltinOrder.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Note: This is only supported in Daml-LF 1.11 or later. diff --git a/compiler/damlc/daml-stdlib-src/DA/List/Total.daml b/compiler/damlc/daml-stdlib-src/DA/List/Total.daml index 118f8537e5c2..741a8ac69766 100644 --- a/compiler/damlc/daml-stdlib-src/DA/List/Total.daml +++ b/compiler/damlc/daml-stdlib-src/DA/List/Total.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.List.Total diff --git a/compiler/damlc/daml-stdlib-src/DA/Logic.daml b/compiler/damlc/daml-stdlib-src/DA/Logic.daml index 2f2a687f9121..ba0a00432510 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Logic.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Logic.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Logic - Propositional calculus. diff --git a/compiler/damlc/daml-stdlib-src/DA/Logic/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Logic/Types.daml index 4475c2925bd4..c254339541eb 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Logic/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Logic/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Logic diff --git a/compiler/damlc/daml-stdlib-src/DA/Map.daml b/compiler/damlc/daml-stdlib-src/DA/Map.daml index 12ade01b11bd..d0d5f02f37ee 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Map.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Map.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Note: This is only supported in Daml-LF 1.11 or later. diff --git a/compiler/damlc/daml-stdlib-src/DA/Math.daml b/compiler/damlc/daml-stdlib-src/DA/Math.daml index f940c4b13d31..7045876cbded 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Math.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Math.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Math - Utility Math functions for `Decimal` diff --git a/compiler/damlc/daml-stdlib-src/DA/Maybe.daml b/compiler/damlc/daml-stdlib-src/DA/Maybe.daml index 9fbd7da65483..ed126d7cf385 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Maybe.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Maybe.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Monoid.daml b/compiler/damlc/daml-stdlib-src/DA/Monoid.daml index 8e4ea70ec738..fec1af47aaeb 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Monoid.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Monoid.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Monoid diff --git a/compiler/damlc/daml-stdlib-src/DA/Monoid/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Monoid/Types.daml index e8e07f0aceb8..003950e5f810 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Monoid/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Monoid/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Monoid diff --git a/compiler/damlc/daml-stdlib-src/DA/NonEmpty.daml b/compiler/damlc/daml-stdlib-src/DA/NonEmpty.daml index 3e4facad2735..dd89b9ef2473 100644 --- a/compiler/damlc/daml-stdlib-src/DA/NonEmpty.daml +++ b/compiler/damlc/daml-stdlib-src/DA/NonEmpty.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-stdlib-src/DA/NonEmpty/Types.daml b/compiler/damlc/daml-stdlib-src/DA/NonEmpty/Types.daml index c3cd6a07bfe3..b96ee6cc4024 100644 --- a/compiler/damlc/daml-stdlib-src/DA/NonEmpty/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/NonEmpty/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-stdlib-src/DA/Numeric.daml b/compiler/damlc/daml-stdlib-src/DA/Numeric.daml index 9f495dc5b789..d8d21414f7f7 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Numeric.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Numeric.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Optional.daml b/compiler/damlc/daml-stdlib-src/DA/Optional.daml index 1b2defcf71f0..bcf0124fdef9 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Optional.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Optional.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-stdlib-src/DA/Random.daml b/compiler/damlc/daml-stdlib-src/DA/Random.daml index c29a097370e8..b56be74d99f5 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Random.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Random.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | HIDE diff --git a/compiler/damlc/daml-stdlib-src/DA/Random/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Random/Types.daml index 7196c7bb5903..2e0ca0482a12 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Random/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Random/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | HIDE diff --git a/compiler/damlc/daml-stdlib-src/DA/Record.daml b/compiler/damlc/daml-stdlib-src/DA/Record.daml index f0a8e00c7ef5..8649d8ad2d6e 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Record.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Record.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Exports the record machinery necessary to allow one to annotate diff --git a/compiler/damlc/daml-stdlib-src/DA/Semigroup.daml b/compiler/damlc/daml-stdlib-src/DA/Semigroup.daml index ba6107c5dac7..10566501a38b 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Semigroup.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Semigroup.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Semigroup diff --git a/compiler/damlc/daml-stdlib-src/DA/Semigroup/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Semigroup/Types.daml index 1e218c508416..002d292db4e9 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Semigroup/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Semigroup/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Semigroup diff --git a/compiler/damlc/daml-stdlib-src/DA/Set.daml b/compiler/damlc/daml-stdlib-src/DA/Set.daml index fd2adfefcaba..077280072dff 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Set.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Set.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Set/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Set/Types.daml index 0f03c179e88b..48d2cd340fcc 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Set/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Set/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Stack.daml b/compiler/damlc/daml-stdlib-src/DA/Stack.daml index c65f18f00991..fb6946468ec2 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Stack.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Stack.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ImplicitParams #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Stack/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Stack/Types.daml index e77e7cd92f98..d10071d522d0 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Stack/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Stack/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Stack diff --git a/compiler/damlc/daml-stdlib-src/DA/Text.daml b/compiler/damlc/daml-stdlib-src/DA/Text.daml index ec5c82cdc9e1..85096e9c222a 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Text.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Text.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/TextMap.daml b/compiler/damlc/daml-stdlib-src/DA/TextMap.daml index 3daffcd482d0..dbb462c5e343 100644 --- a/compiler/damlc/daml-stdlib-src/DA/TextMap.daml +++ b/compiler/damlc/daml-stdlib-src/DA/TextMap.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | TextMap - A map is an associative array data type composed of a diff --git a/compiler/damlc/daml-stdlib-src/DA/Time.daml b/compiler/damlc/daml-stdlib-src/DA/Time.daml index bdb9e8350486..96ed60612a5a 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Time.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Time.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Time/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Time/Types.daml index 6d77271cfc28..1709c1ae0a3b 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Time/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Time/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GeneralizedNewtypeDeriving #-} diff --git a/compiler/damlc/daml-stdlib-src/DA/Traversable.daml b/compiler/damlc/daml-stdlib-src/DA/Traversable.daml index 432e04799f4b..03fc52593ed0 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Traversable.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Traversable.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Class of data structures that can be traversed from left to right, performing an action on each element. diff --git a/compiler/damlc/daml-stdlib-src/DA/Tuple.daml b/compiler/damlc/daml-stdlib-src/DA/Tuple.daml index 88f096d4ff29..0f4f1dceb15f 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Tuple.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Tuple.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Tuple - Ubiquitous functions of tuples. diff --git a/compiler/damlc/daml-stdlib-src/DA/Validation.daml b/compiler/damlc/daml-stdlib-src/DA/Validation.daml index dea43a3381b5..ab25549bc579 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Validation.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Validation.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/daml-stdlib-src/DA/Validation/Types.daml b/compiler/damlc/daml-stdlib-src/DA/Validation/Types.daml index 53e57dec2a30..4f1af2081b3f 100644 --- a/compiler/damlc/daml-stdlib-src/DA/Validation/Types.daml +++ b/compiler/damlc/daml-stdlib-src/DA/Validation/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | MOVE DA.Validation diff --git a/compiler/damlc/daml-stdlib-src/LibraryModules.daml b/compiler/damlc/daml-stdlib-src/LibraryModules.daml index ff5657eaf8c1..589c8a7604d5 100644 --- a/compiler/damlc/daml-stdlib-src/LibraryModules.daml +++ b/compiler/damlc/daml-stdlib-src/LibraryModules.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/daml-stdlib-src/Prelude.daml b/compiler/damlc/daml-stdlib-src/Prelude.daml index f71267eb5ae3..38d0a1d2962b 100644 --- a/compiler/damlc/daml-stdlib-src/Prelude.daml +++ b/compiler/damlc/daml-stdlib-src/Prelude.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/exe/Main.hs b/compiler/damlc/exe/Main.hs index 4e26315bfd7a..c3895983d599 100644 --- a/compiler/damlc/exe/Main.hs +++ b/compiler/damlc/exe/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/compiler/damlc/ide-debug-driver/BUILD.bazel b/compiler/damlc/ide-debug-driver/BUILD.bazel index e93a917d7691..34eca968f5ef 100644 --- a/compiler/damlc/ide-debug-driver/BUILD.bazel +++ b/compiler/damlc/ide-debug-driver/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/compiler/damlc/ide-debug-driver/sample-config.yaml b/compiler/damlc/ide-debug-driver/sample-config.yaml index b5b7f017faa5..bd0b33f8e7ae 100644 --- a/compiler/damlc/ide-debug-driver/sample-config.yaml +++ b/compiler/damlc/ide-debug-driver/sample-config.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 ide-cmd: daml-head ide --debug diff --git a/compiler/damlc/ide-debug-driver/src/IdeDebugDriver.hs b/compiler/damlc/ide-debug-driver/src/IdeDebugDriver.hs index 8f5dfccd34ef..46a03bb8b637 100644 --- a/compiler/damlc/ide-debug-driver/src/IdeDebugDriver.hs +++ b/compiler/damlc/ide-debug-driver/src/IdeDebugDriver.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} module IdeDebugDriver (main) where diff --git a/compiler/damlc/lib/DA/Cli/Args.hs b/compiler/damlc/lib/DA/Cli/Args.hs index 3a3a6e8b5d71..f6d3ae244dd6 100644 --- a/compiler/damlc/lib/DA/Cli/Args.hs +++ b/compiler/damlc/lib/DA/Cli/Args.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | This exposes a tweaked "Option.Applicative" parser with an undocumented lax diff --git a/compiler/damlc/lib/DA/Cli/Damlc.hs b/compiler/damlc/lib/DA/Cli/Damlc.hs index 1c003f89732c..7e815c73bc6c 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE TemplateHaskell #-} diff --git a/compiler/damlc/lib/DA/Cli/Damlc/BuildInfo.hs b/compiler/damlc/lib/DA/Cli/Damlc/BuildInfo.hs index 6a32491d6e5c..68f14eff2b43 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/BuildInfo.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/BuildInfo.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/lib/DA/Cli/Damlc/Command/Damldoc.hs b/compiler/damlc/lib/DA/Cli/Damlc/Command/Damldoc.hs index db1763db626e..82ecdcb6b084 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/Command/Damldoc.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/Command/Damldoc.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/lib/DA/Cli/Damlc/DependencyDb.hs b/compiler/damlc/lib/DA/Cli/Damlc/DependencyDb.hs index 51086d3e5c59..07cc07fb31c0 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/DependencyDb.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/DependencyDb.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Cli.Damlc.DependencyDb diff --git a/compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs b/compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs index 3fb681cd2c4b..cc5858b9b959 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/Packaging.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/compiler/damlc/lib/DA/Cli/Damlc/Test.hs b/compiler/damlc/lib/DA/Cli/Damlc/Test.hs index 575cb0f1f6ed..c892f6dcbefa 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/Test.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/Test.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/compiler/damlc/lib/DA/Cli/Damlc/Test/TestResults.hs b/compiler/damlc/lib/DA/Cli/Damlc/Test/TestResults.hs index 66839ebc2524..137edd123fba 100644 --- a/compiler/damlc/lib/DA/Cli/Damlc/Test/TestResults.hs +++ b/compiler/damlc/lib/DA/Cli/Damlc/Test/TestResults.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FunctionalDependencies #-} diff --git a/compiler/damlc/lib/DA/Cli/Options.hs b/compiler/damlc/lib/DA/Cli/Options.hs index 176b53b365da..e6a5d9a35f3f 100644 --- a/compiler/damlc/lib/DA/Cli/Options.hs +++ b/compiler/damlc/lib/DA/Cli/Options.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} module DA.Cli.Options diff --git a/compiler/damlc/pkg-db/BUILD.bazel b/compiler/damlc/pkg-db/BUILD.bazel index 0ba417b747d8..230c4eb704c9 100644 --- a/compiler/damlc/pkg-db/BUILD.bazel +++ b/compiler/damlc/pkg-db/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/damlc/pkg-db/util.bzl b/compiler/damlc/pkg-db/util.bzl index b7d4b1c43594..215f404d4ec0 100644 --- a/compiler/damlc/pkg-db/util.bzl +++ b/compiler/damlc/pkg-db/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # A Daml package database contains a subdirectory for each Daml-LF diff --git a/compiler/damlc/stable-packages/BUILD.bazel b/compiler/damlc/stable-packages/BUILD.bazel index 5f5dbd4dd93b..0c4d946aad69 100644 --- a/compiler/damlc/stable-packages/BUILD.bazel +++ b/compiler/damlc/stable-packages/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "generate_and_track_cabal") diff --git a/compiler/damlc/stable-packages/lib/DA/Daml/StablePackages.hs b/compiler/damlc/stable-packages/lib/DA/Daml/StablePackages.hs index 87285f71d27b..55e0dcea8691 100644 --- a/compiler/damlc/stable-packages/lib/DA/Daml/StablePackages.hs +++ b/compiler/damlc/stable-packages/lib/DA/Daml/StablePackages.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.StablePackages diff --git a/compiler/damlc/stable-packages/src/Main.hs b/compiler/damlc/stable-packages/src/Main.hs index 2d556b053be0..a03e122b5674 100644 --- a/compiler/damlc/stable-packages/src/Main.hs +++ b/compiler/damlc/stable-packages/src/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main diff --git a/compiler/damlc/tests/BUILD.bazel b/compiler/damlc/tests/BUILD.bazel index cd9caaa67c88..fdc95d9528d1 100644 --- a/compiler/damlc/tests/BUILD.bazel +++ b/compiler/damlc/tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_test") diff --git a/compiler/damlc/tests/Colliding.daml b/compiler/damlc/tests/Colliding.daml index 1999a0085142..40fbc326e1a7 100644 --- a/compiler/damlc/tests/Colliding.daml +++ b/compiler/damlc/tests/Colliding.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Colliding where diff --git a/compiler/damlc/tests/PkgManagerTest.daml b/compiler/damlc/tests/PkgManagerTest.daml index 24ce748879a6..d037935c10d8 100644 --- a/compiler/damlc/tests/PkgManagerTest.daml +++ b/compiler/damlc/tests/PkgManagerTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module PkgManagerTest where diff --git a/compiler/damlc/tests/PlatformIndependence.daml b/compiler/damlc/tests/PlatformIndependence.daml index 2b30b947d5bf..6008b95ebb66 100644 --- a/compiler/damlc/tests/PlatformIndependence.daml +++ b/compiler/damlc/tests/PlatformIndependence.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module PlatformIndependence where diff --git a/compiler/damlc/tests/ReplMulti.daml b/compiler/damlc/tests/ReplMulti.daml index 30ed9fd411b8..156891e78dcb 100644 --- a/compiler/damlc/tests/ReplMulti.daml +++ b/compiler/damlc/tests/ReplMulti.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ReplMulti where diff --git a/compiler/damlc/tests/ReplTest.daml b/compiler/damlc/tests/ReplTest.daml index fb527e4a5486..359c68e9430d 100644 --- a/compiler/damlc/tests/ReplTest.daml +++ b/compiler/damlc/tests/ReplTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/ReplTest2.daml b/compiler/damlc/tests/ReplTest2.daml index c61993e10ea5..ea668f00c8ee 100644 --- a/compiler/damlc/tests/ReplTest2.daml +++ b/compiler/damlc/tests/ReplTest2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ReplTest2 where diff --git a/compiler/damlc/tests/ReplTestIndirect.daml b/compiler/damlc/tests/ReplTestIndirect.daml index e9e21d140533..5fc997fbe161 100644 --- a/compiler/damlc/tests/ReplTestIndirect.daml +++ b/compiler/damlc/tests/ReplTestIndirect.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ReplTestIndirect where diff --git a/compiler/damlc/tests/bond-trading/Bond.daml b/compiler/damlc/tests/bond-trading/Bond.daml index 0f4f9214fc9f..d58ca7bb116b 100644 --- a/compiler/damlc/tests/bond-trading/Bond.daml +++ b/compiler/damlc/tests/bond-trading/Bond.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/Cash.daml b/compiler/damlc/tests/bond-trading/Cash.daml index ee57a077fff0..8fa52cf19c5c 100644 --- a/compiler/damlc/tests/bond-trading/Cash.daml +++ b/compiler/damlc/tests/bond-trading/Cash.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/Dvp.daml b/compiler/damlc/tests/bond-trading/Dvp.daml index 2ecbc14ac70c..8fc15386bad0 100644 --- a/compiler/damlc/tests/bond-trading/Dvp.daml +++ b/compiler/damlc/tests/bond-trading/Dvp.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/DvpNotification.daml b/compiler/damlc/tests/bond-trading/DvpNotification.daml index 471a6c688fa2..7f76be07d53e 100644 --- a/compiler/damlc/tests/bond-trading/DvpNotification.daml +++ b/compiler/damlc/tests/bond-trading/DvpNotification.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/DvpTerms.daml b/compiler/damlc/tests/bond-trading/DvpTerms.daml index ad0c567da684..5f79e2069f20 100644 --- a/compiler/damlc/tests/bond-trading/DvpTerms.daml +++ b/compiler/damlc/tests/bond-trading/DvpTerms.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/Helper.daml b/compiler/damlc/tests/bond-trading/Helper.daml index 2922999a8084..b4887d931bf0 100644 --- a/compiler/damlc/tests/bond-trading/Helper.daml +++ b/compiler/damlc/tests/bond-trading/Helper.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/bond-trading/Setup.daml b/compiler/damlc/tests/bond-trading/Setup.daml index e1193e7a78eb..8b7289a69fcd 100644 --- a/compiler/damlc/tests/bond-trading/Setup.daml +++ b/compiler/damlc/tests/bond-trading/Setup.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/compiler/damlc/tests/bond-trading/Test.daml b/compiler/damlc/tests/bond-trading/Test.daml index faa8e107ebdc..8939bf98ad57 100644 --- a/compiler/damlc/tests/bond-trading/Test.daml +++ b/compiler/damlc/tests/bond-trading/Test.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Check that the interning tables don't contain duplicates: diff --git a/compiler/damlc/tests/cant-skip-preprocessor/DA/Internal/Hack.daml b/compiler/damlc/tests/cant-skip-preprocessor/DA/Internal/Hack.daml index 2f2e0ca50c80..b1f3abf7b9d9 100644 --- a/compiler/damlc/tests/cant-skip-preprocessor/DA/Internal/Hack.daml +++ b/compiler/damlc/tests/cant-skip-preprocessor/DA/Internal/Hack.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Tests that the daml preprocessor can't be skipped even if the module name diff --git a/compiler/damlc/tests/daml/old-proj/Old.daml b/compiler/damlc/tests/daml/old-proj/Old.daml index e48a228ffd3c..40eabe69bf59 100644 --- a/compiler/damlc/tests/daml/old-proj/Old.daml +++ b/compiler/damlc/tests/daml/old-proj/Old.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Old where diff --git a/compiler/damlc/tests/platform-independence.dar-hash b/compiler/damlc/tests/platform-independence.dar-hash index e7ec2a39cbce..3be3ce4c42d7 100644 --- a/compiler/damlc/tests/platform-independence.dar-hash +++ b/compiler/damlc/tests/platform-independence.dar-hash @@ -1,5 +1,5 @@ b98e0e49d6d29d2305b0fd26b61e65ffb88d0c2a79bf10136a8d0c026b32d9bc META-INF/MANIFEST.MF -b5c40ce08e30cf16a8cad16e2341d01d6ee49984fb8670cd12d7bea4984fae91 platform-independence-1.0.0-1ad54d1bc41e9d075a7b1ea15ac8a0f1764cf679b012077fa52a7d8335b21c3b/compiler/damlc/tests/PlatformIndependence.daml +af53bfb744c41db01eb8066a4f2485bab8af7444206202213be5a37dc0e2f36d platform-independence-1.0.0-1ad54d1bc41e9d075a7b1ea15ac8a0f1764cf679b012077fa52a7d8335b21c3b/compiler/damlc/tests/PlatformIndependence.daml 0000000000000000000000000000000000000000000000000000000000000000 platform-independence-1.0.0-1ad54d1bc41e9d075a7b1ea15ac8a0f1764cf679b012077fa52a7d8335b21c3b/compiler/damlc/tests/PlatformIndependence.hi 0000000000000000000000000000000000000000000000000000000000000000 platform-independence-1.0.0-1ad54d1bc41e9d075a7b1ea15ac8a0f1764cf679b012077fa52a7d8335b21c3b/compiler/damlc/tests/PlatformIndependence.hie 1f6ea91c9e829136d47bf8cd7a7ae0c61bde6036b2d5b4a85d24fd3e391e6891 platform-independence-1.0.0-1ad54d1bc41e9d075a7b1ea15ac8a0f1764cf679b012077fa52a7d8335b21c3b/daml-prim-886ba455abe8d308948a79e9d63bce1c55f1a1f6a28099c7f384a8ba123bd642.dalf diff --git a/compiler/damlc/tests/src/CliParser.hs b/compiler/damlc/tests/src/CliParser.hs index bb63dddca4bb..db8f969f9a32 100644 --- a/compiler/damlc/tests/src/CliParser.hs +++ b/compiler/damlc/tests/src/CliParser.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Cli diff --git a/compiler/damlc/tests/src/DA/Test/DamlDesugar.hs b/compiler/damlc/tests/src/DA/Test/DamlDesugar.hs index 840778763655..be25f55c3874 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlDesugar.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlDesugar.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DamlDesugar (main) where diff --git a/compiler/damlc/tests/src/DA/Test/DamlDoc.hs b/compiler/damlc/tests/src/DA/Test/DamlDoc.hs index 90eda23b2e65..1d9a3a28ef05 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlDoc.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlDoc.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/src/DA/Test/DamlDocTest.hs b/compiler/damlc/tests/src/DA/Test/DamlDocTest.hs index 09dbfa1ffe12..3332c831bf29 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlDocTest.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlDocTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DamlDocTest (main) where diff --git a/compiler/damlc/tests/src/DA/Test/DamlDocTestIntegration.hs b/compiler/damlc/tests/src/DA/Test/DamlDocTestIntegration.hs index 9630d0d063bb..c69ea24491c7 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlDocTestIntegration.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlDocTestIntegration.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DamlDocTestIntegration (main) where diff --git a/compiler/damlc/tests/src/DA/Test/DamlRenamer.hs b/compiler/damlc/tests/src/DA/Test/DamlRenamer.hs index 55d64a3879b9..6fc79cfaa1dc 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlRenamer.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlRenamer.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/compiler/damlc/tests/src/DA/Test/DamlcIntegration.hs b/compiler/damlc/tests/src/DA/Test/DamlcIntegration.hs index 0842436bbaa9..1870bcee8a78 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlcIntegration.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlcIntegration.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE BlockArguments #-} diff --git a/compiler/damlc/tests/src/DA/Test/DamlcIntegrationMain.hs b/compiler/damlc/tests/src/DA/Test/DamlcIntegrationMain.hs index 5a98abcb8700..83d11039c939 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlcIntegrationMain.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlcIntegrationMain.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Test driver for Daml-GHC CompilerService. diff --git a/compiler/damlc/tests/src/DA/Test/DamlcMultiPackage.hs b/compiler/damlc/tests/src/DA/Test/DamlcMultiPackage.hs index d8c963dd2760..48ff5d2315d4 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlcMultiPackage.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlcMultiPackage.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DamlcMultiPackage (main) where diff --git a/compiler/damlc/tests/src/DA/Test/DamlcUpgrades.hs b/compiler/damlc/tests/src/DA/Test/DamlcUpgrades.hs index 28976278ca06..2100b97771ea 100644 --- a/compiler/damlc/tests/src/DA/Test/DamlcUpgrades.hs +++ b/compiler/damlc/tests/src/DA/Test/DamlcUpgrades.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DamlcUpgrades (main) where diff --git a/compiler/damlc/tests/src/DA/Test/DataDependencies.hs b/compiler/damlc/tests/src/DA/Test/DataDependencies.hs index 30ac117d330f..3ffb4b0f4494 100644 --- a/compiler/damlc/tests/src/DA/Test/DataDependencies.hs +++ b/compiler/damlc/tests/src/DA/Test/DataDependencies.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.DataDependencies (main) where diff --git a/compiler/damlc/tests/src/DA/Test/GenerateModuleTree.hs b/compiler/damlc/tests/src/DA/Test/GenerateModuleTree.hs index 1b7ab8e0c7d4..9cd458b57948 100644 --- a/compiler/damlc/tests/src/DA/Test/GenerateModuleTree.hs +++ b/compiler/damlc/tests/src/DA/Test/GenerateModuleTree.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/src/DA/Test/GeneratePackagePatternMatch.hs b/compiler/damlc/tests/src/DA/Test/GeneratePackagePatternMatch.hs index 0170841e01b5..a89029681dac 100644 --- a/compiler/damlc/tests/src/DA/Test/GeneratePackagePatternMatch.hs +++ b/compiler/damlc/tests/src/DA/Test/GeneratePackagePatternMatch.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.GeneratePackagePatternMatch (main) where diff --git a/compiler/damlc/tests/src/DA/Test/GenerateSimpleDalf.hs b/compiler/damlc/tests/src/DA/Test/GenerateSimpleDalf.hs index 83379d43cb3d..d836d7e8a892 100644 --- a/compiler/damlc/tests/src/DA/Test/GenerateSimpleDalf.hs +++ b/compiler/damlc/tests/src/DA/Test/GenerateSimpleDalf.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.GenerateSimpleDalf (main) where diff --git a/compiler/damlc/tests/src/DA/Test/IncrementalBuilds.hs b/compiler/damlc/tests/src/DA/Test/IncrementalBuilds.hs index a108fbe31a25..6d28aa56d3db 100644 --- a/compiler/damlc/tests/src/DA/Test/IncrementalBuilds.hs +++ b/compiler/damlc/tests/src/DA/Test/IncrementalBuilds.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.IncrementalBuilds (main) where diff --git a/compiler/damlc/tests/src/DA/Test/IncrementalPackageDb.hs b/compiler/damlc/tests/src/DA/Test/IncrementalPackageDb.hs index cfb8e6cd2138..2c792e1c4c57 100644 --- a/compiler/damlc/tests/src/DA/Test/IncrementalPackageDb.hs +++ b/compiler/damlc/tests/src/DA/Test/IncrementalPackageDb.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.IncrementalPackageDb (main) where diff --git a/compiler/damlc/tests/src/DA/Test/Packaging.hs b/compiler/damlc/tests/src/DA/Test/Packaging.hs index bdf9b451002d..fa7d88be0f00 100644 --- a/compiler/damlc/tests/src/DA/Test/Packaging.hs +++ b/compiler/damlc/tests/src/DA/Test/Packaging.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Packaging (main) where diff --git a/compiler/damlc/tests/src/DA/Test/Repl.hs b/compiler/damlc/tests/src/DA/Test/Repl.hs index 64cb93d6f52d..3271303677d6 100644 --- a/compiler/damlc/tests/src/DA/Test/Repl.hs +++ b/compiler/damlc/tests/src/DA/Test/Repl.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Repl (main) where diff --git a/compiler/damlc/tests/src/DA/Test/Repl/FuncTests.hs b/compiler/damlc/tests/src/DA/Test/Repl/FuncTests.hs index f41e595cb363..7ead883930fb 100644 --- a/compiler/damlc/tests/src/DA/Test/Repl/FuncTests.hs +++ b/compiler/damlc/tests/src/DA/Test/Repl/FuncTests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Repl.FuncTests (main) where diff --git a/compiler/damlc/tests/src/DA/Test/ScriptService.hs b/compiler/damlc/tests/src/DA/Test/ScriptService.hs index 9dede06ea261..726f6021cc9d 100644 --- a/compiler/damlc/tests/src/DA/Test/ScriptService.hs +++ b/compiler/damlc/tests/src/DA/Test/ScriptService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.ScriptService (main) where diff --git a/compiler/damlc/tests/src/DA/Test/ScriptService_1_15.hs b/compiler/damlc/tests/src/DA/Test/ScriptService_1_15.hs index 57e925c58d87..43a8d2d558ee 100644 --- a/compiler/damlc/tests/src/DA/Test/ScriptService_1_15.hs +++ b/compiler/damlc/tests/src/DA/Test/ScriptService_1_15.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.ScriptService (main) where diff --git a/compiler/damlc/tests/src/DA/Test/ShakeIdeClient.hs b/compiler/damlc/tests/src/DA/Test/ShakeIdeClient.hs index 38a8c286b259..0bb4ff8e603e 100644 --- a/compiler/damlc/tests/src/DA/Test/ShakeIdeClient.hs +++ b/compiler/damlc/tests/src/DA/Test/ShakeIdeClient.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/compiler/damlc/tests/src/DA/Test/UnstableTypes.hs b/compiler/damlc/tests/src/DA/Test/UnstableTypes.hs index 03ad3675e626..d5897f2f1874 100644 --- a/compiler/damlc/tests/src/DA/Test/UnstableTypes.hs +++ b/compiler/damlc/tests/src/DA/Test/UnstableTypes.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiWayIf #-} diff --git a/compiler/damlc/tests/src/DamlcLint.hs b/compiler/damlc/tests/src/DamlcLint.hs index 2995224f3dce..60bd1e3995e2 100644 --- a/compiler/damlc/tests/src/DamlcLint.hs +++ b/compiler/damlc/tests/src/DamlcLint.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DamlcLint ( main diff --git a/compiler/damlc/tests/src/DamlcPkgManager.hs b/compiler/damlc/tests/src/DamlcPkgManager.hs index 35f97ec0a7bf..c415dfab9a79 100644 --- a/compiler/damlc/tests/src/DamlcPkgManager.hs +++ b/compiler/damlc/tests/src/DamlcPkgManager.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DamlcPkgManager ( main diff --git a/compiler/damlc/tests/src/DamlcTest.hs b/compiler/damlc/tests/src/DamlcTest.hs index e4ab91aca470..1bde96d7ac5c 100644 --- a/compiler/damlc/tests/src/DamlcTest.hs +++ b/compiler/damlc/tests/src/DamlcTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DamlcTest ( main diff --git a/compiler/damlc/tests/src/DarReaderTest.hs b/compiler/damlc/tests/src/DarReaderTest.hs index 241e741387aa..88a88cbe90a8 100644 --- a/compiler/damlc/tests/src/DarReaderTest.hs +++ b/compiler/damlc/tests/src/DarReaderTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DarReaderTest ( main diff --git a/compiler/damlc/tests/src/daml-ghc-deterministic.sh b/compiler/damlc/tests/src/daml-ghc-deterministic.sh index f79004391a23..5631af424ca1 100755 --- a/compiler/damlc/tests/src/daml-ghc-deterministic.sh +++ b/compiler/damlc/tests/src/daml-ghc-deterministic.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/compiler/damlc/tests/src/inspect-dar.sh b/compiler/damlc/tests/src/inspect-dar.sh index 8f030456eadc..5fdd45566315 100755 --- a/compiler/damlc/tests/src/inspect-dar.sh +++ b/compiler/damlc/tests/src/inspect-dar.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # --- begin runfiles.bash initialization v2 --- diff --git a/compiler/damlc/tests/src/package-pattern-match-perf.sh b/compiler/damlc/tests/src/package-pattern-match-perf.sh index 6a38d8a4fc93..ec06e118e08b 100755 --- a/compiler/damlc/tests/src/package-pattern-match-perf.sh +++ b/compiler/damlc/tests/src/package-pattern-match-perf.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compiler/damlc/tests/src/stable-packages.sh b/compiler/damlc/tests/src/stable-packages.sh index ab4da201e2c6..3b54e7947953 100755 --- a/compiler/damlc/tests/src/stable-packages.sh +++ b/compiler/damlc/tests/src/stable-packages.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Copy-pasted from the Bazel Bash runfiles library v2. diff --git a/compiler/damlc/tests/util.bzl b/compiler/damlc/tests/util.bzl index 96cf4745c3bd..01de10bde007 100644 --- a/compiler/damlc/tests/util.bzl +++ b/compiler/damlc/tests/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_test") diff --git a/compiler/damlc/util.bzl b/compiler/damlc/util.bzl index b778dc3c0d2c..a460e5591417 100644 --- a/compiler/damlc/util.bzl +++ b/compiler/damlc/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/compiler/lsp-tests/BUILD.bazel b/compiler/lsp-tests/BUILD.bazel index ed0edf9beb09..fb8c5eec08dd 100644 --- a/compiler/lsp-tests/BUILD.bazel +++ b/compiler/lsp-tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_test") diff --git a/compiler/lsp-tests/src/DA/Daml/Lsp/Test/Util.hs b/compiler/lsp-tests/src/DA/Daml/Lsp/Test/Util.hs index 7d3d195ab8c8..01f36456d798 100644 --- a/compiler/lsp-tests/src/DA/Daml/Lsp/Test/Util.hs +++ b/compiler/lsp-tests/src/DA/Daml/Lsp/Test/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} module DA.Daml.Lsp.Test.Util diff --git a/compiler/lsp-tests/src/Main.hs b/compiler/lsp-tests/src/Main.hs index b4ffde2f29de..a60edea6ab01 100644 --- a/compiler/lsp-tests/src/Main.hs +++ b/compiler/lsp-tests/src/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE RankNTypes #-} diff --git a/compiler/repl-service/client/BUILD.bazel b/compiler/repl-service/client/BUILD.bazel index b0e098bcf162..a9ab2f0fdd05 100644 --- a/compiler/repl-service/client/BUILD.bazel +++ b/compiler/repl-service/client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/compiler/repl-service/client/src/DA/Daml/LF/ReplClient.hs b/compiler/repl-service/client/src/DA/Daml/LF/ReplClient.hs index 563aaf1572b9..f1ad47eccf02 100644 --- a/compiler/repl-service/client/src/DA/Daml/LF/ReplClient.hs +++ b/compiler/repl-service/client/src/DA/Daml/LF/ReplClient.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE DataKinds #-} diff --git a/compiler/repl-service/protos/BUILD.bazel b/compiler/repl-service/protos/BUILD.bazel index 842292e1b2d4..02ab88bf1445 100644 --- a/compiler/repl-service/protos/BUILD.bazel +++ b/compiler/repl-service/protos/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") diff --git a/compiler/repl-service/protos/repl_service.proto b/compiler/repl-service/protos/repl_service.proto index f25b7ed9a6ae..e0f5b022b109 100644 --- a/compiler/repl-service/protos/repl_service.proto +++ b/compiler/repl-service/protos/repl_service.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/compiler/repl-service/server/BUILD.bazel b/compiler/repl-service/server/BUILD.bazel index 29ee1ffc5e95..6688553c0e2c 100644 --- a/compiler/repl-service/server/BUILD.bazel +++ b/compiler/repl-service/server/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/compiler/repl-service/server/src/main/scala/com/digitalasset/daml/lf/speedy/ReplServiceMain.scala b/compiler/repl-service/server/src/main/scala/com/digitalasset/daml/lf/speedy/ReplServiceMain.scala index 1ea79e377a3a..bf88f4ebc75c 100644 --- a/compiler/repl-service/server/src/main/scala/com/digitalasset/daml/lf/speedy/ReplServiceMain.scala +++ b/compiler/repl-service/server/src/main/scala/com/digitalasset/daml/lf/speedy/ReplServiceMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/compiler/scenario-service/client/BUILD.bazel b/compiler/scenario-service/client/BUILD.bazel index 21fdf11abb5f..0358e7b7c19b 100644 --- a/compiler/scenario-service/client/BUILD.bazel +++ b/compiler/scenario-service/client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") diff --git a/compiler/scenario-service/client/src/DA/Daml/LF/PrettyScenario.hs b/compiler/scenario-service/client/src/DA/Daml/LF/PrettyScenario.hs index 969466cb8256..abdad35e011c 100644 --- a/compiler/scenario-service/client/src/DA/Daml/LF/PrettyScenario.hs +++ b/compiler/scenario-service/client/src/DA/Daml/LF/PrettyScenario.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient.hs b/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient.hs index dde562cd6c7f..95d255879fc7 100644 --- a/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient.hs +++ b/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.ScenarioServiceClient diff --git a/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient/LowLevel.hs b/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient/LowLevel.hs index 62ba6ac90202..481129fbdc1e 100644 --- a/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient/LowLevel.hs +++ b/compiler/scenario-service/client/src/DA/Daml/LF/ScenarioServiceClient/LowLevel.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/compiler/scenario-service/client/test/DA/Daml/LF/PrettyScenarioSpec.hs b/compiler/scenario-service/client/test/DA/Daml/LF/PrettyScenarioSpec.hs index dc5238226955..d10cd8629732 100644 --- a/compiler/scenario-service/client/test/DA/Daml/LF/PrettyScenarioSpec.hs +++ b/compiler/scenario-service/client/test/DA/Daml/LF/PrettyScenarioSpec.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.LF.PrettyScenarioSpec (main) where diff --git a/compiler/scenario-service/protos/BUILD.bazel b/compiler/scenario-service/protos/BUILD.bazel index 39c35d5cc220..4552aad393d4 100644 --- a/compiler/scenario-service/protos/BUILD.bazel +++ b/compiler/scenario-service/protos/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") diff --git a/compiler/scenario-service/protos/scenario_service.proto b/compiler/scenario-service/protos/scenario_service.proto index 197a649615f9..6a5d0c53c32e 100644 --- a/compiler/scenario-service/protos/scenario_service.proto +++ b/compiler/scenario-service/protos/scenario_service.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/compiler/scenario-service/protos/test_results.proto b/compiler/scenario-service/protos/test_results.proto index a4f0fdffe595..e922601d613d 100644 --- a/compiler/scenario-service/protos/test_results.proto +++ b/compiler/scenario-service/protos/test_results.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/compiler/scenario-service/server/BUILD.bazel b/compiler/scenario-service/server/BUILD.bazel index c2a225b45f4c..1297ed4c5fd7 100644 --- a/compiler/scenario-service/server/BUILD.bazel +++ b/compiler/scenario-service/server/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "lf_scalacopts_stricter") diff --git a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/ScenarioServiceMain.scala b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/ScenarioServiceMain.scala index aec089b87412..eff62660112a 100644 --- a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/ScenarioServiceMain.scala +++ b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/ScenarioServiceMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.scenario diff --git a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Context.scala b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Context.scala index e51175ebaf94..f5680e853e23 100644 --- a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Context.scala +++ b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Context.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala index 7ee15f490938..91eb05cea1ba 100644 --- a/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala +++ b/compiler/scenario-service/server/src/main/scala/com/digitalasset/daml/lf/scenario/Conversions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-assistant/BUILD.bazel b/daml-assistant/BUILD.bazel index 6284422e86cf..4c2742ea6359 100644 --- a/daml-assistant/BUILD.bazel +++ b/daml-assistant/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_repl", "da_haskell_test", "generate_and_track_cabal") diff --git a/daml-assistant/daml-helper/BUILD.bazel b/daml-assistant/daml-helper/BUILD.bazel index e83f3fb32d78..557d707dfd7e 100644 --- a/daml-assistant/daml-helper/BUILD.bazel +++ b/daml-assistant/daml-helper/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_test") diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Codegen.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Codegen.hs index f967573e39a0..53a5330c477f 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Codegen.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Codegen.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Codegen ( runCodegen diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Init.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Init.hs index 6beff372ffb9..11dedbd46445 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Init.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Init.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Init diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs index ae3f1576ef26..976588b3274e 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE RankNTypes #-} diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs index baf51d1bb5f1..020ece4cbf77 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} module DA.Daml.Helper.Main (main) where diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/New.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/New.hs index abdd5cfda388..fd19a04603ce 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/New.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/New.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.New diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Start.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Start.hs index a9248b3c70eb..cb1ac86e8f9d 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Start.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Start.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Start ( runStart diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Studio.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Studio.hs index cea0017caac1..595db9408f30 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Studio.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Studio.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Studio diff --git a/daml-assistant/daml-helper/src/DA/Daml/Helper/Util.hs b/daml-assistant/daml-helper/src/DA/Daml/Helper/Util.hs index 2474eb4a3988..62ac0ec32ae6 100644 --- a/daml-assistant/daml-helper/src/DA/Daml/Helper/Util.hs +++ b/daml-assistant/daml-helper/src/DA/Daml/Helper/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Util diff --git a/daml-assistant/daml-helper/test-data/Test.daml b/daml-assistant/daml-helper/test-data/Test.daml index 299779213709..1f498b354141 100644 --- a/daml-assistant/daml-helper/test-data/Test.daml +++ b/daml-assistant/daml-helper/test-data/Test.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Test where diff --git a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Deployment.hs b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Deployment.hs index e716a4fd7ae1..045cd5a4eee5 100644 --- a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Deployment.hs +++ b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Deployment.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Test.Deployment (main) where diff --git a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs index 2dcc32efdf47..51e7c12539f7 100644 --- a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs +++ b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Test.Ledger ( main diff --git a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Packages.hs b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Packages.hs index 958b5b555823..4f0481f689cf 100644 --- a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Packages.hs +++ b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Packages.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Test.Packages ( main diff --git a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Tls.hs b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Tls.hs index 79e5b079dc80..e14c735939f7 100644 --- a/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Tls.hs +++ b/daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Tls.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Helper.Test.Tls (main) where diff --git a/daml-assistant/daml-project-config/DA/Daml/Project/Config.hs b/daml-assistant/daml-project-config/DA/Daml/Project/Config.hs index 9241e59c1012..03723df5bde3 100644 --- a/daml-assistant/daml-project-config/DA/Daml/Project/Config.hs +++ b/daml-assistant/daml-project-config/DA/Daml/Project/Config.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/daml-project-config/DA/Daml/Project/Consts.hs b/daml-assistant/daml-project-config/DA/Daml/Project/Consts.hs index a91a4dc82043..76f602a9e9ec 100644 --- a/daml-assistant/daml-project-config/DA/Daml/Project/Consts.hs +++ b/daml-assistant/daml-project-config/DA/Daml/Project/Consts.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Project.Consts diff --git a/daml-assistant/daml-project-config/DA/Daml/Project/Types.hs b/daml-assistant/daml-project-config/DA/Daml/Project/Types.hs index 5298e6d06082..adccd42144b8 100644 --- a/daml-assistant/daml-project-config/DA/Daml/Project/Types.hs +++ b/daml-assistant/daml-project-config/DA/Daml/Project/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/daml-assistant/daml-project-config/DA/Daml/Project/Util.hs b/daml-assistant/daml-project-config/DA/Daml/Project/Util.hs index f0703ae97f23..363691727222 100644 --- a/daml-assistant/daml-project-config/DA/Daml/Project/Util.hs +++ b/daml-assistant/daml-project-config/DA/Daml/Project/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Project.Util diff --git a/daml-assistant/daml-sdk/BUILD.bazel b/daml-assistant/daml-sdk/BUILD.bazel index e38ed9550e75..3ea6fb3515bc 100644 --- a/daml-assistant/daml-sdk/BUILD.bazel +++ b/daml-assistant/daml-sdk/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-assistant/daml-sdk/src/main/scala/com/digitalasset/daml/sdk/SdkMain.scala b/daml-assistant/daml-sdk/src/main/scala/com/digitalasset/daml/sdk/SdkMain.scala index 5069a3fd62c5..bfbd37b10741 100644 --- a/daml-assistant/daml-sdk/src/main/scala/com/digitalasset/daml/sdk/SdkMain.scala +++ b/daml-assistant/daml-sdk/src/main/scala/com/digitalasset/daml/sdk/SdkMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.sdk diff --git a/daml-assistant/daml-sdk/util.bzl b/daml-assistant/daml-sdk/util.bzl index 2971a6733c71..4d608a4af637 100644 --- a/daml-assistant/daml-sdk/util.bzl +++ b/daml-assistant/daml-sdk/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def deps(edition): diff --git a/daml-assistant/daml-sdk/validate.sh b/daml-assistant/daml-sdk/validate.sh index 308435765033..dba41e9383ed 100755 --- a/daml-assistant/daml-sdk/validate.sh +++ b/daml-assistant/daml-sdk/validate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # --- begin runfiles.bash initialization v2 --- diff --git a/daml-assistant/exe/DA/Daml/Assistant.hs b/daml-assistant/exe/DA/Daml/Assistant.hs index dc8ad458804c..8d153d06687d 100644 --- a/daml-assistant/exe/DA/Daml/Assistant.hs +++ b/daml-assistant/exe/DA/Daml/Assistant.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/get-daml.sh b/daml-assistant/get-daml.sh index bd751fbed2c9..83a482edf8dd 100755 --- a/daml-assistant/get-daml.sh +++ b/daml-assistant/get-daml.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # diff --git a/daml-assistant/integration-tests/BUILD.bazel b/daml-assistant/integration-tests/BUILD.bazel index 1bb9e17b2dba..e4ab41b2e9a0 100644 --- a/daml-assistant/integration-tests/BUILD.bazel +++ b/daml-assistant/integration-tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") load("@os_info//:os_info.bzl", "is_windows") diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTests.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTests.hs index b3dd5e288023..c1507bd4cd0c 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTests.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.CreateDamlAppTests (main) where diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTestsMain.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTestsMain.hs index 129c26083489..bc5dce824292 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTestsMain.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTestsMain.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Wrapper around the tests so we can change the arguments diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTestUtils.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTestUtils.hs index e145712a6598..1be47ef0a345 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTestUtils.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTestUtils.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.IntegrationTestUtils ( withSdkResource diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs index 1f352d106fcd..74d9f33c08b5 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/IntegrationTests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.IntegrationTests (main) where diff --git a/daml-assistant/integration-tests/src/DA/Daml/Assistant/QuickstartTests.hs b/daml-assistant/integration-tests/src/DA/Daml/Assistant/QuickstartTests.hs index 6aa3563aaa42..4da257957f2e 100644 --- a/daml-assistant/integration-tests/src/DA/Daml/Assistant/QuickstartTests.hs +++ b/daml-assistant/integration-tests/src/DA/Daml/Assistant/QuickstartTests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.QuickstartTests (main) where diff --git a/daml-assistant/scala-daml-project-config/BUILD.bazel b/daml-assistant/scala-daml-project-config/BUILD.bazel index ce263130444b..e330ba12250f 100644 --- a/daml-assistant/scala-daml-project-config/BUILD.bazel +++ b/daml-assistant/scala-daml-project-config/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-assistant/scala-daml-project-config/src/main/scala/com/digitalasset/assistant/config/ProjectConfig.scala b/daml-assistant/scala-daml-project-config/src/main/scala/com/digitalasset/assistant/config/ProjectConfig.scala index db7ac8c808b8..444bb1c9de3a 100644 --- a/daml-assistant/scala-daml-project-config/src/main/scala/com/digitalasset/assistant/config/ProjectConfig.scala +++ b/daml-assistant/scala-daml-project-config/src/main/scala/com/digitalasset/assistant/config/ProjectConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.assistant.config diff --git a/daml-assistant/scala-daml-project-config/src/test/scala/com/digitalasset/assistant/ProjectConfigSpec.scala b/daml-assistant/scala-daml-project-config/src/test/scala/com/digitalasset/assistant/ProjectConfigSpec.scala index 9d1dad74a2c0..6793191e6b85 100644 --- a/daml-assistant/scala-daml-project-config/src/test/scala/com/digitalasset/assistant/ProjectConfigSpec.scala +++ b/daml-assistant/scala-daml-project-config/src/test/scala/com/digitalasset/assistant/ProjectConfigSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.assistant.config diff --git a/daml-assistant/src/DA/Daml/Assistant/Cache.hs b/daml-assistant/src/DA/Daml/Assistant/Cache.hs index 603f17737b34..f2f54a905b56 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Cache.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Cache.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/src/DA/Daml/Assistant/Command.hs b/daml-assistant/src/DA/Daml/Assistant/Command.hs index a5e38bdb3fd6..060dd6379ba3 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Command.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Command.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/src/DA/Daml/Assistant/Env.hs b/daml-assistant/src/DA/Daml/Assistant/Env.hs index a975a86d0b87..85974e8712a8 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Env.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Env.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/src/DA/Daml/Assistant/Install.hs b/daml-assistant/src/DA/Daml/Assistant/Install.hs index 540bb4a39684..bc9ff6bce566 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Install.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Install.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PatternSynonyms #-} diff --git a/daml-assistant/src/DA/Daml/Assistant/Install/Completion.hs b/daml-assistant/src/DA/Daml/Assistant/Install/Completion.hs index c5219451fbd6..fedce89f28c7 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Install/Completion.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Install/Completion.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Installation of bash and Zsh completions. The Zsh completion script is diff --git a/daml-assistant/src/DA/Daml/Assistant/Install/Path.hs b/daml-assistant/src/DA/Daml/Assistant/Install/Path.hs index db3cc0571c28..9e772df26a74 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Install/Path.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Install/Path.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/daml-assistant/src/DA/Daml/Assistant/Types.hs b/daml-assistant/src/DA/Daml/Assistant/Types.hs index e99c18d65f49..4295b6748f05 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Types.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE UndecidableInstances #-} diff --git a/daml-assistant/src/DA/Daml/Assistant/Util.hs b/daml-assistant/src/DA/Daml/Assistant/Util.hs index 71caa9024331..0766044cb56c 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Util.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.Util diff --git a/daml-assistant/src/DA/Daml/Assistant/Version.hs b/daml-assistant/src/DA/Daml/Assistant/Version.hs index 8c56beff1325..35183cbeee79 100644 --- a/daml-assistant/src/DA/Daml/Assistant/Version.hs +++ b/daml-assistant/src/DA/Daml/Assistant/Version.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-assistant/test/DA/Daml/Assistant/Tests.hs b/daml-assistant/test/DA/Daml/Assistant/Tests.hs index 73a6ccffdf8a..40084e5cda40 100644 --- a/daml-assistant/test/DA/Daml/Assistant/Tests.hs +++ b/daml-assistant/test/DA/Daml/Assistant/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Daml.Assistant.Tests diff --git a/daml-lf/api-type-signature/BUILD.bazel b/daml-lf/api-type-signature/BUILD.bazel index cd6a326259e4..50e01963e833 100644 --- a/daml-lf/api-type-signature/BUILD.bazel +++ b/daml-lf/api-type-signature/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/DefDataType.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/DefDataType.scala index 5ac08cdfa9ac..1ab89c9f4723 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/DefDataType.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/DefDataType.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/EnvironmentSignature.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/EnvironmentSignature.scala index f8e2f959c9f0..b6c69c964496 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/EnvironmentSignature.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/EnvironmentSignature.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/PackageSignature.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/PackageSignature.scala index 7a8b8231415d..ba8ef8c343f2 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/PackageSignature.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/PackageSignature.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/Type.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/Type.scala index e171730203bd..a79ae1b77450 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/Type.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/Type.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/package.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/package.scala index ddb747f1a823..37301040bc96 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/package.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/DamlLfArchiveReader.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/DamlLfArchiveReader.scala index d20b8d72e327..b576dd99c150 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/DamlLfArchiveReader.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/DamlLfArchiveReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/Errors.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/Errors.scala index 034e587d5bc5..1fb6c891bf58 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/Errors.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/Errors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReader.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReader.scala index 6fb1e0e7c506..5bd5ab8d8f3d 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReader.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReaderMain.scala b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReaderMain.scala index 9be64410eef8..b00732799d13 100644 --- a/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReaderMain.scala +++ b/daml-lf/api-type-signature/src/main/scala/lf/typesig/reader/SignatureReaderMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig.reader diff --git a/daml-lf/api-type-signature/src/test/daml/InterfaceTestLib.daml b/daml-lf/api-type-signature/src/test/daml/InterfaceTestLib.daml index 5857fcde70d8..92fc79bf0c5b 100644 --- a/daml-lf/api-type-signature/src/test/daml/InterfaceTestLib.daml +++ b/daml-lf/api-type-signature/src/test/daml/InterfaceTestLib.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceTestLib where diff --git a/daml-lf/api-type-signature/src/test/daml/InterfaceTestPackage.daml b/daml-lf/api-type-signature/src/test/daml/InterfaceTestPackage.daml index fe9e7b5d7d18..ca8aafe0e3c5 100644 --- a/daml-lf/api-type-signature/src/test/daml/InterfaceTestPackage.daml +++ b/daml-lf/api-type-signature/src/test/daml/InterfaceTestPackage.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceTestPackage where diff --git a/daml-lf/api-type-signature/src/test/daml/RetroInterface.daml b/daml-lf/api-type-signature/src/test/daml/RetroInterface.daml index be26d4aabe33..50cb18d1601f 100644 --- a/daml-lf/api-type-signature/src/test/daml/RetroInterface.daml +++ b/daml-lf/api-type-signature/src/test/daml/RetroInterface.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module RetroInterface where diff --git a/daml-lf/api-type-signature/src/test/scala/lf/typesig/DefDataTypeSpec.scala b/daml-lf/api-type-signature/src/test/scala/lf/typesig/DefDataTypeSpec.scala index 75279c7e273e..2c6edaa21cf0 100644 --- a/daml-lf/api-type-signature/src/test/scala/lf/typesig/DefDataTypeSpec.scala +++ b/daml-lf/api-type-signature/src/test/scala/lf/typesig/DefDataTypeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/test/scala/lf/typesig/TypeSpec.scala b/daml-lf/api-type-signature/src/test/scala/lf/typesig/TypeSpec.scala index 41e893ad4044..e7ce2df8fb1a 100644 --- a/daml-lf/api-type-signature/src/test/scala/lf/typesig/TypeSpec.scala +++ b/daml-lf/api-type-signature/src/test/scala/lf/typesig/TypeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.typesig diff --git a/daml-lf/api-type-signature/src/test/scala/lf/typesig/reader/SignatureReaderSpec.scala b/daml-lf/api-type-signature/src/test/scala/lf/typesig/reader/SignatureReaderSpec.scala index 6398e0ee24f9..cbcbbb48ca54 100644 --- a/daml-lf/api-type-signature/src/test/scala/lf/typesig/reader/SignatureReaderSpec.scala +++ b/daml-lf/api-type-signature/src/test/scala/lf/typesig/reader/SignatureReaderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/BUILD.bazel b/daml-lf/archive/BUILD.bazel index c7b433bdf0ff..5866f1aefaac 100644 --- a/daml-lf/archive/BUILD.bazel +++ b/daml-lf/archive/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/daml-lf/archive/buf.yaml b/daml-lf/archive/buf.yaml index e598fa4f86c2..a9bd2857374f 100644 --- a/daml-lf/archive/buf.yaml +++ b/daml-lf/archive/buf.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 version: v1 diff --git a/daml-lf/archive/encoder/BUILD.bazel b/daml-lf/archive/encoder/BUILD.bazel index c1cfb46f0e4a..bf82023ac041 100644 --- a/daml-lf/archive/encoder/BUILD.bazel +++ b/daml-lf/archive/encoder/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarManifestWriter.scala b/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarManifestWriter.scala index c5ee98f1f366..c4faa67f513b 100644 --- a/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarManifestWriter.scala +++ b/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarManifestWriter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarWriter.scala b/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarWriter.scala index be7f5b2ce369..d1c4aed5017f 100644 --- a/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarWriter.scala +++ b/daml-lf/archive/encoder/src/main/scala/com/daml/lf/archive/DarWriter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/proto_breaking_changes.sh b/daml-lf/archive/proto_breaking_changes.sh index 7fcdc69ff20e..75443c2c3355 100755 --- a/daml-lf/archive/proto_breaking_changes.sh +++ b/daml-lf/archive/proto_breaking_changes.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -e diff --git a/daml-lf/archive/proto_check_hash.sh b/daml-lf/archive/proto_check_hash.sh index f488e09c621f..cd1cd6eccc1b 100755 --- a/daml-lf/archive/proto_check_hash.sh +++ b/daml-lf/archive/proto_check_hash.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf.proto b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf.proto index bc02d64dac17..e6731ccc4966 100644 --- a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf.proto +++ b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf1.proto b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf1.proto index ff71816653eb..5db4f34a3d6b 100644 --- a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf1.proto +++ b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf1.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // .proto representation of the first version of the Daml-LF language, diff --git a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf2.proto b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf2.proto index 100dcdfbefd6..c24795681341 100644 --- a/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf2.proto +++ b/daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev/daml_lf2.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // .proto representation of the first version of the Daml-LF language, diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Dar.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Dar.scala index 2f44f2ff4d3b..2cd91f6ad35f 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Dar.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Dar.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DarManifestReader.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DarManifestReader.scala index 7004c8ee323a..3ed62f3c2aa0 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DarManifestReader.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DarManifestReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Decode.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Decode.scala index b8acb797fbba..f77e48de2c80 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Decode.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Decode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeCommon.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeCommon.scala index c3e45777c0d1..a034f72cb58f 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeCommon.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeCommon.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV1.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV1.scala index d91a5f846354..0b73f5d39691 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV1.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV1.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV2.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV2.scala index d8b3b2979bd8..03fd7cfb2c2b 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV2.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/DecodeV2.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Error.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Error.scala index b51797728206..6402150350be 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Error.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenDarReader.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenDarReader.scala index ca58c6091f34..a4daf822faf2 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenDarReader.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenDarReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenReader.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenReader.scala index c42159c29372..20e7cdb013d0 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenReader.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/GenReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Reader.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Reader.scala index cbbd691bc081..0fae959f6d4f 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Reader.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/Reader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReader.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReader.scala index 2fd892e6547e..905007604688 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReader.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/package.scala b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/package.scala index 3ec1a438b287..f00fa678a34c 100644 --- a/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/package.scala +++ b/daml-lf/archive/src/main/scala/com/digitalasset/daml/lf/archive/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/test/daml/DarReaderTest.daml b/daml-lf/archive/src/test/daml/DarReaderTest.daml index 78d6991fde72..04d8419d1825 100644 --- a/daml-lf/archive/src/test/daml/DarReaderTest.daml +++ b/daml-lf/archive/src/test/daml/DarReaderTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarManifestReaderTest.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarManifestReaderTest.scala index 8fad663dab54..1d042279ab12 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarManifestReaderTest.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarManifestReaderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarReaderTest.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarReaderTest.scala index 891d1647550a..699cae871324 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarReaderTest.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarReaderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarSpec.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarSpec.scala index 5b7acb427f3c..876cb6b8e0cd 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarSpec.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DarSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeCommonSpec.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeCommonSpec.scala index a76ebb83e5fc..d6ecec4bd73c 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeCommonSpec.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeCommonSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeMain.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeMain.scala index c13805eba31e..48c7a52bcf2e 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeMain.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/DecodeMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/StablePackageTest.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/StablePackageTest.scala index a5c7fc45f14d..5adbabd0ece1 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/StablePackageTest.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/StablePackageTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/TypeOrderingSpec.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/TypeOrderingSpec.scala index 80247e945a54..a7a71c90f1d7 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/TypeOrderingSpec.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/TypeOrderingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReaderSpec.scala b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReaderSpec.scala index ef0f1fcab26f..4463ba38215d 100644 --- a/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReaderSpec.scala +++ b/daml-lf/archive/src/test/scala/com/digitalasset/daml/lf/archive/UniversalArchiveReaderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/data-scalacheck/BUILD.bazel b/daml-lf/data-scalacheck/BUILD.bazel index 080c50cfdd32..f9315807df6b 100644 --- a/daml-lf/data-scalacheck/BUILD.bazel +++ b/daml-lf/data-scalacheck/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/data-scalacheck/src/main/scala/com/digitalasset/daml/lf/data/DataArbitrary.scala b/daml-lf/data-scalacheck/src/main/scala/com/digitalasset/daml/lf/data/DataArbitrary.scala index 8fc512a6804c..dd3e98cc17e5 100644 --- a/daml-lf/data-scalacheck/src/main/scala/com/digitalasset/daml/lf/data/DataArbitrary.scala +++ b/daml-lf/data-scalacheck/src/main/scala/com/digitalasset/daml/lf/data/DataArbitrary.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/BUILD.bazel b/daml-lf/data/BUILD.bazel index 9c69e66a0f05..e31ae4e866fb 100644 --- a/daml-lf/data/BUILD.bazel +++ b/daml-lf/data/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/data/src/bench/scala/com/daml/lf/TreeMapBench.scala b/daml-lf/data/src/bench/scala/com/daml/lf/TreeMapBench.scala index 1a247d1606ec..7e5359f3054f 100644 --- a/daml-lf/data/src/bench/scala/com/daml/lf/TreeMapBench.scala +++ b/daml-lf/data/src/bench/scala/com/daml/lf/TreeMapBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/daml/RedBlackTree.scala b/daml-lf/data/src/main/scala/com/daml/RedBlackTree.scala index 702ab094c39d..b7f6335d94df 100644 --- a/daml-lf/data/src/main/scala/com/daml/RedBlackTree.scala +++ b/daml-lf/data/src/main/scala/com/daml/RedBlackTree.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/daml/TemplateOrInterface.scala b/daml-lf/data/src/main/scala/com/daml/TemplateOrInterface.scala index 17c493ef0d86..c6cd35c937a8 100644 --- a/daml-lf/data/src/main/scala/com/daml/TemplateOrInterface.scala +++ b/daml-lf/data/src/main/scala/com/daml/TemplateOrInterface.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/InternalError.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/InternalError.scala index bf7407b4a1ba..a3a142273c2f 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/InternalError.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/InternalError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/LfVersions.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/LfVersions.scala index 18fece6f4143..bbf1ef667807 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/LfVersions.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/LfVersions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/VersionRange.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/VersionRange.scala index cf9858c347f2..5f7c8b97be5b 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/VersionRange.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/VersionRange.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/AbstractImmArraySeq.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/AbstractImmArraySeq.scala index 6af506bec76c..921f010daf53 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/AbstractImmArraySeq.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/AbstractImmArraySeq.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ArrayFactory.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ArrayFactory.scala index 6345db6ce0f0..4e8bd31fb504 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ArrayFactory.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ArrayFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/BackStack.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/BackStack.scala index f6c2f2a50deb..bd45ffa02218 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/BackStack.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/BackStack.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Bytes.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Bytes.scala index a08b30796370..76e585c25ad1 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Bytes.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Bytes.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Decimal.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Decimal.scala index 58d0e8eb52cc..23d80376417b 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Decimal.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Decimal.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/FrontStack.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/FrontStack.scala index 860722ba7963..2ea4f81f5ff7 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/FrontStack.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/FrontStack.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/IdString.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/IdString.scala index 7c8b8c03d323..d17417ce0b46 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/IdString.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/IdString.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ImmArray.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ImmArray.scala index 7f15879b0a33..c64d99df81e0 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ImmArray.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ImmArray.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/InsertOrdSet.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/InsertOrdSet.scala index 5f926ec4494f..75b1d33e9378 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/InsertOrdSet.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/InsertOrdSet.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NoCopy.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NoCopy.scala index fe65f754fe30..b4a7681ff65e 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NoCopy.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NoCopy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NumericModule.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NumericModule.scala index b661ba8a6516..61140d8b856d 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NumericModule.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/NumericModule.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Ref.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Ref.scala index 215b88426692..7dd3dbd399c6 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Ref.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Ref.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Relation.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Relation.scala index 18aa000c0cdc..b9a39075545f 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Relation.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Relation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ScalazEqual.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ScalazEqual.scala index c10f80db1e92..53d8a7918e6d 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ScalazEqual.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/ScalazEqual.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/SortedLookupList.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/SortedLookupList.scala index 73706608d122..89295e85cd66 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/SortedLookupList.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/SortedLookupList.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Struct.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Struct.scala index f078e151b095..08c47d584fd2 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Struct.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Struct.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Time.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Time.scala index 00a235f825e8..76c13c6b87cc 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Time.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Time.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Trampoline.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Trampoline.scala index e8f07bbc8ed0..b53aa5c2218d 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Trampoline.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Trampoline.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/TryOps.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/TryOps.scala index 64772fca609b..43535a5ed018 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/TryOps.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/TryOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Utf8.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Utf8.scala index 78cc944c428c..105aeea10c5e 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Utf8.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/Utf8.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/LoggingConfiguration.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/LoggingConfiguration.scala index d8e0d56f7fde..cbe6c33fa8fc 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/LoggingConfiguration.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/LoggingConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data.logging diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/package.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/package.scala index 4ba3be7ff807..fc3715f4887d 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/package.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/logging/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/package.scala b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/package.scala index 3dafd6c0a002..3433f4f1b106 100644 --- a/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/package.scala +++ b/daml-lf/data/src/main/scala/com/digitalasset/daml/lf/data/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/LfVersionsSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/LfVersionsSpec.scala index 48be1fd58b7a..9ea92116420a 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/LfVersionsSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/LfVersionsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/DecimalSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/DecimalSpec.scala index 46d871644663..55aadc7c28c3 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/DecimalSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/DecimalSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/FrontStackSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/FrontStackSpec.scala index 19471805eb31..fedbad5a44f9 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/FrontStackSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/FrontStackSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/ImmArrayTest.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/ImmArrayTest.scala index 856d7095e2ac..9a2156615c7f 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/ImmArrayTest.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/ImmArrayTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/InsertOrdSetTest.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/InsertOrdSetTest.scala index bb4d792062cd..e0d22fae7092 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/InsertOrdSetTest.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/InsertOrdSetTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/NumericSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/NumericSpec.scala index 8e516167dc59..2d2ad8d3541d 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/NumericSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/NumericSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RefTest.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RefTest.scala index fea4f508bd59..476b6460e2c3 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RefTest.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RefTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RelationTest.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RelationTest.scala index c4a49962fac4..2a739d4b975e 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RelationTest.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/RelationTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/SortedLookupListSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/SortedLookupListSpec.scala index 6a36e00f0e12..7530ef5ddf12 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/SortedLookupListSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/SortedLookupListSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/StructSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/StructSpec.scala index 2e2c2d5070ea..d3467b73de49 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/StructSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/StructSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TimeSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TimeSpec.scala index 7359d229bc62..c1d1e22d5fa9 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TimeSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TimeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TreeMapSpec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TreeMapSpec.scala index 783305dfd9c3..bfd3884e2298 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TreeMapSpec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/TreeMapSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/Utf8Spec.scala b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/Utf8Spec.scala index 72c5db4785b4..46b611f1beb1 100644 --- a/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/Utf8Spec.scala +++ b/daml-lf/data/src/test/scala/com/digitalasset/daml/lf/data/Utf8Spec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.data diff --git a/daml-lf/encoder/BUILD.bazel b/daml-lf/encoder/BUILD.bazel index 4e282858a0c9..6fe6246024d0 100644 --- a/daml-lf/encoder/BUILD.bazel +++ b/daml-lf/encoder/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoder.scala b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoder.scala index e5d0ca71a5e3..102eb46b782c 100644 --- a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoder.scala +++ b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive.testing diff --git a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/Encode.scala b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/Encode.scala index 0f71fc642f26..f699eb406525 100644 --- a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/Encode.scala +++ b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/Encode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeCommon.scala b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeCommon.scala index dc00ec540d96..f97ea32a11cf 100644 --- a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeCommon.scala +++ b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeCommon.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV1.scala b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV1.scala index 4340e6344ffb..13821192df89 100644 --- a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV1.scala +++ b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV1.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV2.scala b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV2.scala index 8eaf47f58e64..c3fadac13e38 100644 --- a/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV2.scala +++ b/daml-lf/encoder/src/main/scala/com/digitalasset/daml/lf/archive/testing/EncodeV2.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.archive diff --git a/daml-lf/encoder/src/test/lf/Any_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Any_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index 9f4fca12d420..41913168b154 100644 --- a/daml-lf/encoder/src/test/lf/Any_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Any_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module AnyMod { diff --git a/daml-lf/encoder/src/test/lf/BigNumeric_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/BigNumeric_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index ef2b54fabbb9..3c4e5db3400f 100644 --- a/daml-lf/encoder/src/test/lf/BigNumeric_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/BigNumeric_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BigNumericMod { diff --git a/daml-lf/encoder/src/test/lf/Bool_all_.lf b/daml-lf/encoder/src/test/lf/Bool_all_.lf index b94226dfd7bf..07de5b5492dc 100644 --- a/daml-lf/encoder/src/test/lf/Bool_all_.lf +++ b/daml-lf/encoder/src/test/lf/Bool_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BoolMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.11_1.12_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.11_1.12_.lf index 9381e2d32b07..80947aeb76c8 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.11_1.12_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.11_1.12_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.13_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.13_.lf index 320d105bef50..78facf22b629 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.13_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.13_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.14_1.15_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.14_1.15_.lf index 8f95297f00d8..142c5b317a7a 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.14_1.15_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.14_1.15_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.6_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.6_.lf index 19f6a9dbfe5f..915ef2fe5c9e 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.6_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.6_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.7_1.8_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.7_1.8_.lf index 7baf59bb09a3..45f6ad595180 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.7_1.8_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.7_1.8_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Builtin_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Builtin_1.dev_2.1_2.dev_.lf index 25f66f0c6c0b..63b2b9e33d17 100644 --- a/daml-lf/encoder/src/test/lf/Builtin_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Builtin_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module BuiltinMod { diff --git a/daml-lf/encoder/src/test/lf/Date_all_.lf b/daml-lf/encoder/src/test/lf/Date_all_.lf index f810055472db..ba05bf71e5e4 100644 --- a/daml-lf/encoder/src/test/lf/Date_all_.lf +++ b/daml-lf/encoder/src/test/lf/Date_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module DateMod { diff --git a/daml-lf/encoder/src/test/lf/Decimal_all_.lf b/daml-lf/encoder/src/test/lf/Decimal_all_.lf index e0c3a09da245..3ec0d1f0367d 100644 --- a/daml-lf/encoder/src/test/lf/Decimal_all_.lf +++ b/daml-lf/encoder/src/test/lf/Decimal_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module DecimalMod { diff --git a/daml-lf/encoder/src/test/lf/Enum_all_.lf b/daml-lf/encoder/src/test/lf/Enum_all_.lf index 061a94b91c72..51e21a872e77 100644 --- a/daml-lf/encoder/src/test/lf/Enum_all_.lf +++ b/daml-lf/encoder/src/test/lf/Enum_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module EnumMod { diff --git a/daml-lf/encoder/src/test/lf/Exception_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Exception_1.14_1.15_1.dev_2.1_2.dev_.lf index 293bc2b7e162..6e89eef3128d 100644 --- a/daml-lf/encoder/src/test/lf/Exception_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Exception_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module ExceptionMod { diff --git a/daml-lf/encoder/src/test/lf/GenMap_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/GenMap_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index 70d0ed283562..9132994e169c 100644 --- a/daml-lf/encoder/src/test/lf/GenMap_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/GenMap_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module GenMapMod { diff --git a/daml-lf/encoder/src/test/lf/Int64_all_.lf b/daml-lf/encoder/src/test/lf/Int64_all_.lf index 79bbd1f6dc0f..c58fc8a0fcf2 100644 --- a/daml-lf/encoder/src/test/lf/Int64_all_.lf +++ b/daml-lf/encoder/src/test/lf/Int64_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module Int64Mod { diff --git a/daml-lf/encoder/src/test/lf/Interface_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Interface_1.15_1.dev_2.1_2.dev_.lf index dbf68d1a8de5..2a3f5984ed4a 100644 --- a/daml-lf/encoder/src/test/lf/Interface_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Interface_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module InterfaceMod0 { diff --git a/daml-lf/encoder/src/test/lf/Interface_extended_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Interface_extended_1.dev_2.1_2.dev_.lf index 086adf07740d..b2e3db9e8b50 100644 --- a/daml-lf/encoder/src/test/lf/Interface_extended_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Interface_extended_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module InterfaceExtMod { diff --git a/daml-lf/encoder/src/test/lf/List_all_.lf b/daml-lf/encoder/src/test/lf/List_all_.lf index 8660b4edbdee..02153c14ff7c 100644 --- a/daml-lf/encoder/src/test/lf/List_all_.lf +++ b/daml-lf/encoder/src/test/lf/List_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module ListMod { diff --git a/daml-lf/encoder/src/test/lf/Numeric_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Numeric_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index 776e8946dbc1..52a792654e25 100644 --- a/daml-lf/encoder/src/test/lf/Numeric_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Numeric_1.7_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module NumericMod { diff --git a/daml-lf/encoder/src/test/lf/Option_all_.lf b/daml-lf/encoder/src/test/lf/Option_all_.lf index ec35acf7b03d..33b1aa46eaac 100644 --- a/daml-lf/encoder/src/test/lf/Option_all_.lf +++ b/daml-lf/encoder/src/test/lf/Option_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module OptionMod { diff --git a/daml-lf/encoder/src/test/lf/Party_all_.lf b/daml-lf/encoder/src/test/lf/Party_all_.lf index a385ac6fdba1..ec396caa5a4d 100644 --- a/daml-lf/encoder/src/test/lf/Party_all_.lf +++ b/daml-lf/encoder/src/test/lf/Party_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module PartyMod { diff --git a/daml-lf/encoder/src/test/lf/Record_all_.lf b/daml-lf/encoder/src/test/lf/Record_all_.lf index 0f0a46bce1b1..c4cacab9c1bf 100644 --- a/daml-lf/encoder/src/test/lf/Record_all_.lf +++ b/daml-lf/encoder/src/test/lf/Record_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module RecordMod { diff --git a/daml-lf/encoder/src/test/lf/Synonym_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Synonym_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index d824da5a2f2f..2f4507598c60 100644 --- a/daml-lf/encoder/src/test/lf/Synonym_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Synonym_1.8_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module SynonymMod { diff --git a/daml-lf/encoder/src/test/lf/Template_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf b/daml-lf/encoder/src/test/lf/Template_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf index 51fcd5a63bd3..18f554e4dce1 100644 --- a/daml-lf/encoder/src/test/lf/Template_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf +++ b/daml-lf/encoder/src/test/lf/Template_1.11_1.12_1.13_1.14_1.15_1.dev_2.1_2.dev_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/encoder/src/test/lf/Template_1.6_1.7_1.8_.lf b/daml-lf/encoder/src/test/lf/Template_1.6_1.7_1.8_.lf index 26905e11d044..ed00925c45d7 100644 --- a/daml-lf/encoder/src/test/lf/Template_1.6_1.7_1.8_.lf +++ b/daml-lf/encoder/src/test/lf/Template_1.6_1.7_1.8_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/encoder/src/test/lf/TextMap_all_.lf b/daml-lf/encoder/src/test/lf/TextMap_all_.lf index 4cfc088aa374..8ac52d21df9f 100644 --- a/daml-lf/encoder/src/test/lf/TextMap_all_.lf +++ b/daml-lf/encoder/src/test/lf/TextMap_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module TextMapMod { diff --git a/daml-lf/encoder/src/test/lf/Text_all_.lf b/daml-lf/encoder/src/test/lf/Text_all_.lf index ca483542f0f1..8efa49924287 100644 --- a/daml-lf/encoder/src/test/lf/Text_all_.lf +++ b/daml-lf/encoder/src/test/lf/Text_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module TextMod { diff --git a/daml-lf/encoder/src/test/lf/Timestamp_all_.lf b/daml-lf/encoder/src/test/lf/Timestamp_all_.lf index 451216da5bde..9cfa2432f992 100644 --- a/daml-lf/encoder/src/test/lf/Timestamp_all_.lf +++ b/daml-lf/encoder/src/test/lf/Timestamp_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module TimestampMod { diff --git a/daml-lf/encoder/src/test/lf/Unit_all_.lf b/daml-lf/encoder/src/test/lf/Unit_all_.lf index e9724fb34b0e..405d93d51bdd 100644 --- a/daml-lf/encoder/src/test/lf/Unit_all_.lf +++ b/daml-lf/encoder/src/test/lf/Unit_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module UnitMod { diff --git a/daml-lf/encoder/src/test/lf/Variant_all_.lf b/daml-lf/encoder/src/test/lf/Variant_all_.lf index 5f774b10d4de..2cde563955e6 100644 --- a/daml-lf/encoder/src/test/lf/Variant_all_.lf +++ b/daml-lf/encoder/src/test/lf/Variant_all_.lf @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module VariantMod { diff --git a/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoderTest.scala b/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoderTest.scala index b3f93a923aec..05f4deb1961b 100644 --- a/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoderTest.scala +++ b/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/DamlLfEncoderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.archive diff --git a/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/EncodeSpec.scala b/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/EncodeSpec.scala index 6c6a020c164a..63ae93e75490 100644 --- a/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/EncodeSpec.scala +++ b/daml-lf/encoder/src/test/scala/com/digitalasset/daml/lf/archive/testing/EncodeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/encoder/src/validate.sh b/daml-lf/encoder/src/validate.sh index 972c43918940..d1bd0c4de3bd 100755 --- a/daml-lf/encoder/src/validate.sh +++ b/daml-lf/encoder/src/validate.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eu diff --git a/daml-lf/engine/BUILD.bazel b/daml-lf/engine/BUILD.bazel index 3543cdc91d21..b420f46d8456 100644 --- a/daml-lf/engine/BUILD.bazel +++ b/daml-lf/engine/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Blinding.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Blinding.scala index c4a5cc78a8ae..e87567363ece 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Blinding.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Blinding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackages.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackages.scala index a034a26e3e47..f6e4f6d538d5 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackages.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackages.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Engine.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Engine.scala index 6b114805bb6c..0279c0a1fc73 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Engine.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Engine.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineConfig.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineConfig.scala index b7bed9612a9f..6198d0924e61 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineConfig.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineInfo.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineInfo.scala index 2fc41c2babbc..678bfa744fa3 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineInfo.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/EngineInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Error.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Error.scala index 8f6a7b0410ad..6a5b23809dbc 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Error.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Event.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Event.scala index 89fc8d767603..3a1da4c6e11c 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Event.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Event.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/MutableCompiledPackages.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/MutableCompiledPackages.scala index aa77b7d9f41d..299143d00e1e 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/MutableCompiledPackages.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/MutableCompiledPackages.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Result.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Result.scala index 265364bd56fa..c2a07c1cd6bd 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Result.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/Result.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ValueEnricher.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ValueEnricher.scala index b275f4ebb4c6..53d91db3297b 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ValueEnricher.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/ValueEnricher.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/CommandPreprocessor.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/CommandPreprocessor.scala index 0549a85ae865..2f986cb2db47 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/CommandPreprocessor.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/CommandPreprocessor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/Preprocessor.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/Preprocessor.scala index ae276f514313..07ac573ce94f 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/Preprocessor.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/Preprocessor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/TransactionPreprocessor.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/TransactionPreprocessor.scala index 7670c8de7902..8e7d8507f8e6 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/TransactionPreprocessor.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/TransactionPreprocessor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/ValueTranslator.scala b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/ValueTranslator.scala index 025069b5ceef..15f5335a7c15 100644 --- a/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/ValueTranslator.scala +++ b/daml-lf/engine/src/main/scala/com/digitalasset/daml/lf/engine/preprocessing/ValueTranslator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/daml/AuthTests.daml b/daml-lf/engine/src/test/daml/AuthTests.daml index d839ac1727bf..bf77be2d1b98 100644 --- a/daml-lf/engine/src/test/daml/AuthTests.daml +++ b/daml-lf/engine/src/test/daml/AuthTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module AuthTests where diff --git a/daml-lf/engine/src/test/daml/BasicTests.daml b/daml-lf/engine/src/test/daml/BasicTests.daml index 630bbf5194a3..8760f35871d0 100644 --- a/daml-lf/engine/src/test/daml/BasicTests.daml +++ b/daml-lf/engine/src/test/daml/BasicTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/engine/src/test/daml/Demonstrator.daml b/daml-lf/engine/src/test/daml/Demonstrator.daml index 421dd401bb19..2a00ed2e1ad8 100644 --- a/daml-lf/engine/src/test/daml/Demonstrator.daml +++ b/daml-lf/engine/src/test/daml/Demonstrator.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Demonstrator where diff --git a/daml-lf/engine/src/test/daml/LargeTransaction.daml b/daml-lf/engine/src/test/daml/LargeTransaction.daml index e12923dd0a28..38b302a128ff 100644 --- a/daml-lf/engine/src/test/daml/LargeTransaction.daml +++ b/daml-lf/engine/src/test/daml/LargeTransaction.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module LargeTransaction where diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/PackageInterfaceSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/PackageInterfaceSpec.scala index 8091ea22c1b2..8bfd1a5a4008 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/PackageInterfaceSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/PackageInterfaceSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ApiCommandPreprocessorSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ApiCommandPreprocessorSpec.scala index be2488df1bd5..1e901cb644b5 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ApiCommandPreprocessorSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ApiCommandPreprocessorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthPropagationSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthPropagationSpec.scala index 5b3418014fdd..f2c0cbf6b281 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthPropagationSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthPropagationSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthorizationSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthorizationSpec.scala index 8dd138ac3a81..5f29b8695b3d 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthorizationSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/AuthorizationSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/BlindingSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/BlindingSpec.scala index 2f4ca7397d63..1a93d97938f4 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/BlindingSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/BlindingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackagesTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackagesTest.scala index 4ae76ef3d166..f01eeafaee61 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackagesTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ConcurrentCompiledPackagesTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ContractKeySpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ContractKeySpec.scala index aeacc12d05c3..38d2a1332f96 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ContractKeySpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ContractKeySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineInfoTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineInfoTest.scala index 9ae9d96ee656..542348d466bf 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineInfoTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineInfoTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineTest.scala index 1a2726069c3f..34592fc3309f 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineValidatePackagesTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineValidatePackagesTest.scala index 1371147590ba..54ffa03be604 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineValidatePackagesTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/EngineValidatePackagesTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfaceViewSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfaceViewSpec.scala index d566091b529d..7679b78818ef 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfaceViewSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfaceViewSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfacesTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfacesTest.scala index 3f3a5b3fdc26..d59588632f1d 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfacesTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/InterfacesTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/LargeTransactionTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/LargeTransactionTest.scala index 40a112f0cb6a..7da20ecf2345 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/LargeTransactionTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/LargeTransactionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/MetaDataTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/MetaDataTest.scala index 7e3874ae157e..049b00112cf6 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/MetaDataTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/MetaDataTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/NodeSeedsTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/NodeSeedsTest.scala index 98ef07a9eb0f..a880801cfb50 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/NodeSeedsTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/NodeSeedsTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PackageInfoSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PackageInfoSpec.scala index b6bcce51e035..48b3a5654b9c 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PackageInfoSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PackageInfoSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PreprocessorSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PreprocessorSpec.scala index 94ead1665b74..90bb2224996a 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PreprocessorSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/PreprocessorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReinterpretTest.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReinterpretTest.scala index 17c858bf53ad..ed2f5d4b542e 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReinterpretTest.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReinterpretTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReplayCommandPreprocessorSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReplayCommandPreprocessorSpec.scala index a8f35deff619..db265b1dc5a8 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReplayCommandPreprocessorSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ReplayCommandPreprocessorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueEnricherSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueEnricherSpec.scala index 37614c520db3..297dbb0c8140 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueEnricherSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueEnricherSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueTranslatorSpec.scala b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueTranslatorSpec.scala index f1be187bc279..fd89441250ae 100644 --- a/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueTranslatorSpec.scala +++ b/daml-lf/engine/src/test/scala/com/digitalasset/daml/lf/engine/ValueTranslatorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/governance.rst b/daml-lf/governance.rst index 7b5e90d37311..4be0361a2c04 100644 --- a/daml-lf/governance.rst +++ b/daml-lf/governance.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 Daml-LF Governance process diff --git a/daml-lf/interpreter/BUILD.bazel b/daml-lf/interpreter/BUILD.bazel index 36d354baae1f..b97a90c22894 100644 --- a/daml-lf/interpreter/BUILD.bazel +++ b/daml-lf/interpreter/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/interpreter/perf/BUILD.bazel b/daml-lf/interpreter/perf/BUILD.bazel index 399371bb26c9..3a8454f46eb1 100644 --- a/daml-lf/interpreter/perf/BUILD.bazel +++ b/daml-lf/interpreter/perf/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/interpreter/perf/daml/Examples.daml b/daml-lf/interpreter/perf/daml/Examples.daml index ea130c5a637c..6eadbc3a9b28 100644 --- a/daml-lf/interpreter/perf/daml/Examples.daml +++ b/daml-lf/interpreter/perf/daml/Examples.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Examples where diff --git a/daml-lf/interpreter/perf/daml/JsonParser.daml b/daml-lf/interpreter/perf/daml/JsonParser.daml index 97eaea33681d..4dd66a3c3c2d 100644 --- a/daml-lf/interpreter/perf/daml/JsonParser.daml +++ b/daml-lf/interpreter/perf/daml/JsonParser.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wall -Wno-name-shadowing #-} diff --git a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/Explore.scala b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/Explore.scala index 23b1e4db85ac..becda3511241 100644 --- a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/Explore.scala +++ b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/Explore.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/ExploreDar.scala b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/ExploreDar.scala index aa852ab8b83b..79e72d12bb22 100644 --- a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/ExploreDar.scala +++ b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/ExploreDar.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/LoadDarFunction.scala b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/LoadDarFunction.scala index 972f795d01b0..0d1bb37e349f 100644 --- a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/LoadDarFunction.scala +++ b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/LoadDarFunction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestJsonParser.scala b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestJsonParser.scala index 88b4bde93cb9..a65bb7211003 100644 --- a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestJsonParser.scala +++ b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestJsonParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestNfib.scala b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestNfib.scala index 72e53790679d..806f3c45f638 100644 --- a/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestNfib.scala +++ b/daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore/SpeedTestNfib.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/SpeedyCompilationBench.scala b/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/SpeedyCompilationBench.scala index 7a4a6947857b..8320e7ab813a 100644 --- a/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/SpeedyCompilationBench.scala +++ b/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/SpeedyCompilationBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/StructProjBench.scala b/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/StructProjBench.scala index 6bd155ba101c..e7d580f0722f 100644 --- a/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/StructProjBench.scala +++ b/daml-lf/interpreter/src/bench/com/daml/lf/interpreter/StructProjBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/CompiledPackages.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/CompiledPackages.scala index 29feab7c1793..20519d06905a 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/CompiledPackages.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/CompiledPackages.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/ledger/BlindingTransaction.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/ledger/BlindingTransaction.scala index 02e1a80ab877..5823ab856ac7 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/ledger/BlindingTransaction.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/ledger/BlindingTransaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/scenario/ScenarioLedger.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/scenario/ScenarioLedger.scala index 86a994506e6d..ce974342a89b 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/scenario/ScenarioLedger.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/scenario/ScenarioLedger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Anf.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Anf.scala index b3aeaa2912bd..7711b96558ae 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Anf.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Anf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ArrayList.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ArrayList.scala index 623646436ca7..6b1357c33afd 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ArrayList.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ArrayList.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Classify.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Classify.scala index 9895ded8d7c7..2e56fd9d8b10 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Classify.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Classify.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ClosureConversion.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ClosureConversion.scala index c05441d627fb..9fc6215f29bd 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ClosureConversion.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/ClosureConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Command.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Command.scala index 0da72f9de201..8a6fd702f751 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Command.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Command.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Compiler.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Compiler.scala index b2a833e581d5..6984b196d754 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Compiler.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Compiler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PhaseOne.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PhaseOne.scala index 3a5692b3ee79..0f3872ce0a5c 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PhaseOne.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PhaseOne.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Pretty.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Pretty.scala index f908272ee645..2e85734841c7 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Pretty.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Pretty.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PrettyLightweight.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PrettyLightweight.scala index 95578903c0bf..4f662bfc55a4 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PrettyLightweight.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/PrettyLightweight.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Profile.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Profile.scala index 26849dd658a1..4c1728c01d6c 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Profile.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Profile.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SBuiltin.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SBuiltin.scala index 79b2036571a3..d538b37c2993 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SBuiltin.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SBuiltin.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SDefinition.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SDefinition.scala index c74d160b1d92..723ff8769ff2 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SDefinition.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SDefinition.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SError.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SError.scala index 8f8a7e080562..f3e33e9ecc16 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SError.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr.scala index fc5fe4d38e2a..e63298fb7295 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr0.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr0.scala index 29ae42ec321a..2fe5cde7dc0b 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr0.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr0.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr1.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr1.scala index 376a3c0f3047..6532435f2c73 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr1.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SExpr1.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SResult.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SResult.scala index ee24c2aa2f38..f93fa5440fe9 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SResult.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SResult.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SValue.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SValue.scala index 7a3cf8dd1970..5fd5c5bc0a08 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SValue.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SValue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SomeArrayEquals.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SomeArrayEquals.scala index 49e323b5ee1b..5b2cd9d96a07 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SomeArrayEquals.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/SomeArrayEquals.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Speedy.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Speedy.scala index 94c2dde33ca2..0a7324bfcc8a 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Speedy.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/Speedy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/TraceLog.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/TraceLog.scala index 2d4b5efea88d..5f3fcc7ab487 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/TraceLog.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/TraceLog.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/WarningLog.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/WarningLog.scala index 333e87662382..b4142d74f248 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/WarningLog.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/WarningLog.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SExprIterable.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SExprIterable.scala index 41e1693b0278..8e6743754e0d 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SExprIterable.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SExprIterable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy.iterable diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SValueIterable.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SValueIterable.scala index 14ec21f3b5ac..43c16d322ac3 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SValueIterable.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/iterable/SValueIterable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy.iterable diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Equality.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Equality.scala index 43dfd7c56b46..a4ca0a626b79 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Equality.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Equality.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/InterlacedIterator.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/InterlacedIterator.scala index 090cd6e34828..002dfebcb8b7 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/InterlacedIterator.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/InterlacedIterator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy.svalue diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Ordering.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Ordering.scala index 814d304b155b..f383e4ee93df 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Ordering.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/speedy/svalue/Ordering.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/AuthorizationChecker.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/AuthorizationChecker.scala index 53ab89d74ff2..477512ce408a 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/AuthorizationChecker.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/AuthorizationChecker.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/InitialSeeding.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/InitialSeeding.scala index 5ed5f4f67a5d..c8b2cc1ce6a3 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/InitialSeeding.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/InitialSeeding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/NormalizeRollbacks.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/NormalizeRollbacks.scala index d7e9034e7770..7d6454bc4cf5 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/NormalizeRollbacks.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/NormalizeRollbacks.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/PartialTransaction.scala b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/PartialTransaction.scala index c7cff16f6dd7..d6888a4012df 100644 --- a/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/PartialTransaction.scala +++ b/daml-lf/interpreter/src/main/scala/com/digitalasset/daml/lf/transaction/PartialTransaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/daml/SBuiltinInterfaceTest.scala b/daml-lf/interpreter/src/test/scala/com/daml/SBuiltinInterfaceTest.scala index 3a89aed1a97e..b2b887587d6f 100644 --- a/daml-lf/interpreter/src/test/scala/com/daml/SBuiltinInterfaceTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/daml/SBuiltinInterfaceTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/AnfTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/AnfTest.scala index d668f7505e53..2a14592d80a2 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/AnfTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/AnfTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ChoiceAuthorityTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ChoiceAuthorityTest.scala index 38e4450f29ad..1e9e6e468794 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ChoiceAuthorityTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ChoiceAuthorityTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ClosureConversionTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ClosureConversionTest.scala index 759fed6d6bac..637fa8fade5e 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ClosureConversionTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ClosureConversionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ComparisonSBuiltinTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ComparisonSBuiltinTest.scala index 487dfb5e1f9f..6c27d03db682 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ComparisonSBuiltinTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ComparisonSBuiltinTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/CompilerTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/CompilerTest.scala index b220513bf2a8..9b72cf1d4093 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/CompilerTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/CompilerTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/EvaluationOrderTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/EvaluationOrderTest.scala index 72d4dbebe540..e569492ddf1e 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/EvaluationOrderTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/EvaluationOrderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExceptionTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExceptionTest.scala index 922b6134403c..8bcfc6ee14bd 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExceptionTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExceptionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureLib.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureLib.scala index 732fc2b48910..057aeed1ea86 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureLib.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureLib.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureTest.scala index aeca8199cf8e..e061adfb31d9 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ExplicitDisclosureTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/InterpreterTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/InterpreterTest.scala index f90b78eb8f44..a80fe4b70d19 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/InterpreterTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/InterpreterTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/LimitsSpec.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/LimitsSpec.scala index d72473beabcb..bee6e73d55a5 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/LimitsSpec.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/LimitsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/NormalizeRollbacksSpec.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/NormalizeRollbacksSpec.scala index 198a3666d9ff..2804abc435df 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/NormalizeRollbacksSpec.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/NormalizeRollbacksSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PartialTransactionSpec.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PartialTransactionSpec.scala index 215dfab2efcd..18b48bb58118 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PartialTransactionSpec.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PartialTransactionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PhaseOneTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PhaseOneTest.scala index 8d29f9815cee..de651ad7abd5 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PhaseOneTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/PhaseOneTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerTest.scala index aa745bb56479..7b7352f9ed34 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerUnmangleTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerUnmangleTest.scala index 218076506ef7..38028b046844 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerUnmangleTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/ProfilerUnmangleTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/RollbackTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/RollbackTest.scala index 2469900c1813..252d11eab246 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/RollbackTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/RollbackTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinBigNumericTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinBigNumericTest.scala index af71d919c11c..eb086e779167 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinBigNumericTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinBigNumericTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinTest.scala index 2ce3897abdd8..79545cd716c5 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SBuiltinTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SValueTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SValueTest.scala index a03af39d81c0..15e927c2cf28 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SValueTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SValueTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SomeArrayEqualsTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SomeArrayEqualsTest.scala index 8547f4039f8d..9309e7309e40 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SomeArrayEqualsTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SomeArrayEqualsTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTest.scala index 4c1c16d19c42..40cfee16abe7 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTestLib.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTestLib.scala index d3828bcede29..368f8bca6503 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTestLib.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/SpeedyTestLib.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TailCallTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TailCallTest.scala index 610d31b7ee83..c14a53a42d7f 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TailCallTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TailCallTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TransactionVersionTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TransactionVersionTest.scala index fa9a392568cb..88069330f812 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TransactionVersionTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/TransactionVersionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/UpgradeTest.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/UpgradeTest.scala index 9445db4cb63b..c7f4fc603607 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/UpgradeTest.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/UpgradeTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/EqualitySpec.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/EqualitySpec.scala index 2e7f91ae2e50..ecfdcdaffdf8 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/EqualitySpec.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/EqualitySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/OrderingSpec.scala b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/OrderingSpec.scala index 672119b78e24..f215ec71038d 100644 --- a/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/OrderingSpec.scala +++ b/daml-lf/interpreter/src/test/scala/com/digitalasset/daml/lf/speedy/svalue/OrderingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.speedy diff --git a/daml-lf/language/BUILD.bazel b/daml-lf/language/BUILD.bazel index 363e51acfa05..0ae14220ab0d 100644 --- a/daml-lf/language/BUILD.bazel +++ b/daml-lf/language/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/language/daml-lf.bzl b/daml-lf/language/daml-lf.bzl index 1f62cd7496cd..24ad255a8bc2 100644 --- a/daml-lf/language/daml-lf.bzl +++ b/daml-lf/language/daml-lf.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def mangle_for_java(name): diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Ast.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Ast.scala index 5c62e4a36854..cca8d05220fe 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Ast.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Ast.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Graphs.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Graphs.scala index ae46acf5be51..4ec795401825 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Graphs.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Graphs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageDevConfig.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageDevConfig.scala index 3b4cedcdc30d..491cf93487c8 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageDevConfig.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageDevConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMajorVersion.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMajorVersion.scala index fb55437f0bac..54d5e7ecc98e 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMajorVersion.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMajorVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMinorVersion.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMinorVersion.scala index bfc7aa7e87c1..f3f61ac070c0 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMinorVersion.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageMinorVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageVersion.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageVersion.scala index c750cdcafd7c..c24e327fff3f 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageVersion.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LanguageVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LookupError.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LookupError.scala index b995e92a20ee..3bd73157b64a 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LookupError.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/LookupError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInfo.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInfo.scala index 25e279790089..05ac6a1a04ea 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInfo.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInterface.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInterface.scala index 065b8080b465..cf634083f75f 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInterface.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/PackageInterface.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/StablePackage.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/StablePackage.scala index ba4b8d955376..25b4749516d7 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/StablePackage.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/StablePackage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/TypeOrdering.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/TypeOrdering.scala index 5a4497b1a863..8cbfcd1de0fa 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/TypeOrdering.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/TypeOrdering.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Util.scala b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Util.scala index 74f19ceec6c4..dfcf14f09e2e 100644 --- a/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Util.scala +++ b/daml-lf/language/src/main/scala/com/digitalasset/daml/lf/language/Util.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/AstSpec.scala b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/AstSpec.scala index ac307e701d01..c460f5565a11 100644 --- a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/AstSpec.scala +++ b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/AstSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/GraphsSpec.scala b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/GraphsSpec.scala index b864fdf6c23c..47542d66d24e 100644 --- a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/GraphsSpec.scala +++ b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/GraphsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/LanguageVersionSpec.scala b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/LanguageVersionSpec.scala index 851a4a4e9f8b..0abfc317463e 100644 --- a/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/LanguageVersionSpec.scala +++ b/daml-lf/language/src/test/scala/com/digitalasset/daml/lf/language/LanguageVersionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.language diff --git a/daml-lf/parser/BUILD.bazel b/daml-lf/parser/BUILD.bazel index 20d8ba4607d0..2123d1af4962 100644 --- a/daml-lf/parser/BUILD.bazel +++ b/daml-lf/parser/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/AstRewriter.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/AstRewriter.scala index fe4ea3e7ea11..b8a626867dd0 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/AstRewriter.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/AstRewriter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ExprParser.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ExprParser.scala index ece5c8829d92..02a64a29785d 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ExprParser.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ExprParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Implicits.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Implicits.scala index 5d32f8f44f2b..7b97462fd597 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Implicits.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Implicits.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/KindParser.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/KindParser.scala index 64622f70aa37..43eb9921fde4 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/KindParser.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/KindParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Lexer.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Lexer.scala index e1a5077f44d7..90be36e0b133 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Lexer.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Lexer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ModParser.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ModParser.scala index 319937df55f4..46be69b73fab 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ModParser.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ModParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserError.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserError.scala index 6a01f665bf70..26bc61157376 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserError.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserParameters.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserParameters.scala index 6154530227ca..d89ea27b1856 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserParameters.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/ParserParameters.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Parsers.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Parsers.scala index 276e1f6a8589..c56160b6b292 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Parsers.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Parsers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Token.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Token.scala index e82ac16a64e7..551403e650ad 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Token.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/Token.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/TypeParser.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/TypeParser.scala index 9186a33f499b..ea2ce17d97d6 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/TypeParser.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/TypeParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/package.scala b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/package.scala index de1f8ae499d0..be54ba5c3344 100644 --- a/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/package.scala +++ b/daml-lf/parser/src/main/scala/com/digitalasset/daml/lf/testing/parser/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing diff --git a/daml-lf/parser/src/test/scala/com/digitalasset/daml/lf/testing/parser/ParsersSpec.scala b/daml-lf/parser/src/test/scala/com/digitalasset/daml/lf/testing/parser/ParsersSpec.scala index 1781cc75614a..9182d314a9f7 100644 --- a/daml-lf/parser/src/test/scala/com/digitalasset/daml/lf/testing/parser/ParsersSpec.scala +++ b/daml-lf/parser/src/test/scala/com/digitalasset/daml/lf/testing/parser/ParsersSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.testing.parser diff --git a/daml-lf/repl/BUILD.bazel b/daml-lf/repl/BUILD.bazel index 4245c59b708f..19b253c82598 100644 --- a/daml-lf/repl/BUILD.bazel +++ b/daml-lf/repl/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/repl/src/main/scala/com/digitalasset/daml/lf/repl/testing/Main.scala b/daml-lf/repl/src/main/scala/com/digitalasset/daml/lf/repl/testing/Main.scala index d115b885ccfd..32b9f9237983 100644 --- a/daml-lf/repl/src/main/scala/com/digitalasset/daml/lf/repl/testing/Main.scala +++ b/daml-lf/repl/src/main/scala/com/digitalasset/daml/lf/repl/testing/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/BUILD.bazel b/daml-lf/scenario-interpreter/BUILD.bazel index d369f093248d..1f8e58b43aff 100644 --- a/daml-lf/scenario-interpreter/BUILD.bazel +++ b/daml-lf/scenario-interpreter/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Error.scala b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Error.scala index bfac05dabebf..bcc3953ed779 100644 --- a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Error.scala +++ b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Pretty.scala b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Pretty.scala index e239c55d1261..647145ba6652 100644 --- a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Pretty.scala +++ b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/Pretty.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/ScenarioRunner.scala b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/ScenarioRunner.scala index 6551d7ef057d..0a7550c26612 100644 --- a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/ScenarioRunner.scala +++ b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/ScenarioRunner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/TimeBomb.scala b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/TimeBomb.scala index 8b4b3b027b5a..a7225da1bf37 100644 --- a/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/TimeBomb.scala +++ b/daml-lf/scenario-interpreter/src/main/scala/com/digitalasset/daml/lf/TimeBomb.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/src/perf/benches/scala/com/digitalasset/daml/lf/speedy/perf/CollectAuthority.scala b/daml-lf/scenario-interpreter/src/perf/benches/scala/com/digitalasset/daml/lf/speedy/perf/CollectAuthority.scala index accfd99e6a6e..4794b25df8a5 100644 --- a/daml-lf/scenario-interpreter/src/perf/benches/scala/com/digitalasset/daml/lf/speedy/perf/CollectAuthority.scala +++ b/daml-lf/scenario-interpreter/src/perf/benches/scala/com/digitalasset/daml/lf/speedy/perf/CollectAuthority.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/scenario-interpreter/src/perf/resources/damls/CollectAuthority.daml b/daml-lf/scenario-interpreter/src/perf/resources/damls/CollectAuthority.daml index 25c508951ce1..e15f8df9cf18 100644 --- a/daml-lf/scenario-interpreter/src/perf/resources/damls/CollectAuthority.daml +++ b/daml-lf/scenario-interpreter/src/perf/resources/damls/CollectAuthority.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CollectAuthority where diff --git a/daml-lf/snapshot/BUILD.bazel b/daml-lf/snapshot/BUILD.bazel index 2d23f1726545..341309172844 100644 --- a/daml-lf/snapshot/BUILD.bazel +++ b/daml-lf/snapshot/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:proto.bzl", "proto_jars") diff --git a/daml-lf/snapshot/src/benchmark/scala/com/daml/ReplayBenchmark.scala b/daml-lf/snapshot/src/benchmark/scala/com/daml/ReplayBenchmark.scala index e40c521b6f2e..230fcae2c7ea 100644 --- a/daml-lf/snapshot/src/benchmark/scala/com/daml/ReplayBenchmark.scala +++ b/daml-lf/snapshot/src/benchmark/scala/com/daml/ReplayBenchmark.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/snapshot/src/main/protobuf/com/daml/lf/snapshot.proto b/daml-lf/snapshot/src/main/protobuf/com/daml/lf/snapshot.proto index ed0b8bc0d17e..f127372d55b5 100644 --- a/daml-lf/snapshot/src/main/protobuf/com/daml/lf/snapshot.proto +++ b/daml-lf/snapshot/src/main/protobuf/com/daml/lf/snapshot.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/snapshot/src/main/scala/com/daml/Adapter.scala b/daml-lf/snapshot/src/main/scala/com/daml/Adapter.scala index b60822c27b7f..d5d370f380c3 100644 --- a/daml-lf/snapshot/src/main/scala/com/daml/Adapter.scala +++ b/daml-lf/snapshot/src/main/scala/com/daml/Adapter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/snapshot/src/main/scala/com/daml/TransactionSnapshot.scala b/daml-lf/snapshot/src/main/scala/com/daml/TransactionSnapshot.scala index c0f4b047af84..430945ab63f1 100644 --- a/daml-lf/snapshot/src/main/scala/com/daml/TransactionSnapshot.scala +++ b/daml-lf/snapshot/src/main/scala/com/daml/TransactionSnapshot.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/snapshot/src/profile/scala/com/daml/ReplayProfile.scala b/daml-lf/snapshot/src/profile/scala/com/daml/ReplayProfile.scala index 96731bc077e0..c7c52b05c398 100644 --- a/daml-lf/snapshot/src/profile/scala/com/daml/ReplayProfile.scala +++ b/daml-lf/snapshot/src/profile/scala/com/daml/ReplayProfile.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/spec/contract-id.rst b/daml-lf/spec/contract-id.rst index c5d6db5af0e3..9bea0a2e7170 100644 --- a/daml-lf/spec/contract-id.rst +++ b/daml-lf/spec/contract-id.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 V1 Contract ID allocation scheme diff --git a/daml-lf/spec/daml-lf-1.rst b/daml-lf/spec/daml-lf-1.rst index 8179595aab88..0d39bebad4bf 100644 --- a/daml-lf/spec/daml-lf-1.rst +++ b/daml-lf/spec/daml-lf-1.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 Copyright © 2022, `Digital Asset (Switzerland) GmbH diff --git a/daml-lf/spec/experimental.rst b/daml-lf/spec/experimental.rst index ade0ea4a740e..0b53479bb808 100644 --- a/daml-lf/spec/experimental.rst +++ b/daml-lf/spec/experimental.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 Daml-LF experimental Builtin diff --git a/daml-lf/spec/transaction.rst b/daml-lf/spec/transaction.rst index 18b8709048cb..bdcb739da5f1 100644 --- a/daml-lf/spec/transaction.rst +++ b/daml-lf/spec/transaction.rst @@ -1,5 +1,5 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/spec/value.rst b/daml-lf/spec/value.rst index c259fadf6bac..2a28ab766fc0 100644 --- a/daml-lf/spec/value.rst +++ b/daml-lf/spec/value.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 Daml-LF Value Specification diff --git a/daml-lf/tests/BUILD.bazel b/daml-lf/tests/BUILD.bazel index 8dc88648e297..b7828166ef74 100644 --- a/daml-lf/tests/BUILD.bazel +++ b/daml-lf/tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/tests/Exceptions.daml b/daml-lf/tests/Exceptions.daml index 7e1f764a9530..6d43f530ab0c 100644 --- a/daml-lf/tests/Exceptions.daml +++ b/daml-lf/tests/Exceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Exceptions where diff --git a/daml-lf/tests/InterfaceViews.daml b/daml-lf/tests/InterfaceViews.daml index f750bfd11d33..bbeeac9bc57e 100644 --- a/daml-lf/tests/InterfaceViews.daml +++ b/daml-lf/tests/InterfaceViews.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceViews where diff --git a/daml-lf/tests/Interfaces.daml b/daml-lf/tests/Interfaces.daml index 602c68a6c751..7301c67e96f6 100644 --- a/daml-lf/tests/Interfaces.daml +++ b/daml-lf/tests/Interfaces.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interfaces where diff --git a/daml-lf/tests/MultiKeys.daml b/daml-lf/tests/MultiKeys.daml index 0b0c437f8f58..5177c05b6cc0 100644 --- a/daml-lf/tests/MultiKeys.daml +++ b/daml-lf/tests/MultiKeys.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module MultiKeys where diff --git a/daml-lf/tests/interface-retro-v1/daml.yaml b/daml-lf/tests/interface-retro-v1/daml.yaml index 645cb7f6b264..e9b3f66e0672 100644 --- a/daml-lf/tests/interface-retro-v1/daml.yaml +++ b/daml-lf/tests/interface-retro-v1/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-lf/tests/interface-retro-v1/daml/InterfaceRetro.daml b/daml-lf/tests/interface-retro-v1/daml/InterfaceRetro.daml index d30230024ca9..7d89808e2915 100644 --- a/daml-lf/tests/interface-retro-v1/daml/InterfaceRetro.daml +++ b/daml-lf/tests/interface-retro-v1/daml/InterfaceRetro.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceRetro where diff --git a/daml-lf/tests/interface-retro-v2/daml.yaml b/daml-lf/tests/interface-retro-v2/daml.yaml index 78afc808b726..54204c8b16af 100644 --- a/daml-lf/tests/interface-retro-v2/daml.yaml +++ b/daml-lf/tests/interface-retro-v2/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-lf/tests/interface-retro-v2/daml/InterfaceRetro.daml b/daml-lf/tests/interface-retro-v2/daml/InterfaceRetro.daml index d30230024ca9..7d89808e2915 100644 --- a/daml-lf/tests/interface-retro-v2/daml/InterfaceRetro.daml +++ b/daml-lf/tests/interface-retro-v2/daml/InterfaceRetro.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceRetro where diff --git a/daml-lf/tests/reinterpret-v1/AtVersion13.daml b/daml-lf/tests/reinterpret-v1/AtVersion13.daml index 2445bbf6b8eb..7eadf2904cbd 100644 --- a/daml-lf/tests/reinterpret-v1/AtVersion13.daml +++ b/daml-lf/tests/reinterpret-v1/AtVersion13.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module AtVersion13 where diff --git a/daml-lf/tests/reinterpret-v1/AtVersion14.daml b/daml-lf/tests/reinterpret-v1/AtVersion14.daml index 1500ecc46d79..0d4442564fe6 100644 --- a/daml-lf/tests/reinterpret-v1/AtVersion14.daml +++ b/daml-lf/tests/reinterpret-v1/AtVersion14.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module AtVersion14 where diff --git a/daml-lf/tests/reinterpret-v1/daml.yaml b/daml-lf/tests/reinterpret-v1/daml.yaml index cf55e1a4551c..59c877374487 100644 --- a/daml-lf/tests/reinterpret-v1/daml.yaml +++ b/daml-lf/tests/reinterpret-v1/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-lf/tests/reinterpret-v1/daml/ReinterpretTests.daml b/daml-lf/tests/reinterpret-v1/daml/ReinterpretTests.daml index 270e95ecebdc..8871822ac8d7 100644 --- a/daml-lf/tests/reinterpret-v1/daml/ReinterpretTests.daml +++ b/daml-lf/tests/reinterpret-v1/daml/ReinterpretTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ReinterpretTests where diff --git a/daml-lf/tests/reinterpret-v2/daml.yaml b/daml-lf/tests/reinterpret-v2/daml.yaml index e5552aa04ac7..7ecad6927d4a 100644 --- a/daml-lf/tests/reinterpret-v2/daml.yaml +++ b/daml-lf/tests/reinterpret-v2/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-lf/tests/reinterpret-v2/daml/ReinterpretTests.daml b/daml-lf/tests/reinterpret-v2/daml/ReinterpretTests.daml index 68dc97f0ab96..2a1f07ee3683 100644 --- a/daml-lf/tests/reinterpret-v2/daml/ReinterpretTests.daml +++ b/daml-lf/tests/reinterpret-v2/daml/ReinterpretTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ReinterpretTests where diff --git a/daml-lf/transaction-test-lib/BUILD.bazel b/daml-lf/transaction-test-lib/BUILD.bazel index 7141d9c1a76a..e95693abb10b 100644 --- a/daml-lf/transaction-test-lib/BUILD.bazel +++ b/daml-lf/transaction-test-lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/NodeIdTransactionBuilder.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/NodeIdTransactionBuilder.scala index 6e65225362d9..0ac159e28f10 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/NodeIdTransactionBuilder.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/NodeIdTransactionBuilder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestIdFactory.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestIdFactory.scala index a71302f210a1..bb29df19a28d 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestIdFactory.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestIdFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestNodeBuilder.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestNodeBuilder.scala index bd1d5914d137..9f1ad18066af 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestNodeBuilder.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TestNodeBuilder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TransactionBuilder.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TransactionBuilder.scala index 20dd052784db..3e835867a2c5 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TransactionBuilder.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TransactionBuilder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TreeTransactionBuilder.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TreeTransactionBuilder.scala index 095c6bb5a93d..b79a6647cfd4 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TreeTransactionBuilder.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/transaction/test/TreeTransactionBuilder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/TypedValueGenerators.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/TypedValueGenerators.scala index d927b45bf7bb..17e4d01901db 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/TypedValueGenerators.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/TypedValueGenerators.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/ValueGenerators.scala b/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/ValueGenerators.scala index 308af75a1c72..0c5eee01e7b4 100644 --- a/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/ValueGenerators.scala +++ b/daml-lf/transaction-test-lib/src/main/scala/lf/value/test/ValueGenerators.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/BUILD.bazel b/daml-lf/transaction/BUILD.bazel index b9cc1e45481a..d299393e8b5f 100644 --- a/daml-lf/transaction/BUILD.bazel +++ b/daml-lf/transaction/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:proto.bzl", "proto_jars") diff --git a/daml-lf/transaction/src/main/protobuf/com/daml/lf/transaction.proto b/daml-lf/transaction/src/main/protobuf/com/daml/lf/transaction.proto index 4ffc8108498e..1d7f539f72cb 100644 --- a/daml-lf/transaction/src/main/protobuf/com/daml/lf/transaction.proto +++ b/daml-lf/transaction/src/main/protobuf/com/daml/lf/transaction.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // Please refer to the transaction spec (in daml-foundations/daml-lf/spec/transaction.rst) diff --git a/daml-lf/transaction/src/main/protobuf/com/daml/lf/value.proto b/daml-lf/transaction/src/main/protobuf/com/daml/lf/value.proto index aeaa1f27e482..b025f83c536e 100644 --- a/daml-lf/transaction/src/main/protobuf/com/daml/lf/value.proto +++ b/daml-lf/transaction/src/main/protobuf/com/daml/lf/value.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // Please refer to the value spec (in daml-foundations/daml-lf/spec/value.rst) diff --git a/daml-lf/transaction/src/main/scala/com/daml/lf/Error.scala b/daml-lf/transaction/src/main/scala/com/daml/lf/Error.scala index 1d178feedafc..690199a2b67d 100644 --- a/daml-lf/transaction/src/main/scala/com/daml/lf/Error.scala +++ b/daml-lf/transaction/src/main/scala/com/daml/lf/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/daml/lf/Limits.scala b/daml-lf/transaction/src/main/scala/com/daml/lf/Limits.scala index 28f2efd7aedf..c3fa65b4e9b3 100644 --- a/daml-lf/transaction/src/main/scala/com/daml/lf/Limits.scala +++ b/daml-lf/transaction/src/main/scala/com/daml/lf/Limits.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/daml/lf/TransactionNodeStatistics.scala b/daml-lf/transaction/src/main/scala/com/daml/lf/TransactionNodeStatistics.scala index 7c9dd15983a4..5317287da21f 100644 --- a/daml-lf/transaction/src/main/scala/com/daml/lf/TransactionNodeStatistics.scala +++ b/daml-lf/transaction/src/main/scala/com/daml/lf/TransactionNodeStatistics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ApiCommand.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ApiCommand.scala index b3b62d991827..9bd809220aa0 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ApiCommand.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ApiCommand.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ReplayCommand.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ReplayCommand.scala index f7c1209e0f7f..77a0cea9703a 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ReplayCommand.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ReplayCommand.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/command.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/command.scala index e53e538e7024..745306087df6 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/command.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/command.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/crypto/Hash.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/crypto/Hash.scala index d03710e2a171..e9c130b7a2f4 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/crypto/Hash.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/crypto/Hash.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/Authorization.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/Authorization.scala index d5a3aec7e247..647cb98aedf8 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/Authorization.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/Authorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.ledger diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/EventId.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/EventId.scala index 512982c3e5a8..0c445a2c21e9 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/EventId.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/ledger/EventId.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/BlindingInfo.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/BlindingInfo.scala index a4c1727aaf7b..7b1a3c59c5ed 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/BlindingInfo.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/BlindingInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.transaction diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/ContractStateMachine.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/ContractStateMachine.scala index 8bdcaae2d9c8..8ff888b18a7b 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/ContractStateMachine.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/ContractStateMachine.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/DiscriminatedSubtype.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/DiscriminatedSubtype.scala index e2775dd63d09..58f8c1e32a8a 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/DiscriminatedSubtype.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/DiscriminatedSubtype.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.transaction diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/FatContractInstance.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/FatContractInstance.scala index 7232f3bc81e3..cd5c1ec3b40c 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/FatContractInstance.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/FatContractInstance.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/GlobalKey.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/GlobalKey.scala index feb8d6260669..d8aa72b73f1a 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/GlobalKey.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/GlobalKey.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/IncompleteTransaction.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/IncompleteTransaction.scala index 4b055c31cbe9..97b780ebf43a 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/IncompleteTransaction.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/IncompleteTransaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Node.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Node.scala index 6ba035992dcd..42b54217eece 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Node.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Node.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Normalization.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Normalization.scala index 004ab576e6fc..4845ed0b540d 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Normalization.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Normalization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Transaction.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Transaction.scala index 94a359f99deb..c704d1fc94c4 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Transaction.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Transaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionCoder.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionCoder.scala index b6becf69fbdb..4514f849aaf3 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionCoder.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionCoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionErrors.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionErrors.scala index 16da4cae6621..683462e28b8e 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionErrors.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionVersion.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionVersion.scala index cbbe210fb14d..0759541135f1 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionVersion.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/TransactionVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Util.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Util.scala index 37c24f7b2654..1a477396f2f6 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Util.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Util.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Validation.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Validation.scala index 29de67b467b9..9269d49a55f1 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Validation.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Validation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Versioned.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Versioned.scala index c32d99731927..4e59f62c4608 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Versioned.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/Versioned.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/package.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/package.scala index 8947182c4379..181c146499e8 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/package.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/transaction/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/CidContainer.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/CidContainer.scala index d56ebfebe1d2..46d6308fdfe8 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/CidContainer.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/CidContainer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/Value.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/Value.scala index 6567bc401cca..851bdce151b9 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/Value.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/Value.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/ValueCoder.scala b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/ValueCoder.scala index 61b60816814a..c6741d90fd94 100644 --- a/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/ValueCoder.scala +++ b/daml-lf/transaction/src/main/scala/com/digitalasset/daml/lf/value/ValueCoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/EitherAssertions.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/EitherAssertions.scala index 857a240c70ec..30d31e489c91 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/EitherAssertions.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/EitherAssertions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/crypto/HashSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/crypto/HashSpec.scala index b7d072af314c..36aee5d0eece 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/crypto/HashSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/crypto/HashSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/ContractStateMachineSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/ContractStateMachineSpec.scala index 11a04a6fd9fd..0c3885fb6a3e 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/ContractStateMachineSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/ContractStateMachineSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionCoderSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionCoderSpec.scala index a25debc2de2e..cc87e732d478 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionCoderSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionCoderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionNodeStatisticsSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionNodeStatisticsSpec.scala index 3b2c62719549..e2ea973fe254 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionNodeStatisticsSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionNodeStatisticsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionSpec.scala index ae1338a3fb4c..8206838f20c4 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionVersionSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionVersionSpec.scala index beb7e15418af..352335bd5f1d 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionVersionSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/TransactionVersionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/UtilSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/UtilSpec.scala index 187856400452..8f35a62a7987 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/UtilSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/transaction/UtilSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/validation/ValidationSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/validation/ValidationSpec.scala index 388608664b9e..3ae6c4bb8554 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/validation/ValidationSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/validation/ValidationSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueCoderSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueCoderSpec.scala index bac9239cf4ae..8737ee17bc21 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueCoderSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueCoderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueSpec.scala b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueSpec.scala index 726ee84693fa..1a3186e54bb5 100644 --- a/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueSpec.scala +++ b/daml-lf/transaction/src/test/scala/com/digitalasset/daml/lf/value/ValueSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/BUILD.bazel b/daml-lf/validation/BUILD.bazel index 8d7ee7c6e73b..1547ceb4cf5a 100644 --- a/daml-lf/validation/BUILD.bazel +++ b/daml-lf/validation/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-lf/validation/src/bench/com/daml/lf/validation/TypecheckingBench.scala b/daml-lf/validation/src/bench/com/daml/lf/validation/TypecheckingBench.scala index 113ef39cae97..888b29134e68 100644 --- a/daml-lf/validation/src/bench/com/daml/lf/validation/TypecheckingBench.scala +++ b/daml-lf/validation/src/bench/com/daml/lf/validation/TypecheckingBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/AlphaEquiv.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/AlphaEquiv.scala index 60f4afd375d0..fd73488ae2f7 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/AlphaEquiv.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/AlphaEquiv.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Collision.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Collision.scala index b8fc19e16c01..7e3993c4c082 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Collision.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Collision.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/DependencyVersion.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/DependencyVersion.scala index c72e37c86a7c..187f7707495c 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/DependencyVersion.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/DependencyVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/NamedEntity.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/NamedEntity.scala index 86f1609573dd..4d1a3f4954c4 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/NamedEntity.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/NamedEntity.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Recursion.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Recursion.scala index 7e48c3b7d9b0..1cb10ea64820 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Recursion.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Recursion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Serializability.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Serializability.scala index f7761c477bd3..8e30e7edc0a1 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Serializability.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Serializability.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/TypeSubst.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/TypeSubst.scala index 9e841e7034ee..c701698edd99 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/TypeSubst.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/TypeSubst.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Typing.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Typing.scala index 309dcb971faf..5701c157a137 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Typing.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Typing.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Util.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Util.scala index bdd801a308ad..80e7f00e8a7c 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Util.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Util.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Validation.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Validation.scala index 86f756e97ac6..97af161f5a33 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Validation.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/Validation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/ValidationError.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/ValidationError.scala index 35234a685186..28a7ec93cec3 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/ValidationError.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/ValidationError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/ExprIterable.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/ExprIterable.scala index 1441e4df6b49..fb20e2f48900 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/ExprIterable.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/ExprIterable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/TypeIterable.scala b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/TypeIterable.scala index 351e9bb15ddd..2c400ee18983 100644 --- a/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/TypeIterable.scala +++ b/daml-lf/validation/src/main/scala/com/digitalasset/daml/lf/validation/iterable/TypeIterable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/AlphaEquivSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/AlphaEquivSpec.scala index b479b4138eec..b3e42441c8d0 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/AlphaEquivSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/AlphaEquivSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/CollisionSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/CollisionSpec.scala index ddc4846efe5b..28aefcfca47a 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/CollisionSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/CollisionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/DependencyVersionSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/DependencyVersionSpec.scala index 09981cc93568..52191ee46275 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/DependencyVersionSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/DependencyVersionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/RecursionSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/RecursionSpec.scala index 84375473e58b..5de0e2e6bbe5 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/RecursionSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/RecursionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SerializabilitySpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SerializabilitySpec.scala index a5da5551b5e4..3b73295a7254 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SerializabilitySpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SerializabilitySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SpecUtil.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SpecUtil.scala index 54a236e216fe..c8bfeddd7c85 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SpecUtil.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/SpecUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/StackSafeTyping.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/StackSafeTyping.scala index 98ed3af6536e..919dcecec9f0 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/StackSafeTyping.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/StackSafeTyping.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypeSubstSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypeSubstSpec.scala index 03910d260eee..ffc81e0d69f5 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypeSubstSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypeSubstSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala index 41b690d6f5b7..ec520caa4ae3 100644 --- a/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala +++ b/daml-lf/validation/src/test/scala/com/digitalasset/daml/lf/validation/TypingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.validation diff --git a/daml-lf/verification/latex/proof.tex b/daml-lf/verification/latex/proof.tex index 2663e9f9cd65..2f5ad9ea9a45 100644 --- a/daml-lf/verification/latex/proof.tex +++ b/daml-lf/verification/latex/proof.tex @@ -1,4 +1,4 @@ -% Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +% Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. % SPDX-License-Identifier: Apache-2.0 \documentclass{article} diff --git a/daml-lf/verification/scripts/verification_script.sh b/daml-lf/verification/scripts/verification_script.sh index 7805865111da..38ed6e7c2b14 100755 --- a/daml-lf/verification/scripts/verification_script.sh +++ b/daml-lf/verification/scripts/verification_script.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/daml-lf/verification/transaction/CSMAdvance.scala b/daml-lf/verification/transaction/CSMAdvance.scala index 2a0f72873ed3..b57c67bd0c72 100644 --- a/daml-lf/verification/transaction/CSMAdvance.scala +++ b/daml-lf/verification/transaction/CSMAdvance.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMEither.scala b/daml-lf/verification/transaction/CSMEither.scala index f2da453d9d52..8e805ef332fb 100644 --- a/daml-lf/verification/transaction/CSMEither.scala +++ b/daml-lf/verification/transaction/CSMEither.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMHelpers.scala b/daml-lf/verification/transaction/CSMHelpers.scala index cb1f1a814608..9b9b227c3718 100644 --- a/daml-lf/verification/transaction/CSMHelpers.scala +++ b/daml-lf/verification/transaction/CSMHelpers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMInconsistency.scala b/daml-lf/verification/transaction/CSMInconsistency.scala index 40385c141cf6..3fcac1c736f8 100644 --- a/daml-lf/verification/transaction/CSMInconsistency.scala +++ b/daml-lf/verification/transaction/CSMInconsistency.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMInvariant.scala b/daml-lf/verification/transaction/CSMInvariant.scala index e5bde78ce2f0..2543aa130fe2 100644 --- a/daml-lf/verification/transaction/CSMInvariant.scala +++ b/daml-lf/verification/transaction/CSMInvariant.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMKeysProperties.scala b/daml-lf/verification/transaction/CSMKeysProperties.scala index d8d67fe4e57e..271854205742 100644 --- a/daml-lf/verification/transaction/CSMKeysProperties.scala +++ b/daml-lf/verification/transaction/CSMKeysProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/CSMLocallyCreatedProperties.scala b/daml-lf/verification/transaction/CSMLocallyCreatedProperties.scala index 2d1ba77ec098..025fd80f87f0 100644 --- a/daml-lf/verification/transaction/CSMLocallyCreatedProperties.scala +++ b/daml-lf/verification/transaction/CSMLocallyCreatedProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/transaction/ContractStateMachineAlt.scala b/daml-lf/verification/transaction/ContractStateMachineAlt.scala index 997d3f46874d..b08328cfc55a 100644 --- a/daml-lf/verification/transaction/ContractStateMachineAlt.scala +++ b/daml-lf/verification/transaction/ContractStateMachineAlt.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/translation/CSMConversion.scala b/daml-lf/verification/translation/CSMConversion.scala index d66a5963648c..de4ecce4cd07 100644 --- a/daml-lf/verification/translation/CSMConversion.scala +++ b/daml-lf/verification/translation/CSMConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTree.scala b/daml-lf/verification/tree/TransactionTree.scala index 336fa64d45b3..53b93aeb1d77 100644 --- a/daml-lf/verification/tree/TransactionTree.scala +++ b/daml-lf/verification/tree/TransactionTree.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeAdvance.scala b/daml-lf/verification/tree/TransactionTreeAdvance.scala index f92ecd91d842..0d646183989a 100644 --- a/daml-lf/verification/tree/TransactionTreeAdvance.scala +++ b/daml-lf/verification/tree/TransactionTreeAdvance.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeChecks.scala b/daml-lf/verification/tree/TransactionTreeChecks.scala index e74332fab92d..a863b950684e 100644 --- a/daml-lf/verification/tree/TransactionTreeChecks.scala +++ b/daml-lf/verification/tree/TransactionTreeChecks.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeFull.scala b/daml-lf/verification/tree/TransactionTreeFull.scala index b2f790f2dcf7..4e6fe5c2acc2 100644 --- a/daml-lf/verification/tree/TransactionTreeFull.scala +++ b/daml-lf/verification/tree/TransactionTreeFull.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeInconsistency.scala b/daml-lf/verification/tree/TransactionTreeInconsistency.scala index 4be9d7b88f12..f2fe1bc8efa0 100644 --- a/daml-lf/verification/tree/TransactionTreeInconsistency.scala +++ b/daml-lf/verification/tree/TransactionTreeInconsistency.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeInvariant.scala b/daml-lf/verification/tree/TransactionTreeInvariant.scala index fbcb8a49766f..c68fdbe94cec 100644 --- a/daml-lf/verification/tree/TransactionTreeInvariant.scala +++ b/daml-lf/verification/tree/TransactionTreeInvariant.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/tree/TransactionTreeKeys.scala b/daml-lf/verification/tree/TransactionTreeKeys.scala index aa8698013a7f..cd57265178e1 100644 --- a/daml-lf/verification/tree/TransactionTreeKeys.scala +++ b/daml-lf/verification/tree/TransactionTreeKeys.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/AxiomaticMap.scala b/daml-lf/verification/utils/AxiomaticMap.scala index 05c9cae03a9e..a5ae865333a4 100644 --- a/daml-lf/verification/utils/AxiomaticMap.scala +++ b/daml-lf/verification/utils/AxiomaticMap.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/AxiomaticSet.scala b/daml-lf/verification/utils/AxiomaticSet.scala index 7219269d2e44..2be9923cd831 100644 --- a/daml-lf/verification/utils/AxiomaticSet.scala +++ b/daml-lf/verification/utils/AxiomaticSet.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/GlobalKey.scala b/daml-lf/verification/utils/GlobalKey.scala index 28ded6a13a13..518a7432d529 100644 --- a/daml-lf/verification/utils/GlobalKey.scala +++ b/daml-lf/verification/utils/GlobalKey.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/Helpers.scala b/daml-lf/verification/utils/Helpers.scala index e1a67cc1c1ad..a4dfcdc3db34 100644 --- a/daml-lf/verification/utils/Helpers.scala +++ b/daml-lf/verification/utils/Helpers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/InvListProperties.scala b/daml-lf/verification/utils/InvListProperties.scala index 850014e5f477..3ebf46f1d4cf 100644 --- a/daml-lf/verification/utils/InvListProperties.scala +++ b/daml-lf/verification/utils/InvListProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/MapProperties.scala b/daml-lf/verification/utils/MapProperties.scala index 4a9598dde945..a1fae5f93f20 100644 --- a/daml-lf/verification/utils/MapProperties.scala +++ b/daml-lf/verification/utils/MapProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/Node.scala b/daml-lf/verification/utils/Node.scala index 56bb2103bfce..dd7ccca1f948 100644 --- a/daml-lf/verification/utils/Node.scala +++ b/daml-lf/verification/utils/Node.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/SetProperties.scala b/daml-lf/verification/utils/SetProperties.scala index 2610af66129b..7bbb8afa4e4c 100644 --- a/daml-lf/verification/utils/SetProperties.scala +++ b/daml-lf/verification/utils/SetProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/Transaction.scala b/daml-lf/verification/utils/Transaction.scala index 59570d5894ec..4729951ded28 100644 --- a/daml-lf/verification/utils/Transaction.scala +++ b/daml-lf/verification/utils/Transaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/Tree.scala b/daml-lf/verification/utils/Tree.scala index 7b5ccd91d171..997742b84463 100644 --- a/daml-lf/verification/utils/Tree.scala +++ b/daml-lf/verification/utils/Tree.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-lf/verification/utils/Value.scala b/daml-lf/verification/utils/Value.scala index 9574b2587767..888a885c9c8a 100644 --- a/daml-lf/verification/utils/Value.scala +++ b/daml-lf/verification/utils/Value.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package lf.verified diff --git a/daml-script/converter/BUILD.bazel b/daml-script/converter/BUILD.bazel index 1990ecdba530..32f15154b6ef 100644 --- a/daml-script/converter/BUILD.bazel +++ b/daml-script/converter/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/converter/src/main/scala/Converter.scala b/daml-script/converter/src/main/scala/Converter.scala index 26ca80284f95..da57899ccd26 100644 --- a/daml-script/converter/src/main/scala/Converter.scala +++ b/daml-script/converter/src/main/scala/Converter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.converter diff --git a/daml-script/daml/BUILD.bazel b/daml-script/daml/BUILD.bazel index 3152339e0cd4..fe953d2d877f 100644 --- a/daml-script/daml/BUILD.bazel +++ b/daml-script/daml/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # TODO Once daml_compile uses build instead of package we should use diff --git a/daml-script/daml/Daml/Script.daml b/daml-script/daml/Daml/Script.daml index 4b24eb168ed5..060ec4889c55 100644 --- a/daml-script/daml/Daml/Script.daml +++ b/daml-script/daml/Daml/Script.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} {-# LANGUAGE CPP #-} diff --git a/daml-script/daml/Daml/Script/Free.daml b/daml-script/daml/Daml/Script/Free.daml index 325209ee460f..03c21eefa73a 100644 --- a/daml-script/daml/Daml/Script/Free.daml +++ b/daml-script/daml/Daml/Script/Free.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | HIDE diff --git a/daml-script/daml/daml-script-index-template.rst b/daml-script/daml/daml-script-index-template.rst index 69e1df341c38..971e52048776 100644 --- a/daml-script/daml/daml-script-index-template.rst +++ b/daml-script/daml/daml-script-index-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 .. _daml-script-api-docs: diff --git a/daml-script/daml/daml-script-rst-template.rst b/daml-script/daml/daml-script-rst-template.rst index 0eacab0ec0e9..f6f80a73baf0 100644 --- a/daml-script/daml/daml-script-rst-template.rst +++ b/daml-script/daml/daml-script-rst-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 {{{body}}} diff --git a/daml-script/daml3/BUILD.bazel b/daml-script/daml3/BUILD.bazel index 1feff191fee9..78e966709a02 100644 --- a/daml-script/daml3/BUILD.bazel +++ b/daml-script/daml3/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # TODO Once daml_compile uses build instead of package we should use diff --git a/daml-script/daml3/Daml/Script.daml b/daml-script/daml3/Daml/Script.daml index 7d302bac2807..1a01fa6af726 100644 --- a/daml-script/daml3/Daml/Script.daml +++ b/daml-script/daml3/Daml/Script.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script ( Script diff --git a/daml-script/daml3/Daml/Script/Free.daml b/daml-script/daml3/Daml/Script/Free.daml index 325209ee460f..03c21eefa73a 100644 --- a/daml-script/daml3/Daml/Script/Free.daml +++ b/daml-script/daml3/Daml/Script/Free.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | HIDE diff --git a/daml-script/daml3/Daml/Script/Internal.daml b/daml-script/daml3/Daml/Script/Internal.daml index 0c66416bb764..2b35c45e80eb 100644 --- a/daml-script/daml3/Daml/Script/Internal.daml +++ b/daml-script/daml3/Daml/Script/Internal.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/daml-script/daml3/Daml/Script/Questions.daml b/daml-script/daml3/Daml/Script/Questions.daml index 9549347e1282..ac10952a29e1 100644 --- a/daml-script/daml3/Daml/Script/Questions.daml +++ b/daml-script/daml3/Daml/Script/Questions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions diff --git a/daml-script/daml3/Daml/Script/Questions/Commands.daml b/daml-script/daml3/Daml/Script/Questions/Commands.daml index c3aa400a69e0..1cadbe495344 100644 --- a/daml-script/daml3/Daml/Script/Questions/Commands.daml +++ b/daml-script/daml3/Daml/Script/Questions/Commands.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/daml-script/daml3/Daml/Script/Questions/Exceptions.daml b/daml-script/daml3/Daml/Script/Questions/Exceptions.daml index 4fa1c4d24bc2..625dddd5e377 100644 --- a/daml-script/daml3/Daml/Script/Questions/Exceptions.daml +++ b/daml-script/daml3/Daml/Script/Questions/Exceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/daml-script/daml3/Daml/Script/Questions/Packages.daml b/daml-script/daml3/Daml/Script/Questions/Packages.daml index 8698179d8e57..b370b34e55fb 100644 --- a/daml-script/daml3/Daml/Script/Questions/Packages.daml +++ b/daml-script/daml3/Daml/Script/Questions/Packages.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- TODO[SW]: Add some kind of warning here saying this _only_ works for IdeLedgerClient diff --git a/daml-script/daml3/Daml/Script/Questions/PartyManagement.daml b/daml-script/daml3/Daml/Script/Questions/PartyManagement.daml index da4a3080bbe5..b44693bc63c8 100644 --- a/daml-script/daml3/Daml/Script/Questions/PartyManagement.daml +++ b/daml-script/daml3/Daml/Script/Questions/PartyManagement.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.PartyManagement where diff --git a/daml-script/daml3/Daml/Script/Questions/Query.daml b/daml-script/daml3/Daml/Script/Questions/Query.daml index 55c44ef5bf97..ac1b30b9f55a 100644 --- a/daml-script/daml3/Daml/Script/Questions/Query.daml +++ b/daml-script/daml3/Daml/Script/Questions/Query.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/daml-script/daml3/Daml/Script/Questions/Submit.daml b/daml-script/daml3/Daml/Script/Questions/Submit.daml index fd48bc15ba72..5787b209d348 100644 --- a/daml-script/daml3/Daml/Script/Questions/Submit.daml +++ b/daml-script/daml3/Daml/Script/Questions/Submit.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE InstanceSigs #-} diff --git a/daml-script/daml3/Daml/Script/Questions/Submit/Error.daml b/daml-script/daml3/Daml/Script/Questions/Submit/Error.daml index 855bd76aa614..5750423af191 100644 --- a/daml-script/daml3/Daml/Script/Questions/Submit/Error.daml +++ b/daml-script/daml3/Daml/Script/Questions/Submit/Error.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.Submit.Error diff --git a/daml-script/daml3/Daml/Script/Questions/Testing/Internal.daml b/daml-script/daml3/Daml/Script/Questions/Testing/Internal.daml index 8178dad21023..5105e588b8a5 100644 --- a/daml-script/daml3/Daml/Script/Questions/Testing/Internal.daml +++ b/daml-script/daml3/Daml/Script/Questions/Testing/Internal.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.Testing.Internal where diff --git a/daml-script/daml3/Daml/Script/Questions/Time.daml b/daml-script/daml3/Daml/Script/Questions/Time.daml index b576b60043b0..e67fad7de8b0 100644 --- a/daml-script/daml3/Daml/Script/Questions/Time.daml +++ b/daml-script/daml3/Daml/Script/Questions/Time.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.Time where diff --git a/daml-script/daml3/Daml/Script/Questions/TransactionTree.daml b/daml-script/daml3/Daml/Script/Questions/TransactionTree.daml index e66f6b8b120c..68edb5cd1e26 100644 --- a/daml-script/daml3/Daml/Script/Questions/TransactionTree.daml +++ b/daml-script/daml3/Daml/Script/Questions/TransactionTree.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/daml-script/daml3/Daml/Script/Questions/UserManagement.daml b/daml-script/daml3/Daml/Script/Questions/UserManagement.daml index 4df1157723e3..ab8432683f4c 100644 --- a/daml-script/daml3/Daml/Script/Questions/UserManagement.daml +++ b/daml-script/daml3/Daml/Script/Questions/UserManagement.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.UserManagement where diff --git a/daml-script/daml3/Daml/Script/Questions/Util.daml b/daml-script/daml3/Daml/Script/Questions/Util.daml index 5e6480a9c5db..7099646ac417 100644 --- a/daml-script/daml3/Daml/Script/Questions/Util.daml +++ b/daml-script/daml3/Daml/Script/Questions/Util.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Daml.Script.Questions.Util where diff --git a/daml-script/daml3/daml-script-index-template.rst b/daml-script/daml3/daml-script-index-template.rst index 429e5dff558f..80cb8989c365 100644 --- a/daml-script/daml3/daml-script-index-template.rst +++ b/daml-script/daml3/daml-script-index-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 .. _daml-script-api-docs: diff --git a/daml-script/daml3/daml-script-rst-template.rst b/daml-script/daml3/daml-script-rst-template.rst index 0eacab0ec0e9..f6f80a73baf0 100644 --- a/daml-script/daml3/daml-script-rst-template.rst +++ b/daml-script/daml3/daml-script-rst-template.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 {{{body}}} diff --git a/daml-script/export/BUILD.bazel b/daml-script/export/BUILD.bazel index 9016892d32c0..ed628b232ff7 100644 --- a/daml-script/export/BUILD.bazel +++ b/daml-script/export/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@build_environment//:configuration.bzl", "ghc_version") diff --git a/daml-script/export/integration-tests/example-export-client/BUILD.bazel b/daml-script/export/integration-tests/example-export-client/BUILD.bazel index c73ca05c7957..92cc9ff167f6 100644 --- a/daml-script/export/integration-tests/example-export-client/BUILD.bazel +++ b/daml-script/export/integration-tests/example-export-client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/export/integration-tests/example-export-client/scala/com/daml/script/export/ExampleExportClient.scala b/daml-script/export/integration-tests/example-export-client/scala/com/daml/script/export/ExampleExportClient.scala index 828ff1711262..065a6e239902 100644 --- a/daml-script/export/integration-tests/example-export-client/scala/com/daml/script/export/ExampleExportClient.scala +++ b/daml-script/export/integration-tests/example-export-client/scala/com/daml/script/export/ExampleExportClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/integration-tests/golden/BUILD.bazel b/daml-script/export/integration-tests/golden/BUILD.bazel index bdadf8963901..e4494da23bbc 100644 --- a/daml-script/export/integration-tests/golden/BUILD.bazel +++ b/daml-script/export/integration-tests/golden/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load(":util.bzl", "daml_ledger_export_test") diff --git a/daml-script/export/integration-tests/golden/interface-choices/Export.daml b/daml-script/export/integration-tests/golden/interface-choices/Export.daml index ff81a6fcbf75..d7b6ef3e92e3 100644 --- a/daml-script/export/integration-tests/golden/interface-choices/Export.daml +++ b/daml-script/export/integration-tests/golden/interface-choices/Export.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices.daml b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices.daml index 00b0a4081a27..b76c197fb7fa 100644 --- a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices.daml +++ b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Asset.daml b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Asset.daml index 55a86abf083c..1cba82820d1e 100644 --- a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Asset.daml +++ b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Asset.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceChoices.Asset where diff --git a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Token.daml b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Token.daml index 8f54239b7a4c..0fcbf3316260 100644 --- a/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Token.daml +++ b/daml-script/export/integration-tests/golden/interface-choices/InterfaceChoices/Token.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceChoices.Token where diff --git a/daml-script/export/integration-tests/golden/interface-choices/daml.yaml b/daml-script/export/integration-tests/golden/interface-choices/daml.yaml index 093e6ec09554..b157c58a98b2 100644 --- a/daml-script/export/integration-tests/golden/interface-choices/daml.yaml +++ b/daml-script/export/integration-tests/golden/interface-choices/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-script/export/integration-tests/golden/util.bzl b/daml-script/export/integration-tests/golden/util.bzl index b5aa75654b9e..10d9b0013945 100644 --- a/daml-script/export/integration-tests/golden/util.bzl +++ b/daml-script/export/integration-tests/golden/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@build_environment//:configuration.bzl", "ghc_version", "sdk_version") diff --git a/daml-script/export/integration-tests/golden/values/Export.daml b/daml-script/export/integration-tests/golden/values/Export.daml index ef4c2fdeeab1..efad0be62c23 100644 --- a/daml-script/export/integration-tests/golden/values/Export.daml +++ b/daml-script/export/integration-tests/golden/values/Export.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/export/integration-tests/golden/values/Values.daml b/daml-script/export/integration-tests/golden/values/Values.daml index 52ba2d2c4217..7e23c52fd9b3 100644 --- a/daml-script/export/integration-tests/golden/values/Values.daml +++ b/daml-script/export/integration-tests/golden/values/Values.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/export/integration-tests/golden/values/daml.yaml b/daml-script/export/integration-tests/golden/values/daml.yaml index 645e2af73d57..097aedb82482 100644 --- a/daml-script/export/integration-tests/golden/values/daml.yaml +++ b/daml-script/export/integration-tests/golden/values/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/daml-script/export/integration-tests/reproduces-transactions/BUILD.bazel b/daml-script/export/integration-tests/reproduces-transactions/BUILD.bazel index c6eeddb33baf..cd747a7c958e 100644 --- a/daml-script/export/integration-tests/reproduces-transactions/BUILD.bazel +++ b/daml-script/export/integration-tests/reproduces-transactions/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/export/integration-tests/reproduces-transactions/test/scala/com/daml/script/export/ReproducesTransactions.scala b/daml-script/export/integration-tests/reproduces-transactions/test/scala/com/daml/script/export/ReproducesTransactions.scala index 23bed133cb00..ceb75238a44d 100644 --- a/daml-script/export/integration-tests/reproduces-transactions/test/scala/com/daml/script/export/ReproducesTransactions.scala +++ b/daml-script/export/integration-tests/reproduces-transactions/test/scala/com/daml/script/export/ReproducesTransactions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/Config.scala b/daml-script/export/src/main/scala/com/daml/script/export/Config.scala index 88e692f8fbfd..b4373dc47b2a 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/Config.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/Config.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/Dependencies.scala b/daml-script/export/src/main/scala/com/daml/script/export/Dependencies.scala index b8af288fbe16..4e5af760e4aa 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/Dependencies.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/Dependencies.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/Encode.scala b/daml-script/export/src/main/scala/com/daml/script/export/Encode.scala index 9ba2d1bdb62f..e82da7caa78d 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/Encode.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/Encode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/Export.scala b/daml-script/export/src/main/scala/com/daml/script/export/Export.scala index 16b265623cd9..320e27aaa17f 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/Export.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/Export.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/LedgerUtils.scala b/daml-script/export/src/main/scala/com/daml/script/export/LedgerUtils.scala index b74c1225e4b7..a6dc346ffaf5 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/LedgerUtils.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/LedgerUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/Main.scala b/daml-script/export/src/main/scala/com/daml/script/export/Main.scala index a9adf48c65fe..9005664e2ba5 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/Main.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/main/scala/com/daml/script/export/TreeUtils.scala b/daml-script/export/src/main/scala/com/daml/script/export/TreeUtils.scala index d21266e4aa46..4006c88c1e90 100644 --- a/daml-script/export/src/main/scala/com/daml/script/export/TreeUtils.scala +++ b/daml-script/export/src/main/scala/com/daml/script/export/TreeUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/ActionsFromTreesSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/ActionsFromTreesSpec.scala index 6b537b5ab691..f154e69769dc 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/ActionsFromTreesSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/ActionsFromTreesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/AstSyntax.scala b/daml-script/export/src/test/scala/com/daml/script/export/AstSyntax.scala index 3a331ad36508..0b028b1a0bdd 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/AstSyntax.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/AstSyntax.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/CmdReferencedCidsSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/CmdReferencedCidsSpec.scala index 080f589f218b..8a424ad42eeb 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/CmdReferencedCidsSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/CmdReferencedCidsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/ConfigSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/ConfigSpec.scala index 0bcfc6ae417b..3be68596ccc2 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/ConfigSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/ConfigSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/DependenciesSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/DependenciesSpec.scala index c3e687799a4e..b89e119ce4bf 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/DependenciesSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/DependenciesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/EncodeInstancesSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/EncodeInstancesSpec.scala index 58d31ee5b129..dd6d60119ec7 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/EncodeInstancesSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/EncodeInstancesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/EncodeSetTimeSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/EncodeSetTimeSpec.scala index 3268e6467366..b4882675655a 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/EncodeSetTimeSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/EncodeSetTimeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/EncodeSubmitSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/EncodeSubmitSpec.scala index b45870e53c5c..7601dff30260 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/EncodeSubmitSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/EncodeSubmitSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/EncodeTypeSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/EncodeTypeSpec.scala index db356f1b630f..94e85eb21e5e 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/EncodeTypeSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/EncodeTypeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/EncodeValueSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/EncodeValueSpec.scala index a11bc34c5656..71f922bcc104 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/EncodeValueSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/EncodeValueSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/ExportCidRefsSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/ExportCidRefsSpec.scala index 87fe4ad6fd28..1e3635261790 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/ExportCidRefsSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/ExportCidRefsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/IdentifyCommandsSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/IdentifyCommandsSpec.scala index 69809d03514a..7de4b4142e31 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/IdentifyCommandsSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/IdentifyCommandsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/IdentifySimpleSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/IdentifySimpleSpec.scala index 91d09d498913..2c1973d2ebdb 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/IdentifySimpleSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/IdentifySimpleSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/ReferencesSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/ReferencesSpec.scala index cbd1b6e7b115..e957b8b4c858 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/ReferencesSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/ReferencesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/TestData.scala b/daml-script/export/src/test/scala/com/daml/script/export/TestData.scala index 86814fa7505c..77841ab47594 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/TestData.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/TestData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/src/test/scala/com/daml/script/export/TreeUtilsSpec.scala b/daml-script/export/src/test/scala/com/daml/script/export/TreeUtilsSpec.scala index 2066d276d1f9..530748dd0d35 100644 --- a/daml-script/export/src/test/scala/com/daml/script/export/TreeUtilsSpec.scala +++ b/daml-script/export/src/test/scala/com/daml/script/export/TreeUtilsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.script.export diff --git a/daml-script/export/transaction-eq/BUILD.bazel b/daml-script/export/transaction-eq/BUILD.bazel index 502c5d3e76e4..3137bc2fe83e 100644 --- a/daml-script/export/transaction-eq/BUILD.bazel +++ b/daml-script/export/transaction-eq/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/export/transaction-eq/src/main/scala/com/daml/ledger/testing/utils/TransactionEq.scala b/daml-script/export/transaction-eq/src/main/scala/com/daml/ledger/testing/utils/TransactionEq.scala index 27a73dd2e091..d2d37f0cd32c 100644 --- a/daml-script/export/transaction-eq/src/main/scala/com/daml/ledger/testing/utils/TransactionEq.scala +++ b/daml-script/export/transaction-eq/src/main/scala/com/daml/ledger/testing/utils/TransactionEq.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.testing.utils diff --git a/daml-script/export/transaction-eq/src/test/scala/com/daml/ledger/testing/utils/TransactionEqSpec.scala b/daml-script/export/transaction-eq/src/test/scala/com/daml/ledger/testing/utils/TransactionEqSpec.scala index 37b632cad089..dd38d0322ebd 100644 --- a/daml-script/export/transaction-eq/src/test/scala/com/daml/ledger/testing/utils/TransactionEqSpec.scala +++ b/daml-script/export/transaction-eq/src/test/scala/com/daml/ledger/testing/utils/TransactionEqSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.testing.utils diff --git a/daml-script/runner/BUILD.bazel b/daml-script/runner/BUILD.bazel index be26454aeefa..e92690916200 100644 --- a/daml-script/runner/BUILD.bazel +++ b/daml-script/runner/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/Free.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/Free.scala index e80c9fb944cd..f694704b1e9e 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/Free.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/Free.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/StackTrace.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/StackTrace.scala index 50fcf02ad882..23577a65cd24 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/StackTrace.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/StackTrace.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Converter.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Converter.scala index 6bfad22ba118..68f56e14f226 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Converter.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Converter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ParticipantMode.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ParticipantMode.scala index 1a7fb6b53921..244935e9428f 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ParticipantMode.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ParticipantMode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Runner.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Runner.scala index 3f1c76c90a6f..d08614b6d048 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Runner.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/Runner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMain.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMain.scala index 82d421fde11b..67a8f08aa22a 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMain.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMainConfig.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMainConfig.scala index 224dd7bbf179..0ec6038e18b2 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMainConfig.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/RunnerMainConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ScriptMain.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ScriptMain.scala index a54e95d70b25..86e1554dc578 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ScriptMain.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ScriptMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ledgerinteraction/ScriptLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ledgerinteraction/ScriptLedgerClient.scala index 46f00b5b11b7..355b71b49907 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ledgerinteraction/ScriptLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/ledgerinteraction/ScriptLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Converter.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Converter.scala index f7a063e7c834..ad1626657d97 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Converter.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Converter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Runner.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Runner.scala index 82957067dcfa..25c2482ed2eb 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Runner.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/Runner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ScriptF.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ScriptF.scala index 443974e17365..70156eaa3662 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ScriptF.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ScriptF.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/GrpcLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/GrpcLedgerClient.scala index 27d8434d064c..88c8dccbe9c6 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/GrpcLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/GrpcLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/IdeLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/IdeLedgerClient.scala index 519a83f71724..f3bbf324fef8 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/IdeLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/IdeLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/JsonLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/JsonLedgerClient.scala index 256f88115c2f..f0a12acac8f0 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/JsonLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/JsonLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/ScriptLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/ScriptLedgerClient.scala index e08bd33a4f98..719d553c8b40 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/ScriptLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v1/ledgerinteraction/ScriptLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Converter.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Converter.scala index 517a94feb27c..d78096a97027 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Converter.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Converter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Runner.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Runner.scala index 768e967cd31b..df3a0e3b2fa1 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Runner.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/Runner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ScriptF.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ScriptF.scala index 4e8b52c5c990..0f650e616f34 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ScriptF.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ScriptF.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/IdeLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/IdeLedgerClient.scala index 75f26364eb5f..fa232ec64c42 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/IdeLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/IdeLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/JsonLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/JsonLedgerClient.scala index 609d10ae46c3..3458cc927c03 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/JsonLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/JsonLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/ScriptLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/ScriptLedgerClient.scala index aad73ddc4d59..b9f9d07a8b7e 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/ScriptLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/ScriptLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/SubmitError.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/SubmitError.scala index 237af6faf5b7..54cc88ba1f5e 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/SubmitError.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/SubmitError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/AdminLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/AdminLedgerClient.scala index 36a6dff34c11..4f1874e63fa8 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/AdminLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/AdminLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // Temporary stand-in for the real admin api clients defined in canton. Needed only for upgrades testing diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcErrorParser.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcErrorParser.scala index 11f03b14c03e..20e7133c047e 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcErrorParser.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcErrorParser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script.v2.ledgerinteraction diff --git a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcLedgerClient.scala b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcLedgerClient.scala index 97ea442c99ee..91e16662bf80 100644 --- a/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcLedgerClient.scala +++ b/daml-script/runner/src/main/scala/com/digitalasset/daml/lf/engine/script/v2/ledgerinteraction/grpcLedgerClient/GrpcLedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/test/resources/FailingTestScript.daml b/daml-script/runner/src/test/resources/FailingTestScript.daml index 9df157f59ff4..f05768c0fc90 100644 --- a/daml-script/runner/src/test/resources/FailingTestScript.daml +++ b/daml-script/runner/src/test/resources/FailingTestScript.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module FailingTestScript where diff --git a/daml-script/runner/src/test/resources/TestScript.daml b/daml-script/runner/src/test/resources/TestScript.daml index 75f119e6f091..6bc4e7e3ec71 100644 --- a/daml-script/runner/src/test/resources/TestScript.daml +++ b/daml-script/runner/src/test/resources/TestScript.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestScript where diff --git a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/IdeLedgerRunnerMainTest.scala b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/IdeLedgerRunnerMainTest.scala index b62d81419c6a..1d5b6f3d4068 100644 --- a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/IdeLedgerRunnerMainTest.scala +++ b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/IdeLedgerRunnerMainTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/NonTlsRunnerMainTest.scala b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/NonTlsRunnerMainTest.scala index 3609785a683a..1df4b479703c 100644 --- a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/NonTlsRunnerMainTest.scala +++ b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/NonTlsRunnerMainTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBase.scala b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBase.scala index 59612f6f8e50..99f7977c369f 100644 --- a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBase.scala +++ b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBaseCanton.scala b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBaseCanton.scala index 67e741401518..1ed1f3fe40d4 100644 --- a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBaseCanton.scala +++ b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/RunnerMainTestBaseCanton.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/TlsRunnerMainTest.scala b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/TlsRunnerMainTest.scala index 7f394b106e83..c2b5804cedd1 100644 --- a/daml-script/runner/src/test/scala/com/daml/lf/engine/script/TlsRunnerMainTest.scala +++ b/daml-script/runner/src/test/scala/com/daml/lf/engine/script/TlsRunnerMainTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/BUILD.bazel b/daml-script/test/BUILD.bazel index e9b3ca017862..538987d06aad 100644 --- a/daml-script/test/BUILD.bazel +++ b/daml-script/test/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/daml-script/test/daml/MultiTest.daml b/daml-script/test/daml/MultiTest.daml index 67e1d6bade91..c20bf17bae44 100644 --- a/daml-script/test/daml/MultiTest.daml +++ b/daml-script/test/daml/MultiTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/test/daml/ScriptTest.daml b/daml-script/test/daml/ScriptTest.daml index ff8a468b5ddc..4fac335817b6 100644 --- a/daml-script/test/daml/ScriptTest.daml +++ b/daml-script/test/daml/ScriptTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/daml-script/test/daml/TestChoiceAuthority.daml b/daml-script/test/daml/TestChoiceAuthority.daml index 6b08f56c4504..61e565ae8dfd 100644 --- a/daml-script/test/daml/TestChoiceAuthority.daml +++ b/daml-script/test/daml/TestChoiceAuthority.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestChoiceAuthority where diff --git a/daml-script/test/daml/TestContractId.daml b/daml-script/test/daml/TestContractId.daml index a928c2a35b77..9826185d95c6 100644 --- a/daml-script/test/daml/TestContractId.daml +++ b/daml-script/test/daml/TestContractId.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestContractId where diff --git a/daml-script/test/daml/TestExceptions.daml b/daml-script/test/daml/TestExceptions.daml index 3903e73416f3..c847799b185e 100644 --- a/daml-script/test/daml/TestExceptions.daml +++ b/daml-script/test/daml/TestExceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestExceptions where diff --git a/daml-script/test/daml/TestInterfaces.daml b/daml-script/test/daml/TestInterfaces.daml index 247d36565b2f..9bd8a8388f11 100644 --- a/daml-script/test/daml/TestInterfaces.daml +++ b/daml-script/test/daml/TestInterfaces.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestInterfaces where diff --git a/daml-script/test/daml/upgrades/UpgradesTest.daml b/daml-script/test/daml/upgrades/UpgradesTest.daml index 554e3247b3f4..ae81992c61dc 100644 --- a/daml-script/test/daml/upgrades/UpgradesTest.daml +++ b/daml-script/test/daml/upgrades/UpgradesTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE AllowAmbiguousTypes #-} diff --git a/daml-script/test/daml/upgrades/v1/MyTemplates.daml b/daml-script/test/daml/upgrades/v1/MyTemplates.daml index 2d1f269d09df..2e81478e2f81 100644 --- a/daml-script/test/daml/upgrades/v1/MyTemplates.daml +++ b/daml-script/test/daml/upgrades/v1/MyTemplates.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module MyTemplates where diff --git a/daml-script/test/daml/upgrades/v2/MyTemplates.daml b/daml-script/test/daml/upgrades/v2/MyTemplates.daml index 8d716ce05ed9..92a6d628a65a 100644 --- a/daml-script/test/daml/upgrades/v2/MyTemplates.daml +++ b/daml-script/test/daml/upgrades/v2/MyTemplates.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module MyTemplates where diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/AuthIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/AuthIT.scala index be6739824247..1a70dd753d1f 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/AuthIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/AuthIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml2ScriptTestRunner.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml2ScriptTestRunner.scala index d281eb54f160..47e3023a0370 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml2ScriptTestRunner.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml2ScriptTestRunner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptDevIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptDevIT.scala index 3aa006d4809b..35f8e9f38432 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptDevIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptDevIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptTestRunnerDev.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptTestRunnerDev.scala index e56120678093..19d784b5c42d 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptTestRunnerDev.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/Daml3ScriptTestRunnerDev.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/DevIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/DevIT.scala index 49d929d05a62..3784ab2d1d28 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/DevIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/DevIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncStaticTimeIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncStaticTimeIT.scala index b241ca0e3d1a..b79bf146b49f 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncStaticTimeIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncStaticTimeIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script.test diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncWallClockIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncWallClockIT.scala index 920cf5c6bcfa..039e22c2f9be 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncWallClockIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/FuncWallClockIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script.test diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/JsonPartyValidation.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/JsonPartyValidation.scala index 06909903ab0a..0a77d7d36377 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/JsonPartyValidation.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/JsonPartyValidation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script.test diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/MultiParticipantIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/MultiParticipantIT.scala index bc98482b4d85..d93046ce12b7 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/MultiParticipantIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/MultiParticipantIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/TlsIT.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/TlsIT.scala index b677abbb4bef..15bc89d9e630 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/TlsIT.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/TlsIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/UpgradesITDev.scala b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/UpgradesITDev.scala index f54977850683..44ed9ea79687 100644 --- a/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/UpgradesITDev.scala +++ b/daml-script/test/src/com/digitalasset/daml/lf/engine/script/test/UpgradesITDev.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractFuncIT.scala b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractFuncIT.scala index dba61a77841b..0406aa1d2e2a 100644 --- a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractFuncIT.scala +++ b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractFuncIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractScriptTest.scala b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractScriptTest.scala index 34797759bb59..cefe56889271 100644 --- a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractScriptTest.scala +++ b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/AbstractScriptTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/CompiledDar.scala b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/CompiledDar.scala index 761b4e2156fa..b2ece0dab054 100644 --- a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/CompiledDar.scala +++ b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/CompiledDar.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/DamlScriptTestRunner.scala b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/DamlScriptTestRunner.scala index 859133971b26..7ed2b94b1ce3 100644 --- a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/DamlScriptTestRunner.scala +++ b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/DamlScriptTestRunner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script diff --git a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/LogCollector.scala b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/LogCollector.scala index 562b994a8f5a..da45ebc84347 100644 --- a/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/LogCollector.scala +++ b/daml-script/test/src/test-utils/com/daml/lf/engine/script/test/LogCollector.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.engine.script.test diff --git a/daml-script/test/upgrades/coin-upgrade-v1-v2-new-field/CoinUpgrade.daml b/daml-script/test/upgrades/coin-upgrade-v1-v2-new-field/CoinUpgrade.daml index e72ac98b5088..29730195a6eb 100644 --- a/daml-script/test/upgrades/coin-upgrade-v1-v2-new-field/CoinUpgrade.daml +++ b/daml-script/test/upgrades/coin-upgrade-v1-v2-new-field/CoinUpgrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CoinUpgrade where diff --git a/daml-script/test/upgrades/coin-upgrade-v1-v2/CoinUpgrade.daml b/daml-script/test/upgrades/coin-upgrade-v1-v2/CoinUpgrade.daml index 355fb4e534b9..d5e134d45597 100644 --- a/daml-script/test/upgrades/coin-upgrade-v1-v2/CoinUpgrade.daml +++ b/daml-script/test/upgrades/coin-upgrade-v1-v2/CoinUpgrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CoinUpgrade where diff --git a/daml-script/test/upgrades/coin-upgrade-v1-v3/CoinUpgrade.daml b/daml-script/test/upgrades/coin-upgrade-v1-v3/CoinUpgrade.daml index b504286a54af..a0eaddb0d5e4 100644 --- a/daml-script/test/upgrades/coin-upgrade-v1-v3/CoinUpgrade.daml +++ b/daml-script/test/upgrades/coin-upgrade-v1-v3/CoinUpgrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CoinUpgrade where diff --git a/daml-script/test/upgrades/coin-v1/Coin.daml b/daml-script/test/upgrades/coin-v1/Coin.daml index edd28ae79038..0c93bcc38abb 100644 --- a/daml-script/test/upgrades/coin-v1/Coin.daml +++ b/daml-script/test/upgrades/coin-v1/Coin.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Coin where diff --git a/daml-script/test/upgrades/coin-v2-new-field/Coin.daml b/daml-script/test/upgrades/coin-v2-new-field/Coin.daml index 949061f7edbb..612815ff9b0d 100644 --- a/daml-script/test/upgrades/coin-v2-new-field/Coin.daml +++ b/daml-script/test/upgrades/coin-v2-new-field/Coin.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Coin where diff --git a/daml-script/test/upgrades/coin-v2/Coin.daml b/daml-script/test/upgrades/coin-v2/Coin.daml index 5b4c8710b561..19a96648366d 100644 --- a/daml-script/test/upgrades/coin-v2/Coin.daml +++ b/daml-script/test/upgrades/coin-v2/Coin.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Coin where diff --git a/daml-script/test/upgrades/coin-v3/Coin.daml b/daml-script/test/upgrades/coin-v3/Coin.daml index d6aaa2101ad2..a0ff34abf38c 100644 --- a/daml-script/test/upgrades/coin-v3/Coin.daml +++ b/daml-script/test/upgrades/coin-v3/Coin.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Coin where diff --git a/daml_finance_dep.bzl b/daml_finance_dep.bzl index 851314a349ba..6516d34218f0 100644 --- a/daml_finance_dep.bzl +++ b/daml_finance_dep.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 quickstart = { diff --git a/deps.bzl b/deps.bzl index f75030e98340..17779c5a78ee 100644 --- a/deps.bzl +++ b/deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # diff --git a/dev-env/profile_bash.sh b/dev-env/profile_bash.sh index 7c50b0c2195f..6d42d12ec1cc 100644 --- a/dev-env/profile_bash.sh +++ b/dev-env/profile_bash.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # DADE shell profile for bash diff --git a/dev-env/profile_zsh.sh b/dev-env/profile_zsh.sh index f0f97426f525..393d37852e3b 100644 --- a/dev-env/profile_zsh.sh +++ b/dev-env/profile_zsh.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # DADE shell profile compatible with zsh. diff --git a/docs/BUILD.bazel b/docs/BUILD.bazel index 5a51b06875e6..14e60089a3b3 100644 --- a/docs/BUILD.bazel +++ b/docs/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary") diff --git a/docs/canton-refs.rst b/docs/canton-refs.rst index 842ab164bb1a..c05db35159f5 100644 --- a/docs/canton-refs.rst +++ b/docs/canton-refs.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +.. Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. .. SPDX-License-Identifier: Apache-2.0 Dummy Canton Refs diff --git a/docs/configs/html/conf.py b/docs/configs/html/conf.py index 6edf2af103f5..02a49170fa2e 100644 --- a/docs/configs/html/conf.py +++ b/docs/configs/html/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # -*- coding: utf-8 -*- diff --git a/docs/configs/pdf/conf.py b/docs/configs/pdf/conf.py index 627307f864ea..e83c3d206cdf 100644 --- a/docs/configs/pdf/conf.py +++ b/docs/configs/pdf/conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # -*- coding: utf-8 -*- diff --git a/docs/configs/static/pygments_daml_lexer.py b/docs/configs/static/pygments_daml_lexer.py index ab3e8faf62b1..9597bed7d39f 100644 --- a/docs/configs/static/pygments_daml_lexer.py +++ b/docs/configs/static/pygments_daml_lexer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 from pygments.lexers.haskell import HaskellLexer diff --git a/docs/configs/static/typescript.py b/docs/configs/static/typescript.py index ed1ef5595c87..f935c40273d2 100644 --- a/docs/configs/static/typescript.py +++ b/docs/configs/static/typescript.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # -*- coding: utf-8 -*- diff --git a/docs/daml-intro-7.yaml b/docs/daml-intro-7.yaml index cb3211b6bf91..2dad7b1592d2 100644 --- a/docs/daml-intro-7.yaml +++ b/docs/daml-intro-7.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: __VERSION__ diff --git a/docs/error.html b/docs/error.html index f39eb0cada0b..a7669a22be91 100644 --- a/docs/error.html +++ b/docs/error.html @@ -1,4 +1,4 @@ - + diff --git a/docs/redirect_template.html b/docs/redirect_template.html index 838722523d29..3d6b67e86460 100644 --- a/docs/redirect_template.html +++ b/docs/redirect_template.html @@ -1,4 +1,4 @@ - + diff --git a/docs/scripts/gen-error-docs-src.sh b/docs/scripts/gen-error-docs-src.sh index 024a96550412..1051b38e5463 100755 --- a/docs/scripts/gen-error-docs-src.sh +++ b/docs/scripts/gen-error-docs-src.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Enum.daml b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Enum.daml index 30b6f1b5bb0d..8d018bb2ff08 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Enum.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Enum.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: enum example diff --git a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ParameterizedTypes.daml b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ParameterizedTypes.daml index ef5733a64723..276fd83dd058 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ParameterizedTypes.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ParameterizedTypes.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: parameterized types example diff --git a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ProductTypes.daml b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ProductTypes.daml index ad76b029d4ad..246147cb39e9 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ProductTypes.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/ProductTypes.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: product types example diff --git a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Templates.daml b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Templates.daml index 46e27d56a530..3c70c3114b15 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Templates.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Templates.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: template example diff --git a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Variants.daml b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Variants.daml index 8a91f1d01ba4..59f006c5eaf7 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Variants.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Com/Acme/Variants.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: variant example diff --git a/docs/source/app-dev/bindings-java/code-snippets/Interfaces.daml b/docs/source/app-dev/bindings-java/code-snippets/Interfaces.daml index c7bc4513c62b..b1cc38d1830e 100644 --- a/docs/source/app-dev/bindings-java/code-snippets/Interfaces.daml +++ b/docs/source/app-dev/bindings-java/code-snippets/Interfaces.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- start snippet: interface example diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Iou.daml b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Iou.daml index 8d3d5fedea0b..c8dba6274d19 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Iou.daml +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Iou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- BEGIN_IOU_MODULE_NAME diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/IouTrade.daml b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/IouTrade.daml index 30d9b3581969..e2523cf7f93a 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/IouTrade.daml +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/IouTrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Main.daml b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Main.daml index fb2d5fd71349..a413038c7540 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Main.daml +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Iou.daml b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Iou.daml index 203bb76777c6..d748513a47aa 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Iou.daml +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Iou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Trade.daml b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Trade.daml index b7605a7e46ba..f45f4a4e0bf1 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Trade.daml +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/daml/Tests/Trade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/app-dev/bindings-java/quickstart/template-root/src/main/java/com/daml/quickstart/iou/IouMain.java b/docs/source/app-dev/bindings-java/quickstart/template-root/src/main/java/com/daml/quickstart/iou/IouMain.java index e5dd4a5bcb38..4c9712c33fd2 100644 --- a/docs/source/app-dev/bindings-java/quickstart/template-root/src/main/java/com/daml/quickstart/iou/IouMain.java +++ b/docs/source/app-dev/bindings-java/quickstart/template-root/src/main/java/com/daml/quickstart/iou/IouMain.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.quickstart.iou; diff --git a/docs/source/app-dev/code-snippets/LfResults.daml b/docs/source/app-dev/code-snippets/LfResults.daml index 0ecf1d50a869..c1af3230f729 100644 --- a/docs/source/app-dev/code-snippets/LfResults.daml +++ b/docs/source/app-dev/code-snippets/LfResults.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/code-snippets/LfTranslation.daml b/docs/source/app-dev/code-snippets/LfTranslation.daml index b20eb3de615e..0e2567392a07 100644 --- a/docs/source/app-dev/code-snippets/LfTranslation.daml +++ b/docs/source/app-dev/code-snippets/LfTranslation.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/code-snippets/Templates.daml b/docs/source/app-dev/code-snippets/Templates.daml index b2d26a731c13..a74c808565d0 100644 --- a/docs/source/app-dev/code-snippets/Templates.daml +++ b/docs/source/app-dev/code-snippets/Templates.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/code-snippets/Types.daml b/docs/source/app-dev/code-snippets/Types.daml index 899e3048b7b1..b16f96070221 100644 --- a/docs/source/app-dev/code-snippets/Types.daml +++ b/docs/source/app-dev/code-snippets/Types.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/app-dev/code-snippets/notation.proto b/docs/source/app-dev/code-snippets/notation.proto index abf3a5a2ecf5..d024b722b1f4 100644 --- a/docs/source/app-dev/code-snippets/notation.proto +++ b/docs/source/app-dev/code-snippets/notation.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // start snippet diff --git a/docs/source/concepts/ledger-model/daml/SimpleIou.daml b/docs/source/concepts/ledger-model/daml/SimpleIou.daml index ca7789887faf..747b0a9b59e2 100644 --- a/docs/source/concepts/ledger-model/daml/SimpleIou.daml +++ b/docs/source/concepts/ledger-model/daml/SimpleIou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/concepts/ledger-model/exts/more_named_targets.py b/docs/source/concepts/ledger-model/exts/more_named_targets.py index 4de3a224b49c..da1a6a8a3a40 100644 --- a/docs/source/concepts/ledger-model/exts/more_named_targets.py +++ b/docs/source/concepts/ledger-model/exts/more_named_targets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # A (hacky) extension to support automatically named references to diff --git a/docs/source/concepts/ledger-model/hs/Ledger.hs b/docs/source/concepts/ledger-model/hs/Ledger.hs index c22268c32b0d..59a0188bf616 100644 --- a/docs/source/concepts/ledger-model/hs/Ledger.hs +++ b/docs/source/concepts/ledger-model/hs/Ledger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 import Data.Set (Set) diff --git a/docs/source/daml-script/template-root/src/ScriptExample.daml b/docs/source/daml-script/template-root/src/ScriptExample.daml index 331db3116ae5..569d4bb06a4c 100644 --- a/docs/source/daml-script/template-root/src/ScriptExample.daml +++ b/docs/source/daml-script/template-root/src/ScriptExample.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- DAML_SCRIPT_HEADER_BEGIN diff --git a/docs/source/daml/code-snippets-dev/Exceptions.daml b/docs/source/daml/code-snippets-dev/Exceptions.daml index 8ee98dd86d4d..f73a3a2a0c8a 100644 --- a/docs/source/daml/code-snippets-dev/Exceptions.daml +++ b/docs/source/daml/code-snippets-dev/Exceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Exceptions where diff --git a/docs/source/daml/code-snippets-dev/Interfaces.daml b/docs/source/daml/code-snippets-dev/Interfaces.daml index 2685f9a9b429..ff47ac88934f 100644 --- a/docs/source/daml/code-snippets-dev/Interfaces.daml +++ b/docs/source/daml/code-snippets-dev/Interfaces.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interfaces where diff --git a/docs/source/daml/code-snippets/Account.daml b/docs/source/daml/code-snippets/Account.daml index dd8dc66b298f..2702b2997a6a 100644 --- a/docs/source/daml/code-snippets/Account.daml +++ b/docs/source/daml/code-snippets/Account.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/code-snippets/Functions.daml b/docs/source/daml/code-snippets/Functions.daml index 662ca0a06e8c..b86c618f5b37 100644 --- a/docs/source/daml/code-snippets/Functions.daml +++ b/docs/source/daml/code-snippets/Functions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The Functions example. diff --git a/docs/source/daml/code-snippets/Keys.daml b/docs/source/daml/code-snippets/Keys.daml index e17efec1d0a4..2f696b56a818 100644 --- a/docs/source/daml/code-snippets/Keys.daml +++ b/docs/source/daml/code-snippets/Keys.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Keys where diff --git a/docs/source/daml/code-snippets/LibraryModules.daml b/docs/source/daml/code-snippets/LibraryModules.daml index 94da5b40408c..099a994901f7 100644 --- a/docs/source/daml/code-snippets/LibraryModules.daml +++ b/docs/source/daml/code-snippets/LibraryModules.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/code-snippets/PatternMatching.daml b/docs/source/daml/code-snippets/PatternMatching.daml index 4a9430a47df2..f877fdb26837 100644 --- a/docs/source/daml/code-snippets/PatternMatching.daml +++ b/docs/source/daml/code-snippets/PatternMatching.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The PatternMatching example. diff --git a/docs/source/daml/code-snippets/Reference.daml b/docs/source/daml/code-snippets/Reference.daml index 67515154bdeb..f57dbbbcb667 100644 --- a/docs/source/daml/code-snippets/Reference.daml +++ b/docs/source/daml/code-snippets/Reference.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- template-let warning disabled because 'start template let snippet' is diff --git a/docs/source/daml/code-snippets/RestrictedPayout.daml b/docs/source/daml/code-snippets/RestrictedPayout.daml index 04670a2d6e60..a36e4ced7060 100644 --- a/docs/source/daml/code-snippets/RestrictedPayout.daml +++ b/docs/source/daml/code-snippets/RestrictedPayout.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The RestrictedPayout example. diff --git a/docs/source/daml/code-snippets/Snippets.daml b/docs/source/daml/code-snippets/Snippets.daml index c6ea06a8f888..4ef00a6d9aa2 100644 --- a/docs/source/daml/code-snippets/Snippets.daml +++ b/docs/source/daml/code-snippets/Snippets.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- template-let warning disabled because BEGIN_LET_IN_TEMPLATE snippet is diff --git a/docs/source/daml/code-snippets/Structure.daml b/docs/source/daml/code-snippets/Structure.daml index f530fc88755a..b77012aea398 100644 --- a/docs/source/daml/code-snippets/Structure.daml +++ b/docs/source/daml/code-snippets/Structure.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Structure where diff --git a/docs/source/daml/code-snippets/TubeSurfaceArea.daml b/docs/source/daml/code-snippets/TubeSurfaceArea.daml index 1b2cc26ce8cb..311420d287b6 100644 --- a/docs/source/daml/code-snippets/TubeSurfaceArea.daml +++ b/docs/source/daml/code-snippets/TubeSurfaceArea.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The TubeSurfaceArea example. diff --git a/docs/source/daml/code-snippets/TubeSurfaceArea2.daml b/docs/source/daml/code-snippets/TubeSurfaceArea2.daml index 1bc70bfb7bfa..1146cc24e1c5 100644 --- a/docs/source/daml/code-snippets/TubeSurfaceArea2.daml +++ b/docs/source/daml/code-snippets/TubeSurfaceArea2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The TubeSurfaceArea example. diff --git a/docs/source/daml/code-snippets/troubleshooting/Check.daml b/docs/source/daml/code-snippets/troubleshooting/Check.daml index 62b22331189d..c880a6b91f12 100644 --- a/docs/source/daml/code-snippets/troubleshooting/Check.daml +++ b/docs/source/daml/code-snippets/troubleshooting/Check.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/code-snippets/troubleshooting/LibraryModule.daml b/docs/source/daml/code-snippets/troubleshooting/LibraryModule.daml index 21dac4d85c4e..8d5a661c8393 100644 --- a/docs/source/daml/code-snippets/troubleshooting/LibraryModule.daml +++ b/docs/source/daml/code-snippets/troubleshooting/LibraryModule.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/code-snippets/troubleshooting/MustChoose.daml b/docs/source/daml/code-snippets/troubleshooting/MustChoose.daml index 4e1a017a1faa..ae89ce29a817 100644 --- a/docs/source/daml/code-snippets/troubleshooting/MustChoose.daml +++ b/docs/source/daml/code-snippets/troubleshooting/MustChoose.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE PartialTypeSignatures #-} diff --git a/docs/source/daml/code-snippets/troubleshooting/ObligableErrors.daml b/docs/source/daml/code-snippets/troubleshooting/ObligableErrors.daml index 5106ef200210..437d06daa729 100644 --- a/docs/source/daml/code-snippets/troubleshooting/ObligableErrors.daml +++ b/docs/source/daml/code-snippets/troubleshooting/ObligableErrors.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/code-snippets/troubleshooting/OptionalDemo.daml b/docs/source/daml/code-snippets/troubleshooting/OptionalDemo.daml index d936a4d05e4a..1891ea593f15 100644 --- a/docs/source/daml/code-snippets/troubleshooting/OptionalDemo.daml +++ b/docs/source/daml/code-snippets/troubleshooting/OptionalDemo.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-1/daml/Token.daml b/docs/source/daml/intro/daml/daml-intro-1/daml/Token.daml index 026855d8b699..f5a4647bdb69 100644 --- a/docs/source/daml/intro/daml/daml-intro-1/daml/Token.daml +++ b/docs/source/daml/intro/daml/daml-intro-1/daml/Token.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- A Daml file defines a module. diff --git a/docs/source/daml/intro/daml/daml-intro-10/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-10/.dlint.yaml index b30f5971d2e5..c31173ad0f46 100644 --- a/docs/source/daml/intro/daml/daml-intro-10/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-10/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use when} diff --git a/docs/source/daml/intro/daml/daml-intro-10/daml/Main.daml b/docs/source/daml/intro/daml/daml-intro-10/daml/Main.daml index 6e37515f5818..08325ce89221 100644 --- a/docs/source/daml/intro/daml/daml-intro-10/daml/Main.daml +++ b/docs/source/daml/intro/daml/daml-intro-10/daml/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main where diff --git a/docs/source/daml/intro/daml/daml-intro-11/daml/Main.daml b/docs/source/daml/intro/daml/daml-intro-11/daml/Main.daml index 97c373dfb714..2f7c079a9bba 100644 --- a/docs/source/daml/intro/daml/daml-intro-11/daml/Main.daml +++ b/docs/source/daml/intro/daml/daml-intro-11/daml/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main where diff --git a/docs/source/daml/intro/daml/daml-intro-12-part1/daml/Token_Coverage_Part1.daml b/docs/source/daml/intro/daml/daml-intro-12-part1/daml/Token_Coverage_Part1.daml index 8f4bf7af78e8..793ada5d3341 100644 --- a/docs/source/daml/intro/daml/daml-intro-12-part1/daml/Token_Coverage_Part1.daml +++ b/docs/source/daml/intro/daml/daml-intro-12-part1/daml/Token_Coverage_Part1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-12-part2/daml/Token_Coverage_Part2.daml b/docs/source/daml/intro/daml/daml-intro-12-part2/daml/Token_Coverage_Part2.daml index 2896c15aacea..537caadc750e 100644 --- a/docs/source/daml/intro/daml/daml-intro-12-part2/daml/Token_Coverage_Part2.daml +++ b/docs/source/daml/intro/daml/daml-intro-12-part2/daml/Token_Coverage_Part2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-13/daml/Cash.daml b/docs/source/daml/intro/daml/daml-intro-13/daml/Cash.daml index a389cec2c4d1..9cb8bed481a8 100644 --- a/docs/source/daml/intro/daml/daml-intro-13/daml/Cash.daml +++ b/docs/source/daml/intro/daml/daml-intro-13/daml/Cash.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Cash where diff --git a/docs/source/daml/intro/daml/daml-intro-13/daml/IAsset.daml b/docs/source/daml/intro/daml/daml-intro-13/daml/IAsset.daml index decb629c53a4..d9a8d25db5d8 100644 --- a/docs/source/daml/intro/daml/daml-intro-13/daml/IAsset.daml +++ b/docs/source/daml/intro/daml/daml-intro-13/daml/IAsset.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module IAsset where diff --git a/docs/source/daml/intro/daml/daml-intro-13/daml/Main.daml b/docs/source/daml/intro/daml/daml-intro-13/daml/Main.daml index a765a7d68412..ce8e594d1fb1 100644 --- a/docs/source/daml/intro/daml/daml-intro-13/daml/Main.daml +++ b/docs/source/daml/intro/daml/daml-intro-13/daml/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main where diff --git a/docs/source/daml/intro/daml/daml-intro-13/daml/NFT.daml b/docs/source/daml/intro/daml/daml-intro-13/daml/NFT.daml index 4f85340ea900..6ad2362016b1 100644 --- a/docs/source/daml/intro/daml/daml-intro-13/daml/NFT.daml +++ b/docs/source/daml/intro/daml/daml-intro-13/daml/NFT.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module NFT where diff --git a/docs/source/daml/intro/daml/daml-intro-2/daml/Token_Test.daml b/docs/source/daml/intro/daml/daml-intro-2/daml/Token_Test.daml index 8ae7c451b73d..177446ccb657 100644 --- a/docs/source/daml/intro/daml/daml-intro-2/daml/Token_Test.daml +++ b/docs/source/daml/intro/daml/daml-intro-2/daml/Token_Test.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-3/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-3/.dlint.yaml index 86a92ec02da5..a82449e4ea5b 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-3/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/IDRef.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/IDRef.daml index 141ed38d47b0..3ef2c1c1a260 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/IDRef.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/IDRef.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/Keys.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/Keys.daml index 0d18e9bafe38..aa2d33152474 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/Keys.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/Keys.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/List.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/List.daml index e737fbb9858b..9e692fb3d040 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/List.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/List.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/Native.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/Native.daml index 3a343a6f41da..f4d15abfacb2 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/Native.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/Native.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/Record.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/Record.daml index 472cbb2ec0a1..00f893a7d272 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/Record.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/Record.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/Tuple.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/Tuple.daml index 3f521beb65b9..f810e491fc62 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/Tuple.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/Tuple.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-3/daml/Variants.daml b/docs/source/daml/intro/daml/daml-intro-3/daml/Variants.daml index e81e91ac2142..9e399f478226 100644 --- a/docs/source/daml/intro/daml/daml-intro-3/daml/Variants.daml +++ b/docs/source/daml/intro/daml/daml-intro-3/daml/Variants.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-4/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-4/.dlint.yaml index de90b7088f30..7216163a2ccd 100644 --- a/docs/source/daml/intro/daml/daml-intro-4/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-4/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-4/daml/Contact.daml b/docs/source/daml/intro/daml/daml-intro-4/daml/Contact.daml index 2803906ef549..c23e2a0ade0b 100644 --- a/docs/source/daml/intro/daml/daml-intro-4/daml/Contact.daml +++ b/docs/source/daml/intro/daml/daml-intro-4/daml/Contact.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-4/daml/SimpleIou.daml b/docs/source/daml/intro/daml/daml-intro-4/daml/SimpleIou.daml index d08265ed35b9..8f7b024debbd 100644 --- a/docs/source/daml/intro/daml/daml-intro-4/daml/SimpleIou.daml +++ b/docs/source/daml/intro/daml/daml-intro-4/daml/SimpleIou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-5/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-5/.dlint.yaml index de90b7088f30..7216163a2ccd 100644 --- a/docs/source/daml/intro/daml/daml-intro-5/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-5/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-5/daml/Restrictions.daml b/docs/source/daml/intro/daml/daml-intro-5/daml/Restrictions.daml index 5ab0b82550d2..f13ec4b46733 100644 --- a/docs/source/daml/intro/daml/daml-intro-5/daml/Restrictions.daml +++ b/docs/source/daml/intro/daml/daml-intro-5/daml/Restrictions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- BEGIN_EXT {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/daml/intro/daml/daml-intro-6/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-6/.dlint.yaml index de90b7088f30..7216163a2ccd 100644 --- a/docs/source/daml/intro/daml/daml-intro-6/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-6/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-6/daml/Parties.daml b/docs/source/daml/intro/daml/daml-intro-6/daml/Parties.daml index 04659120301b..465c72c50589 100644 --- a/docs/source/daml/intro/daml/daml-intro-6/daml/Parties.daml +++ b/docs/source/daml/intro/daml/daml-intro-6/daml/Parties.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-7/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-7/.dlint.yaml index de90b7088f30..7216163a2ccd 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-7/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset.daml index b4b23ee64613..920cee7a1893 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Role.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Role.daml index 60f1e08ae48c..e59c64bb03c0 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Role.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Role.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- PRAGMA_BEGIN diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Trade.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Trade.daml index 54f52ef6274f..4907e7841c0e 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Trade.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Intro/Asset/Trade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset.daml index df2a4853fa08..07e941355fe4 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Test.Intro.Asset where diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Role.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Role.daml index fcae9f3bea0f..685d158d5148 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Role.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Role.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Trade.daml b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Trade.daml index 1278b20b3848..9cc063b1110a 100644 --- a/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Trade.daml +++ b/docs/source/daml/intro/daml/daml-intro-7/daml/Test/Intro/Asset/Trade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-8/daml/Intro/Exceptions.daml b/docs/source/daml/intro/daml/daml-intro-8/daml/Intro/Exceptions.daml index 5e01bcf6f253..670964c205fc 100644 --- a/docs/source/daml/intro/daml/daml-intro-8/daml/Intro/Exceptions.daml +++ b/docs/source/daml/intro/daml/daml-intro-8/daml/Intro/Exceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/intro/daml/daml-intro-9/.dlint.yaml b/docs/source/daml/intro/daml/daml-intro-9/.dlint.yaml index de90b7088f30..7216163a2ccd 100644 --- a/docs/source/daml/intro/daml/daml-intro-9/.dlint.yaml +++ b/docs/source/daml/intro/daml/daml-intro-9/.dlint.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - ignore: {name: Use === for better error messages} diff --git a/docs/source/daml/intro/daml/daml-intro-9/daml/Intro/Asset/MultiTrade.daml b/docs/source/daml/intro/daml/daml-intro-9/daml/Intro/Asset/MultiTrade.daml index 2ddf371cfad6..c6939c7c903d 100644 --- a/docs/source/daml/intro/daml/daml-intro-9/daml/Intro/Asset/MultiTrade.daml +++ b/docs/source/daml/intro/daml/daml-intro-9/daml/Intro/Asset/MultiTrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Intro.Asset.MultiTrade where diff --git a/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/MultiTrade.daml b/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/MultiTrade.daml index 3d0eb9cbee27..76480281e7a9 100644 --- a/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/MultiTrade.daml +++ b/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/MultiTrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Test.Intro.Asset.MultiTrade where diff --git a/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/TradeSetup.daml b/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/TradeSetup.daml index acb38e35c59a..02d775759f4b 100644 --- a/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/TradeSetup.daml +++ b/docs/source/daml/intro/daml/daml-intro-9/daml/Test/Intro/Asset/TradeSetup.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Test.Intro.Asset.TradeSetup where diff --git a/docs/source/daml/patterns/daml/CoinCommitment.daml b/docs/source/daml/patterns/daml/CoinCommitment.daml index 24a185a9f3a6..e3ba8916a60c 100644 --- a/docs/source/daml/patterns/daml/CoinCommitment.daml +++ b/docs/source/daml/patterns/daml/CoinCommitment.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/CoinDelegation.daml b/docs/source/daml/patterns/daml/CoinDelegation.daml index f5e656a208c5..3282aeec6583 100644 --- a/docs/source/daml/patterns/daml/CoinDelegation.daml +++ b/docs/source/daml/patterns/daml/CoinDelegation.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/CoinIssuance.daml b/docs/source/daml/patterns/daml/CoinIssuance.daml index e37b15444339..973028308c25 100644 --- a/docs/source/daml/patterns/daml/CoinIssuance.daml +++ b/docs/source/daml/patterns/daml/CoinIssuance.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/CoinTransferWithAuthorization.daml b/docs/source/daml/patterns/daml/CoinTransferWithAuthorization.daml index f1d48993837e..235a65be2c7b 100644 --- a/docs/source/daml/patterns/daml/CoinTransferWithAuthorization.daml +++ b/docs/source/daml/patterns/daml/CoinTransferWithAuthorization.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/LockingByChangingState.daml b/docs/source/daml/patterns/daml/LockingByChangingState.daml index cff913c985db..3b8cf67f87a5 100644 --- a/docs/source/daml/patterns/daml/LockingByChangingState.daml +++ b/docs/source/daml/patterns/daml/LockingByChangingState.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/LockingBySafekeeping.daml b/docs/source/daml/patterns/daml/LockingBySafekeeping.daml index 8888a8ec0fcf..9ddf7fdca275 100644 --- a/docs/source/daml/patterns/daml/LockingBySafekeeping.daml +++ b/docs/source/daml/patterns/daml/LockingBySafekeeping.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/MultiplePartyAgreement.daml b/docs/source/daml/patterns/daml/MultiplePartyAgreement.daml index 349ecef43fdc..be46f90ce3ba 100644 --- a/docs/source/daml/patterns/daml/MultiplePartyAgreement.daml +++ b/docs/source/daml/patterns/daml/MultiplePartyAgreement.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/daml/patterns/daml/Utilities.daml b/docs/source/daml/patterns/daml/Utilities.daml index fb97bb1a38e7..09c9a2ccf0ea 100644 --- a/docs/source/daml/patterns/daml/Utilities.daml +++ b/docs/source/daml/patterns/daml/Utilities.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/docs/source/tools/export/output-root/Export.daml b/docs/source/tools/export/output-root/Export.daml index 097fa808d3f0..7d592e267fcf 100644 --- a/docs/source/tools/export/output-root/Export.daml +++ b/docs/source/tools/export/output-root/Export.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ApplicativeDo #-} diff --git a/docs/source/tools/export/output-root/daml.yaml b/docs/source/tools/export/output-root/daml.yaml index 9e9bd042f61e..9343f83b1535 100644 --- a/docs/source/tools/export/output-root/daml.yaml +++ b/docs/source/tools/export/output-root/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-1.0.0/daml.yaml b/docs/source/upgrade/example/carbon-1.0.0/daml.yaml index 8961b3e2f946..07606757565a 100644 --- a/docs/source/upgrade/example/carbon-1.0.0/daml.yaml +++ b/docs/source/upgrade/example/carbon-1.0.0/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-1.0.0/daml/CarbonV1.daml b/docs/source/upgrade/example/carbon-1.0.0/daml/CarbonV1.daml index 220b67a0c673..717c1786fe68 100644 --- a/docs/source/upgrade/example/carbon-1.0.0/daml/CarbonV1.daml +++ b/docs/source/upgrade/example/carbon-1.0.0/daml/CarbonV1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- CARBON_BEGIN diff --git a/docs/source/upgrade/example/carbon-1.0.0/daml/Setup.daml b/docs/source/upgrade/example/carbon-1.0.0/daml/Setup.daml index 2f15ba051e65..1e9b7c65496d 100644 --- a/docs/source/upgrade/example/carbon-1.0.0/daml/Setup.daml +++ b/docs/source/upgrade/example/carbon-1.0.0/daml/Setup.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Setup where diff --git a/docs/source/upgrade/example/carbon-2.0.0/daml.yaml b/docs/source/upgrade/example/carbon-2.0.0/daml.yaml index b012d7556407..9f06da26a8f3 100644 --- a/docs/source/upgrade/example/carbon-2.0.0/daml.yaml +++ b/docs/source/upgrade/example/carbon-2.0.0/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-2.0.0/daml/CarbonV2.daml b/docs/source/upgrade/example/carbon-2.0.0/daml/CarbonV2.daml index 2b09d2c43d88..f5d9e1966e48 100644 --- a/docs/source/upgrade/example/carbon-2.0.0/daml/CarbonV2.daml +++ b/docs/source/upgrade/example/carbon-2.0.0/daml/CarbonV2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- CARBON_METHOD_BEGIN diff --git a/docs/source/upgrade/example/carbon-initiate-upgrade/daml.yaml b/docs/source/upgrade/example/carbon-initiate-upgrade/daml.yaml index 9d38f112f1b7..40932f8b0abf 100644 --- a/docs/source/upgrade/example/carbon-initiate-upgrade/daml.yaml +++ b/docs/source/upgrade/example/carbon-initiate-upgrade/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-initiate-upgrade/daml/InitiateUpgrade.daml b/docs/source/upgrade/example/carbon-initiate-upgrade/daml/InitiateUpgrade.daml index ece339686e28..202758831f50 100644 --- a/docs/source/upgrade/example/carbon-initiate-upgrade/daml/InitiateUpgrade.daml +++ b/docs/source/upgrade/example/carbon-initiate-upgrade/daml/InitiateUpgrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InitiateUpgrade where diff --git a/docs/source/upgrade/example/carbon-label/daml.yaml b/docs/source/upgrade/example/carbon-label/daml.yaml index d4974cd84854..fda701630a2c 100644 --- a/docs/source/upgrade/example/carbon-label/daml.yaml +++ b/docs/source/upgrade/example/carbon-label/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-label/daml/CarbonLabel.daml b/docs/source/upgrade/example/carbon-label/daml/CarbonLabel.daml index f70166d50ee4..0739a7c1785f 100644 --- a/docs/source/upgrade/example/carbon-label/daml/CarbonLabel.daml +++ b/docs/source/upgrade/example/carbon-label/daml/CarbonLabel.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- CARBON_LABEL_BEGIN diff --git a/docs/source/upgrade/example/carbon-upgrade/daml.yaml b/docs/source/upgrade/example/carbon-upgrade/daml.yaml index 0feac30aaa6e..118586cf5297 100644 --- a/docs/source/upgrade/example/carbon-upgrade/daml.yaml +++ b/docs/source/upgrade/example/carbon-upgrade/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: 0.0.0 diff --git a/docs/source/upgrade/example/carbon-upgrade/daml/UpgradeFromCarbonCertV1.daml b/docs/source/upgrade/example/carbon-upgrade/daml/UpgradeFromCarbonCertV1.daml index 9bc080d27cf1..e83b02944b8a 100644 --- a/docs/source/upgrade/example/carbon-upgrade/daml/UpgradeFromCarbonCertV1.daml +++ b/docs/source/upgrade/example/carbon-upgrade/daml/UpgradeFromCarbonCertV1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- UPGRADE_MODULE_BEGIN diff --git a/docs/src/test/suite/scala/daml/docs/TestGeneratedErrorDocsAreUpToDate.scala b/docs/src/test/suite/scala/daml/docs/TestGeneratedErrorDocsAreUpToDate.scala index 85dda4f2e645..80f1594b7aa8 100644 --- a/docs/src/test/suite/scala/daml/docs/TestGeneratedErrorDocsAreUpToDate.scala +++ b/docs/src/test/suite/scala/daml/docs/TestGeneratedErrorDocsAreUpToDate.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package docs.src.test.suite.scala.daml.docs diff --git a/fmt.sh b/fmt.sh index f8d04477c721..e03292a50f67 100755 --- a/fmt.sh +++ b/fmt.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Run formatters and linter, anything platform-independent and quick @@ -144,7 +144,7 @@ run yarn install --silent run security/update.sh ${security_update_args[@]:-} # Check for correct copyrights -run dade-copyright-headers "$dade_copyright_arg" infra +run dade-copyright-headers "$dade_copyright_arg" . # We do test hlint via Bazel rules but we run it separately # to get linting failures early. diff --git a/go_deps.bzl b/go_deps.bzl index b16a47e83117..14a025014ffc 100644 --- a/go_deps.bzl +++ b/go_deps.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_gazelle//:deps.bzl", "go_repository") diff --git a/hls-snapshot.yaml b/hls-snapshot.yaml index ce91799501b9..4c117c0bf189 100644 --- a/hls-snapshot.yaml +++ b/hls-snapshot.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 resolver: lts-19.6 diff --git a/language-support/codegen-common/BUILD.bazel b/language-support/codegen-common/BUILD.bazel index 13caa178978a..312aab547844 100644 --- a/language-support/codegen-common/BUILD.bazel +++ b/language-support/codegen-common/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/Util.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/Util.scala index 1743d4c4a05c..d59dd55cab59 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/Util.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/Util.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReader.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReader.scala index a7575ab67dbf..528dc22876ea 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReader.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.conf diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/Conf.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/Conf.scala index 2e233a1fb192..291a72be4e1b 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/Conf.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/conf/Conf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.conf diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraph.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraph.scala index 0a1e7fb9399f..a88b437082e0 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraph.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraph.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Graph.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Graph.scala index 1d5e4d019244..d83f03295ee7 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Graph.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Graph.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Node.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Node.scala index 3faaf24f2752..8b9c5900e6e4 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Node.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/Node.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/NodeType.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/NodeType.scala index 488e88412e75..93a5da055f49 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/NodeType.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/NodeType.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/OrderedDependencies.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/OrderedDependencies.scala index c3811ddfadec..d964de910074 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/OrderedDependencies.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/OrderedDependencies.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/TransitiveClosure.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/TransitiveClosure.scala index d9b0ee940a24..6198fb477f20 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/TransitiveClosure.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/dependencygraph/TransitiveClosure.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/exception/UnsupportedTypeError.scala b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/exception/UnsupportedTypeError.scala index 861345462692..bdf3bceecda2 100644 --- a/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/exception/UnsupportedTypeError.scala +++ b/language-support/codegen-common/src/main/scala/com/digitalasset/daml/lf/codegen/exception/UnsupportedTypeError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.exception diff --git a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/UtilSpec.scala b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/UtilSpec.scala index fe661f1b403e..91e50b4fbaa7 100644 --- a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/UtilSpec.scala +++ b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/UtilSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReaderSpec.scala b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReaderSpec.scala index b2ccc7d6e155..62eb645b8b76 100644 --- a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReaderSpec.scala +++ b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/CodegenConfigReaderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.conf diff --git a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/ConfSpec.scala b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/ConfSpec.scala index 6e37e0a4e862..897731419980 100644 --- a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/ConfSpec.scala +++ b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/conf/ConfSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.conf diff --git a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraphSpec.scala b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraphSpec.scala index 63413d28e74a..b9800df3cca8 100644 --- a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraphSpec.scala +++ b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/DependencyGraphSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/GraphSpec.scala b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/GraphSpec.scala index a5b28ca3d2cf..f19452da0ae6 100644 --- a/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/GraphSpec.scala +++ b/language-support/codegen-common/src/test/scala/com/digitalasset/daml/lf/codegen/dependencygraph/GraphSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.dependencygraph diff --git a/language-support/codegen-main/BUILD.bazel b/language-support/codegen-main/BUILD.bazel index 57ecee5ec81e..cc8d11ad2066 100644 --- a/language-support/codegen-main/BUILD.bazel +++ b/language-support/codegen-main/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/codegen-main/src/main/scala/CodegenMain.scala b/language-support/codegen-main/src/main/scala/CodegenMain.scala index 3fd0720f50a0..ec05b70aefdc 100644 --- a/language-support/codegen-main/src/main/scala/CodegenMain.scala +++ b/language-support/codegen-main/src/main/scala/CodegenMain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen diff --git a/language-support/hs/bindings/BUILD.bazel b/language-support/hs/bindings/BUILD.bazel index fb9376facfe2..6f5a88eb46a2 100644 --- a/language-support/hs/bindings/BUILD.bazel +++ b/language-support/hs/bindings/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_repl", "da_haskell_test") diff --git a/language-support/hs/bindings/examples/chat/BUILD.bazel b/language-support/hs/bindings/examples/chat/BUILD.bazel index d8c210713dd6..93fe35c24f8d 100644 --- a/language-support/hs/bindings/examples/chat/BUILD.bazel +++ b/language-support/hs/bindings/examples/chat/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_test") diff --git a/language-support/hs/bindings/examples/chat/daml/Chat.daml b/language-support/hs/bindings/examples/chat/daml/Chat.daml index 8686be0b10e1..0da4356b8bc9 100644 --- a/language-support/hs/bindings/examples/chat/daml/Chat.daml +++ b/language-support/hs/bindings/examples/chat/daml/Chat.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/ChatLedger.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/ChatLedger.hs index ed36c20c29ef..0ecf76bc9440 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/ChatLedger.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/ChatLedger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Contracts.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Contracts.hs index cda1c2fba7a8..19a1c7efb7ca 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Contracts.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Contracts.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Chat Contracts, both sent-to, and coming-from the external ledger. diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Domain.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Domain.hs index 3af5bd8d230c..e0335bcfa6a7 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Domain.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Domain.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Chat domain types. These should be derived automatically from the Daml model. diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Interact.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Interact.hs index b2c91e53fb06..6dff388cd6b7 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Interact.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Interact.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Interact with a ChatLedger, submitting commands and tracking extern transitions. diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Local.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Local.hs index 90dea41a4b31..902cd14af4b2 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Local.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Local.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The local state maintained non-persistently by the chat-console diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Logging.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Logging.hs index 7118f5d9d25a..82d120ee3834 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Logging.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Logging.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Chat.Logging (Logger,noLog,tagLog,colourLog,plainLog,colourWrap) where diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Main.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Main.hs index ec3ae166c2b2..e17853952e66 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Main.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/UI.hs b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/UI.hs index a9665f0343cc..af0f92d837ee 100644 --- a/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/UI.hs +++ b/language-support/hs/bindings/examples/chat/src/DA/Ledger/App/Chat/UI.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Chat.UI (interactiveMain) where diff --git a/language-support/hs/bindings/examples/group-chat/BUILD.bazel b/language-support/hs/bindings/examples/group-chat/BUILD.bazel index 7f302d053863..06c795464c76 100644 --- a/language-support/hs/bindings/examples/group-chat/BUILD.bazel +++ b/language-support/hs/bindings/examples/group-chat/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_test") diff --git a/language-support/hs/bindings/examples/group-chat/daml/GroupChat.daml b/language-support/hs/bindings/examples/group-chat/daml/GroupChat.daml index efcd9ae055e2..f4f00f586587 100644 --- a/language-support/hs/bindings/examples/group-chat/daml/GroupChat.daml +++ b/language-support/hs/bindings/examples/group-chat/daml/GroupChat.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/examples/nim/BUILD.bazel b/language-support/hs/bindings/examples/nim/BUILD.bazel index 8b1e8c873ff2..7c2b3d6564b8 100644 --- a/language-support/hs/bindings/examples/nim/BUILD.bazel +++ b/language-support/hs/bindings/examples/nim/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary", "da_haskell_library", "da_haskell_test") diff --git a/language-support/hs/bindings/examples/nim/daml/Nim.daml b/language-support/hs/bindings/examples/nim/daml/Nim.daml index 408f982b6374..fb0f2c90a467 100644 --- a/language-support/hs/bindings/examples/nim/daml/Nim.daml +++ b/language-support/hs/bindings/examples/nim/daml/Nim.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/examples/nim/package.yaml b/language-support/hs/bindings/examples/nim/package.yaml index f48ea62a61be..ab1927669e66 100644 --- a/language-support/hs/bindings/examples/nim/package.yaml +++ b/language-support/hs/bindings/examples/nim/package.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: nim diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Domain.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Domain.hs index ff1c3a3ddbb5..73d74f8e9b84 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Domain.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Domain.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Nim domain types. These should be derived automatically from the Daml model. diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Interact.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Interact.hs index 543304f50451..8b6bac832c75 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Interact.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Interact.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Interact with a NimLedger, submitting commands and tracking extern transitions. diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Local.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Local.hs index ae5ed1bb99de..a694aca783b3 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Local.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Local.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The local state maintained non-persistently by the console diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Logging.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Logging.hs index f63e4ac4facc..53054626e7d3 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Logging.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Logging.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Nim.Logging (Logger,noLog,tagLog,colourLog,plainLog,colourWrap) where diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Main.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Main.hs index e8db5de8373f..7c763cfc435b 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Main.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Nim.Main(main) where diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimCommand.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimCommand.hs index 8d002ba6a1f6..54aca05a5ea9 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimCommand.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimCommand.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Nim commands, to be sent to the external ledger. diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimLedger.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimLedger.hs index 2bd37b91cfc7..c37e2ba49bf2 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimLedger.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimLedger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Abstraction for a Ledger which is hosting the Nim domain model. diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimTrans.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimTrans.hs index c847a057100c..693e58b2a15f 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimTrans.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/NimTrans.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Nim transitions, coming from the external ledger. diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Robot.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Robot.hs index 561049135b77..5e91a213b645 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Robot.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/Robot.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Nim.Robot(robotMain) where diff --git a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/UI.hs b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/UI.hs index 8dc57d220130..9d16b0e16e4b 100644 --- a/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/UI.hs +++ b/language-support/hs/bindings/examples/nim/src/DA/Ledger/App/Nim/UI.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.App.Nim.UI(interactiveMain) where diff --git a/language-support/hs/bindings/examples/nim/stack.yaml b/language-support/hs/bindings/examples/nim/stack.yaml index 58bad5189bab..be2ae4c4c04f 100644 --- a/language-support/hs/bindings/examples/nim/stack.yaml +++ b/language-support/hs/bindings/examples/nim/stack.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 resolver: lts-14.3 diff --git a/language-support/hs/bindings/export-package.sh b/language-support/hs/bindings/export-package.sh index 62acf97f977f..2c4a728bd460 100755 --- a/language-support/hs/bindings/export-package.sh +++ b/language-support/hs/bindings/export-package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env nix-shell #!nix-shell -i bash ../../../shell.nix -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/language-support/hs/bindings/package.yaml b/language-support/hs/bindings/package.yaml index 91fbb2fad11a..d3caf8d2fecc 100644 --- a/language-support/hs/bindings/package.yaml +++ b/language-support/hs/bindings/package.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: daml-ledger diff --git a/language-support/hs/bindings/src/DA/Ledger.hs b/language-support/hs/bindings/src/DA/Ledger.hs index bc29458e5504..2b5bbbb1a76e 100644 --- a/language-support/hs/bindings/src/DA/Ledger.hs +++ b/language-support/hs/bindings/src/DA/Ledger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger ( -- High level interface to the Ledger API diff --git a/language-support/hs/bindings/src/DA/Ledger/Convert.hs b/language-support/hs/bindings/src/DA/Ledger/Convert.hs index b040546e75c0..f2f7c4d34ff9 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Convert.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Convert.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Convert between HL Ledger.Types and the LL types generated from .proto files diff --git a/language-support/hs/bindings/src/DA/Ledger/GrpcWrapUtils.hs b/language-support/hs/bindings/src/DA/Ledger/GrpcWrapUtils.hs index d95fe63e7223..718ce5f17eff 100644 --- a/language-support/hs/bindings/src/DA/Ledger/GrpcWrapUtils.hs +++ b/language-support/hs/bindings/src/DA/Ledger/GrpcWrapUtils.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/IsLedgerValue.hs b/language-support/hs/bindings/src/DA/Ledger/IsLedgerValue.hs index 4ef07a66a36a..2c4b3e272290 100644 --- a/language-support/hs/bindings/src/DA/Ledger/IsLedgerValue.hs +++ b/language-support/hs/bindings/src/DA/Ledger/IsLedgerValue.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.IsLedgerValue ( diff --git a/language-support/hs/bindings/src/DA/Ledger/LedgerService.hs b/language-support/hs/bindings/src/DA/Ledger/LedgerService.hs index 328a90216f63..73244e00ca68 100644 --- a/language-support/hs/bindings/src/DA/Ledger/LedgerService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/LedgerService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Abstraction for LedgerService, which can be composed monadically. diff --git a/language-support/hs/bindings/src/DA/Ledger/PastAndFuture.hs b/language-support/hs/bindings/src/DA/Ledger/PastAndFuture.hs index f6dcbf617744..8e2f4e50bc45 100644 --- a/language-support/hs/bindings/src/DA/Ledger/PastAndFuture.hs +++ b/language-support/hs/bindings/src/DA/Ledger/PastAndFuture.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.PastAndFuture(PastAndFuture(..),mapListPF) where diff --git a/language-support/hs/bindings/src/DA/Ledger/Retry.hs b/language-support/hs/bindings/src/DA/Ledger/Retry.hs index 7cbe1615b837..34d0404cdfa7 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Retry.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Retry.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Retry (ledgerRetry) where diff --git a/language-support/hs/bindings/src/DA/Ledger/Services.hs b/language-support/hs/bindings/src/DA/Ledger/Services.hs index c45bc566f7bd..a2506ce594fb 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Services (module X) where diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/ActiveContractsService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/ActiveContractsService.hs index 54848a53c31c..06d215fbda25 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/ActiveContractsService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/ActiveContractsService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/CommandCompletionService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/CommandCompletionService.hs index 67ea160525ad..45c0fad9ec06 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/CommandCompletionService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/CommandCompletionService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/CommandService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/CommandService.hs index 55d07943079c..211fe1824d37 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/CommandService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/CommandService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/CommandSubmissionService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/CommandSubmissionService.hs index dd89f9d1488a..4365e9891474 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/CommandSubmissionService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/CommandSubmissionService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/LedgerConfigurationService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/LedgerConfigurationService.hs index 50cb06e5f94a..89b12930c1be 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/LedgerConfigurationService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/LedgerConfigurationService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/LedgerIdentityService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/LedgerIdentityService.hs index c31dee6a0c8e..d6053f9ea262 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/LedgerIdentityService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/LedgerIdentityService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Services.LedgerIdentityService (getLedgerIdentity) where diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/MeteringReportService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/MeteringReportService.hs index ce4f13f35bbf..8b4152986d75 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/MeteringReportService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/MeteringReportService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/PackageManagementService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/PackageManagementService.hs index 954e16e88594..6c13bc61eae9 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/PackageManagementService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/PackageManagementService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/PackageService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/PackageService.hs index 6956f7d7f708..ed8484102581 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/PackageService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/PackageService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/PartyManagementService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/PartyManagementService.hs index 15afaa372959..910b1ca52bca 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/PartyManagementService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/PartyManagementService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/TimeService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/TimeService.hs index 6cd97da2fb89..5a441f3405fc 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/TimeService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/TimeService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Services/TransactionService.hs b/language-support/hs/bindings/src/DA/Ledger/Services/TransactionService.hs index 21198c013e16..4e5e6aeb1c00 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Services/TransactionService.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Services/TransactionService.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE GADTs #-} diff --git a/language-support/hs/bindings/src/DA/Ledger/Stream.hs b/language-support/hs/bindings/src/DA/Ledger/Stream.hs index 744c575602bb..55995b47babe 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Stream.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Stream.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- Streams which are closable at both ends. diff --git a/language-support/hs/bindings/src/DA/Ledger/Stream/StreamCore.hs b/language-support/hs/bindings/src/DA/Ledger/Stream/StreamCore.hs index ef3261aff247..e6c72cb1df18 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Stream/StreamCore.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Stream/StreamCore.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Stream.StreamCore( diff --git a/language-support/hs/bindings/src/DA/Ledger/Stream/StreamExtra.hs b/language-support/hs/bindings/src/DA/Ledger/Stream/StreamExtra.hs index f5eda16e37d0..3d6c41bac3da 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Stream/StreamExtra.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Stream/StreamExtra.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Stream.StreamExtra( diff --git a/language-support/hs/bindings/src/DA/Ledger/Trace.hs b/language-support/hs/bindings/src/DA/Ledger/Trace.hs index bb3616b34a1f..a774cb949811 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Trace.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Trace.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Ledger.Trace(trace) where diff --git a/language-support/hs/bindings/src/DA/Ledger/Types.hs b/language-support/hs/bindings/src/DA/Ledger/Types.hs index 8740d3288a8c..524173543d16 100644 --- a/language-support/hs/bindings/src/DA/Ledger/Types.hs +++ b/language-support/hs/bindings/src/DA/Ledger/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/language-support/hs/bindings/stack.yaml b/language-support/hs/bindings/stack.yaml index 1fa450693f89..7516f3214203 100644 --- a/language-support/hs/bindings/stack.yaml +++ b/language-support/hs/bindings/stack.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 resolver: lts-14.3 diff --git a/language-support/hs/bindings/test/DA/Ledger/Tests.hs b/language-support/hs/bindings/test/DA/Ledger/Tests.hs index e306875394e2..f40f9ec4a291 100644 --- a/language-support/hs/bindings/test/DA/Ledger/Tests.hs +++ b/language-support/hs/bindings/test/DA/Ledger/Tests.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/language-support/hs/bindings/test/daml/for-tests/ContractKeys.daml b/language-support/hs/bindings/test/daml/for-tests/ContractKeys.daml index b5f370af4ad9..1a81011e7d08 100644 --- a/language-support/hs/bindings/test/daml/for-tests/ContractKeys.daml +++ b/language-support/hs/bindings/test/daml/for-tests/ContractKeys.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/test/daml/for-tests/Iou.daml b/language-support/hs/bindings/test/daml/for-tests/Iou.daml index 6a6bcbb019cd..0c783d89042f 100644 --- a/language-support/hs/bindings/test/daml/for-tests/Iou.daml +++ b/language-support/hs/bindings/test/daml/for-tests/Iou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/test/daml/for-tests/Main.daml b/language-support/hs/bindings/test/daml/for-tests/Main.daml index 2f898acc7721..7c370be4cfe3 100644 --- a/language-support/hs/bindings/test/daml/for-tests/Main.daml +++ b/language-support/hs/bindings/test/daml/for-tests/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/test/daml/for-tests/Valuepedia.daml b/language-support/hs/bindings/test/daml/for-tests/Valuepedia.daml index 031851cc6069..40d1e6a168bb 100644 --- a/language-support/hs/bindings/test/daml/for-tests/Valuepedia.daml +++ b/language-support/hs/bindings/test/daml/for-tests/Valuepedia.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/hs/bindings/test/daml/for-upload/ExtraModule.daml b/language-support/hs/bindings/test/daml/for-upload/ExtraModule.daml index b5a258650dbc..d44181c56490 100644 --- a/language-support/hs/bindings/test/daml/for-upload/ExtraModule.daml +++ b/language-support/hs/bindings/test/daml/for-upload/ExtraModule.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/BUILD.bazel b/language-support/java/BUILD.bazel index 37a871019495..eef5bc06537a 100644 --- a/language-support/java/BUILD.bazel +++ b/language-support/java/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/language-support/java/bindings-rxjava/BUILD.bazel b/language-support/java/bindings-rxjava/BUILD.bazel index a18c08edd6ce..041ef8954467 100644 --- a/language-support/java/bindings-rxjava/BUILD.bazel +++ b/language-support/java/bindings-rxjava/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/java/bindings-rxjava/src/main/daml/TemplateUtils.daml b/language-support/java/bindings-rxjava/src/main/daml/TemplateUtils.daml index 72c63bb65914..553edde153be 100644 --- a/language-support/java/bindings-rxjava/src/main/daml/TemplateUtils.daml +++ b/language-support/java/bindings-rxjava/src/main/daml/TemplateUtils.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/ActiveContractsClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/ActiveContractsClient.java index 7e1673bae410..114068b374a4 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/ActiveContractsClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/ActiveContractsClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandClient.java index 795ec9ba6773..921c43a6b8ac 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandCompletionClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandCompletionClient.java index 63d115a4b315..3cf8ef7cdcb4 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandCompletionClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandCompletionClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandSubmissionClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandSubmissionClient.java index a50f16cb1846..9114c0d8094c 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandSubmissionClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/CommandSubmissionClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/DamlLedgerClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/DamlLedgerClient.java index d7380973e992..894ef844eef1 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/DamlLedgerClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/DamlLedgerClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/EventQueryClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/EventQueryClient.java index c866713204a4..08badb874c4a 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/EventQueryClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/EventQueryClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerClient.java index 117aa64f3ee6..5a019d2fa322 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerConfigurationClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerConfigurationClient.java index 3f1792f6dc15..1de497f6706b 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerConfigurationClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerConfigurationClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerIdentityClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerIdentityClient.java index bd6eaaab888e..dd2233231830 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerIdentityClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/LedgerIdentityClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/PackageClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/PackageClient.java index f0205622b0f7..bd35efd0a4cc 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/PackageClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/PackageClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TimeClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TimeClient.java index 655a8f094f91..c26217852686 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TimeClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TimeClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TransactionsClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TransactionsClient.java index d24cc982a659..c7294b848dce 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TransactionsClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/TransactionsClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/UserManagementClient.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/UserManagementClient.java index dc10d38f3225..95222d394915 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/UserManagementClient.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/UserManagementClient.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/ActiveContractClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/ActiveContractClientImpl.java index c4f37c2eb10b..35a481f023d2 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/ActiveContractClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/ActiveContractClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandClientImpl.java index 1a4018ca5f68..2c1a2770655c 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandCompletionClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandCompletionClientImpl.java index cf6672b7fec6..18de575248a5 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandCompletionClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandCompletionClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImpl.java index e415793ed599..821cb6b2049e 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/EventQueryClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/EventQueryClientImpl.java index dd6f0ec6d940..fa83f3b769fa 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/EventQueryClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/EventQueryClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImpl.java index 935a3146d890..5e72c0bc54bb 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerIdentityClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerIdentityClientImpl.java index 40cc181bba9c..77452be187c0 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerIdentityClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/LedgerIdentityClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/PackageClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/PackageClientImpl.java index 855b4fcc29bb..8407f0089776 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/PackageClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/PackageClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TimeClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TimeClientImpl.java index 5dfab9e93d69..75202009312f 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TimeClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TimeClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TransactionClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TransactionClientImpl.java index fb686b33c8ba..c15c9eda8a32 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TransactionClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/TransactionClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/UserManagementClientImpl.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/UserManagementClientImpl.java index 6fd89e11778c..2525b71411af 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/UserManagementClientImpl.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/UserManagementClientImpl.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/helpers/StubHelper.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/helpers/StubHelper.java index 48e767d933d3..30997df9e16d 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/helpers/StubHelper.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/grpc/helpers/StubHelper.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers; diff --git a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/util/ClientPublisherFlowable.java b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/util/ClientPublisherFlowable.java index 2a62d4f1e422..0eb01b794a1a 100644 --- a/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/util/ClientPublisherFlowable.java +++ b/language-support/java/bindings-rxjava/src/main/java/com/daml/ledger/rxjava/util/ClientPublisherFlowable.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.util; diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/AuthMatchers.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/AuthMatchers.scala index 79355896a88d..6b6c427597ad 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/AuthMatchers.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/AuthMatchers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/DamlLedgerClientTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/DamlLedgerClientTest.scala index 148411160cda..9f6d3e028e8d 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/DamlLedgerClientTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/DamlLedgerClientTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/ActiveContractClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/ActiveContractClientImplTest.scala index 163176e6e904..ca75048aa422 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/ActiveContractClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/ActiveContractClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandClientImplTest.scala index d3f9f6250364..d89bbc5e6d94 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandCompletionClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandCompletionClientImplTest.scala index cf5939084b09..66d3cfa3e506 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandCompletionClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandCompletionClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImplTest.scala index 2a3c95e7323a..5fc96ba65992 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/CommandSubmissionClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/EventQueryClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/EventQueryClientImplTest.scala index 8bf9b145e6e9..35609de37ba3 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/EventQueryClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/EventQueryClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImplTest.scala index 44370015f08d..875540ea1ad1 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerConfigurationClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerIdentityClientTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerIdentityClientTest.scala index 18b750e4d15b..0db29afc45fe 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerIdentityClientTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/LedgerIdentityClientTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/PackageClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/PackageClientImplTest.scala index 0bb5e8254fc2..4f07e3b1ecf6 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/PackageClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/PackageClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TimeClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TimeClientImplTest.scala index a3030c43c6ba..8420b38916f6 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TimeClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TimeClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TransactionsClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TransactionsClientImplTest.scala index c4cd6297dcd9..5dff08897b2d 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TransactionsClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/TransactionsClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/UserManagementClientImplTest.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/UserManagementClientImplTest.scala index ee6c4048b6f1..94d59716c6a5 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/UserManagementClientImplTest.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/UserManagementClientImplTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/ActiveContractsServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/ActiveContractsServiceImpl.scala index f0b3df47c89b..70b220a1695b 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/ActiveContractsServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/ActiveContractsServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandCompletionServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandCompletionServiceImpl.scala index 5f981348fd68..c5157c431e1e 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandCompletionServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandCompletionServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandServiceImpl.scala index 26dfa64337c0..21e59bf50789 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandSubmissionServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandSubmissionServiceImpl.scala index 8a0b9e73cd94..e3d5ce56ee1c 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandSubmissionServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/CommandSubmissionServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/DataLayerHelpers.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/DataLayerHelpers.scala index 2ab572469e0b..de8bcbf1caf7 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/DataLayerHelpers.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/DataLayerHelpers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/EventQueryServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/EventQueryServiceImpl.scala index 508977eedaa5..0b449070e526 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/EventQueryServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/EventQueryServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/FakeAutoCloseable.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/FakeAutoCloseable.scala index 0f6d5ba4bc7d..6c5f6b22ca2f 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/FakeAutoCloseable.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/FakeAutoCloseable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerConfigurationServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerConfigurationServiceImpl.scala index 91b5616f823c..8a2e1748dee3 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerConfigurationServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerConfigurationServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerIdentityServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerIdentityServiceImpl.scala index ec4b4db83bc2..17b659401852 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerIdentityServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerIdentityServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServices.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServices.scala index 24ea66049d87..bf4b067cca28 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServices.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServices.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServicesImpls.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServicesImpls.scala index de23d0c5d239..4928b7783ad1 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServicesImpls.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/LedgerServicesImpls.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/PackageServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/PackageServiceImpl.scala index ea6638e7d597..7e856929c0ff 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/PackageServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/PackageServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TestConfiguration.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TestConfiguration.scala index 96b09ca17ffc..aa9416228a53 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TestConfiguration.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TestConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TimeServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TimeServiceImpl.scala index 8190c9ee7c74..b2adbdc75356 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TimeServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TimeServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionGenerator.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionGenerator.scala index d47e5133473d..215552162e62 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionGenerator.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionsServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionsServiceImpl.scala index 631ba033b02f..c5851b04f97d 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionsServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/TransactionsServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/UserManagementServiceImpl.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/UserManagementServiceImpl.scala index 38a594f91bbf..ab54d594186a 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/UserManagementServiceImpl.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/grpc/helpers/UserManagementServiceImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.rxjava.grpc.helpers diff --git a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/package.scala b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/package.scala index 5c5c35ed1e07..cc2f4a292a5d 100644 --- a/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/package.scala +++ b/language-support/java/bindings-rxjava/src/test/scala/com/daml/ledger/rxjava/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger diff --git a/language-support/java/codegen/BUILD.bazel b/language-support/java/codegen/BUILD.bazel index 43368a6ea6d5..9429f773bf73 100644 --- a/language-support/java/codegen/BUILD.bazel +++ b/language-support/java/codegen/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/java/codegen/codegen.bzl b/language-support/java/codegen/codegen.bzl index 2ecfddf9dbb4..8d5af2472f8a 100644 --- a/language-support/java/codegen/codegen.bzl +++ b/language-support/java/codegen/codegen.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:pkg.bzl", "pkg_empty_zip") diff --git a/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/FromJsonBench.scala b/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/FromJsonBench.scala index 36fa28263da2..9930c51bf17c 100644 --- a/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/FromJsonBench.scala +++ b/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/FromJsonBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.java diff --git a/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/ToJsonBench.scala b/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/ToJsonBench.scala index f787532c7eac..b78eaa8ff9d9 100644 --- a/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/ToJsonBench.scala +++ b/language-support/java/codegen/src/bench/com/daml/lf/codegen/java/ToJsonBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.java diff --git a/language-support/java/codegen/src/it/daml/Lib_1_11.daml b/language-support/java/codegen/src/it/daml/Lib_1_11.daml index ee0c6c89793c..85b38c9e6746 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_11.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_11.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Lib_1_12.daml b/language-support/java/codegen/src/it/daml/Lib_1_12.daml index 0cf84d5b0a7e..f7b06e445853 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_12.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_12.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Lib_1_6.daml b/language-support/java/codegen/src/it/daml/Lib_1_6.daml index 654fb997d20a..8aaee277af7a 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_6.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_6.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Lib_1_7.daml b/language-support/java/codegen/src/it/daml/Lib_1_7.daml index 4f5c7e3c44a8..040835382962 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_7.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_7.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Lib_1_8.daml b/language-support/java/codegen/src/it/daml/Lib_1_8.daml index 0b403d00ca18..7cbde34ec2b6 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_8.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_8.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Lib_1_dev.daml b/language-support/java/codegen/src/it/daml/Lib_1_dev.daml index 7d7ca354e754..a86fc25cfe0d 100644 --- a/language-support/java/codegen/src/it/daml/Lib_1_dev.daml +++ b/language-support/java/codegen/src/it/daml/Lib_1_dev.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Pkg1.0/A.daml b/language-support/java/codegen/src/it/daml/Pkg1.0/A.daml index 0d1ec50b91fb..da7b82def569 100644 --- a/language-support/java/codegen/src/it/daml/Pkg1.0/A.daml +++ b/language-support/java/codegen/src/it/daml/Pkg1.0/A.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module A where diff --git a/language-support/java/codegen/src/it/daml/Pkg2.0/A.daml b/language-support/java/codegen/src/it/daml/Pkg2.0/A.daml index 804395ff5fba..f7bedcf0cae9 100644 --- a/language-support/java/codegen/src/it/daml/Pkg2.0/A.daml +++ b/language-support/java/codegen/src/it/daml/Pkg2.0/A.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module A where diff --git a/language-support/java/codegen/src/it/daml/Tests/ContractKeys.daml b/language-support/java/codegen/src/it/daml/Tests/ContractKeys.daml index f0fcf2c95ca7..ca16d5e9ca2e 100644 --- a/language-support/java/codegen/src/it/daml/Tests/ContractKeys.daml +++ b/language-support/java/codegen/src/it/daml/Tests/ContractKeys.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/EnumTest.daml b/language-support/java/codegen/src/it/daml/Tests/EnumTest.daml index 96f1517c481a..f529ca749760 100644 --- a/language-support/java/codegen/src/it/daml/Tests/EnumTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/EnumTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/Escape.daml b/language-support/java/codegen/src/it/daml/Tests/Escape.daml index 3e79a4ea24c9..6dc9f3d8fea7 100644 --- a/language-support/java/codegen/src/it/daml/Tests/Escape.daml +++ b/language-support/java/codegen/src/it/daml/Tests/Escape.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/GenMapTest.daml b/language-support/java/codegen/src/it/daml/Tests/GenMapTest.daml index 2eb6ef5517f7..990eed0c4ef7 100644 --- a/language-support/java/codegen/src/it/daml/Tests/GenMapTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/GenMapTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Tests.GenMapTest where diff --git a/language-support/java/codegen/src/it/daml/Tests/Import.daml b/language-support/java/codegen/src/it/daml/Tests/Import.daml index 4f25d12cbeb0..5f358f1e897c 100644 --- a/language-support/java/codegen/src/it/daml/Tests/Import.daml +++ b/language-support/java/codegen/src/it/daml/Tests/Import.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/ListTest.daml b/language-support/java/codegen/src/it/daml/Tests/ListTest.daml index dda4b8f9c7ec..d183fedf0c3f 100644 --- a/language-support/java/codegen/src/it/daml/Tests/ListTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/ListTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/Names.daml b/language-support/java/codegen/src/it/daml/Tests/Names.daml index 1b9d5af3e038..cbcb4898f59f 100644 --- a/language-support/java/codegen/src/it/daml/Tests/Names.daml +++ b/language-support/java/codegen/src/it/daml/Tests/Names.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Tests.Names where diff --git a/language-support/java/codegen/src/it/daml/Tests/NumericTest.daml b/language-support/java/codegen/src/it/daml/Tests/NumericTest.daml index a001677a495b..cd6354fcebd1 100644 --- a/language-support/java/codegen/src/it/daml/Tests/NumericTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/NumericTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Tests.NumericTest where diff --git a/language-support/java/codegen/src/it/daml/Tests/OptionalTest.daml b/language-support/java/codegen/src/it/daml/Tests/OptionalTest.daml index 17dbd6525b8f..09a751984cd9 100644 --- a/language-support/java/codegen/src/it/daml/Tests/OptionalTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/OptionalTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/ParametersOrder.daml b/language-support/java/codegen/src/it/daml/Tests/ParametersOrder.daml index 6648f1590eb5..db9426a20222 100644 --- a/language-support/java/codegen/src/it/daml/Tests/ParametersOrder.daml +++ b/language-support/java/codegen/src/it/daml/Tests/ParametersOrder.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/RecordTest.daml b/language-support/java/codegen/src/it/daml/Tests/RecordTest.daml index 72dea0a3263d..5b2a5fe28b0a 100644 --- a/language-support/java/codegen/src/it/daml/Tests/RecordTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/RecordTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/Template1.daml b/language-support/java/codegen/src/it/daml/Tests/Template1.daml index 01341abfd7e2..265cc1246b80 100644 --- a/language-support/java/codegen/src/it/daml/Tests/Template1.daml +++ b/language-support/java/codegen/src/it/daml/Tests/Template1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/Template2.daml b/language-support/java/codegen/src/it/daml/Tests/Template2.daml index 342e5add9bff..651cc67e43d4 100644 --- a/language-support/java/codegen/src/it/daml/Tests/Template2.daml +++ b/language-support/java/codegen/src/it/daml/Tests/Template2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/TextMapTest.daml b/language-support/java/codegen/src/it/daml/Tests/TextMapTest.daml index 4a85758a7966..4a0d7f5ab913 100644 --- a/language-support/java/codegen/src/it/daml/Tests/TextMapTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/TextMapTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/UpgradeTest.daml b/language-support/java/codegen/src/it/daml/Tests/UpgradeTest.daml index 96f9bf8459b4..89a6c69f0233 100644 --- a/language-support/java/codegen/src/it/daml/Tests/UpgradeTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/UpgradeTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/Tests/VariantTest.daml b/language-support/java/codegen/src/it/daml/Tests/VariantTest.daml index 3727f07a1cf8..e4b760b12bd3 100644 --- a/language-support/java/codegen/src/it/daml/Tests/VariantTest.daml +++ b/language-support/java/codegen/src/it/daml/Tests/VariantTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/it/daml/pkg-root/daml.yaml b/language-support/java/codegen/src/it/daml/pkg-root/daml.yaml index 9dea2c363c10..1fe623a472eb 100644 --- a/language-support/java/codegen/src/it/daml/pkg-root/daml.yaml +++ b/language-support/java/codegen/src/it/daml/pkg-root/daml.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 sdk-version: __VERSION__ diff --git a/language-support/java/codegen/src/it/daml/pkg-root/daml/Root.daml b/language-support/java/codegen/src/it/daml/pkg-root/daml/Root.daml index 397989192410..e1741841ba06 100644 --- a/language-support/java/codegen/src/it/daml/pkg-root/daml/Root.daml +++ b/language-support/java/codegen/src/it/daml/pkg-root/daml/Root.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Root where diff --git a/language-support/java/codegen/src/it/java-1.11/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.11/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-1.11/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.11/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.11/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-1.11/com/daml/GenMapTest.java index f30a22109293..238749dec485 100644 --- a/language-support/java/codegen/src/it/java-1.11/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-1.11/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.11/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.11/com/daml/NumericTest.java index 361a5bd62411..3207bfbe4a61 100644 --- a/language-support/java/codegen/src/it/java-1.11/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.11/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.12/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.12/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-1.12/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.12/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.12/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-1.12/com/daml/GenMapTest.java index f30a22109293..238749dec485 100644 --- a/language-support/java/codegen/src/it/java-1.12/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-1.12/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.12/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.12/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-1.12/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.12/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.14/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.14/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-1.14/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.14/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.14/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-1.14/com/daml/GenMapTest.java index e9c0b125721c..d5518e45aa9c 100644 --- a/language-support/java/codegen/src/it/java-1.14/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-1.14/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.14/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.14/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-1.14/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.14/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.15/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.15/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-1.15/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.15/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.15/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-1.15/com/daml/GenMapTest.java index e9c0b125721c..d5518e45aa9c 100644 --- a/language-support/java/codegen/src/it/java-1.15/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-1.15/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.15/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.15/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-1.15/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.15/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.6/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.6/com/daml/AllTests.java index 706e3562bccf..f364e09154a7 100644 --- a/language-support/java/codegen/src/it/java-1.6/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.6/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.7/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.7/com/daml/AllTests.java index 93e83b3a6b17..45a38dc60734 100644 --- a/language-support/java/codegen/src/it/java-1.7/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.7/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.7/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.7/com/daml/NumericTest.java index 27965952cc30..ec2076449a44 100644 --- a/language-support/java/codegen/src/it/java-1.7/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.7/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.8/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.8/com/daml/AllTests.java index 93e83b3a6b17..45a38dc60734 100644 --- a/language-support/java/codegen/src/it/java-1.8/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.8/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.8/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.8/com/daml/NumericTest.java index 361a5bd62411..3207bfbe4a61 100644 --- a/language-support/java/codegen/src/it/java-1.8/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.8/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.dev/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-1.dev/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-1.dev/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-1.dev/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.dev/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-1.dev/com/daml/GenMapTest.java index e9c0b125721c..d5518e45aa9c 100644 --- a/language-support/java/codegen/src/it/java-1.dev/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-1.dev/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-1.dev/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-1.dev/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-1.dev/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-1.dev/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.1/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-2.1/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-2.1/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-2.1/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.1/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-2.1/com/daml/GenMapTest.java index e9c0b125721c..d5518e45aa9c 100644 --- a/language-support/java/codegen/src/it/java-2.1/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-2.1/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.1/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-2.1/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-2.1/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-2.1/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.dev/com/daml/AllTests.java b/language-support/java/codegen/src/it/java-2.dev/com/daml/AllTests.java index bb751c34bef5..f8c8985dd898 100644 --- a/language-support/java/codegen/src/it/java-2.dev/com/daml/AllTests.java +++ b/language-support/java/codegen/src/it/java-2.dev/com/daml/AllTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.dev/com/daml/GenMapTest.java b/language-support/java/codegen/src/it/java-2.dev/com/daml/GenMapTest.java index e9c0b125721c..d5518e45aa9c 100644 --- a/language-support/java/codegen/src/it/java-2.dev/com/daml/GenMapTest.java +++ b/language-support/java/codegen/src/it/java-2.dev/com/daml/GenMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java-2.dev/com/daml/NumericTest.java b/language-support/java/codegen/src/it/java-2.dev/com/daml/NumericTest.java index 092239f3746b..88dbc6828c2c 100644 --- a/language-support/java/codegen/src/it/java-2.dev/com/daml/NumericTest.java +++ b/language-support/java/codegen/src/it/java-2.dev/com/daml/NumericTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/AllGenericTests.java b/language-support/java/codegen/src/it/java/com/daml/AllGenericTests.java index 99bea7bb8f2b..59aad92bb6c7 100644 --- a/language-support/java/codegen/src/it/java/com/daml/AllGenericTests.java +++ b/language-support/java/codegen/src/it/java/com/daml/AllGenericTests.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/ContractKeysTest.java b/language-support/java/codegen/src/it/java/com/daml/ContractKeysTest.java index 050a7ed8189f..2ae4f329060a 100644 --- a/language-support/java/codegen/src/it/java/com/daml/ContractKeysTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/ContractKeysTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/DecoderTest.java b/language-support/java/codegen/src/it/java/com/daml/DecoderTest.java index 49c6cbc83c2e..e70f12eb33ac 100644 --- a/language-support/java/codegen/src/it/java/com/daml/DecoderTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/DecoderTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/EnumTest.java b/language-support/java/codegen/src/it/java/com/daml/EnumTest.java index e96c004b70cd..315a01c7eb37 100644 --- a/language-support/java/codegen/src/it/java/com/daml/EnumTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/EnumTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/ListTest.java b/language-support/java/codegen/src/it/java/com/daml/ListTest.java index 9b66455440ba..3e63219e89a7 100644 --- a/language-support/java/codegen/src/it/java/com/daml/ListTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/ListTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/ModulePrefixes.java b/language-support/java/codegen/src/it/java/com/daml/ModulePrefixes.java index a1f21808413d..03df1d68e49b 100644 --- a/language-support/java/codegen/src/it/java/com/daml/ModulePrefixes.java +++ b/language-support/java/codegen/src/it/java/com/daml/ModulePrefixes.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/OptionalTest.java b/language-support/java/codegen/src/it/java/com/daml/OptionalTest.java index 2601461bc980..33cd0d582ed2 100644 --- a/language-support/java/codegen/src/it/java/com/daml/OptionalTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/OptionalTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/ParametrizedContractIdTest.java b/language-support/java/codegen/src/it/java/com/daml/ParametrizedContractIdTest.java index 2196b5a96040..85e4fc0f39ab 100644 --- a/language-support/java/codegen/src/it/java/com/daml/ParametrizedContractIdTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/ParametrizedContractIdTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/RecordTest.java b/language-support/java/codegen/src/it/java/com/daml/RecordTest.java index 96c5afdadd61..9915be9caa3b 100644 --- a/language-support/java/codegen/src/it/java/com/daml/RecordTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/RecordTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/TemplateMethodTest.java b/language-support/java/codegen/src/it/java/com/daml/TemplateMethodTest.java index 5210a17ff98f..fa522d8ed005 100644 --- a/language-support/java/codegen/src/it/java/com/daml/TemplateMethodTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/TemplateMethodTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/TextMapTest.java b/language-support/java/codegen/src/it/java/com/daml/TextMapTest.java index 14e7a1b84cc8..3edc87e3901e 100644 --- a/language-support/java/codegen/src/it/java/com/daml/TextMapTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/TextMapTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/UpgradeTest.java b/language-support/java/codegen/src/it/java/com/daml/UpgradeTest.java index 367a15019d62..12e111172528 100644 --- a/language-support/java/codegen/src/it/java/com/daml/UpgradeTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/UpgradeTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/it/java/com/daml/VariantTest.java b/language-support/java/codegen/src/it/java/com/daml/VariantTest.java index 10ffbe4a7c37..58373db9b889 100644 --- a/language-support/java/codegen/src/it/java/com/daml/VariantTest.java +++ b/language-support/java/codegen/src/it/java/com/daml/VariantTest.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml; diff --git a/language-support/java/codegen/src/ledger-tests/daml/AllTests.daml b/language-support/java/codegen/src/ledger-tests/daml/AllTests.daml index d8c8f3556d7a..696847cd2ad4 100644 --- a/language-support/java/codegen/src/ledger-tests/daml/AllTests.daml +++ b/language-support/java/codegen/src/ledger-tests/daml/AllTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/ledger-tests/daml/Interfaces.daml b/language-support/java/codegen/src/ledger-tests/daml/Interfaces.daml index cdf027e1abcf..fd23c693e259 100644 --- a/language-support/java/codegen/src/ledger-tests/daml/Interfaces.daml +++ b/language-support/java/codegen/src/ledger-tests/daml/Interfaces.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml b/language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml index 50b7f6cb7e13..8d8bb964448f 100644 --- a/language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml +++ b/language-support/java/codegen/src/ledger-tests/daml/Stakeholders.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Stakeholders where diff --git a/language-support/java/codegen/src/ledger-tests/daml/Wolpertinger.daml b/language-support/java/codegen/src/ledger-tests/daml/Wolpertinger.daml index e5b9f9ff2c2b..fe41e8b0272d 100644 --- a/language-support/java/codegen/src/ledger-tests/daml/Wolpertinger.daml +++ b/language-support/java/codegen/src/ledger-tests/daml/Wolpertinger.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/CodegenTest.scala b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/CodegenTest.scala index 90d6b953a944..235ed795da01 100644 --- a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/CodegenTest.scala +++ b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/CodegenTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/InterfacesTest.scala b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/InterfacesTest.scala index 92a229132607..084a68194b2c 100644 --- a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/InterfacesTest.scala +++ b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/InterfacesTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/LedgerTest.scala b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/LedgerTest.scala index 20fb8ffba8a5..1025d6692e9b 100644 --- a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/LedgerTest.scala +++ b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/LedgerTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/StakeholdersTest.scala b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/StakeholdersTest.scala index 4bd71756d3dd..29d23d178447 100644 --- a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/StakeholdersTest.scala +++ b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/StakeholdersTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/TestUtil.scala b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/TestUtil.scala index f091054d56ec..a9c621530627 100644 --- a/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/TestUtil.scala +++ b/language-support/java/codegen/src/ledger-tests/scala/com/digitalasset/TestUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/CodeGenRunner.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/CodeGenRunner.scala index 671eb882b522..8eeedfc8a8de 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/CodeGenRunner.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/CodeGenRunner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/InterfaceTree.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/InterfaceTree.scala index 6db2bbc3a89f..90980172f104 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/InterfaceTree.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/InterfaceTree.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/Main.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/Main.scala index f48d9c0f97f2..21ae2d88acdf 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/Main.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaper.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaper.scala index ebe7ecc4ee20..827647263f2d 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaper.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaper.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethods.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethods.scala index cf5087b8fd2f..b5bb98700016 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethods.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethods.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/Types.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/Types.scala index dde7c6c981a9..f00c7ddd04ac 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/Types.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/Types.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassForType.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassForType.scala index 5a1c8a0a1890..5b0a88db2b9e 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassForType.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassForType.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassGenUtils.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassGenUtils.scala index 346b270fcc65..726083f3ef59 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassGenUtils.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ClassGenUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ConstructorGenerator.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ConstructorGenerator.scala index 5ca813a48fe6..ef4fde2d8073 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ConstructorGenerator.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ConstructorGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClass.scala index a23f1f5f36b4..d6173067d688 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractIdClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractIdClass.scala index c4e62e021249..51d6b6300dd1 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractIdClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractIdClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/DecoderClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/DecoderClass.scala index 0629f26432b5..9758134e8a60 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/DecoderClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/DecoderClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/EnumClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/EnumClass.scala index 1968ff9e1e89..4c2919984159 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/EnumClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/EnumClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromJsonGenerator.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromJsonGenerator.scala index c3bbfd76e1a2..2cdf82f8b5ad 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromJsonGenerator.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromJsonGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueExtractorParameters.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueExtractorParameters.scala index 178dda88a238..15622a65719b 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueExtractorParameters.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueExtractorParameters.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueGenerator.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueGenerator.scala index cea4154907bd..72c5f9767077 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueGenerator.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/FromValueGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/InterfaceClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/InterfaceClass.scala index 4fa8f44f373a..8009003f023a 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/InterfaceClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/InterfaceClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordClass.scala index 244eca234de3..83c4e695c533 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFields.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFields.scala index 6b63f785ce5e..d9ce35013d96 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFields.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFields.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordMethods.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordMethods.scala index d8da49ce10c2..935bb1d6a12d 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordMethods.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordMethods.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateClass.scala index b989c6d776ae..9920a09f6c59 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateMethods.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateMethods.scala index f1f3e0e85fb3..d0737216cb20 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateMethods.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TemplateMethods.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToJsonGenerator.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToJsonGenerator.scala index 5aad05423faf..0eca961e333d 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToJsonGenerator.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToJsonGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueExtractorParameters.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueExtractorParameters.scala index dfa4b50cf652..98ef7b09c836 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueExtractorParameters.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueExtractorParameters.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueGenerator.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueGenerator.scala index 45af0a1a3444..c44ab7289bea 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueGenerator.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ToValueGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineage.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineage.scala index 0be07340e7c9..d233d93c4402 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineage.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantClass.scala index f3567372edec..832de058f41c 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClass.scala index 4d3da84e0c54..7470aec6f0a2 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordClass.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordClass.scala index 38e7bfadf3ef..c0ec9589153d 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordClass.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordMethods.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordMethods.scala index a36aedf055c5..bbb8ef6fa457 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordMethods.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantRecordMethods.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantValueDecodersMethods.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantValueDecodersMethods.scala index 963b3d1aafcf..f432983882f0 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantValueDecodersMethods.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantValueDecodersMethods.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/package.scala b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/package.scala index 29eaaaf967c0..280f5822f619 100644 --- a/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/package.scala +++ b/language-support/java/codegen/src/main/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/daml/AnotherBar.daml b/language-support/java/codegen/src/test/daml/AnotherBar.daml index d02d62891017..2c6808123a34 100644 --- a/language-support/java/codegen/src/test/daml/AnotherBar.daml +++ b/language-support/java/codegen/src/test/daml/AnotherBar.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module AnotherBar where diff --git a/language-support/java/codegen/src/test/daml/Bar.daml b/language-support/java/codegen/src/test/daml/Bar.daml index 06ae2b20c1af..64ab03832a61 100644 --- a/language-support/java/codegen/src/test/daml/Bar.daml +++ b/language-support/java/codegen/src/test/daml/Bar.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Bar where diff --git a/language-support/java/codegen/src/test/daml/Foo.daml b/language-support/java/codegen/src/test/daml/Foo.daml index 8d551f43facd..ce89dc486ddc 100644 --- a/language-support/java/codegen/src/test/daml/Foo.daml +++ b/language-support/java/codegen/src/test/daml/Foo.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/test/daml/Foo2.daml b/language-support/java/codegen/src/test/daml/Foo2.daml index 79c3a7251c3f..d09fbce6818b 100644 --- a/language-support/java/codegen/src/test/daml/Foo2.daml +++ b/language-support/java/codegen/src/test/daml/Foo2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/java/codegen/src/test/daml/Retro.daml b/language-support/java/codegen/src/test/daml/Retro.daml index f31b087aa828..9a1917daae38 100644 --- a/language-support/java/codegen/src/test/daml/Retro.daml +++ b/language-support/java/codegen/src/test/daml/Retro.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Retro where diff --git a/language-support/java/codegen/src/test/daml/UsingBar.daml b/language-support/java/codegen/src/test/daml/UsingBar.daml index c261794a4a15..cd00982d12de 100644 --- a/language-support/java/codegen/src/test/daml/UsingBar.daml +++ b/language-support/java/codegen/src/test/daml/UsingBar.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module UsingBar where diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_11.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_11.java index a619149a16c9..9207e5676f77 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_11.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_11.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_12.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_12.java index 91b3a048a973..86c127e92269 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_12.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_12.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_14.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_14.java index 014e1a50216b..75c1bd1c1e93 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_14.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_14.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_15.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_15.java index 010b40e3eda4..3de64d27f897 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_15.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_15.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_8.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_8.java index 71845333da01..b20ebd1741c7 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_8.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_8.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_dev.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_dev.java index 85fe8db601d5..a69d3e37d811 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_dev.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor1_dev.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_1.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_1.java index 5c6b190e7665..6039c7d3010c 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_1.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_1.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_dev.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_dev.java index bb4dcaa808de..a3776d999ae9 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_dev.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/AllTestsFor2_dev.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/DecimalTestForAll.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/DecimalTestForAll.java index 23fa72a6bd81..84621550cf41 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/DecimalTestForAll.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/DecimalTestForAll.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/EnumTestForForAll.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/EnumTestForForAll.java index 7b11bf3c074f..240646d4d457 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/EnumTestForForAll.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/EnumTestForForAll.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.java index 71458e68929f..ca09587f44c8 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/GenMapTestFor1_11AndFor1_12ndFor1_13AndFor1_14AndFor1_15AndFor1_devAndFor2_1AndFor2_dev.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/java/com/digitalasset/testing/NumericTestForAll.java b/language-support/java/codegen/src/test/java/com/digitalasset/testing/NumericTestForAll.java index 6fd0e406e4bc..8e7348cc521a 100644 --- a/language-support/java/codegen/src/test/java/com/digitalasset/testing/NumericTestForAll.java +++ b/language-support/java/codegen/src/test/java/com/digitalasset/testing/NumericTestForAll.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing; diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/CodeGenRunnerTests.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/CodeGenRunnerTests.scala index d5212334dda2..55460878a911 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/CodeGenRunnerTests.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/CodeGenRunnerTests.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/InterfaceTreeSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/InterfaceTreeSpec.scala index 4866e64e7187..08359842bd0d 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/InterfaceTreeSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/InterfaceTreeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ChoiceFieldsSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ChoiceFieldsSpec.scala index 64487c59f914..13c451c95171 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ChoiceFieldsSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ChoiceFieldsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/FromValueSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/FromValueSpec.scala index 69f7fecac9ee..dfe5d37cb97a 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/FromValueSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/FromValueSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/InterfaceSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/InterfaceSpec.scala index 1b4290040518..cf1a76256a8e 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/InterfaceSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/InterfaceSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaperSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaperSpec.scala index 99e9b2ff7269..7a932d6efe59 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaperSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/JavaEscaperSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethodsSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethodsSpec.scala index b8dbc1f7ec73..b770f7ee0a28 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethodsSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/ObjectMethodsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClassBuilderSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClassBuilderSpec.scala index d30d46a32dca..e2bdfc4b1f1b 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClassBuilderSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/ContractClassBuilderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFieldsSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFieldsSpec.scala index fc22f8ccfc44..d1c42f744708 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFieldsSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordFieldsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordLikeMethodsSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordLikeMethodsSpec.scala index 97b5f3374392..f72b885fba26 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordLikeMethodsSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/RecordLikeMethodsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineageSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineageSpec.scala index d3a53a335cb4..2cc9b7fb6629 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineageSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/TrackLineageSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClassSpec.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClassSpec.scala index fb3133d3f4e2..898b527ffbc2 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClassSpec.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/inner/VariantConstructorClassSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend.java.inner diff --git a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/package.scala b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/package.scala index e9c0e7d65774..b9a1b126b2a4 100644 --- a/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/package.scala +++ b/language-support/java/codegen/src/test/scala/com/digitalasset/daml/lf/codegen/backend/java/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.backend diff --git a/language-support/java/javaopts.bzl b/language-support/java/javaopts.bzl index 170ffee63707..bef85cba4858 100644 --- a/language-support/java/javaopts.bzl +++ b/language-support/java/javaopts.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 da_java_bindings_javacopts = ["-Werror", "-deprecation", "-Xlint", "-Xlint:-serial"] diff --git a/language-support/java/json/BUILD.bazel b/language-support/java/json/BUILD.bazel index 588f69bf346c..ab07abf8ffb5 100644 --- a/language-support/java/json/BUILD.bazel +++ b/language-support/java/json/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/JsonCodec.scala b/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/JsonCodec.scala index 0ab551c5a00e..406a2821cd84 100644 --- a/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/JsonCodec.scala +++ b/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/JsonCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.json diff --git a/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/ValueConversion.scala b/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/ValueConversion.scala index b15c9a01c672..2fc08f8e7caa 100644 --- a/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/ValueConversion.scala +++ b/language-support/java/json/src/main/scala/com/daml/lf/codegen/json/ValueConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.json diff --git a/language-support/java/json/src/test/scala/com/daml/lf/codegen/json/ValueConversionSpec.scala b/language-support/java/json/src/test/scala/com/daml/lf/codegen/json/ValueConversionSpec.scala index 5ccf6cc72780..ee8755a9b3e6 100644 --- a/language-support/java/json/src/test/scala/com/daml/lf/codegen/json/ValueConversionSpec.scala +++ b/language-support/java/json/src/test/scala/com/daml/lf/codegen/json/ValueConversionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.json diff --git a/language-support/scala/bindings-pekko-testing/BUILD.bazel b/language-support/scala/bindings-pekko-testing/BUILD.bazel index 4c7f7094e815..a9fe9898dce2 100644 --- a/language-support/scala/bindings-pekko-testing/BUILD.bazel +++ b/language-support/scala/bindings-pekko-testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/bindings-pekko-testing/src/main/scala/com/digitalasset/ledger/client/testing/PekkoTest.scala b/language-support/scala/bindings-pekko-testing/src/main/scala/com/digitalasset/ledger/client/testing/PekkoTest.scala index 3116452dd219..8a36118b9326 100644 --- a/language-support/scala/bindings-pekko-testing/src/main/scala/com/digitalasset/ledger/client/testing/PekkoTest.scala +++ b/language-support/scala/bindings-pekko-testing/src/main/scala/com/digitalasset/ledger/client/testing/PekkoTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.testing diff --git a/language-support/scala/bindings-pekko/BUILD.bazel b/language-support/scala/bindings-pekko/BUILD.bazel index e45e278081c4..ed1a73ddda2d 100644 --- a/language-support/scala/bindings-pekko/BUILD.bazel +++ b/language-support/scala/bindings-pekko/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainEvent.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainEvent.scala index ec2d49ca4861..6a0409a8c851 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainEvent.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainEvent.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransaction.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransaction.scala index b7d78e729f4e..434552bf16d4 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransaction.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapper.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapper.scala index 004a483ca651..881d7a15f856 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapper.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapper.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/LedgerClientBinding.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/LedgerClientBinding.scala index 2c8a1bd64f95..6c480db2a1c1 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/LedgerClientBinding.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/LedgerClientBinding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/TemplateSelector.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/TemplateSelector.scala index 6edb3ce455d1..9d1ccf6e6db6 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/TemplateSelector.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/TemplateSelector.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/Labels.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/Labels.scala index 417866b56287..a2ae09d621c7 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/Labels.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/Labels.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.log diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/LogbackThresholdFilterWithExclusion.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/LogbackThresholdFilterWithExclusion.scala index 1fcd45191779..a78be889ce21 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/LogbackThresholdFilterWithExclusion.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/log/LogbackThresholdFilterWithExclusion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.log diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlow.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlow.scala index 278e9b243e0c..600a5f9e260d 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlow.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.retrying diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryInfo.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryInfo.scala index e1df82b674c8..5b8bb50ab143 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryInfo.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.retrying diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryLogger.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryLogger.scala index 826d0ca163c2..d08fbf57caa5 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryLogger.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/retrying/RetryLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.retrying diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/ScalaUtil.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/ScalaUtil.scala index 5f0fffa90dd0..a092c76125d0 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/ScalaUtil.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/ScalaUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.util diff --git a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/Slf4JLogger.scala b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/Slf4JLogger.scala index 117b31414748..a1a0f6c1bb7c 100644 --- a/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/Slf4JLogger.scala +++ b/language-support/scala/bindings-pekko/src/main/scala/com/digitalasset/ledger/client/binding/util/Slf4JLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.util diff --git a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapperUT.scala b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapperUT.scala index 6ffbaca4ee63..bdde11649052 100644 --- a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapperUT.scala +++ b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/DomainTransactionMapperUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlowUT.scala b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlowUT.scala index d412d2ed1049..a201f52512b8 100644 --- a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlowUT.scala +++ b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/retrying/CommandRetryFlowUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.retrying diff --git a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/util/ScalaUtilIT.scala b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/util/ScalaUtilIT.scala index 59dd5d485483..8409a9795f47 100644 --- a/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/util/ScalaUtilIT.scala +++ b/language-support/scala/bindings-pekko/src/test/scala/com/digitalasset/ledger/client/binding/util/ScalaUtilIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.util diff --git a/language-support/scala/bindings/BUILD.bazel b/language-support/scala/bindings/BUILD.bazel index 586b5bac9f2f..b60d7a6da62e 100644 --- a/language-support/scala/bindings/BUILD.bazel +++ b/language-support/scala/bindings/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/bindings/src/main/2.13/com/daml/ledger/client/binding/Compat.scala b/language-support/scala/bindings/src/main/2.13/com/daml/ledger/client/binding/Compat.scala index a0b000a83aab..549eb6c132ee 100644 --- a/language-support/scala/bindings/src/main/2.13/com/daml/ledger/client/binding/Compat.scala +++ b/language-support/scala/bindings/src/main/2.13/com/daml/ledger/client/binding/Compat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/DurationConversion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/DurationConversion.scala index 6578028d6a93..3873dd7df174 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/DurationConversion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/DurationConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/LedgerEffectiveTimeTolerance.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/LedgerEffectiveTimeTolerance.scala index e4e04a414981..f9a92e3a77bd 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/LedgerEffectiveTimeTolerance.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/LedgerEffectiveTimeTolerance.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimeProvider.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimeProvider.scala index aecf240493c2..758e7fc0b14c 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimeProvider.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimeProvider.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimestampConversion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimestampConversion.scala index 8590a4e8f02a..4fb35c0fbf7a 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimestampConversion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/TimestampConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/ToleranceWindow.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/ToleranceWindow.scala index a0222a8de1b3..3fb348706d3a 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/ToleranceWindow.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/api/util/util/ToleranceWindow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/ApiTypes.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/ApiTypes.scala index 067e8d593db5..2a2c68871dc9 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/ApiTypes.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/ApiTypes.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommand.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommand.scala index 982f185e179b..ab40b221020d 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommand.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommand.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapter.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapter.scala index f6eed25fb7f4..7e5943d2d69b 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapter.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/IdGenerator.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/IdGenerator.scala index 04d0f93ffe65..8d911b91f2af 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/IdGenerator.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/api/refinements/IdGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Contract.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Contract.scala index 68b5c0bb072b..10739f8ee472 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Contract.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Contract.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ContractTypeCompanion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ContractTypeCompanion.scala index 76b55c100dce..d575e5fb7bce 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ContractTypeCompanion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ContractTypeCompanion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/DomainCommand.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/DomainCommand.scala index 3ef3042f5872..7f7d2bd3de20 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/DomainCommand.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/DomainCommand.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumCompanion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumCompanion.scala index 45efb5a64091..bf54d039e6f3 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumCompanion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumCompanion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumRef.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumRef.scala index 2b38316bc96a..ea25d554d41f 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumRef.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EnumRef.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderApi.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderApi.scala index f24130ecd6ab..4e3e30166852 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderApi.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderApi.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderError.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderError.scala index c4a5bfcca572..8db78e7ee550 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderError.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/EventDecoderError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Interface.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Interface.scala index 10a8bcb8d7c1..cc33bce4e333 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Interface.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Interface.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/InterfaceCompanion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/InterfaceCompanion.scala index 1a727569e755..6786543668e5 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/InterfaceCompanion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/InterfaceCompanion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Primitive.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Primitive.scala index 252d4cc7bbda..3bb23263aa6b 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Primitive.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Primitive.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Template.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Template.scala index 9d365e0bb8ce..a6f2e27171da 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Template.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Template.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/TemplateCompanion.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/TemplateCompanion.scala index ae8425267ba2..9201a9dfb135 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/TemplateCompanion.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/TemplateCompanion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Value.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Value.scala index f012c2dc719c..e627fe899c84 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Value.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/Value.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ValueRef.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ValueRef.scala index eeda2e57108f..5b361dbe777e 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ValueRef.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/ValueRef.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRef.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRef.scala index 754d9db0b5f0..a0ddb342f14d 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRef.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRef.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ExerciseOn.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ExerciseOn.scala index 1182924c4eab..600351f6ee81 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ExerciseOn.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ExerciseOn.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/InvariantApply.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/InvariantApply.scala index 653f0b5de3cf..77983a93fb95 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/InvariantApply.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/InvariantApply.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfEncodable.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfEncodable.scala index c18de1d2727c..20b6dffce3ee 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfEncodable.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfEncodable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfTypeEncoding.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfTypeEncoding.scala index 6922421161d0..fdde732f4ad9 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfTypeEncoding.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/LfTypeEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/RecordView.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/RecordView.scala index de9b510ef82f..365a5253b3e1 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/RecordView.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/RecordView.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ValuePrimitiveEncoding.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ValuePrimitiveEncoding.scala index cb6abc78f7ad..f859af728695 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ValuePrimitiveEncoding.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/encoding/ValuePrimitiveEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/package.scala b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/package.scala index 1060be045eff..e914ad79f9e4 100644 --- a/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/package.scala +++ b/language-support/scala/bindings/src/main/scala/com/digitalasset/ledger/client/binding/binding/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/language-support/scala/bindings/src/test/scala/com/digitalasset/api/util/util/TimestampConversionSpec.scala b/language-support/scala/bindings/src/test/scala/com/digitalasset/api/util/util/TimestampConversionSpec.scala index ddb5896f83b5..371ae91f5afc 100644 --- a/language-support/scala/bindings/src/test/scala/com/digitalasset/api/util/util/TimestampConversionSpec.scala +++ b/language-support/scala/bindings/src/test/scala/com/digitalasset/api/util/util/TimestampConversionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.api.util diff --git a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapterUT.scala b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapterUT.scala index 506c9c13f6fe..700969ec1023 100644 --- a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapterUT.scala +++ b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/CompositeCommandAdapterUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/IdGeneratorUT.scala b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/IdGeneratorUT.scala index 3a4767f450dc..f985a399edd9 100644 --- a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/IdGeneratorUT.scala +++ b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/api/refinements/IdGeneratorUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.refinements diff --git a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/TemplateSpec.scala b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/TemplateSpec.scala index 28c804c38e1a..e0190521bbb2 100644 --- a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/TemplateSpec.scala +++ b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/TemplateSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRefSpec.scala b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRefSpec.scala index 56fa9ff74d53..337156fbb496 100644 --- a/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRefSpec.scala +++ b/language-support/scala/bindings/src/test/scala/com/digitalasset/ledger/client/binding/binding/VoidValueRefSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-sample-app/BUILD.bazel b/language-support/scala/codegen-sample-app/BUILD.bazel index d46981e644d3..ee41b2352265 100644 --- a/language-support/scala/codegen-sample-app/BUILD.bazel +++ b/language-support/scala/codegen-sample-app/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/codegen-sample-app/src/main/daml/MyMain.daml b/language-support/scala/codegen-sample-app/src/main/daml/MyMain.daml index b4894ec100cf..47066f760929 100644 --- a/language-support/scala/codegen-sample-app/src/main/daml/MyMain.daml +++ b/language-support/scala/codegen-sample-app/src/main/daml/MyMain.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/scala/codegen-sample-app/src/main/daml/MyMainIface.daml b/language-support/scala/codegen-sample-app/src/main/daml/MyMainIface.daml index 1dca5b8fba23..3d8de2f48a87 100644 --- a/language-support/scala/codegen-sample-app/src/main/daml/MyMainIface.daml +++ b/language-support/scala/codegen-sample-app/src/main/daml/MyMainIface.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module MyMainIface where diff --git a/language-support/scala/codegen-sample-app/src/main/daml/MyMainIfaceRetro.daml b/language-support/scala/codegen-sample-app/src/main/daml/MyMainIfaceRetro.daml index 8fef9e97cbcb..b0621e1c274f 100644 --- a/language-support/scala/codegen-sample-app/src/main/daml/MyMainIfaceRetro.daml +++ b/language-support/scala/codegen-sample-app/src/main/daml/MyMainIfaceRetro.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module MyMainIfaceRetro where diff --git a/language-support/scala/codegen-sample-app/src/main/daml/MySecondMain.daml b/language-support/scala/codegen-sample-app/src/main/daml/MySecondMain.daml index b953df58c3f0..958e9ca6a79e 100644 --- a/language-support/scala/codegen-sample-app/src/main/daml/MySecondMain.daml +++ b/language-support/scala/codegen-sample-app/src/main/daml/MySecondMain.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/language-support/scala/codegen-sample-app/src/test/java/com/digitalasset/codegen/UsageFromJava.java b/language-support/scala/codegen-sample-app/src/test/java/com/digitalasset/codegen/UsageFromJava.java index 43aa34925d64..659df6c06687 100644 --- a/language-support/scala/codegen-sample-app/src/test/java/com/digitalasset/codegen/UsageFromJava.java +++ b/language-support/scala/codegen-sample-app/src/test/java/com/digitalasset/codegen/UsageFromJava.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen; diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/DataTypeIT.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/DataTypeIT.scala index 8372732f5f8e..fbc5b04480a1 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/DataTypeIT.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/DataTypeIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/GeneratedCommandsUT.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/GeneratedCommandsUT.scala index 28a4f7c90917..7e37e6bcf876 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/GeneratedCommandsUT.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/GeneratedCommandsUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/NameClashRecordVariantUT.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/NameClashRecordVariantUT.scala index 78af576bb364..623a26faf00e 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/NameClashRecordVariantUT.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/NameClashRecordVariantUT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/ScalaCodeGenIT.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/ScalaCodeGenIT.scala index 4d1caa3bab4e..87c468ff546f 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/ScalaCodeGenIT.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/ScalaCodeGenIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/util/TestUtil.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/util/TestUtil.scala index e5a1d03ca125..f09b0162ba4f 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/util/TestUtil.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/codegen/util/TestUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.codegen.util diff --git a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/ledger/client/binding/CodeGenExampleSpec.scala b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/ledger/client/binding/CodeGenExampleSpec.scala index 97d88e309961..44e1e57b7c6f 100644 --- a/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/ledger/client/binding/CodeGenExampleSpec.scala +++ b/language-support/scala/codegen-sample-app/src/test/scala/com/digitalasset/ledger/client/binding/CodeGenExampleSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/BUILD.bazel b/language-support/scala/codegen-testing/BUILD.bazel index c9c6c6ff3270..3201e2f14a7f 100644 --- a/language-support/scala/codegen-testing/BUILD.bazel +++ b/language-support/scala/codegen-testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDateGen.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDateGen.scala index 866ead0301a5..c00fb9978dc0 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDateGen.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDateGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDates.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDates.scala index a42ee99c75ce..30a866822489 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDates.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDates.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDecimalGen.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDecimalGen.scala index a13ff9e82538..af9e16a48046 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDecimalGen.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlDecimalGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlTimestampGen.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlTimestampGen.scala index 88b075055abf..a55f23ffbd4f 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlTimestampGen.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/DamlTimestampGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EncodingUtil.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EncodingUtil.scala index f6e53af5be5d..e07fae145629 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EncodingUtil.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EncodingUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncoding.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncoding.scala index 59d5b0c227a3..d7db6194a165 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncoding.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/GenEncoding.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/GenEncoding.scala index 55fc9a6a495f..1e5cd506241c 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/GenEncoding.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/GenEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncoding.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncoding.scala index 1ed371012b7d..298e15cfcb76 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncoding.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncoding.scala b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncoding.scala index b65e815c07c7..fe33a8bb0709 100644 --- a/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncoding.scala +++ b/language-support/scala/codegen-testing/src/main/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncoding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/language-support/scala/codegen-testing/src/test/2.13/com/daml/ledger/client/binding/test/CollectionCompat.scala b/language-support/scala/codegen-testing/src/test/2.13/com/daml/ledger/client/binding/test/CollectionCompat.scala index 1edc1d9ef4a8..9394b8f4a5bc 100644 --- a/language-support/scala/codegen-testing/src/test/2.13/com/daml/ledger/client/binding/test/CollectionCompat.scala +++ b/language-support/scala/codegen-testing/src/test/2.13/com/daml/ledger/client/binding/test/CollectionCompat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.test diff --git a/language-support/scala/codegen-testing/src/test/2.13/scala/com/digitalasset/ledger/client/binding/Primitive213Spec.scala b/language-support/scala/codegen-testing/src/test/2.13/scala/com/digitalasset/ledger/client/binding/Primitive213Spec.scala index 7d422ccb1306..b1a9d8acc5d8 100644 --- a/language-support/scala/codegen-testing/src/test/2.13/scala/com/digitalasset/ledger/client/binding/Primitive213Spec.scala +++ b/language-support/scala/codegen-testing/src/test/2.13/scala/com/digitalasset/ledger/client/binding/Primitive213Spec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/EncodingTestUtil.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/EncodingTestUtil.scala index 762270140a0a..49ca866ec75d 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/EncodingTestUtil.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/EncodingTestUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/PrimitiveSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/PrimitiveSpec.scala index 8a76a0655f7b..96220fe30b3f 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/PrimitiveSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/PrimitiveSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueGen.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueGen.scala index 8f7511209c1e..fd3cf22cd6b3 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueGen.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueSpec.scala index 48fb40f46af3..1d64f8e6acae 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/ValueSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncodingSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncodingSpec.scala index 119a8e933482..c66d7aad8e0f 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncodingSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/EqualityEncodingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ExerciseOnSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ExerciseOnSpec.scala index cc47f1dea459..257b8ea4cef5 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ExerciseOnSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ExerciseOnSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/GenEncodingSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/GenEncodingSpec.scala index 683a5e47c4e3..7f05b99cb185 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/GenEncodingSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/GenEncodingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/LfTypeEncodingSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/LfTypeEncodingSpec.scala index a21968327018..5d653bb7a0d1 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/LfTypeEncodingSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/LfTypeEncodingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncodingSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncodingSpec.scala index a3bea922a886..e42567f0b16b 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncodingSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowEncodingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowUnicodeEscapedStringSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowUnicodeEscapedStringSpec.scala index 02eeb841a4cf..a03e7543dcdf 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowUnicodeEscapedStringSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShowUnicodeEscapedStringSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncodingSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncodingSpec.scala index 7fb28cd06267..66e2640b4216 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncodingSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/ledger/client/binding/encoding/ShrinkEncodingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.binding.encoding diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcher.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcher.scala index 1bdef558711a..16c452f5ad65 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcher.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcher.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcherSpec.scala b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcherSpec.scala index 4cb20430b460..97fdf308b59c 100644 --- a/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcherSpec.scala +++ b/language-support/scala/codegen-testing/src/test/scala/com/digitalasset/scalatest/CustomMatcherSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/language-support/scala/codegen/BUILD.bazel b/language-support/scala/codegen/BUILD.bazel index ed04cd2b804c..c52b6d414878 100644 --- a/language-support/scala/codegen/BUILD.bazel +++ b/language-support/scala/codegen/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/language-support/scala/codegen/codegen.bzl b/language-support/scala/codegen/codegen.bzl index df5e85dec2a2..9f0c930e0b7f 100644 --- a/language-support/scala/codegen/codegen.bzl +++ b/language-support/scala/codegen/codegen.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 def _dar_to_scala_impl(ctx): diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/CodeGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/CodeGen.scala index fa604babd462..1da1796096eb 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/CodeGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/CodeGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/Main.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/Main.scala index 1cb1ddcffcb1..fa65c96b6aa3 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/Main.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/exception/CodeGenFailure.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/exception/CodeGenFailure.scala index 27b26e1137a1..6bda47ae08ad 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/exception/CodeGenFailure.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/exception/CodeGenFailure.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.exception diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlContractTemplateGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlContractTemplateGen.scala index ea79b5dcb149..a163fcc1dd6a 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlContractTemplateGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlContractTemplateGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlDataTypeGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlDataTypeGen.scala index 4f421de49af6..7c9bee0cca0f 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlDataTypeGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlDataTypeGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlInterfaceGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlInterfaceGen.scala index b269c50f824d..0bccaca497ce 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlInterfaceGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DamlInterfaceGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DefTemplateWithRecord.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DefTemplateWithRecord.scala index 2549f7655ffb..8a0aa24c15fd 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DefTemplateWithRecord.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/DefTemplateWithRecord.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/EventDecoderGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/EventDecoderGen.scala index d5de7a04dcbd..bd5871c1e295 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/EventDecoderGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/EventDecoderGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/HierarchicalOutput.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/HierarchicalOutput.scala index ea37bf774a61..8ff6a652a271 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/HierarchicalOutput.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/HierarchicalOutput.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/LFUtil.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/LFUtil.scala index fba2077d62a6..923e5783c0e2 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/LFUtil.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/LFUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/PackageIDsGen.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/PackageIDsGen.scala index a89af0df94ad..d0e0a52c3046 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/PackageIDsGen.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/PackageIDsGen.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/ScopedDataType.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/ScopedDataType.scala index 3f305fa39854..853d20fe2f72 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/ScopedDataType.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/ScopedDataType.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/UsedTypeParams.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/UsedTypeParams.scala index 3408f6acafb5..3f7b7b7e9dcd 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/UsedTypeParams.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/UsedTypeParams.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/VarianceCache.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/VarianceCache.scala index d6c97c2c7d22..7ef936b98b50 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/VarianceCache.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/lf/VarianceCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.lf diff --git a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/types/Namespace.scala b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/types/Namespace.scala index a07f0a70820d..32f7b354db62 100644 --- a/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/types/Namespace.scala +++ b/language-support/scala/codegen/src/main/scala/com/digitalasset/lf/codegen/types/Namespace.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.types diff --git a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/UtilTest.scala b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/UtilTest.scala index ed87ce314e3a..83beb71b768e 100644 --- a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/UtilTest.scala +++ b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/UtilTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/LFUtilSpec.scala b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/LFUtilSpec.scala index 8b79d40d2e9d..b1a844d13529 100644 --- a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/LFUtilSpec.scala +++ b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/LFUtilSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/UsedTypeParamsSpec.scala b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/UsedTypeParamsSpec.scala index 49c964a23b55..8ffa0655ee7e 100644 --- a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/UsedTypeParamsSpec.scala +++ b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/lf/UsedTypeParamsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen diff --git a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/types/NamespaceSpec.scala b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/types/NamespaceSpec.scala index 2b624daede06..374426bc55fa 100644 --- a/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/types/NamespaceSpec.scala +++ b/language-support/scala/codegen/src/test/scala/com/digitalasset/lf/codegen/types/NamespaceSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.codegen.types diff --git a/language-support/ts/BUILD.bazel b/language-support/ts/BUILD.bazel index 1a474997db00..535066256929 100644 --- a/language-support/ts/BUILD.bazel +++ b/language-support/ts/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files([ diff --git a/language-support/ts/codegen/BUILD.bazel b/language-support/ts/codegen/BUILD.bazel index ae2b92dd8edf..0b0e8d3b66cb 100644 --- a/language-support/ts/codegen/BUILD.bazel +++ b/language-support/ts/codegen/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/language-support/ts/codegen/src/TsCodeGenMain.hs b/language-support/ts/codegen/src/TsCodeGenMain.hs index 38d93e235ccc..138e74e489a1 100644 --- a/language-support/ts/codegen/src/TsCodeGenMain.hs +++ b/language-support/ts/codegen/src/TsCodeGenMain.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} module TsCodeGenMain (main) where diff --git a/language-support/ts/codegen/tests/BUILD.bazel b/language-support/ts/codegen/tests/BUILD.bazel index b24888663bc0..be0ed81c272e 100644 --- a/language-support/ts/codegen/tests/BUILD.bazel +++ b/language-support/ts/codegen/tests/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//rules_daml:daml.bzl", "daml_compile") diff --git a/language-support/ts/codegen/tests/build-and-lint.sh b/language-support/ts/codegen/tests/build-and-lint.sh index 57708cea8dc6..94b5dc77c539 100755 --- a/language-support/ts/codegen/tests/build-and-lint.sh +++ b/language-support/ts/codegen/tests/build-and-lint.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/language-support/ts/codegen/tests/daml/Hidden.daml b/language-support/ts/codegen/tests/daml/Hidden.daml index f36d749a3b4a..4d06b7de9143 100644 --- a/language-support/ts/codegen/tests/daml/Hidden.daml +++ b/language-support/ts/codegen/tests/daml/Hidden.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Hidden where diff --git a/language-support/ts/codegen/tests/daml/Lib/EmptyIfaceOnly.daml b/language-support/ts/codegen/tests/daml/Lib/EmptyIfaceOnly.daml index 7de102df663c..4f2773fdb8a3 100644 --- a/language-support/ts/codegen/tests/daml/Lib/EmptyIfaceOnly.daml +++ b/language-support/ts/codegen/tests/daml/Lib/EmptyIfaceOnly.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Lib.EmptyIfaceOnly where diff --git a/language-support/ts/codegen/tests/daml/Lib/Mod.daml b/language-support/ts/codegen/tests/daml/Lib/Mod.daml index e81024b81cc1..238096f8c0ff 100644 --- a/language-support/ts/codegen/tests/daml/Lib/Mod.daml +++ b/language-support/ts/codegen/tests/daml/Lib/Mod.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Lib.Mod where diff --git a/language-support/ts/codegen/tests/daml/Lib/ModIfaceOnly.daml b/language-support/ts/codegen/tests/daml/Lib/ModIfaceOnly.daml index 8c93af38ea2b..9445295f1cb5 100644 --- a/language-support/ts/codegen/tests/daml/Lib/ModIfaceOnly.daml +++ b/language-support/ts/codegen/tests/daml/Lib/ModIfaceOnly.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Lib.ModIfaceOnly where diff --git a/language-support/ts/codegen/tests/daml/Main.daml b/language-support/ts/codegen/tests/daml/Main.daml index 22aa4166275c..ddd4a827279c 100644 --- a/language-support/ts/codegen/tests/daml/Main.daml +++ b/language-support/ts/codegen/tests/daml/Main.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main where diff --git a/language-support/ts/codegen/tests/daml/Npm1.daml b/language-support/ts/codegen/tests/daml/Npm1.daml index 92f4f9743430..af5d60d2adf5 100644 --- a/language-support/ts/codegen/tests/daml/Npm1.daml +++ b/language-support/ts/codegen/tests/daml/Npm1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Npm1 where diff --git a/language-support/ts/codegen/tests/daml/Npm2.daml b/language-support/ts/codegen/tests/daml/Npm2.daml index 6f47a3c1e972..bbbd77cbc38f 100644 --- a/language-support/ts/codegen/tests/daml/Npm2.daml +++ b/language-support/ts/codegen/tests/daml/Npm2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Npm2 where diff --git a/language-support/ts/codegen/tests/daml/Retro.daml b/language-support/ts/codegen/tests/daml/Retro.daml index 427c62148298..76ea75532443 100644 --- a/language-support/ts/codegen/tests/daml/Retro.daml +++ b/language-support/ts/codegen/tests/daml/Retro.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Retro where diff --git a/language-support/ts/codegen/tests/daml/RetroView.daml b/language-support/ts/codegen/tests/daml/RetroView.daml index 23c82f6640d4..46ddd0432172 100644 --- a/language-support/ts/codegen/tests/daml/RetroView.daml +++ b/language-support/ts/codegen/tests/daml/RetroView.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module RetroView where diff --git a/language-support/ts/codegen/tests/daml/T.daml b/language-support/ts/codegen/tests/daml/T.daml index 30fc15d95353..c9a8ea2dd027 100644 --- a/language-support/ts/codegen/tests/daml/T.daml +++ b/language-support/ts/codegen/tests/daml/T.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- See 'template U' in Main.daml for why this is here. diff --git a/language-support/ts/codegen/tests/npm_check.sh b/language-support/ts/codegen/tests/npm_check.sh index c4ef62a644b6..a17b9ee889d9 100755 --- a/language-support/ts/codegen/tests/npm_check.sh +++ b/language-support/ts/codegen/tests/npm_check.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This test checks that the package-lock.json file gets updated by npm when a generated dependency diff --git a/language-support/ts/codegen/tests/src/DA/Test/Daml2js.hs b/language-support/ts/codegen/tests/src/DA/Test/Daml2js.hs index 2510fbd2b3a9..98ced2d88ebe 100644 --- a/language-support/ts/codegen/tests/src/DA/Test/Daml2js.hs +++ b/language-support/ts/codegen/tests/src/DA/Test/Daml2js.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DerivingStrategies #-} module DA.Test.Daml2js (main) where diff --git a/language-support/ts/codegen/tests/src/DA/Test/Daml2jsUtils.hs b/language-support/ts/codegen/tests/src/DA/Test/Daml2jsUtils.hs index 175f76face5e..c47ff352c25e 100644 --- a/language-support/ts/codegen/tests/src/DA/Test/Daml2jsUtils.hs +++ b/language-support/ts/codegen/tests/src/DA/Test/Daml2jsUtils.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Daml2jsUtils ( TsLibrary (..), diff --git a/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.config.js b/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.config.js index 08049a867abb..ddc6335a1a6c 100644 --- a/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.config.js +++ b/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module.exports = { diff --git a/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.setup.js b/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.setup.js index 22fa5f8e630b..a635ddaa49c9 100644 --- a/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.setup.js +++ b/language-support/ts/codegen/tests/ts/build-and-lint-test/jest.setup.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 jest.setTimeout(90000); diff --git a/language-support/ts/codegen/tests/ts/build-and-lint-test/src/__tests__/test.ts b/language-support/ts/codegen/tests/ts/build-and-lint-test/src/__tests__/test.ts index 00246ea5eaff..30b9d58c9811 100644 --- a/language-support/ts/codegen/tests/ts/build-and-lint-test/src/__tests__/test.ts +++ b/language-support/ts/codegen/tests/ts/build-and-lint-test/src/__tests__/test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import { ChildProcess, execFileSync, spawn } from "child_process"; diff --git a/language-support/ts/codegen/tests/ts/build-and-lint-test/src/index.ts b/language-support/ts/codegen/tests/ts/build-and-lint-test/src/index.ts index d8c471330bdb..8e60245e10ed 100644 --- a/language-support/ts/codegen/tests/ts/build-and-lint-test/src/index.ts +++ b/language-support/ts/codegen/tests/ts/build-and-lint-test/src/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 /* eslint-disable @typescript-eslint/no-non-null-assertion */ diff --git a/language-support/ts/codegen/tests/watch-daml2js.sh b/language-support/ts/codegen/tests/watch-daml2js.sh index 76d9e4e12c64..53bbfaeb95be 100755 --- a/language-support/ts/codegen/tests/watch-daml2js.sh +++ b/language-support/ts/codegen/tests/watch-daml2js.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/language-support/ts/codegen/tests/watch-damlc.sh b/language-support/ts/codegen/tests/watch-damlc.sh index f8bcf691142c..ecb8803033db 100755 --- a/language-support/ts/codegen/tests/watch-damlc.sh +++ b/language-support/ts/codegen/tests/watch-damlc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/language-support/ts/codegen/tests/watch-yarn.sh b/language-support/ts/codegen/tests/watch-yarn.sh index ae42103cc5e4..a0dbf2bc2252 100755 --- a/language-support/ts/codegen/tests/watch-yarn.sh +++ b/language-support/ts/codegen/tests/watch-yarn.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/language-support/ts/daml-ledger/BUILD.bazel b/language-support/ts/daml-ledger/BUILD.bazel index 65bf8a1af082..f653c2a8ba4e 100644 --- a/language-support/ts/daml-ledger/BUILD.bazel +++ b/language-support/ts/daml-ledger/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/language-support/ts/daml-ledger/index.test.ts b/language-support/ts/daml-ledger/index.test.ts index 2706b83fd7ff..1b519945453f 100644 --- a/language-support/ts/daml-ledger/index.test.ts +++ b/language-support/ts/daml-ledger/index.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/language-support/ts/daml-ledger/index.ts b/language-support/ts/daml-ledger/index.ts index edc34366dba0..49df41372fee 100644 --- a/language-support/ts/daml-ledger/index.ts +++ b/language-support/ts/daml-ledger/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import { Choice, diff --git a/language-support/ts/daml-ledger/jest.config.js b/language-support/ts/daml-ledger/jest.config.js index 4e5fbcabb9dd..012fa47255da 100644 --- a/language-support/ts/daml-ledger/jest.config.js +++ b/language-support/ts/daml-ledger/jest.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 const moduleNameMapper = { diff --git a/language-support/ts/daml-react/BUILD.bazel b/language-support/ts/daml-react/BUILD.bazel index be7da55ef2d7..a8dead2a38ef 100644 --- a/language-support/ts/daml-react/BUILD.bazel +++ b/language-support/ts/daml-react/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/language-support/ts/daml-react/createLedgerContext.ts b/language-support/ts/daml-react/createLedgerContext.ts index b23f117a05ed..71d0e9f0acee 100644 --- a/language-support/ts/daml-react/createLedgerContext.ts +++ b/language-support/ts/daml-react/createLedgerContext.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import React, { useContext, useEffect, useMemo, useState } from "react"; diff --git a/language-support/ts/daml-react/defaultLedgerContext.ts b/language-support/ts/daml-react/defaultLedgerContext.ts index b1cd4cea4c2e..747691070f5b 100644 --- a/language-support/ts/daml-react/defaultLedgerContext.ts +++ b/language-support/ts/daml-react/defaultLedgerContext.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import { diff --git a/language-support/ts/daml-react/index.test.ts b/language-support/ts/daml-react/index.test.ts index 70a97380a0a2..9d37ef944518 100644 --- a/language-support/ts/daml-react/index.test.ts +++ b/language-support/ts/daml-react/index.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // NOTE(MH): Unfortunately the `act` function triggers this warning by looking diff --git a/language-support/ts/daml-react/index.ts b/language-support/ts/daml-react/index.ts index 1962210d3946..65d726bcfaf6 100644 --- a/language-support/ts/daml-react/index.ts +++ b/language-support/ts/daml-react/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 export { diff --git a/language-support/ts/daml-react/jest.config.js b/language-support/ts/daml-react/jest.config.js index 4f8da0e02026..a981ec48e257 100644 --- a/language-support/ts/daml-react/jest.config.js +++ b/language-support/ts/daml-react/jest.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 const moduleNameMapper = { diff --git a/language-support/ts/daml-types/BUILD.bazel b/language-support/ts/daml-types/BUILD.bazel index bad9a2ae6ed8..5f57612acfca 100644 --- a/language-support/ts/daml-types/BUILD.bazel +++ b/language-support/ts/daml-types/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@rules_pkg//:pkg.bzl", "pkg_tar") diff --git a/language-support/ts/daml-types/index.test.ts b/language-support/ts/daml-types/index.test.ts index d174479117b8..243255fb7141 100644 --- a/language-support/ts/daml-types/index.test.ts +++ b/language-support/ts/daml-types/index.test.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import { Optional, Text, memo, Map, emptyMap } from "./index"; import _ from "lodash"; diff --git a/language-support/ts/daml-types/index.ts b/language-support/ts/daml-types/index.ts index ba7a1967940c..ef3ae3f63970 100644 --- a/language-support/ts/daml-types/index.ts +++ b/language-support/ts/daml-types/index.ts @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 import * as jtv from "@mojotech/json-type-validation"; import _ from "lodash"; diff --git a/language-support/ts/daml-types/jest.config.js b/language-support/ts/daml-types/jest.config.js index bc4273650450..cc2e0ae4ee38 100644 --- a/language-support/ts/daml-types/jest.config.js +++ b/language-support/ts/daml-types/jest.config.js @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 module.exports = { diff --git a/language-support/ts/defs.bzl b/language-support/ts/defs.bzl index ed3d53e325bc..c12bf8f97d98 100644 --- a/language-support/ts/defs.bzl +++ b/language-support/ts/defs.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@bazel_skylib//lib:paths.bzl", "paths") diff --git a/language-support/ts/eslint.bzl b/language-support/ts/eslint.bzl index ec6e5ee56f3c..d7fe5565dbc9 100644 --- a/language-support/ts/eslint.bzl +++ b/language-support/ts/eslint.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@language_support_ts_deps//eslint:index.bzl", _eslint_test = "eslint_test") diff --git a/language-support/ts/jest.bzl b/language-support/ts/jest.bzl index 4f251d1e17a6..4476f741f534 100644 --- a/language-support/ts/jest.bzl +++ b/language-support/ts/jest.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@language_support_ts_deps//jest-cli:index.bzl", _jest_test = "jest_test") diff --git a/language-support/ts/packages/BUILD.bazel b/language-support/ts/packages/BUILD.bazel index dd4ef1432a94..67778696768d 100644 --- a/language-support/ts/packages/BUILD.bazel +++ b/language-support/ts/packages/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files([ diff --git a/language-support/ts/typedoc.bzl b/language-support/ts/typedoc.bzl index b2f7e421c745..a080d236ac95 100644 --- a/language-support/ts/typedoc.bzl +++ b/language-support/ts/typedoc.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/ledger-service/cli-opts/BUILD.bazel b/ledger-service/cli-opts/BUILD.bazel index f548ef3781ee..d0754c659dbc 100644 --- a/ledger-service/cli-opts/BUILD.bazel +++ b/ledger-service/cli-opts/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/cli-opts/src/main/scala/cliopts/GlobalLogLevel.scala b/ledger-service/cli-opts/src/main/scala/cliopts/GlobalLogLevel.scala index ff683c8fd23b..a6fb877d1dee 100644 --- a/ledger-service/cli-opts/src/main/scala/cliopts/GlobalLogLevel.scala +++ b/ledger-service/cli-opts/src/main/scala/cliopts/GlobalLogLevel.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.cliopts diff --git a/ledger-service/cli-opts/src/main/scala/cliopts/Http.scala b/ledger-service/cli-opts/src/main/scala/cliopts/Http.scala index 9f4ccfc1740a..8618e74209e5 100644 --- a/ledger-service/cli-opts/src/main/scala/cliopts/Http.scala +++ b/ledger-service/cli-opts/src/main/scala/cliopts/Http.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.cliopts diff --git a/ledger-service/cli-opts/src/main/scala/cliopts/Logging.scala b/ledger-service/cli-opts/src/main/scala/cliopts/Logging.scala index ddfb7190b187..6e8569c961cb 100644 --- a/ledger-service/cli-opts/src/main/scala/cliopts/Logging.scala +++ b/ledger-service/cli-opts/src/main/scala/cliopts/Logging.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.cliopts diff --git a/ledger-service/cli-opts/src/main/scala/cliopts/Metrics.scala b/ledger-service/cli-opts/src/main/scala/cliopts/Metrics.scala index 679e15975695..f58c3600eafd 100644 --- a/ledger-service/cli-opts/src/main/scala/cliopts/Metrics.scala +++ b/ledger-service/cli-opts/src/main/scala/cliopts/Metrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.cliopts diff --git a/ledger-service/cli-opts/src/main/scala/cliopts/package.scala b/ledger-service/cli-opts/src/main/scala/cliopts/package.scala index aa45ade251ba..d6d0b0b8111f 100644 --- a/ledger-service/cli-opts/src/main/scala/cliopts/package.scala +++ b/ledger-service/cli-opts/src/main/scala/cliopts/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/ledger-service/cli-opts/src/main/scala/ledger/api/tls/TlsConfigurationCli.scala b/ledger-service/cli-opts/src/main/scala/ledger/api/tls/TlsConfigurationCli.scala index 67e407d905a9..379b66f4b43a 100644 --- a/ledger-service/cli-opts/src/main/scala/ledger/api/tls/TlsConfigurationCli.scala +++ b/ledger-service/cli-opts/src/main/scala/ledger/api/tls/TlsConfigurationCli.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/ledger-service/lf-value-json/BUILD.bazel b/ledger-service/lf-value-json/BUILD.bazel index 821bd1078b41..850ab57319e1 100644 --- a/ledger-service/lf-value-json/BUILD.bazel +++ b/ledger-service/lf-value-json/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressed.scala b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressed.scala index 2278b8213a2c..bc97bdf7b75e 100644 --- a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressed.scala +++ b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressed.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.value.json diff --git a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiValueImplicits.scala b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiValueImplicits.scala index c1ae7a5d2940..ed5ada434f9c 100644 --- a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiValueImplicits.scala +++ b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/ApiValueImplicits.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.value.json diff --git a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/JsonVariant.scala b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/JsonVariant.scala index 51dce48447e5..e98fd3ae37f6 100644 --- a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/JsonVariant.scala +++ b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/JsonVariant.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf.value.json diff --git a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/NavigatorModelAliases.scala b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/NavigatorModelAliases.scala index 44bcc24fd564..7e010daae9e2 100644 --- a/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/NavigatorModelAliases.scala +++ b/ledger-service/lf-value-json/src/main/scala/com/digitalasset/daml/lf/value/json/NavigatorModelAliases.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/ledger-service/lf-value-json/src/test/daml/JsonEncodingTest.daml b/ledger-service/lf-value-json/src/test/daml/JsonEncodingTest.daml index 6c70208a1c0c..927a603e67fa 100644 --- a/ledger-service/lf-value-json/src/test/daml/JsonEncodingTest.daml +++ b/ledger-service/lf-value-json/src/test/daml/JsonEncodingTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/ledger-service/lf-value-json/src/test/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressedSpec.scala b/ledger-service/lf-value-json/src/test/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressedSpec.scala index b6a2fe7ec609..207ef3ab148f 100644 --- a/ledger-service/lf-value-json/src/test/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressedSpec.scala +++ b/ledger-service/lf-value-json/src/test/scala/com/digitalasset/daml/lf/value/json/ApiCodecCompressedSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.lf diff --git a/ledger-service/metrics/BUILD.bazel b/ledger-service/metrics/BUILD.bazel index c03025e05609..56e764941387 100644 --- a/ledger-service/metrics/BUILD.bazel +++ b/ledger-service/metrics/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/metrics/src/main/scala/com/digitalasset/http/metrics/HttpJsonApiMetrics.scala b/ledger-service/metrics/src/main/scala/com/digitalasset/http/metrics/HttpJsonApiMetrics.scala index 501147b30ebf..2186c1e0f639 100644 --- a/ledger-service/metrics/src/main/scala/com/digitalasset/http/metrics/HttpJsonApiMetrics.scala +++ b/ledger-service/metrics/src/main/scala/com/digitalasset/http/metrics/HttpJsonApiMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.http.metrics diff --git a/ledger-service/metrics/src/main/scala/com/digitalasset/metrics/api/reporters/MetricsReporting.scala b/ledger-service/metrics/src/main/scala/com/digitalasset/metrics/api/reporters/MetricsReporting.scala index 5a4fd34ebb3a..4c1098705186 100644 --- a/ledger-service/metrics/src/main/scala/com/digitalasset/metrics/api/reporters/MetricsReporting.scala +++ b/ledger-service/metrics/src/main/scala/com/digitalasset/metrics/api/reporters/MetricsReporting.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.reporters diff --git a/ledger-service/pureconfig-utils/BUILD.bazel b/ledger-service/pureconfig-utils/BUILD.bazel index 36aa3328d097..a34de40e3671 100644 --- a/ledger-service/pureconfig-utils/BUILD.bazel +++ b/ledger-service/pureconfig-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/pureconfig-utils/src/main/scala/com/daml/pureconfigutils/SharedConfigReaders.scala b/ledger-service/pureconfig-utils/src/main/scala/com/daml/pureconfigutils/SharedConfigReaders.scala index 9c1b35376692..5e1722045344 100644 --- a/ledger-service/pureconfig-utils/src/main/scala/com/daml/pureconfigutils/SharedConfigReaders.scala +++ b/ledger-service/pureconfig-utils/src/main/scala/com/daml/pureconfigutils/SharedConfigReaders.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.pureconfigutils diff --git a/ledger-service/pureconfig-utils/src/test/scala/com/daml/pureconfigutils/SharedConfigReadersTest.scala b/ledger-service/pureconfig-utils/src/test/scala/com/daml/pureconfigutils/SharedConfigReadersTest.scala index 1589c359e949..13d6afa39fdd 100644 --- a/ledger-service/pureconfig-utils/src/test/scala/com/daml/pureconfigutils/SharedConfigReadersTest.scala +++ b/ledger-service/pureconfig-utils/src/test/scala/com/daml/pureconfigutils/SharedConfigReadersTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.pureconfigutils diff --git a/ledger-service/utils/BUILD.bazel b/ledger-service/utils/BUILD.bazel index c8964eb5d08f..a3e85778f2f4 100644 --- a/ledger-service/utils/BUILD.bazel +++ b/ledger-service/utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/utils/scalaopts.bzl b/ledger-service/utils/scalaopts.bzl index f5513e5e95a9..be53c14de216 100644 --- a/ledger-service/utils/scalaopts.bzl +++ b/ledger-service/utils/scalaopts.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger-service/utils/src/main/scala/com/digitalasset/http/util/Logging.scala b/ledger-service/utils/src/main/scala/com/digitalasset/http/util/Logging.scala index 585f3a0873af..813741b58acb 100644 --- a/ledger-service/utils/src/main/scala/com/digitalasset/http/util/Logging.scala +++ b/ledger-service/utils/src/main/scala/com/digitalasset/http/util/Logging.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.http.util diff --git a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/Grpc.scala b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/Grpc.scala index c10fa44a4ba4..fe30833eaa7e 100644 --- a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/Grpc.scala +++ b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/Grpc.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.service diff --git a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/LedgerReader.scala b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/LedgerReader.scala index b6bf8e7fad82..ef9443baaa17 100644 --- a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/LedgerReader.scala +++ b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/LedgerReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.service diff --git a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/MetadataReader.scala b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/MetadataReader.scala index 8b54fbdacb0a..9a842cd15f59 100644 --- a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/MetadataReader.scala +++ b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/MetadataReader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.service diff --git a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/TemplateIds.scala b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/TemplateIds.scala index 026d70fcbb53..90601ebad7e6 100644 --- a/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/TemplateIds.scala +++ b/ledger-service/utils/src/main/scala/com/digitalasset/ledger/service/TemplateIds.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.service diff --git a/ledger/error/BUILD.bazel b/ledger/error/BUILD.bazel index 4c6a11cd0b41..3d4baf7f6c29 100644 --- a/ledger/error/BUILD.bazel +++ b/ledger/error/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/error/generator/BUILD.bazel b/ledger/error/generator/BUILD.bazel index 29870f7a292a..8a5529cb4c3f 100644 --- a/ledger/error/generator/BUILD.bazel +++ b/ledger/error/generator/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCategoryInventoryDocsGenApp.scala b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCategoryInventoryDocsGenApp.scala index a3f16030ffbe..a44c1218ce6c 100644 --- a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCategoryInventoryDocsGenApp.scala +++ b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCategoryInventoryDocsGenApp.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator.app diff --git a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCodeInventoryDocsGenApp.scala b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCodeInventoryDocsGenApp.scala index 08ca98a4bd34..958123628184 100644 --- a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCodeInventoryDocsGenApp.scala +++ b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/ErrorCodeInventoryDocsGenApp.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator.app diff --git a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/Main.scala b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/Main.scala index 48988cdc5640..3535e4896061 100644 --- a/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/Main.scala +++ b/ledger/error/generator/app/src/main/scala/com/daml/error/generator/app/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator.app diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryDocItem.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryDocItem.scala index 95653fa150d5..87e1de70df65 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryDocItem.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryDocItem.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryInventoryDocsGenerator.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryInventoryDocsGenerator.scala index 42ff1029b3b6..4119cb3f8f3b 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryInventoryDocsGenerator.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCategoryInventoryDocsGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocItem.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocItem.scala index 6bd4563d2ea9..4560fb3141e0 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocItem.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocItem.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocumentationGenerator.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocumentationGenerator.scala index 715735d473d9..9e42cbd413e2 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocumentationGenerator.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeDocumentationGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeInventoryDocsGenerator.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeInventoryDocsGenerator.scala index 0c6beee4dfd8..36e46c66b392 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeInventoryDocsGenerator.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorCodeInventoryDocsGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorGroupDocItem.scala b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorGroupDocItem.scala index 89444cb1c08b..127e0b0906a8 100644 --- a/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorGroupDocItem.scala +++ b/ledger/error/generator/lib/src/main/scala/com/daml/error/generator/ErrorGroupDocItem.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/generator/test/suite/scala/com/daml/error/generator/ErrorCodeDocumentationGeneratorSpec.scala b/ledger/error/generator/test/suite/scala/com/daml/error/generator/ErrorCodeDocumentationGeneratorSpec.scala index 6677719f9758..580f55a43491 100644 --- a/ledger/error/generator/test/suite/scala/com/daml/error/generator/ErrorCodeDocumentationGeneratorSpec.scala +++ b/ledger/error/generator/test/suite/scala/com/daml/error/generator/ErrorCodeDocumentationGeneratorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.generator diff --git a/ledger/error/src/main/scala/com/daml/error/BaseError.scala b/ledger/error/src/main/scala/com/daml/error/BaseError.scala index 304ccc03fe9a..2a179c8212a5 100644 --- a/ledger/error/src/main/scala/com/daml/error/BaseError.scala +++ b/ledger/error/src/main/scala/com/daml/error/BaseError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ContextualizedErrorLogger.scala b/ledger/error/src/main/scala/com/daml/error/ContextualizedErrorLogger.scala index 55accdf09fa9..90bd2f7a9541 100644 --- a/ledger/error/src/main/scala/com/daml/error/ContextualizedErrorLogger.scala +++ b/ledger/error/src/main/scala/com/daml/error/ContextualizedErrorLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/DamlContextualizedErrorLogger.scala b/ledger/error/src/main/scala/com/daml/error/DamlContextualizedErrorLogger.scala index 90dd0c08dc13..0f6848ab08a7 100644 --- a/ledger/error/src/main/scala/com/daml/error/DamlContextualizedErrorLogger.scala +++ b/ledger/error/src/main/scala/com/daml/error/DamlContextualizedErrorLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/DamlError.scala b/ledger/error/src/main/scala/com/daml/error/DamlError.scala index 6645d59c5152..6f19f70cbe88 100644 --- a/ledger/error/src/main/scala/com/daml/error/DamlError.scala +++ b/ledger/error/src/main/scala/com/daml/error/DamlError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala b/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala index 99ae2421c11d..d0beaf5d3fee 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorCategory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorClass.scala b/ledger/error/src/main/scala/com/daml/error/ErrorClass.scala index 52da47dad577..8b0644f2f688 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorClass.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorClass.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorCode.scala b/ledger/error/src/main/scala/com/daml/error/ErrorCode.scala index 6e8ccf1701b4..0109472196da 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorCode.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorCode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorGroup.scala b/ledger/error/src/main/scala/com/daml/error/ErrorGroup.scala index d6b0c67d11c7..bba0cd99bd05 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorGroup.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorGroup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/ErrorResource.scala b/ledger/error/src/main/scala/com/daml/error/ErrorResource.scala index 298828076bc1..c75184a15548 100644 --- a/ledger/error/src/main/scala/com/daml/error/ErrorResource.scala +++ b/ledger/error/src/main/scala/com/daml/error/ErrorResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/GrpcStatuses.scala b/ledger/error/src/main/scala/com/daml/error/GrpcStatuses.scala index 8a880b4da4fc..533216687979 100644 --- a/ledger/error/src/main/scala/com/daml/error/GrpcStatuses.scala +++ b/ledger/error/src/main/scala/com/daml/error/GrpcStatuses.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/NoLogging.scala b/ledger/error/src/main/scala/com/daml/error/NoLogging.scala index 559e43aa4688..d57da1c1fe88 100644 --- a/ledger/error/src/main/scala/com/daml/error/NoLogging.scala +++ b/ledger/error/src/main/scala/com/daml/error/NoLogging.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/main/scala/com/daml/error/definitions/CommonErrors.scala b/ledger/error/src/main/scala/com/daml/error/definitions/CommonErrors.scala index 88673df7a888..3228a495cbcc 100644 --- a/ledger/error/src/main/scala/com/daml/error/definitions/CommonErrors.scala +++ b/ledger/error/src/main/scala/com/daml/error/definitions/CommonErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/error/src/main/scala/com/daml/error/definitions/ErrorGroups.scala b/ledger/error/src/main/scala/com/daml/error/definitions/ErrorGroups.scala index 057e945d9c19..be71187b625c 100644 --- a/ledger/error/src/main/scala/com/daml/error/definitions/ErrorGroups.scala +++ b/ledger/error/src/main/scala/com/daml/error/definitions/ErrorGroups.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/error/src/main/scala/com/daml/error/samples/Example.scala b/ledger/error/src/main/scala/com/daml/error/samples/Example.scala index 0f8b95558755..9ad3267cd57e 100644 --- a/ledger/error/src/main/scala/com/daml/error/samples/Example.scala +++ b/ledger/error/src/main/scala/com/daml/error/samples/Example.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.samples diff --git a/ledger/error/src/main/scala/com/daml/error/utils/ErrorDetails.scala b/ledger/error/src/main/scala/com/daml/error/utils/ErrorDetails.scala index 4a7adcf80dc5..2460fadab5d0 100644 --- a/ledger/error/src/main/scala/com/daml/error/utils/ErrorDetails.scala +++ b/ledger/error/src/main/scala/com/daml/error/utils/ErrorDetails.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.utils diff --git a/ledger/error/src/test/lib/scala/com/daml/error/ErrorsAssertions.scala b/ledger/error/src/test/lib/scala/com/daml/error/ErrorsAssertions.scala index bb7bf8fd0776..c23b4b9814ca 100644 --- a/ledger/error/src/test/lib/scala/com/daml/error/ErrorsAssertions.scala +++ b/ledger/error/src/test/lib/scala/com/daml/error/ErrorsAssertions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/lib/scala/com/daml/error/LogCollector.scala b/ledger/error/src/test/lib/scala/com/daml/error/LogCollector.scala index e6a3b3a09de9..864c530943fc 100644 --- a/ledger/error/src/test/lib/scala/com/daml/error/LogCollector.scala +++ b/ledger/error/src/test/lib/scala/com/daml/error/LogCollector.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/suite/scala/com/daml/error/ContextualizedErrorLoggerSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/ContextualizedErrorLoggerSpec.scala index 8c6c60683a16..bd0d5fdd5e20 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/ContextualizedErrorLoggerSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/ContextualizedErrorLoggerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/suite/scala/com/daml/error/ErrorCodeSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/ErrorCodeSpec.scala index 6abc6b279895..988c3bf94269 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/ErrorCodeSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/ErrorCodeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/suite/scala/com/daml/error/ErrorGroupSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/ErrorGroupSpec.scala index d58aa2d4d750..f9a83396a272 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/ErrorGroupSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/ErrorGroupSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/suite/scala/com/daml/error/GrpcStatusesSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/GrpcStatusesSpec.scala index b95ac1ac47da..ef52fceb8a0e 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/GrpcStatusesSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/GrpcStatusesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error diff --git a/ledger/error/src/test/suite/scala/com/daml/error/samples/SampleClientSideSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/samples/SampleClientSideSpec.scala index 02ec3b028013..21453874abd1 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/samples/SampleClientSideSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/samples/SampleClientSideSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.samples diff --git a/ledger/error/src/test/suite/scala/com/daml/error/utils/ErrorDetailsSpec.scala b/ledger/error/src/test/suite/scala/com/daml/error/utils/ErrorDetailsSpec.scala index acdeaa7f63e3..4f0d59c3f09c 100644 --- a/ledger/error/src/test/suite/scala/com/daml/error/utils/ErrorDetailsSpec.scala +++ b/ledger/error/src/test/suite/scala/com/daml/error/utils/ErrorDetailsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.utils diff --git a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/DeprecatedError.scala b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/DeprecatedError.scala index cd465d3190ad..480276f82cb3 100644 --- a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/DeprecatedError.scala +++ b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/DeprecatedError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.utils.testpackage diff --git a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/SeriousError.scala b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/SeriousError.scala index b79d12b621bd..2dac9921c4b2 100644 --- a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/SeriousError.scala +++ b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/SeriousError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.utils.testpackage diff --git a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/subpackage/MildErrorsParent.scala b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/subpackage/MildErrorsParent.scala index 7fc51356f99d..4faab3d3e51c 100644 --- a/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/subpackage/MildErrorsParent.scala +++ b/ledger/error/src/test/utils/scala/com/daml/error/utils/testpackage/subpackage/MildErrorsParent.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.utils.testpackage.subpackage diff --git a/ledger/ledger-api-auth-client/BUILD.bazel b/ledger/ledger-api-auth-client/BUILD.bazel index a589f498b78c..08b9af159bed 100644 --- a/ledger/ledger-api-auth-client/BUILD.bazel +++ b/ledger/ledger-api-auth-client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:java.bzl", "da_java_library") diff --git a/ledger/ledger-api-auth-client/src/main/java/com/daml/ledger/api/auth/client/LedgerCallCredentials.java b/ledger/ledger-api-auth-client/src/main/java/com/daml/ledger/api/auth/client/LedgerCallCredentials.java index 5ff48478b9cf..972dcfb4bb84 100644 --- a/ledger/ledger-api-auth-client/src/main/java/com/daml/ledger/api/auth/client/LedgerCallCredentials.java +++ b/ledger/ledger-api-auth-client/src/main/java/com/daml/ledger/api/auth/client/LedgerCallCredentials.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.client; diff --git a/ledger/ledger-api-auth/BUILD.bazel b/ledger/ledger-api-auth/BUILD.bazel index e31ee7dd9136..ced0b0ef43a7 100644 --- a/ledger/ledger-api-auth/BUILD.bazel +++ b/ledger/ledger-api-auth/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthService.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthService.scala index 553bed41017d..d39d04b8147f 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthService.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWT.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWT.scala index a63d2e0b7c25..55886a862298 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWT.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTPayload.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTPayload.scala index 74f150724a49..0fcbdb51fd76 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTPayload.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTPayload.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceNone.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceNone.scala index 3515ce518efa..29713e7b8e52 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceNone.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceNone.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceStatic.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceStatic.scala index c1c416b1e35a..d23195cbab65 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceStatic.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceStatic.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceWildcard.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceWildcard.scala index cdf603174c37..6c4e7ffcd521 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceWildcard.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthServiceWildcard.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthorizationError.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthorizationError.scala index b9cde0f3c77d..e147dc90f83e 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthorizationError.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/AuthorizationError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Authorizer.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Authorizer.scala index df63c8885cc7..f86458ec058e 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Authorizer.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Authorizer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Claims.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Claims.scala index 942a6783e862..5dc9cfed7766 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Claims.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/Claims.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/JwtVerifierLoader.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/JwtVerifierLoader.scala index e503aa1c3ea3..6426eeaa0958 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/JwtVerifierLoader.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/JwtVerifierLoader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserver.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserver.scala index 9d51221f526a..351345c81ffe 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserver.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/UserRightsChangeAsyncChecker.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/UserRightsChangeAsyncChecker.scala index acafe83cd93f..c54649dde24b 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/UserRightsChangeAsyncChecker.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/UserRightsChangeAsyncChecker.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AsyncForwardingListener.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AsyncForwardingListener.scala index ae063c80ad3f..6bf4d307cc72 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AsyncForwardingListener.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AsyncForwardingListener.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.interceptor diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AuthorizationInterceptor.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AuthorizationInterceptor.scala index ea8916a52177..7eb77ae2628a 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AuthorizationInterceptor.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/AuthorizationInterceptor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.interceptor diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/IdentityProviderAwareAuthService.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/IdentityProviderAwareAuthService.scala index 67c8b77b0bb9..77399851944a 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/IdentityProviderAwareAuthService.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/interceptor/IdentityProviderAwareAuthService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.interceptor diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ActiveContractsServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ActiveContractsServiceAuthorization.scala index 34f0dbda0f2f..9e9edbe65551 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ActiveContractsServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ActiveContractsServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandCompletionServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandCompletionServiceAuthorization.scala index 3e240f3a60e3..0acbcb5768c3 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandCompletionServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandCompletionServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandServiceAuthorization.scala index dd98929f8011..601617592919 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandSubmissionServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandSubmissionServiceAuthorization.scala index 4f63c2ee9d7b..3c1757bbd3ea 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandSubmissionServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/CommandSubmissionServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ConfigManagementServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ConfigManagementServiceAuthorization.scala index 1b9f04788e9b..b8425677fec2 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ConfigManagementServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ConfigManagementServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/EventQueryServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/EventQueryServiceAuthorization.scala index fe364f2015d7..4d815f73e426 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/EventQueryServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/EventQueryServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/GrpcApiService.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/GrpcApiService.scala index e2d4f177029f..ef5a5eff9a11 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/GrpcApiService.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/GrpcApiService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/IdentityProviderConfigServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/IdentityProviderConfigServiceAuthorization.scala index 272609bbaf22..2b8c2eb02d25 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/IdentityProviderConfigServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/IdentityProviderConfigServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerConfigurationServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerConfigurationServiceAuthorization.scala index 61adfe2437c0..9252ccd56f64 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerConfigurationServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerConfigurationServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerIdentityServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerIdentityServiceAuthorization.scala index 737a10047bc3..1d36a0e0113d 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerIdentityServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/LedgerIdentityServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/MeteringReportServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/MeteringReportServiceAuthorization.scala index 301e5cbf3432..7415075f7137 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/MeteringReportServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/MeteringReportServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageManagementServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageManagementServiceAuthorization.scala index d9257685e8aa..4d1c288beb5d 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageManagementServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageManagementServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageServiceAuthorization.scala index e110c784b630..0bb3f7926fd5 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PackageServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ParticipantPruningServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ParticipantPruningServiceAuthorization.scala index e987416252a0..7ae4539c29de 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ParticipantPruningServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ParticipantPruningServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PartyManagementServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PartyManagementServiceAuthorization.scala index 3d84a333dcf8..c8a7f90f2c92 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PartyManagementServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/PartyManagementServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ProxyCloseable.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ProxyCloseable.scala index 6de9bd22663e..076b03991342 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ProxyCloseable.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/ProxyCloseable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TimeServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TimeServiceAuthorization.scala index c488bed5ad96..e09355cf3291 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TimeServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TimeServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TransactionServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TransactionServiceAuthorization.scala index b3443bc98bf7..4fd4c5c9c378 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TransactionServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/TransactionServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/UserManagementServiceAuthorization.scala b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/UserManagementServiceAuthorization.scala index e43254fb6e0b..fef2cd5f44c9 100644 --- a/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/UserManagementServiceAuthorization.scala +++ b/ledger/ledger-api-auth/src/main/scala/com/digitalasset/ledger/api/auth/services/UserManagementServiceAuthorization.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth.services diff --git a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTCodecSpec.scala b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTCodecSpec.scala index 4ad145d4711b..cb3aad440ff3 100644 --- a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTCodecSpec.scala +++ b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthServiceJWTCodecSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizationInterceptorSpec.scala b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizationInterceptorSpec.scala index b831d78c068c..74ae97ba8c26 100644 --- a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizationInterceptorSpec.scala +++ b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizationInterceptorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizerSpec.scala b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizerSpec.scala index 3d6bb9b25621..2471f3693802 100644 --- a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizerSpec.scala +++ b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/AuthorizerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserverSpec.scala b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserverSpec.scala index 1e2b0454202c..e2fe849d9c7f 100644 --- a/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserverSpec.scala +++ b/ledger/ledger-api-auth/src/test/suite/scala/com/digitalasset/ledger/api/auth/OngoingAuthorizationObserverSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.auth diff --git a/ledger/ledger-api-client/BUILD.bazel b/ledger/ledger-api-client/BUILD.bazel index 393684a2f3e7..ab041f111462 100644 --- a/ledger/ledger-api-client/BUILD.bazel +++ b/ledger/ledger-api-client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/CommandClientIT.scala b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/CommandClientIT.scala index a3db3712d4f4..dc6f2976b08d 100644 --- a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/CommandClientIT.scala +++ b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/CommandClientIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientAuthIT.scala b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientAuthIT.scala index 0a440dad3bac..6ef7fbd15165 100644 --- a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientAuthIT.scala +++ b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientAuthIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientIT.scala b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientIT.scala index 90f4ed72cab5..cf00ad14a701 100644 --- a/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientIT.scala +++ b/ledger/ledger-api-client/src/it/scala/com/digitalasset/ledger/client/LedgerClientIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/GrpcChannel.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/GrpcChannel.scala index 2619d2f80867..3b3ea077578e 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/GrpcChannel.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/GrpcChannel.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/LedgerClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/LedgerClient.scala index a7a626f7cb18..679dd3f327ba 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/LedgerClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/LedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/CommandClientConfiguration.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/CommandClientConfiguration.scala index 6721ed473034..bd66ef7d4f30 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/CommandClientConfiguration.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/CommandClientConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.configuration diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientChannelConfiguration.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientChannelConfiguration.scala index cf69cc08a2e9..251247a3f113 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientChannelConfiguration.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientChannelConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.configuration diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientConfiguration.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientConfiguration.scala index efd46154b175..c47dfbc7456f 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientConfiguration.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerClientConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.configuration diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirement.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirement.scala index ac9dbd187c51..f5544afb5900 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirement.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.configuration diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/ActiveContractSetClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/ActiveContractSetClient.scala index 755ea4f7cf0e..821834321180 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/ActiveContractSetClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/ActiveContractSetClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.acs diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/withoutledgerid/ActiveContractSetClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/withoutledgerid/ActiveContractSetClient.scala index 600d3e8bd3c9..b91006390319 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/withoutledgerid/ActiveContractSetClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/acs/withoutledgerid/ActiveContractSetClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.acs.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/IdentityProviderConfigClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/IdentityProviderConfigClient.scala index 0b4016d42bf3..7edeefa3cda5 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/IdentityProviderConfigClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/IdentityProviderConfigClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/MeteringReportClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/MeteringReportClient.scala index 8b7c55f8561e..9c72f1867fb5 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/MeteringReportClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/MeteringReportClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PackageManagementClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PackageManagementClient.scala index 31e94cbac149..d80d4d3a4a51 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PackageManagementClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PackageManagementClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/ParticipantPruningManagementClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/ParticipantPruningManagementClient.scala index e6a75305d5de..37f2afb31206 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/ParticipantPruningManagementClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/ParticipantPruningManagementClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PartyManagementClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PartyManagementClient.scala index f885873a6289..f05a8323be88 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PartyManagementClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/PartyManagementClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/UserManagementClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/UserManagementClient.scala index 1d30d4b30c1b..e24b2d9c5e5d 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/UserManagementClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/admin/UserManagementClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.admin diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandClient.scala index 978ced21aca3..67edb6069a1c 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandCompletionSource.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandCompletionSource.scala index 0877830e6557..d692d83165a0 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandCompletionSource.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandCompletionSource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmission.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmission.scala index 347248b1cb48..d278c7a1f391 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmission.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmission.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlow.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlow.scala index 4ee9fc18cac7..074e819c0e74 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlow.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlow.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlow.scala index 676cbe941a0a..624997445d2d 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlow.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlow.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlow.scala index 36450bdcbec7..83f9090c0a9e 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlow.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CompletionStreamElement.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CompletionStreamElement.scala index 31066b20b3f8..beb23202a966 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CompletionStreamElement.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/CompletionStreamElement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/SynchronousCommandClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/SynchronousCommandClient.scala index 4594b380c7b6..2758a36b81e0 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/SynchronousCommandClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/SynchronousCommandClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTracker.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTracker.scala index a831a0e2eda6..a4b04665da5e 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTracker.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTracker.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTrackerShape.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTrackerShape.scala index 87fca353e6d9..dcda038b3f07 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTrackerShape.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CommandTrackerShape.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponse.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponse.scala index 8e3013988070..7effad3f8e35 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponse.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackedCommandKey.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackedCommandKey.scala index 0bc8a940b84f..5920f625fa43 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackedCommandKey.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackedCommandKey.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackingData.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackingData.scala index f35949370303..1c7076d7b4f7 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackingData.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/tracker/TrackingData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/withoutledgerid/CommandClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/withoutledgerid/CommandClient.scala index c666ad78bed4..4ead03fbc0e4 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/withoutledgerid/CommandClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/commands/withoutledgerid/CommandClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/configuration/LedgerConfigurationClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/configuration/LedgerConfigurationClient.scala index c556c3f7b80d..0c879d87a146 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/configuration/LedgerConfigurationClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/configuration/LedgerConfigurationClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.configuration diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/identity/LedgerIdentityClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/identity/LedgerIdentityClient.scala index 94c98b5dbb3f..cdafef5b321b 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/identity/LedgerIdentityClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/identity/LedgerIdentityClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.identity diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/PackageClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/PackageClient.scala index 10422147a2ae..f6fc06b20c4b 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/PackageClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/PackageClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.pkg diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/withoutledgerid/PackageClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/withoutledgerid/PackageClient.scala index 1bca2db08ffc..fcda04773887 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/withoutledgerid/PackageClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/pkg/withoutledgerid/PackageClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.pkg.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/testing/time/StaticTime.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/testing/time/StaticTime.scala index 0fb7e3731797..38846e59b40c 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/testing/time/StaticTime.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/testing/time/StaticTime.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.testing.time diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionClient.scala index 04bab1b53ceb..2fe551551e5c 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.transactions diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionSource.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionSource.scala index 2a05939e2c59..5bb5cc1d57f2 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionSource.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/TransactionSource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.transactions diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/withoutledgerid/TransactionClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/withoutledgerid/TransactionClient.scala index fb58122c1226..a372bc074e27 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/withoutledgerid/TransactionClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/transactions/withoutledgerid/TransactionClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.transactions.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/VersionClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/VersionClient.scala index 881544c672a4..71ca02e32ca8 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/VersionClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/VersionClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.version diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/withoutledgerid/VersionClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/withoutledgerid/VersionClient.scala index 05ca40d61153..885a49d43ab5 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/withoutledgerid/VersionClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/services/version/withoutledgerid/VersionClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.version.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/withoutledgerid/LedgerClient.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/withoutledgerid/LedgerClient.scala index 599fed1e79f1..d2419cd23909 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/withoutledgerid/LedgerClient.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/ledger/client/withoutledgerid/LedgerClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.withoutledgerid diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/Ctx.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/Ctx.scala index 0e0fc551eee8..7512e2b4dcbe 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/Ctx.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/Ctx.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/logging/Lazy.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/logging/Lazy.scala index 9b0f8b418e9f..ab82e4751793 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/logging/Lazy.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/logging/Lazy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.logging diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ExtractMaterializedValue.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ExtractMaterializedValue.scala index 5853fccd9918..c42b4a61bf0f 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ExtractMaterializedValue.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ExtractMaterializedValue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.pekkostreams diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ImmutableIterable.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ImmutableIterable.scala index a8cb7770c7ea..fa4aff00cb47 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ImmutableIterable.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/ImmutableIterable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.pekkostreams diff --git a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/MaxInFlight.scala b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/MaxInFlight.scala index 8efd6b2c46ea..8762b4193322 100644 --- a/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/MaxInFlight.scala +++ b/ledger/ledger-api-client/src/main/scala/com/digitalasset/util/pekkostreams/MaxInFlight.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.pekkostreams diff --git a/ledger/ledger-api-client/src/test/2.13/com/daml/ledger/client/services/commands/Compat.scala b/ledger/ledger-api-client/src/test/2.13/com/daml/ledger/client/services/commands/Compat.scala index ebe39629ea42..f48f83aa14e3 100644 --- a/ledger/ledger-api-client/src/test/2.13/com/daml/ledger/client/services/commands/Compat.scala +++ b/ledger/ledger-api-client/src/test/2.13/com/daml/ledger/client/services/commands/Compat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirementTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirementTest.scala index 3694a8c6c270..c5daab18eb8f 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirementTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/configuration/LedgerIdRequirementTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.configuration diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlowTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlowTest.scala index fb2848471bd8..b6d1d683f84e 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlowTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandSubmissionFlowTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlowTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlowTest.scala index ae569af79268..8a4b9428b2d1 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlowTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandTrackerFlowTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlowTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlowTest.scala index c8e82ca4a6f9..d4040e774518 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlowTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/CommandUpdaterFlowTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponseTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponseTest.scala index b4fe7a215a24..10491cc9110d 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponseTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/ledger/client/services/commands/tracker/CompletionResponseTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.client.services.commands.tracker diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/api/TimestampConversionTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/api/TimestampConversionTest.scala index 9c7434677fc8..58cd353aca8f 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/api/TimestampConversionTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/api/TimestampConversionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.api diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/ExtractSingleMaterializedValueTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/ExtractSingleMaterializedValueTest.scala index 6211b5c83c66..7b195879fd2b 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/ExtractSingleMaterializedValueTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/ExtractSingleMaterializedValueTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.pekkostreams diff --git a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/MaxInFlightTest.scala b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/MaxInFlightTest.scala index fa330bc8cfd4..64441ff61868 100644 --- a/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/MaxInFlightTest.scala +++ b/ledger/ledger-api-client/src/test/suite/scala/com/digitalasset/util/pekkostreams/MaxInFlightTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.util.pekkostreams diff --git a/ledger/ledger-api-common/BUILD.bazel b/ledger/ledger-api-common/BUILD.bazel index c096bb36423e..7eb98dcf5e60 100644 --- a/ledger/ledger-api-common/BUILD.bazel +++ b/ledger/ledger-api-common/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/SubmissionIdGenerator.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/SubmissionIdGenerator.scala index e8947ec39f33..4f85a6dbb693 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/SubmissionIdGenerator.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/SubmissionIdGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/DecryptionParameters.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/DecryptionParameters.scala index 4258a250c4b7..5bdbbde1cca0 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/DecryptionParameters.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/DecryptionParameters.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/OcspProperties.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/OcspProperties.scala index 90303a68bb80..f5559d542ea8 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/OcspProperties.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/OcspProperties.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/ProtocolDisabler.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/ProtocolDisabler.scala index 02fd820f274f..e4683e383299 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/ProtocolDisabler.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/ProtocolDisabler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/SecretsUrl.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/SecretsUrl.scala index ce9f35313421..898ae9bfc2a6 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/SecretsUrl.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/SecretsUrl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsConfiguration.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsConfiguration.scala index 06b8e3a39108..ed8a96be5764 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsConfiguration.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsConfiguration.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsInfo.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsInfo.scala index a2384afad066..34300c6a169c 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsInfo.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsVersion.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsVersion.scala index 1538b246b216..143cbf50b41a 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsVersion.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/tls/TlsVersion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/CommandsValidator.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/CommandsValidator.scala index 28b939f1a688..491b4306ad2b 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/CommandsValidator.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/CommandsValidator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/FieldValidations.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/FieldValidations.scala index a8994a7d0408..b236db73e72a 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/FieldValidations.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/FieldValidations.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ResourceAnnotationValidation.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ResourceAnnotationValidation.scala index fae8efec365e..5de857093250 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ResourceAnnotationValidation.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ResourceAnnotationValidation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValidationErrors.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValidationErrors.scala index 936691009d6a..b8afbbed4aca 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValidationErrors.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValidationErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValueValidator.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValueValidator.scala index 2402fd1859ee..1c4e9bced55d 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValueValidator.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/ledger/api/validation/ValueValidator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/LfEngineToApi.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/LfEngineToApi.scala index fb4614bd2b8d..90366db4da51 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/LfEngineToApi.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/LfEngineToApi.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.participant.util diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/ValueConversions.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/ValueConversions.scala index 7314d1ec4257..794d8dfc12a9 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/ValueConversions.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/participant/util/ValueConversions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.participant.util diff --git a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/services/time/TimeProviderType.scala b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/services/time/TimeProviderType.scala index 15b2d696d6e7..48b2c60da472 100644 --- a/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/services/time/TimeProviderType.scala +++ b/ledger/ledger-api-common/src/main/scala/com/digitalasset/platform/services/time/TimeProviderType.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.services.time diff --git a/ledger/ledger-api-common/src/test/lib/scala/com/digitalasset/ledger/api/validation/ValidatorTestUtils.scala b/ledger/ledger-api-common/src/test/lib/scala/com/digitalasset/ledger/api/validation/ValidatorTestUtils.scala index 081debc160c7..dcac5f71edbc 100644 --- a/ledger/ledger-api-common/src/test/lib/scala/com/digitalasset/ledger/api/validation/ValidatorTestUtils.scala +++ b/ledger/ledger-api-common/src/test/lib/scala/com/digitalasset/ledger/api/validation/ValidatorTestUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/DecryptionParametersTest.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/DecryptionParametersTest.scala index 2b04ce2cfdb7..329ae9b8685a 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/DecryptionParametersTest.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/DecryptionParametersTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/ProtocolDisablerTest.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/ProtocolDisablerTest.scala index 8da2e3bae285..53827bf2373c 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/ProtocolDisablerTest.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/ProtocolDisablerTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/SecretsUrlTest.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/SecretsUrlTest.scala index c3945f2324e9..0533ea909651 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/SecretsUrlTest.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/SecretsUrlTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/TlsConfigurationTest.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/TlsConfigurationTest.scala index 7a10887f9875..1680c5e19400 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/TlsConfigurationTest.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/tls/TlsConfigurationTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.tls diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/ErrorFactoriesSpec.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/ErrorFactoriesSpec.scala index 687924298751..f5cec4d31fc4 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/ErrorFactoriesSpec.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/ErrorFactoriesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/IdentifierValidatorTest.scala b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/IdentifierValidatorTest.scala index 302c4025e07f..4afa83b13e70 100644 --- a/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/IdentifierValidatorTest.scala +++ b/ledger/ledger-api-common/src/test/suite/scala/com/digitalasset/ledger/api/validation/IdentifierValidatorTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.validation diff --git a/ledger/ledger-api-domain/BUILD.bazel b/ledger/ledger-api-domain/BUILD.bazel index 2003416e54d1..a3dfd3cc3e90 100644 --- a/ledger/ledger-api-domain/BUILD.bazel +++ b/ledger/ledger-api-domain/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/ledger-api-domain/src/main/scala/com/digitalasset/ledger/api/domain.scala b/ledger/ledger-api-domain/src/main/scala/com/digitalasset/ledger/api/domain.scala index 1988ec638df2..284a0c82b43e 100644 --- a/ledger/ledger-api-domain/src/main/scala/com/digitalasset/ledger/api/domain.scala +++ b/ledger/ledger-api-domain/src/main/scala/com/digitalasset/ledger/api/domain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api diff --git a/ledger/ledger-api-domain/src/test/suite/scala/com/daml/ledger/api/IdentityProviderIdSpec.scala b/ledger/ledger-api-domain/src/test/suite/scala/com/daml/ledger/api/IdentityProviderIdSpec.scala index e73262cbc1fb..3647842265e7 100644 --- a/ledger/ledger-api-domain/src/test/suite/scala/com/daml/ledger/api/IdentityProviderIdSpec.scala +++ b/ledger/ledger-api-domain/src/test/suite/scala/com/daml/ledger/api/IdentityProviderIdSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api diff --git a/ledger/ledger-api-errors/BUILD.bazel b/ledger/ledger-api-errors/BUILD.bazel index e1e1ad28b6e9..63590f74af6b 100644 --- a/ledger/ledger-api-errors/BUILD.bazel +++ b/ledger/ledger-api-errors/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/ChangeId.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/ChangeId.scala index 6d1dbd7193eb..ee0eadd620a5 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/ChangeId.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/ChangeId.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/IndexErrors.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/IndexErrors.scala index 1d465b3eea69..15bd137678d6 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/IndexErrors.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/IndexErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/LedgerApiErrors.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/LedgerApiErrors.scala index 7e81f4e9b7d6..48147fc1dbcd 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/LedgerApiErrors.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/LedgerApiErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/PackageServiceError.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/PackageServiceError.scala index 9e6187aa6ec3..38d9d7d8618b 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/PackageServiceError.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/PackageServiceError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AdminServices.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AdminServices.scala index 0252d73da17b..86cd7ddea65c 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AdminServices.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AdminServices.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AuthorizationChecks.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AuthorizationChecks.scala index 291fbec97e5b..8364fd092c90 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AuthorizationChecks.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/AuthorizationChecks.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/CommandExecution.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/CommandExecution.scala index 6849c3363aae..45e0def9143b 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/CommandExecution.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/CommandExecution.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/ConsistencyErrors.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/ConsistencyErrors.scala index c9b3a36b3fce..4819be757d5d 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/ConsistencyErrors.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/ConsistencyErrors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/IdentityProviderConfigServiceErrorGroup.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/IdentityProviderConfigServiceErrorGroup.scala index d3ea079f8a3c..eee6ba168d96 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/IdentityProviderConfigServiceErrorGroup.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/IdentityProviderConfigServiceErrorGroup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/PartyManagementServiceErrorGroup.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/PartyManagementServiceErrorGroup.scala index 6cd3a94c1da1..6e2d8fc97de2 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/PartyManagementServiceErrorGroup.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/PartyManagementServiceErrorGroup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/RequestValidation.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/RequestValidation.scala index 8cf82ba18a57..c20e8c12002a 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/RequestValidation.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/RequestValidation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/UserManagementServiceErrorGroup.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/UserManagementServiceErrorGroup.scala index 8c00ea419c4f..6b9e24c6b20b 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/UserManagementServiceErrorGroup.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/UserManagementServiceErrorGroup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/WriteServiceRejections.scala b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/WriteServiceRejections.scala index ce3e40c2e021..8066f2a775d6 100644 --- a/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/WriteServiceRejections.scala +++ b/ledger/ledger-api-errors/src/main/scala/com/daml/error/definitions/groups/WriteServiceRejections.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.error.definitions.groups diff --git a/ledger/participant-local-store/BUILD.bazel b/ledger/participant-local-store/BUILD.bazel index 709401ea57d1..3377406f7323 100644 --- a/ledger/participant-local-store/BUILD.bazel +++ b/ledger/participant-local-store/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@scala_version//:index.bzl", "scala_major_version", "scala_major_version_suffix") diff --git a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/InMemoryUserManagementStore.scala b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/InMemoryUserManagementStore.scala index feafb5c485be..16d76bf398a7 100644 --- a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/InMemoryUserManagementStore.scala +++ b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/InMemoryUserManagementStore.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore diff --git a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/api/UserManagementStore.scala b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/api/UserManagementStore.scala index 0b3c98a30536..a29341921d21 100644 --- a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/api/UserManagementStore.scala +++ b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/api/UserManagementStore.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore.api diff --git a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/utils/LocalAnnotationsUtils.scala b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/utils/LocalAnnotationsUtils.scala index c467511522db..d17ddde424bb 100644 --- a/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/utils/LocalAnnotationsUtils.scala +++ b/ledger/participant-local-store/src/main/scala/com/daml/platform/localstore/utils/LocalAnnotationsUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore.utils diff --git a/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreSpecBase.scala b/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreSpecBase.scala index 0d3976805728..c97721f03e5c 100644 --- a/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreSpecBase.scala +++ b/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore diff --git a/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreTests.scala b/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreTests.scala index d8db0100458b..48e8da208aa5 100644 --- a/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreTests.scala +++ b/ledger/participant-local-store/src/test/lib/com/daml/platform/localstore/UserStoreTests.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore diff --git a/ledger/participant-local-store/src/test/suite/com/daml/platform/localstore/InMemoryUserManagementStoreSpec.scala b/ledger/participant-local-store/src/test/suite/com/daml/platform/localstore/InMemoryUserManagementStoreSpec.scala index 20ddf606f276..0b2945007561 100644 --- a/ledger/participant-local-store/src/test/suite/com/daml/platform/localstore/InMemoryUserManagementStoreSpec.scala +++ b/ledger/participant-local-store/src/test/suite/com/daml/platform/localstore/InMemoryUserManagementStoreSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.platform.localstore diff --git a/libs-haskell/bazel-runfiles/BUILD.bazel b/libs-haskell/bazel-runfiles/BUILD.bazel index 546b45da0e20..b457fc162961 100644 --- a/libs-haskell/bazel-runfiles/BUILD.bazel +++ b/libs-haskell/bazel-runfiles/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test") diff --git a/libs-haskell/bazel-runfiles/src/DA/Bazel/Runfiles.hs b/libs-haskell/bazel-runfiles/src/DA/Bazel/Runfiles.hs index d32e1bcc205f..fdd5f42ee0e9 100644 --- a/libs-haskell/bazel-runfiles/src/DA/Bazel/Runfiles.hs +++ b/libs-haskell/bazel-runfiles/src/DA/Bazel/Runfiles.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- There is a library in rules_haskell that does something similar diff --git a/libs-haskell/bazel-runfiles/test/DA/Bazel/RunfilesTest.hs b/libs-haskell/bazel-runfiles/test/DA/Bazel/RunfilesTest.hs index 03f383feaed5..a4b8496b2eb8 100644 --- a/libs-haskell/bazel-runfiles/test/DA/Bazel/RunfilesTest.hs +++ b/libs-haskell/bazel-runfiles/test/DA/Bazel/RunfilesTest.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/libs-haskell/da-gcp-logger/BUILD.bazel b/libs-haskell/da-gcp-logger/BUILD.bazel index 2737f8ac23c9..de56febaaa48 100644 --- a/libs-haskell/da-gcp-logger/BUILD.bazel +++ b/libs-haskell/da-gcp-logger/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test", "generate_and_track_cabal") diff --git a/libs-haskell/da-gcp-logger/src/DA/Service/Logger/Impl/GCP.hs b/libs-haskell/da-gcp-logger/src/DA/Service/Logger/Impl/GCP.hs index f030b57dea46..d1bc672f463b 100644 --- a/libs-haskell/da-gcp-logger/src/DA/Service/Logger/Impl/GCP.hs +++ b/libs-haskell/da-gcp-logger/src/DA/Service/Logger/Impl/GCP.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DataKinds #-} diff --git a/libs-haskell/da-gcp-logger/tests/Telemetry.hs b/libs-haskell/da-gcp-logger/tests/Telemetry.hs index 3c654b360dc7..1ec92896c23f 100644 --- a/libs-haskell/da-gcp-logger/tests/Telemetry.hs +++ b/libs-haskell/da-gcp-logger/tests/Telemetry.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Telemetry(main) where diff --git a/libs-haskell/da-hs-base/BUILD.bazel b/libs-haskell/da-hs-base/BUILD.bazel index ca57fd750ce6..df78375df9e3 100644 --- a/libs-haskell/da-hs-base/BUILD.bazel +++ b/libs-haskell/da-hs-base/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test", "generate_and_track_cabal") diff --git a/libs-haskell/da-hs-base/src/Control/Lens/Ast.hs b/libs-haskell/da-hs-base/src/Control/Lens/Ast.hs index dabeeace08f3..fce778058a47 100644 --- a/libs-haskell/da-hs-base/src/Control/Lens/Ast.hs +++ b/libs-haskell/da-hs-base/src/Control/Lens/Ast.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE RankNTypes #-} diff --git a/libs-haskell/da-hs-base/src/Control/Lens/MonoTraversal.hs b/libs-haskell/da-hs-base/src/Control/Lens/MonoTraversal.hs index a8fb5f03e96a..6588663f0407 100644 --- a/libs-haskell/da-hs-base/src/Control/Lens/MonoTraversal.hs +++ b/libs-haskell/da-hs-base/src/Control/Lens/MonoTraversal.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DefaultSignatures #-} diff --git a/libs-haskell/da-hs-base/src/DA/Directory.hs b/libs-haskell/da-hs-base/src/DA/Directory.hs index f25a7fc744ef..8170d0b18dea 100644 --- a/libs-haskell/da-hs-base/src/DA/Directory.hs +++ b/libs-haskell/da-hs-base/src/DA/Directory.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Directory (copyDirectory, moveDirectory) where diff --git a/libs-haskell/da-hs-base/src/DA/PortFile.hs b/libs-haskell/da-hs-base/src/DA/PortFile.hs index 93c4e5c5179b..1361ebc84bab 100644 --- a/libs-haskell/da-hs-base/src/DA/PortFile.hs +++ b/libs-haskell/da-hs-base/src/DA/PortFile.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Keep in sync with compatibility/bazel_tools/daml_ledger/Sandbox.hs diff --git a/libs-haskell/da-hs-base/src/DA/Pretty.hs b/libs-haskell/da-hs-base/src/DA/Pretty.hs index 97bcbf0c5269..a804e54bb774 100644 --- a/libs-haskell/da-hs-base/src/DA/Pretty.hs +++ b/libs-haskell/da-hs-base/src/DA/Pretty.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/libs-haskell/da-hs-base/src/DA/Service/Logger.hs b/libs-haskell/da-hs-base/src/DA/Service/Logger.hs index dc33a753c78b..d8f0fb9b594f 100644 --- a/libs-haskell/da-hs-base/src/DA/Service/Logger.hs +++ b/libs-haskell/da-hs-base/src/DA/Service/Logger.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE RankNTypes #-} diff --git a/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/IO.hs b/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/IO.hs index 0e1d6c61eb3d..93b085f3c299 100644 --- a/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/IO.hs +++ b/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/IO.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/Pure.hs b/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/Pure.hs index 16655384c8bd..5035806385e9 100644 --- a/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/Pure.hs +++ b/libs-haskell/da-hs-base/src/DA/Service/Logger/Impl/Pure.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/libs-haskell/da-hs-base/src/DA/Signals.hs b/libs-haskell/da-hs-base/src/DA/Signals.hs index 404b4107fa32..eb8025c5ac76 100644 --- a/libs-haskell/da-hs-base/src/DA/Signals.hs +++ b/libs-haskell/da-hs-base/src/DA/Signals.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE CPP #-} diff --git a/libs-haskell/da-hs-base/src/Data/Conduit/Tar/Extra.hs b/libs-haskell/da-hs-base/src/Data/Conduit/Tar/Extra.hs index 220e5f10fbda..2e4607f5c852 100644 --- a/libs-haskell/da-hs-base/src/Data/Conduit/Tar/Extra.hs +++ b/libs-haskell/da-hs-base/src/Data/Conduit/Tar/Extra.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Data.Conduit.Tar.Extra diff --git a/libs-haskell/da-hs-base/src/Data/List/Extended.hs b/libs-haskell/da-hs-base/src/Data/List/Extended.hs index c3e6106178d3..eee5eb441e68 100644 --- a/libs-haskell/da-hs-base/src/Data/List/Extended.hs +++ b/libs-haskell/da-hs-base/src/Data/List/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Data.List.Extended diff --git a/libs-haskell/da-hs-base/src/Data/NameMap.hs b/libs-haskell/da-hs-base/src/Data/NameMap.hs index 2c1e4ec9dcc0..2bfc593d41e2 100644 --- a/libs-haskell/da-hs-base/src/Data/NameMap.hs +++ b/libs-haskell/da-hs-base/src/Data/NameMap.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/libs-haskell/da-hs-base/src/Data/Semigroup/FixedPoint.hs b/libs-haskell/da-hs-base/src/Data/Semigroup/FixedPoint.hs index 22179b8ffe95..cf0eea90219c 100644 --- a/libs-haskell/da-hs-base/src/Data/Semigroup/FixedPoint.hs +++ b/libs-haskell/da-hs-base/src/Data/Semigroup/FixedPoint.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Data.Semigroup.FixedPoint diff --git a/libs-haskell/da-hs-base/src/Data/Text/Extended.hs b/libs-haskell/da-hs-base/src/Data/Text/Extended.hs index d5c6898b54d3..1540823a1580 100644 --- a/libs-haskell/da-hs-base/src/Data/Text/Extended.hs +++ b/libs-haskell/da-hs-base/src/Data/Text/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | An extended version of "Data.Text", which provides a slightly more diff --git a/libs-haskell/da-hs-base/src/Data/Vector/Extended.hs b/libs-haskell/da-hs-base/src/Data/Vector/Extended.hs index 5eb98976c596..01e5f12ad572 100644 --- a/libs-haskell/da-hs-base/src/Data/Vector/Extended.hs +++ b/libs-haskell/da-hs-base/src/Data/Vector/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Data.Vector.Extended ( module Data.Vector, diff --git a/libs-haskell/da-hs-base/src/Network/Socket/Extended.hs b/libs-haskell/da-hs-base/src/Network/Socket/Extended.hs index 08829df4652e..afcf9cf95eb4 100644 --- a/libs-haskell/da-hs-base/src/Network/Socket/Extended.hs +++ b/libs-haskell/da-hs-base/src/Network/Socket/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Network.Socket.Extended diff --git a/libs-haskell/da-hs-base/src/Options/Applicative/Extended.hs b/libs-haskell/da-hs-base/src/Options/Applicative/Extended.hs index 2c89ccd2b2be..74e002c7f887 100644 --- a/libs-haskell/da-hs-base/src/Options/Applicative/Extended.hs +++ b/libs-haskell/da-hs-base/src/Options/Applicative/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Options.Applicative.Extended diff --git a/libs-haskell/da-hs-base/src/Orphans/Lib_pretty.hs b/libs-haskell/da-hs-base/src/Orphans/Lib_pretty.hs index a355ed6ba3fa..562c87612f06 100644 --- a/libs-haskell/da-hs-base/src/Orphans/Lib_pretty.hs +++ b/libs-haskell/da-hs-base/src/Orphans/Lib_pretty.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# OPTIONS_GHC -Wno-orphans #-} 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 45c11b377c3f..445c3eb5c308 100644 --- a/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs +++ b/libs-haskell/da-hs-base/src/Test/Tasty/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Extended version of 'Test.Tasty.QuickCheck'. diff --git a/libs-haskell/da-hs-base/src/Text/PrettyPrint/Annotated/Extended.hs b/libs-haskell/da-hs-base/src/Text/PrettyPrint/Annotated/Extended.hs index 54ad76e3c7e9..f9bfa1e07866 100644 --- a/libs-haskell/da-hs-base/src/Text/PrettyPrint/Annotated/Extended.hs +++ b/libs-haskell/da-hs-base/src/Text/PrettyPrint/Annotated/Extended.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | A version of "Text.PrettyPrinting.Annotated" with combinators that diff --git a/libs-haskell/da-hs-base/tests/Options.hs b/libs-haskell/da-hs-base/tests/Options.hs index a8b63afa2e37..39a82dfb503c 100644 --- a/libs-haskell/da-hs-base/tests/Options.hs +++ b/libs-haskell/da-hs-base/tests/Options.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Options(main) where diff --git a/libs-haskell/da-version-types/BUILD.bazel b/libs-haskell/da-version-types/BUILD.bazel index 92fb3ee4dc12..c897cca106bd 100644 --- a/libs-haskell/da-version-types/BUILD.bazel +++ b/libs-haskell/da-version-types/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library", "da_haskell_test", "generate_and_track_cabal") diff --git a/libs-haskell/da-version-types/src/DA/Daml/Version/Types.hs b/libs-haskell/da-version-types/src/DA/Daml/Version/Types.hs index c06f65043512..5b56c9ff4c12 100644 --- a/libs-haskell/da-version-types/src/DA/Daml/Version/Types.hs +++ b/libs-haskell/da-version-types/src/DA/Daml/Version/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/libs-haskell/test-utils/BUILD.bazel b/libs-haskell/test-utils/BUILD.bazel index 779e65c29943..b0c7c785a6c1 100644 --- a/libs-haskell/test-utils/BUILD.bazel +++ b/libs-haskell/test-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-haskell/test-utils/DA/Test/FreePort.hs b/libs-haskell/test-utils/DA/Test/FreePort.hs index 17987cacb9a8..970ed4e9c248 100644 --- a/libs-haskell/test-utils/DA/Test/FreePort.hs +++ b/libs-haskell/test-utils/DA/Test/FreePort.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.FreePort (getAvailablePort, LockedPort (..)) where diff --git a/libs-haskell/test-utils/DA/Test/FreePort/Error.hs b/libs-haskell/test-utils/DA/Test/FreePort/Error.hs index 4ac187546e2b..bcb6d2747f24 100644 --- a/libs-haskell/test-utils/DA/Test/FreePort/Error.hs +++ b/libs-haskell/test-utils/DA/Test/FreePort/Error.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.FreePort.Error (FreePortError (..)) where diff --git a/libs-haskell/test-utils/DA/Test/FreePort/OS.hs b/libs-haskell/test-utils/DA/Test/FreePort/OS.hs index c10c820cf7d7..fb27612acd21 100644 --- a/libs-haskell/test-utils/DA/Test/FreePort/OS.hs +++ b/libs-haskell/test-utils/DA/Test/FreePort/OS.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiWayIf #-} diff --git a/libs-haskell/test-utils/DA/Test/FreePort/PortGen.hs b/libs-haskell/test-utils/DA/Test/FreePort/PortGen.hs index 0644731f7b3f..910a161f1f54 100644 --- a/libs-haskell/test-utils/DA/Test/FreePort/PortGen.hs +++ b/libs-haskell/test-utils/DA/Test/FreePort/PortGen.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.FreePort.PortGen (getPortGen) where diff --git a/libs-haskell/test-utils/DA/Test/FreePort/PortLock.hs b/libs-haskell/test-utils/DA/Test/FreePort/PortLock.hs index 9faa9e272d6d..5d36948e5d53 100644 --- a/libs-haskell/test-utils/DA/Test/FreePort/PortLock.hs +++ b/libs-haskell/test-utils/DA/Test/FreePort/PortLock.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.FreePort.PortLock (lockPort) where diff --git a/libs-haskell/test-utils/DA/Test/Process.hs b/libs-haskell/test-utils/DA/Test/Process.hs index 77a9ffda6a38..8ae7f9b6b902 100644 --- a/libs-haskell/test-utils/DA/Test/Process.hs +++ b/libs-haskell/test-utils/DA/Test/Process.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DA.Test.Process diff --git a/libs-haskell/test-utils/DA/Test/Sandbox.hs b/libs-haskell/test-utils/DA/Test/Sandbox.hs index 21229d825a2c..88a3f9b62748 100644 --- a/libs-haskell/test-utils/DA/Test/Sandbox.hs +++ b/libs-haskell/test-utils/DA/Test/Sandbox.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Tasty resource for starting sandbox diff --git a/libs-haskell/test-utils/DA/Test/Util.hs b/libs-haskell/test-utils/DA/Test/Util.hs index d3473815ccbb..c0eec0a64a3c 100644 --- a/libs-haskell/test-utils/DA/Test/Util.hs +++ b/libs-haskell/test-utils/DA/Test/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- | Test utils diff --git a/libs-scala/adjustable-clock/BUILD.bazel b/libs-scala/adjustable-clock/BUILD.bazel index 0c12b7a6b237..69e5f6ecb78a 100644 --- a/libs-scala/adjustable-clock/BUILD.bazel +++ b/libs-scala/adjustable-clock/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/adjustable-clock/src/main/scala/com/digitalasset/clock/AdjustableClock.scala b/libs-scala/adjustable-clock/src/main/scala/com/digitalasset/clock/AdjustableClock.scala index 815d288bc1a2..c74e38ae2848 100644 --- a/libs-scala/adjustable-clock/src/main/scala/com/digitalasset/clock/AdjustableClock.scala +++ b/libs-scala/adjustable-clock/src/main/scala/com/digitalasset/clock/AdjustableClock.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.clock diff --git a/libs-scala/auth-utils/BUILD.bazel b/libs-scala/auth-utils/BUILD.bazel index ef8d39f3ebfd..cc2a6750ce1f 100644 --- a/libs-scala/auth-utils/BUILD.bazel +++ b/libs-scala/auth-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/auth-utils/src/main/scala/com/digitalasset/auth/TokenHolder.scala b/libs-scala/auth-utils/src/main/scala/com/digitalasset/auth/TokenHolder.scala index 735c75ec013c..d450e70f5654 100644 --- a/libs-scala/auth-utils/src/main/scala/com/digitalasset/auth/TokenHolder.scala +++ b/libs-scala/auth-utils/src/main/scala/com/digitalasset/auth/TokenHolder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.auth diff --git a/libs-scala/build-info/BUILD.bazel b/libs-scala/build-info/BUILD.bazel index 64ff6966011a..bfca1ea98974 100644 --- a/libs-scala/build-info/BUILD.bazel +++ b/libs-scala/build-info/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/build-info/src/main/scala/com/digitalasset/buildinfo/BuildInfo.scala b/libs-scala/build-info/src/main/scala/com/digitalasset/buildinfo/BuildInfo.scala index 8f194323eb33..7559b758a7dc 100644 --- a/libs-scala/build-info/src/main/scala/com/digitalasset/buildinfo/BuildInfo.scala +++ b/libs-scala/build-info/src/main/scala/com/digitalasset/buildinfo/BuildInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.buildinfo diff --git a/libs-scala/caching/BUILD.bazel b/libs-scala/caching/BUILD.bazel index 12ea474a2801..e14f6680616d 100644 --- a/libs-scala/caching/BUILD.bazel +++ b/libs-scala/caching/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/Cache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/Cache.scala index 94159542ea2f..5c52594e476c 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/Cache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/Cache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/CaffeineCache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/CaffeineCache.scala index c03d1ff6b509..8ce082bee627 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/CaffeineCache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/CaffeineCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/DropwizardStatsCounter.scala b/libs-scala/caching/src/main/scala/com/daml/caching/DropwizardStatsCounter.scala index a8f9528b7877..a666bab0b5c1 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/DropwizardStatsCounter.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/DropwizardStatsCounter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/MappedCache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/MappedCache.scala index 87a64842743e..7448a72ad5aa 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/MappedCache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/MappedCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/NoCache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/NoCache.scala index 10b88af36332..30c9b900f9d8 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/NoCache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/NoCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/SizedCache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/SizedCache.scala index 5f569638398c..6a947e13037f 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/SizedCache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/SizedCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/Weight.scala b/libs-scala/caching/src/main/scala/com/daml/caching/Weight.scala index 26c503f66ab3..3940b6e2574e 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/Weight.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/Weight.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/main/scala/com/daml/caching/WeightedCache.scala b/libs-scala/caching/src/main/scala/com/daml/caching/WeightedCache.scala index 96df08e5817d..68a1dcca2224 100644 --- a/libs-scala/caching/src/main/scala/com/daml/caching/WeightedCache.scala +++ b/libs-scala/caching/src/main/scala/com/daml/caching/WeightedCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheBehaviorSpecBase.scala b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheBehaviorSpecBase.scala index 5833a2e783ec..3db31cd41a52 100644 --- a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheBehaviorSpecBase.scala +++ b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheBehaviorSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheCachingSpecBase.scala b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheCachingSpecBase.scala index 90bce41d529a..394a63bd3a11 100644 --- a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheCachingSpecBase.scala +++ b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheCachingSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheEvictionSpecBase.scala b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheEvictionSpecBase.scala index 75b41f74862c..7432dba1cae1 100644 --- a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheEvictionSpecBase.scala +++ b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheEvictionSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheSpecBase.scala b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheSpecBase.scala index e9156a5a9b82..3fc7e23d5012 100644 --- a/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheSpecBase.scala +++ b/libs-scala/caching/src/test/lib/scala/com/daml/caching/ConcurrentCacheSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/lib/scala/com/daml/caching/MapBackedCacheForTesting.scala b/libs-scala/caching/src/test/lib/scala/com/daml/caching/MapBackedCacheForTesting.scala index 12961fa3d465..c491629ae075 100644 --- a/libs-scala/caching/src/test/lib/scala/com/daml/caching/MapBackedCacheForTesting.scala +++ b/libs-scala/caching/src/test/lib/scala/com/daml/caching/MapBackedCacheForTesting.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/suite/scala/com/daml/caching/MapBackedCacheForTestingSpec.scala b/libs-scala/caching/src/test/suite/scala/com/daml/caching/MapBackedCacheForTestingSpec.scala index f48b7be24823..287d482972e9 100644 --- a/libs-scala/caching/src/test/suite/scala/com/daml/caching/MapBackedCacheForTestingSpec.scala +++ b/libs-scala/caching/src/test/suite/scala/com/daml/caching/MapBackedCacheForTestingSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/suite/scala/com/daml/caching/MappedCacheSpec.scala b/libs-scala/caching/src/test/suite/scala/com/daml/caching/MappedCacheSpec.scala index b2de326ad765..dea73a4d372f 100644 --- a/libs-scala/caching/src/test/suite/scala/com/daml/caching/MappedCacheSpec.scala +++ b/libs-scala/caching/src/test/suite/scala/com/daml/caching/MappedCacheSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/suite/scala/com/daml/caching/NoCacheSpec.scala b/libs-scala/caching/src/test/suite/scala/com/daml/caching/NoCacheSpec.scala index b939395e93fd..25cd90ab9582 100644 --- a/libs-scala/caching/src/test/suite/scala/com/daml/caching/NoCacheSpec.scala +++ b/libs-scala/caching/src/test/suite/scala/com/daml/caching/NoCacheSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/suite/scala/com/daml/caching/SizedCacheSpec.scala b/libs-scala/caching/src/test/suite/scala/com/daml/caching/SizedCacheSpec.scala index 99096071170e..eb710582bee5 100644 --- a/libs-scala/caching/src/test/suite/scala/com/daml/caching/SizedCacheSpec.scala +++ b/libs-scala/caching/src/test/suite/scala/com/daml/caching/SizedCacheSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/caching/src/test/suite/scala/com/daml/caching/WeightedCacheSpec.scala b/libs-scala/caching/src/test/suite/scala/com/daml/caching/WeightedCacheSpec.scala index bbfb6b60a648..45235d1ab687 100644 --- a/libs-scala/caching/src/test/suite/scala/com/daml/caching/WeightedCacheSpec.scala +++ b/libs-scala/caching/src/test/suite/scala/com/daml/caching/WeightedCacheSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.caching diff --git a/libs-scala/concurrent/BUILD.bazel b/libs-scala/concurrent/BUILD.bazel index d1ade609ba1c..4314139c772e 100644 --- a/libs-scala/concurrent/BUILD.bazel +++ b/libs-scala/concurrent/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/concurrent/src/main/scala/concurrent/ExecutionContextOf.scala b/libs-scala/concurrent/src/main/scala/concurrent/ExecutionContextOf.scala index 288e7f01d3b3..055fd39dda76 100644 --- a/libs-scala/concurrent/src/main/scala/concurrent/ExecutionContextOf.scala +++ b/libs-scala/concurrent/src/main/scala/concurrent/ExecutionContextOf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.concurrent diff --git a/libs-scala/concurrent/src/main/scala/concurrent/FutureOf.scala b/libs-scala/concurrent/src/main/scala/concurrent/FutureOf.scala index 59b31229a4f7..557852ca44ab 100644 --- a/libs-scala/concurrent/src/main/scala/concurrent/FutureOf.scala +++ b/libs-scala/concurrent/src/main/scala/concurrent/FutureOf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.concurrent diff --git a/libs-scala/concurrent/src/main/scala/concurrent/package.scala b/libs-scala/concurrent/src/main/scala/concurrent/package.scala index 14c25441fbd6..e4aa4368b062 100644 --- a/libs-scala/concurrent/src/main/scala/concurrent/package.scala +++ b/libs-scala/concurrent/src/main/scala/concurrent/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/concurrent/src/test/scala/concurrent/ExecutionContextSpec.scala b/libs-scala/concurrent/src/test/scala/concurrent/ExecutionContextSpec.scala index 64a51e0b7545..329d002dc501 100644 --- a/libs-scala/concurrent/src/test/scala/concurrent/ExecutionContextSpec.scala +++ b/libs-scala/concurrent/src/test/scala/concurrent/ExecutionContextSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.concurrent diff --git a/libs-scala/concurrent/src/test/scala/concurrent/FutureSpec.scala b/libs-scala/concurrent/src/test/scala/concurrent/FutureSpec.scala index 863a00c7d403..93ea4a59f0cf 100644 --- a/libs-scala/concurrent/src/test/scala/concurrent/FutureSpec.scala +++ b/libs-scala/concurrent/src/test/scala/concurrent/FutureSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.concurrent diff --git a/libs-scala/contextualized-logging/BUILD.bazel b/libs-scala/contextualized-logging/BUILD.bazel index ffe2fba69dfd..235cc3c27e3e 100644 --- a/libs-scala/contextualized-logging/BUILD.bazel +++ b/libs-scala/contextualized-logging/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/ContextualizedLogger.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/ContextualizedLogger.scala index 71759700289f..3177eeef8fe6 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/ContextualizedLogger.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/ContextualizedLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/JsonStringSerializer.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/JsonStringSerializer.scala index 4173355e778e..20b6d1e9d92f 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/JsonStringSerializer.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/JsonStringSerializer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LeveledLogger.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LeveledLogger.scala index 4eed7fdf0b9d..1e7b5b01dd50 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LeveledLogger.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LeveledLogger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContext.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContext.scala index f26660d926f0..1fca53874b90 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContext.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContextOf.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContextOf.scala index 36f67a4d9793..350f1512de92 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContextOf.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingContextOf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingMarker.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingMarker.scala index 7b1c60893773..39e992306159 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingMarker.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingMarker.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingValueSerializer.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingValueSerializer.scala index fc791252d966..b5df76e83823 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingValueSerializer.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/LoggingValueSerializer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/package.scala b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/package.scala index cb6322eabe6f..1028487d06b0 100644 --- a/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/package.scala +++ b/libs-scala/contextualized-logging/src/main/scala/com/digitalasset/logging/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerIT.scala b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerIT.scala index e817bf0e158b..dbdeb803cb40 100644 --- a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerIT.scala +++ b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerIT.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerSpec.scala b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerSpec.scala index 2803f670db47..adf8e63eac6b 100644 --- a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerSpec.scala +++ b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/ContextualizedLoggerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/JsonStringSerializerSpec.scala b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/JsonStringSerializerSpec.scala index 5bf4ab288af4..13105cea12ec 100644 --- a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/JsonStringSerializerSpec.scala +++ b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/JsonStringSerializerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueSerializerSpec.scala b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueSerializerSpec.scala index a71bb7430bdb..ba32b0bf0419 100644 --- a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueSerializerSpec.scala +++ b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueSerializerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueStringSerializerSpec.scala b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueStringSerializerSpec.scala index 825ddadf28fc..fd8bab52a31f 100644 --- a/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueStringSerializerSpec.scala +++ b/libs-scala/contextualized-logging/src/test/suite/scala/com/digitalasset/logging/LoggingValueStringSerializerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/crypto/BUILD.bazel b/libs-scala/crypto/BUILD.bazel index da924c660829..2c23d4194e9d 100644 --- a/libs-scala/crypto/BUILD.bazel +++ b/libs-scala/crypto/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_benchmark_jmh", "da_scala_library", "da_scala_test") diff --git a/libs-scala/crypto/src/jmh/scala/com/daml/MacPrototypeBenchmark.scala b/libs-scala/crypto/src/jmh/scala/com/daml/MacPrototypeBenchmark.scala index 7cfb4b116cfe..b1c3df2b29be 100644 --- a/libs-scala/crypto/src/jmh/scala/com/daml/MacPrototypeBenchmark.scala +++ b/libs-scala/crypto/src/jmh/scala/com/daml/MacPrototypeBenchmark.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/crypto/src/jmh/scala/com/daml/MessageDigestPrototypeBenchmark.scala b/libs-scala/crypto/src/jmh/scala/com/daml/MessageDigestPrototypeBenchmark.scala index 1d61b408dbb0..8895a53b1faf 100644 --- a/libs-scala/crypto/src/jmh/scala/com/daml/MessageDigestPrototypeBenchmark.scala +++ b/libs-scala/crypto/src/jmh/scala/com/daml/MessageDigestPrototypeBenchmark.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/crypto/src/main/scala/com/daml/crypto/MacPrototype.scala b/libs-scala/crypto/src/main/scala/com/daml/crypto/MacPrototype.scala index 7a439f35a4ff..5ffcbf1d0907 100644 --- a/libs-scala/crypto/src/main/scala/com/daml/crypto/MacPrototype.scala +++ b/libs-scala/crypto/src/main/scala/com/daml/crypto/MacPrototype.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/crypto/src/main/scala/com/daml/crypto/MessageDigestPrototype.scala b/libs-scala/crypto/src/main/scala/com/daml/crypto/MessageDigestPrototype.scala index a859cd69eda4..d8436e34aa86 100644 --- a/libs-scala/crypto/src/main/scala/com/daml/crypto/MessageDigestPrototype.scala +++ b/libs-scala/crypto/src/main/scala/com/daml/crypto/MessageDigestPrototype.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/crypto/src/test/scala/com/daml/crypto/MacPrototypeSpec.scala b/libs-scala/crypto/src/test/scala/com/daml/crypto/MacPrototypeSpec.scala index 286e07bdfcc0..8b8173992602 100644 --- a/libs-scala/crypto/src/test/scala/com/daml/crypto/MacPrototypeSpec.scala +++ b/libs-scala/crypto/src/test/scala/com/daml/crypto/MacPrototypeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/crypto/src/test/scala/com/daml/crypto/MessageDigestPrototypeSpec.scala b/libs-scala/crypto/src/test/scala/com/daml/crypto/MessageDigestPrototypeSpec.scala index a494bcd1d9bd..d93303ad5cc5 100644 --- a/libs-scala/crypto/src/test/scala/com/daml/crypto/MessageDigestPrototypeSpec.scala +++ b/libs-scala/crypto/src/test/scala/com/daml/crypto/MessageDigestPrototypeSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.crypto diff --git a/libs-scala/db-utils/BUILD.bazel b/libs-scala/db-utils/BUILD.bazel index bc5ee078786c..6aed0864104e 100644 --- a/libs-scala/db-utils/BUILD.bazel +++ b/libs-scala/db-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/Connection.scala b/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/Connection.scala index 5e88195482f0..0112413574c3 100644 --- a/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/Connection.scala +++ b/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/Connection.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.dbutils diff --git a/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/DBConfig.scala b/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/DBConfig.scala index 7812d50049fc..4dcca6fd5c65 100644 --- a/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/DBConfig.scala +++ b/libs-scala/db-utils/src/main/scala/com/digitalasset/http/dbbackend/DBConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.dbutils diff --git a/libs-scala/doobie-slf4j/BUILD.bazel b/libs-scala/doobie-slf4j/BUILD.bazel index 50c587a361ee..0070d90e4361 100644 --- a/libs-scala/doobie-slf4j/BUILD.bazel +++ b/libs-scala/doobie-slf4j/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/doobie-slf4j/src/main/scala/com/daml/doobie/logging/Slf4jLogHandler.scala b/libs-scala/doobie-slf4j/src/main/scala/com/daml/doobie/logging/Slf4jLogHandler.scala index d0b93c8c2a0d..20773a037b12 100644 --- a/libs-scala/doobie-slf4j/src/main/scala/com/daml/doobie/logging/Slf4jLogHandler.scala +++ b/libs-scala/doobie-slf4j/src/main/scala/com/daml/doobie/logging/Slf4jLogHandler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.doobie.logging diff --git a/libs-scala/executors/BUILD.bazel b/libs-scala/executors/BUILD.bazel index c86de599dc03..6023fd0b32d3 100644 --- a/libs-scala/executors/BUILD.bazel +++ b/libs-scala/executors/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/executors/src/main/scala/com/daml/executors/InstrumentedExecutors.scala b/libs-scala/executors/src/main/scala/com/daml/executors/InstrumentedExecutors.scala index cbe30c96ec25..a6c2f6fdb82c 100644 --- a/libs-scala/executors/src/main/scala/com/daml/executors/InstrumentedExecutors.scala +++ b/libs-scala/executors/src/main/scala/com/daml/executors/InstrumentedExecutors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.executors diff --git a/libs-scala/executors/src/main/scala/com/daml/executors/NamedExecutor.scala b/libs-scala/executors/src/main/scala/com/daml/executors/NamedExecutor.scala index 8db2eb2a0c79..67f1ca0854a7 100644 --- a/libs-scala/executors/src/main/scala/com/daml/executors/NamedExecutor.scala +++ b/libs-scala/executors/src/main/scala/com/daml/executors/NamedExecutor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.executors.executors diff --git a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutionContextExecutorService.scala b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutionContextExecutorService.scala index c68c9e0c9e4e..1fb1652c3cb1 100644 --- a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutionContextExecutorService.scala +++ b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutionContextExecutorService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.executors.executors diff --git a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutor.scala b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutor.scala index ed0f9baf0013..5c7c4af4df32 100644 --- a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutor.scala +++ b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.executors.executors diff --git a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutorService.scala b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutorService.scala index 781a9ca5d171..8106cb2dd887 100644 --- a/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutorService.scala +++ b/libs-scala/executors/src/main/scala/com/daml/executors/QueueAwareExecutorService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.executors diff --git a/libs-scala/flyway-testing/BUILD.bazel b/libs-scala/flyway-testing/BUILD.bazel index 43b24ba3764c..965635091a42 100644 --- a/libs-scala/flyway-testing/BUILD.bazel +++ b/libs-scala/flyway-testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library") diff --git a/libs-scala/flyway-testing/hash-migrations.sh b/libs-scala/flyway-testing/hash-migrations.sh index 4eae199241a7..579c25308510 100755 --- a/libs-scala/flyway-testing/hash-migrations.sh +++ b/libs-scala/flyway-testing/hash-migrations.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eou pipefail diff --git a/libs-scala/flyway-testing/src/main/scala/flyway/AbstractImmutableMigrationsSpec.scala b/libs-scala/flyway-testing/src/main/scala/flyway/AbstractImmutableMigrationsSpec.scala index 2ccac1c6a3ec..18cbba23b9db 100644 --- a/libs-scala/flyway-testing/src/main/scala/flyway/AbstractImmutableMigrationsSpec.scala +++ b/libs-scala/flyway-testing/src/main/scala/flyway/AbstractImmutableMigrationsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.flyway diff --git a/libs-scala/fs-utils/BUILD.bazel b/libs-scala/fs-utils/BUILD.bazel index 42dc03f3efab..548b37bb870e 100644 --- a/libs-scala/fs-utils/BUILD.bazel +++ b/libs-scala/fs-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/fs-utils/src/main/scala/com/daml/fs/TemporaryDirectory.scala b/libs-scala/fs-utils/src/main/scala/com/daml/fs/TemporaryDirectory.scala index 545380025c9b..98c0d52f1485 100644 --- a/libs-scala/fs-utils/src/main/scala/com/daml/fs/TemporaryDirectory.scala +++ b/libs-scala/fs-utils/src/main/scala/com/daml/fs/TemporaryDirectory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.fs diff --git a/libs-scala/fs-utils/src/main/scala/com/daml/fs/Utils.scala b/libs-scala/fs-utils/src/main/scala/com/daml/fs/Utils.scala index 5e98a180c32f..663cd9286c7f 100644 --- a/libs-scala/fs-utils/src/main/scala/com/daml/fs/Utils.scala +++ b/libs-scala/fs-utils/src/main/scala/com/daml/fs/Utils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.fs diff --git a/libs-scala/grpc-reverse-proxy/BUILD.bazel b/libs-scala/grpc-reverse-proxy/BUILD.bazel index 51174446b3e8..554cb8cc7ab1 100644 --- a/libs-scala/grpc-reverse-proxy/BUILD.bazel +++ b/libs-scala/grpc-reverse-proxy/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardCall.scala b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardCall.scala index c601413843cf..897340dea439 100644 --- a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardCall.scala +++ b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardCall.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardService.scala b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardService.scala index a0d37170c89b..6c4ccea63a0d 100644 --- a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardService.scala +++ b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ForwardService.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ReverseProxy.scala b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ReverseProxy.scala index 115aa10bba46..962d76fc4004 100644 --- a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ReverseProxy.scala +++ b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/ReverseProxy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCall.scala b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCall.scala index 95eb68beb9fa..ad7f18d054f9 100644 --- a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCall.scala +++ b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCall.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.interceptors diff --git a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCallListener.scala b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCallListener.scala index 4a64250bf77a..2a7a28d32678 100644 --- a/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCallListener.scala +++ b/libs-scala/grpc-reverse-proxy/src/main/scala/com/daml/grpc/interceptors/ForwardingServerCallListener.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.interceptors diff --git a/libs-scala/grpc-reverse-proxy/src/test/scala/com/daml/grpc/ReverseProxySpec.scala b/libs-scala/grpc-reverse-proxy/src/test/scala/com/daml/grpc/ReverseProxySpec.scala index f91afda81735..b8e36d5a8ba2 100644 --- a/libs-scala/grpc-reverse-proxy/src/test/scala/com/daml/grpc/ReverseProxySpec.scala +++ b/libs-scala/grpc-reverse-proxy/src/test/scala/com/daml/grpc/ReverseProxySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-server-reflection-client/BUILD.bazel b/libs-scala/grpc-server-reflection-client/BUILD.bazel index 082d2545b668..fdb490fece4c 100644 --- a/libs-scala/grpc-server-reflection-client/BUILD.bazel +++ b/libs-scala/grpc-server-reflection-client/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/MethodDescriptorInfo.scala b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/MethodDescriptorInfo.scala index aca9ce46fa56..1153fd8b4c29 100644 --- a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/MethodDescriptorInfo.scala +++ b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/MethodDescriptorInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionClient.scala b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionClient.scala index ea9111217489..f0fdf42ef365 100644 --- a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionClient.scala +++ b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionClient.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionRequests.scala b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionRequests.scala index e1efe5c37c25..37e2557cbb29 100644 --- a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionRequests.scala +++ b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServerReflectionRequests.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfo.scala b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfo.scala index 8a5b9791bcf0..09a0a56607be 100644 --- a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfo.scala +++ b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfo.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfoObserver.scala b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfoObserver.scala index 7b8ee3b96ddf..c6ce561011e8 100644 --- a/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfoObserver.scala +++ b/libs-scala/grpc-server-reflection-client/src/main/scala/com/daml/grpc/reflection/ServiceDescriptorInfoObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-server-reflection-client/src/test/scala/com/daml/grpc/reflection/ServerReflectionClientSpec.scala b/libs-scala/grpc-server-reflection-client/src/test/scala/com/daml/grpc/reflection/ServerReflectionClientSpec.scala index ff072c638d23..9367572024e6 100644 --- a/libs-scala/grpc-server-reflection-client/src/test/scala/com/daml/grpc/reflection/ServerReflectionClientSpec.scala +++ b/libs-scala/grpc-server-reflection-client/src/test/scala/com/daml/grpc/reflection/ServerReflectionClientSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.reflection diff --git a/libs-scala/grpc-test-utils/BUILD.bazel b/libs-scala/grpc-test-utils/BUILD.bazel index 955617be423f..2de894105c3a 100644 --- a/libs-scala/grpc-test-utils/BUILD.bazel +++ b/libs-scala/grpc-test-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/FiniteStreamObserver.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/FiniteStreamObserver.scala index 57ccca42d23e..05b75ee82ec0 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/FiniteStreamObserver.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/FiniteStreamObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/GrpcServer.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/GrpcServer.scala index 1eaf0c09d24f..c3451c1f17d3 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/GrpcServer.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/GrpcServer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/ObserverFilter.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/ObserverFilter.scala index c8ccfed4c215..4c10c8df97e4 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/ObserverFilter.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/ObserverFilter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/SizeBoundObserver.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/SizeBoundObserver.scala index 3e4474a386f7..8ddb05231e0a 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/SizeBoundObserver.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/SizeBoundObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/StreamConsumer.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/StreamConsumer.scala index 219ff49798af..06059f4e5262 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/StreamConsumer.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/StreamConsumer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/TimeBoundObserver.scala b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/TimeBoundObserver.scala index 598312f13265..3e91bd427872 100644 --- a/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/TimeBoundObserver.scala +++ b/libs-scala/grpc-test-utils/src/main/scala/com/daml/grpc/test/TimeBoundObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.test diff --git a/libs-scala/grpc-utils/BUILD.bazel b/libs-scala/grpc-utils/BUILD.bazel index 8e7a809551d1..68cc3f1e3744 100644 --- a/libs-scala/grpc-utils/BUILD.bazel +++ b/libs-scala/grpc-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcException.scala b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcException.scala index 6b83328c3d1c..b31a3b0d11f0 100644 --- a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcException.scala +++ b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcStatus.scala b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcStatus.scala index 990cf00e8cc2..6970f2f17735 100644 --- a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcStatus.scala +++ b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/GrpcStatus.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/RpcProtoExtractors.scala b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/RpcProtoExtractors.scala index cc586db49614..9001d8c5c58a 100644 --- a/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/RpcProtoExtractors.scala +++ b/libs-scala/grpc-utils/src/main/scala/com/digitalasset/grpc/RpcProtoExtractors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc diff --git a/libs-scala/grpc-utils/src/test/suite/scala/com/digitalasset/grpc/GrpcStatusSpec.scala b/libs-scala/grpc-utils/src/test/suite/scala/com/digitalasset/grpc/GrpcStatusSpec.scala index bfc0be34758a..144494bae5ea 100644 --- a/libs-scala/grpc-utils/src/test/suite/scala/com/digitalasset/grpc/GrpcStatusSpec.scala +++ b/libs-scala/grpc-utils/src/test/suite/scala/com/digitalasset/grpc/GrpcStatusSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.digitalasset.grpc diff --git a/libs-scala/http-test-utils/BUILD.bazel b/libs-scala/http-test-utils/BUILD.bazel index 7dd1c71ee090..6d1ee3d1719b 100644 --- a/libs-scala/http-test-utils/BUILD.bazel +++ b/libs-scala/http-test-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/http-test-utils/src/main/scala/com/daml/http/test/SimpleHttpServer.scala b/libs-scala/http-test-utils/src/main/scala/com/daml/http/test/SimpleHttpServer.scala index 237b941dd6b0..479efe28a5d6 100644 --- a/libs-scala/http-test-utils/src/main/scala/com/daml/http/test/SimpleHttpServer.scala +++ b/libs-scala/http-test-utils/src/main/scala/com/daml/http/test/SimpleHttpServer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.http.test diff --git a/libs-scala/jwt/BUILD.bazel b/libs-scala/jwt/BUILD.bazel index 8e6148cabd53..78e0bc17c074 100644 --- a/libs-scala/jwt/BUILD.bazel +++ b/libs-scala/jwt/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Base64.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Base64.scala index ae81a83239a0..1b4a67629655 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Base64.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Base64.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Error.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Error.scala index 82352e3bf31a..228b0866d0e9 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Error.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwksVerifier.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwksVerifier.scala index 43fadbebb82e..33768de89962 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwksVerifier.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwksVerifier.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtDecoder.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtDecoder.scala index f82ed5e94c78..57c2b1ca7f30 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtDecoder.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtDecoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtFromBearerHeader.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtFromBearerHeader.scala index ca0abc373c42..b68fc1490b3d 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtFromBearerHeader.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtFromBearerHeader.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtGenerator.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtGenerator.scala index fd6d6f6687e9..95cf2bde58c8 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtGenerator.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtSigner.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtSigner.scala index 98486fd6e725..14656e5b55c3 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtSigner.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtSigner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtTimestampLeeway.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtTimestampLeeway.scala index a5954972e581..ea4177dba632 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtTimestampLeeway.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtTimestampLeeway.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtVerifier.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtVerifier.scala index ba9d1a34c988..0f5366778912 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtVerifier.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/JwtVerifier.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/KeyUtils.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/KeyUtils.scala index 76d99bd870bd..e95e05fe1ecd 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/KeyUtils.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/KeyUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Main.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Main.scala index 02a9dd9365e4..b7f13a0b153e 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Main.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/RsaKeysGenerator.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/RsaKeysGenerator.scala index a6c9e842648c..5b3b1a498e03 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/RsaKeysGenerator.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/RsaKeysGenerator.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/domain.scala b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/domain.scala index 7f9c1d5e1f5c..5587d21008cf 100644 --- a/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/domain.scala +++ b/libs-scala/jwt/src/main/scala/com/digitalasset/jwt/domain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwksSpec.scala b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwksSpec.scala index b7419590cff6..c75c89e22329 100644 --- a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwksSpec.scala +++ b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwksSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtFromBearerHeaderSpec.scala b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtFromBearerHeaderSpec.scala index 79dee4a356bf..150148dbedc4 100644 --- a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtFromBearerHeaderSpec.scala +++ b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtFromBearerHeaderSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtTimestampLeewaySpec.scala b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtTimestampLeewaySpec.scala index 052e486b8ee1..c654848ace51 100644 --- a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtTimestampLeewaySpec.scala +++ b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/JwtTimestampLeewaySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/SignatureSpec.scala b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/SignatureSpec.scala index 44b1e43d8116..f0998b59b350 100644 --- a/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/SignatureSpec.scala +++ b/libs-scala/jwt/src/test/scala/com/digitalasset/jwt/SignatureSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.jwt diff --git a/libs-scala/ledger-resources/BUILD.bazel b/libs-scala/ledger-resources/BUILD.bazel index 23973b55e442..34e532952cb7 100644 --- a/libs-scala/ledger-resources/BUILD.bazel +++ b/libs-scala/ledger-resources/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library", "da_scala_test_suite") diff --git a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceContext.scala b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceContext.scala index 56f68851b685..7ca1278f18be 100644 --- a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceContext.scala +++ b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.resources diff --git a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceOwner.scala b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceOwner.scala index 488d80ece758..dfd0340ce637 100644 --- a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceOwner.scala +++ b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/ResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.resources diff --git a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/package.scala b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/package.scala index 5a03e25e1a30..6241592015ab 100644 --- a/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/package.scala +++ b/libs-scala/ledger-resources/src/main/scala/com/daml/ledger/resources/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger diff --git a/libs-scala/ledger-resources/src/test/lib/scala/com/daml/ledger/resources/TestResourceContext.scala b/libs-scala/ledger-resources/src/test/lib/scala/com/daml/ledger/resources/TestResourceContext.scala index a13440c20e58..74c2720614ad 100644 --- a/libs-scala/ledger-resources/src/test/lib/scala/com/daml/ledger/resources/TestResourceContext.scala +++ b/libs-scala/ledger-resources/src/test/lib/scala/com/daml/ledger/resources/TestResourceContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.resources diff --git a/libs-scala/logging-entries/BUILD.bazel b/libs-scala/logging-entries/BUILD.bazel index 877f9e7d2984..9c3d78c0a8c5 100644 --- a/libs-scala/logging-entries/BUILD.bazel +++ b/libs-scala/logging-entries/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingEntries.scala b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingEntries.scala index 4355f737a68b..00ef7aea5562 100644 --- a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingEntries.scala +++ b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingEntries.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging.entries diff --git a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingValue.scala b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingValue.scala index d66a0c418497..a12e8e95c39b 100644 --- a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingValue.scala +++ b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/LoggingValue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging.entries diff --git a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingKey.scala b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingKey.scala index be742a6d1eed..c431114c9130 100644 --- a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingKey.scala +++ b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingKey.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging.entries diff --git a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingValue.scala b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingValue.scala index f58cee67b0a2..aabd0642c7cf 100644 --- a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingValue.scala +++ b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/ToLoggingValue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging.entries diff --git a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/package.scala b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/package.scala index 9977c4531a35..623211e9988d 100644 --- a/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/package.scala +++ b/libs-scala/logging-entries/src/main/scala/com/daml/logging/entries/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging diff --git a/libs-scala/logging-entries/src/test/scala/com/daml/logging/entries/LoggingValueSpec.scala b/libs-scala/logging-entries/src/test/scala/com/daml/logging/entries/LoggingValueSpec.scala index 55f9245db6f7..1269cb43607d 100644 --- a/libs-scala/logging-entries/src/test/scala/com/daml/logging/entries/LoggingValueSpec.scala +++ b/libs-scala/logging-entries/src/test/scala/com/daml/logging/entries/LoggingValueSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.logging.entries diff --git a/libs-scala/nameof/BUILD.bazel b/libs-scala/nameof/BUILD.bazel index fc9c7f848a1c..3013be6384a7 100644 --- a/libs-scala/nameof/BUILD.bazel +++ b/libs-scala/nameof/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOf.scala b/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOf.scala index 9c1502379db5..c0906a40a051 100644 --- a/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOf.scala +++ b/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOf.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nameof diff --git a/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOfImpl.scala b/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOfImpl.scala index acf9f6ad8385..c51fe15a0ef3 100644 --- a/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOfImpl.scala +++ b/libs-scala/nameof/src/main/scala/com/digitalasset/nameof/NameOfImpl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nameof diff --git a/libs-scala/nameof/src/test/suite/scala/com/digitalasset/logging/NameOfSpec.scala b/libs-scala/nameof/src/test/suite/scala/com/digitalasset/logging/NameOfSpec.scala index 6cb8555d1cbb..28496156be7c 100644 --- a/libs-scala/nameof/src/test/suite/scala/com/digitalasset/logging/NameOfSpec.scala +++ b/libs-scala/nameof/src/test/suite/scala/com/digitalasset/logging/NameOfSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nameof diff --git a/libs-scala/nonempty-cats/BUILD.bazel b/libs-scala/nonempty-cats/BUILD.bazel index a9553878392d..cb7fda11eb07 100644 --- a/libs-scala/nonempty-cats/BUILD.bazel +++ b/libs-scala/nonempty-cats/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/impl/CatsInstancesLow.scala b/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/impl/CatsInstancesLow.scala index cdef454ae5d3..52391903c04a 100644 --- a/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/impl/CatsInstancesLow.scala +++ b/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/impl/CatsInstancesLow.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/package.scala b/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/package.scala index 7f86e19aad2a..44536c3ebda2 100644 --- a/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/package.scala +++ b/libs-scala/nonempty-cats/src/main/scala/nonempty/catsinstances/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty-cats/src/test/scala/nonempty/catsinstances/CatsInstancesSpec.scala b/libs-scala/nonempty-cats/src/test/scala/nonempty/catsinstances/CatsInstancesSpec.scala index 5aedbf97333a..cd9018ef4e17 100644 --- a/libs-scala/nonempty-cats/src/test/scala/nonempty/catsinstances/CatsInstancesSpec.scala +++ b/libs-scala/nonempty-cats/src/test/scala/nonempty/catsinstances/CatsInstancesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty/BUILD.bazel b/libs-scala/nonempty/BUILD.bazel index 4039dec27f3d..8a434c38f0d9 100644 --- a/libs-scala/nonempty/BUILD.bazel +++ b/libs-scala/nonempty/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/nonempty/src/main/scala/nonempty/NonEmpty.scala b/libs-scala/nonempty/src/main/scala/nonempty/NonEmpty.scala index e6c37f41b006..d498c6d1e9bd 100644 --- a/libs-scala/nonempty/src/main/scala/nonempty/NonEmpty.scala +++ b/libs-scala/nonempty/src/main/scala/nonempty/NonEmpty.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyCollCompat.scala b/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyCollCompat.scala index c73567fa91f1..e7c7240ad45c 100644 --- a/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyCollCompat.scala +++ b/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyCollCompat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyReturningOps.scala b/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyReturningOps.scala index 3433a65ab65b..a01aeffef89d 100644 --- a/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyReturningOps.scala +++ b/libs-scala/nonempty/src/main/scala/nonempty/NonEmptyReturningOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty/src/main/scala/nonempty/Patterns.scala b/libs-scala/nonempty/src/main/scala/nonempty/Patterns.scala index 7f1af92133cf..af288b87cdec 100644 --- a/libs-scala/nonempty/src/main/scala/nonempty/Patterns.scala +++ b/libs-scala/nonempty/src/main/scala/nonempty/Patterns.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/nonempty/src/main/scala/nonempty/package.scala b/libs-scala/nonempty/src/main/scala/nonempty/package.scala index fe6a7987479b..c9e38e18a871 100644 --- a/libs-scala/nonempty/src/main/scala/nonempty/package.scala +++ b/libs-scala/nonempty/src/main/scala/nonempty/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/nonempty/src/main/scala/scalautil/nonempty/package.scala b/libs-scala/nonempty/src/main/scala/scalautil/nonempty/package.scala index 1923102ac01f..13970eabad05 100644 --- a/libs-scala/nonempty/src/main/scala/scalautil/nonempty/package.scala +++ b/libs-scala/nonempty/src/main/scala/scalautil/nonempty/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/nonempty/src/test/scala/nonempty/NonEmptySpec.scala b/libs-scala/nonempty/src/test/scala/nonempty/NonEmptySpec.scala index 6a9f87a1b8cd..bf2d45114535 100644 --- a/libs-scala/nonempty/src/test/scala/nonempty/NonEmptySpec.scala +++ b/libs-scala/nonempty/src/test/scala/nonempty/NonEmptySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonempty diff --git a/libs-scala/oracle-testing/BUILD.bazel b/libs-scala/oracle-testing/BUILD.bazel index 308c91e9bc6a..ff9ecb0490a7 100644 --- a/libs-scala/oracle-testing/BUILD.bazel +++ b/libs-scala/oracle-testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAround.scala b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAround.scala index 8d6979961892..b6481549e647 100644 --- a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAround.scala +++ b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAround.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.oracle diff --git a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundAll.scala b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundAll.scala index 4638a7c5a62b..08a01439ac1c 100644 --- a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundAll.scala +++ b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundAll.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.oracle diff --git a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundEach.scala b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundEach.scala index 80c44719a6b2..5bc20210ad3c 100644 --- a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundEach.scala +++ b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundEach.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.oracle diff --git a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundSuite.scala b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundSuite.scala index 13e5a4fbd412..d709036b599a 100644 --- a/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundSuite.scala +++ b/libs-scala/oracle-testing/src/main/scala/testing/oracle/OracleAroundSuite.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.oracle diff --git a/libs-scala/ports/BUILD.bazel b/libs-scala/ports/BUILD.bazel index 3af2d0f5d016..0dc44b1d76bb 100644 --- a/libs-scala/ports/BUILD.bazel +++ b/libs-scala/ports/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_darwin") diff --git a/libs-scala/ports/src/main/scala/com/digitalasset/ports/FreePort.scala b/libs-scala/ports/src/main/scala/com/digitalasset/ports/FreePort.scala index fef29f38f26b..52ed4c462dbc 100644 --- a/libs-scala/ports/src/main/scala/com/digitalasset/ports/FreePort.scala +++ b/libs-scala/ports/src/main/scala/com/digitalasset/ports/FreePort.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/main/scala/com/digitalasset/ports/LockedFreePort.scala b/libs-scala/ports/src/main/scala/com/digitalasset/ports/LockedFreePort.scala index a7d32715c255..64cb0b0f5650 100644 --- a/libs-scala/ports/src/main/scala/com/digitalasset/ports/LockedFreePort.scala +++ b/libs-scala/ports/src/main/scala/com/digitalasset/ports/LockedFreePort.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/main/scala/com/digitalasset/ports/Port.scala b/libs-scala/ports/src/main/scala/com/digitalasset/ports/Port.scala index 5a41bf5a6bf7..2440c290cd92 100644 --- a/libs-scala/ports/src/main/scala/com/digitalasset/ports/Port.scala +++ b/libs-scala/ports/src/main/scala/com/digitalasset/ports/Port.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortFiles.scala b/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortFiles.scala index 50c9d5b9518d..65dc42c46e7a 100644 --- a/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortFiles.scala +++ b/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortFiles.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortLock.scala b/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortLock.scala index f8584589591a..b96f96b07475 100644 --- a/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortLock.scala +++ b/libs-scala/ports/src/main/scala/com/digitalasset/ports/PortLock.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/FreePortSpec.scala b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/FreePortSpec.scala index 5a0c0d0010a0..ca6b9f8fb222 100644 --- a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/FreePortSpec.scala +++ b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/FreePortSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/LockedFreePortSpec.scala b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/LockedFreePortSpec.scala index 01ffdd7b4064..d8247d55abe7 100644 --- a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/LockedFreePortSpec.scala +++ b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/LockedFreePortSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortFilesSpec.scala b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortFilesSpec.scala index 1903cd9e04ef..1d6fb7087bb7 100644 --- a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortFilesSpec.scala +++ b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortFilesSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortSpec.scala b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortSpec.scala index bc3cf4e217a1..ec5872d14468 100644 --- a/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortSpec.scala +++ b/libs-scala/ports/src/test/suite/scala/com/digitalasset/ports/PortSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ports diff --git a/libs-scala/postgresql-testing/BUILD.bazel b/libs-scala/postgresql-testing/BUILD.bazel index 32ba2db1131b..e7a8fe6f1a1f 100644 --- a/libs-scala/postgresql-testing/BUILD.bazel +++ b/libs-scala/postgresql-testing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAround.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAround.scala index 8017afc39c8d..9c74ec2cc14c 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAround.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAround.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundAll.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundAll.scala index d867e4ec6fcc..84b17e8b5efa 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundAll.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundAll.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundEach.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundEach.scala index 4b268f1c2dec..38b8eff214de 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundEach.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundEach.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundSuite.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundSuite.scala index 9a668655924a..ffd4c2c7404a 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundSuite.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresAroundSuite.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresDatabase.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresDatabase.scala index c3f3c193022c..12c42584b385 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresDatabase.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresDatabase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresResource.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresResource.scala index 4d1f2d42413f..8d74dde51281 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresResource.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServer.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServer.scala index ab074c8d4216..fa70c00e8550 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServer.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServerPaths.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServerPaths.scala index d550e7d70f4e..e88b1bb7db7b 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServerPaths.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/PostgresServerPaths.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/Tool.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/Tool.scala index 6090a06fcc37..0f69ac6dc2ed 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/Tool.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/Tool.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing.postgresql diff --git a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/package.scala b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/package.scala index 1bd250fe2097..a82ed450227a 100644 --- a/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/package.scala +++ b/libs-scala/postgresql-testing/src/main/scala/com/digitalasset/testing/postgresql/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.testing diff --git a/libs-scala/resources-grpc/BUILD.bazel b/libs-scala/resources-grpc/BUILD.bazel index 76e7984e770c..f5e5b420375b 100644 --- a/libs-scala/resources-grpc/BUILD.bazel +++ b/libs-scala/resources-grpc/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library", "da_scala_test_suite") diff --git a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/GrpcResourceOwnerFactories.scala b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/GrpcResourceOwnerFactories.scala index 63742d80873c..b33e2e56f1ef 100644 --- a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/GrpcResourceOwnerFactories.scala +++ b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/GrpcResourceOwnerFactories.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.grpc diff --git a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ManagedChannelResourceOwner.scala b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ManagedChannelResourceOwner.scala index 93e874feab74..11cb5169eb7a 100644 --- a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ManagedChannelResourceOwner.scala +++ b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ManagedChannelResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.grpc diff --git a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/NioEventLoopGroupResourceOwner.scala b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/NioEventLoopGroupResourceOwner.scala index 61d89226db56..691dc36f1229 100644 --- a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/NioEventLoopGroupResourceOwner.scala +++ b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/NioEventLoopGroupResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.grpc diff --git a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ServerResourceOwner.scala b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ServerResourceOwner.scala index 85a24d051e7d..adc23ed91bb2 100644 --- a/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ServerResourceOwner.scala +++ b/libs-scala/resources-grpc/src/main/scala/com/daml/resources/grpc/ServerResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.grpc diff --git a/libs-scala/resources-grpc/src/test/scala/com/daml/resources/grpc/GrpcResourceOwnerSpec.scala b/libs-scala/resources-grpc/src/test/scala/com/daml/resources/grpc/GrpcResourceOwnerSpec.scala index 9fa62afe7fe2..951207c336c0 100644 --- a/libs-scala/resources-grpc/src/test/scala/com/daml/resources/grpc/GrpcResourceOwnerSpec.scala +++ b/libs-scala/resources-grpc/src/test/scala/com/daml/resources/grpc/GrpcResourceOwnerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.grpc diff --git a/libs-scala/resources-pekko/BUILD.bazel b/libs-scala/resources-pekko/BUILD.bazel index 72820a85301a..3ba904dbfa1b 100644 --- a/libs-scala/resources-pekko/BUILD.bazel +++ b/libs-scala/resources-pekko/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library", "da_scala_test_suite") diff --git a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorMaterializerResourceOwner.scala b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorMaterializerResourceOwner.scala index 738978677408..845bf09224d1 100644 --- a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorMaterializerResourceOwner.scala +++ b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorMaterializerResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorSystemResourceOwner.scala b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorSystemResourceOwner.scala index 7c0c1f6de255..221514d56b0a 100644 --- a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorSystemResourceOwner.scala +++ b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/ActorSystemResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/BoundedSourceQueueResourceOwner.scala b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/BoundedSourceQueueResourceOwner.scala index 3d5b4976f375..88182a9e2bc3 100644 --- a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/BoundedSourceQueueResourceOwner.scala +++ b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/BoundedSourceQueueResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/CancellableResourceOwner.scala b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/CancellableResourceOwner.scala index d1f8f14cd4de..cfbfb1fd689b 100644 --- a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/CancellableResourceOwner.scala +++ b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/CancellableResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerFactories.scala b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerFactories.scala index 2a5b15cf7c9d..413531cb83e9 100644 --- a/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerFactories.scala +++ b/libs-scala/resources-pekko/src/main/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerFactories.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources-pekko/src/test/suite/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerSpec.scala b/libs-scala/resources-pekko/src/test/suite/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerSpec.scala index 3ac5ec3bebc2..91f9aa5a61a5 100644 --- a/libs-scala/resources-pekko/src/test/suite/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerSpec.scala +++ b/libs-scala/resources-pekko/src/test/suite/scala/com/digitalasset/resources/pekko/PekkoResourceOwnerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources.pekko diff --git a/libs-scala/resources/BUILD.bazel b/libs-scala/resources/BUILD.bazel index 92d879f142fc..6b4e0b1316ad 100644 --- a/libs-scala/resources/BUILD.bazel +++ b/libs-scala/resources/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library", "da_scala_test_suite") diff --git a/libs-scala/resources/src/main/2.13/com/daml/resources/UnitCanBuildFrom.scala b/libs-scala/resources/src/main/2.13/com/daml/resources/UnitCanBuildFrom.scala index 6dda2f39177c..7719faeea823 100644 --- a/libs-scala/resources/src/main/2.13/com/daml/resources/UnitCanBuildFrom.scala +++ b/libs-scala/resources/src/main/2.13/com/daml/resources/UnitCanBuildFrom.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/AbstractResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/AbstractResourceOwner.scala index 216bd4cf30ec..f07e22613d04 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/AbstractResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/AbstractResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/CloseableResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/CloseableResourceOwner.scala index de5af59d8339..416574140213 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/CloseableResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/CloseableResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ExecutorServiceResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ExecutorServiceResourceOwner.scala index 6c7368f82af1..8aa6a3dac603 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ExecutorServiceResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ExecutorServiceResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureCloseableResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureCloseableResourceOwner.scala index 2b6711892f50..3b9f9b4c6846 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureCloseableResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureCloseableResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureResourceOwner.scala index aa48f3467bd6..c253c4540db7 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/FutureResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/HasExecutionContext.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/HasExecutionContext.scala index f82602f8264b..2d7fefccad4f 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/HasExecutionContext.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/HasExecutionContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/NestedResource.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/NestedResource.scala index c60e398da688..4c1c4fcb66ec 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/NestedResource.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/NestedResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ProgramResource.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ProgramResource.scala index adde0d38ba03..87902151457b 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ProgramResource.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ProgramResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/PureResource.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/PureResource.scala index 6c173b8e7de3..222debeaf207 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/PureResource.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/PureResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResource.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResource.scala index e969ae3f4055..ba26f1fc1a96 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResource.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResourceOwner.scala index 632c95c8c4c3..93127786229c 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ReleasableResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/Resource.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/Resource.scala index 43d2a3968088..16d0278db1b4 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/Resource.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/Resource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceAcquisitionFilterException.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceAcquisitionFilterException.scala index 8fcb17db53fa..3497566d79d2 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceAcquisitionFilterException.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceAcquisitionFilterException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceFactories.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceFactories.scala index 02ed2362b805..da83e39ea75d 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceFactories.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceFactories.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceOwnerFactories.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceOwnerFactories.scala index 4e81db712491..b605b7e9ef4b 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceOwnerFactories.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/ResourceOwnerFactories.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/main/scala/com/digitalasset/resources/TimerResourceOwner.scala b/libs-scala/resources/src/main/scala/com/digitalasset/resources/TimerResourceOwner.scala index 62ea6466f4e3..39fc136321d4 100644 --- a/libs-scala/resources/src/main/scala/com/digitalasset/resources/TimerResourceOwner.scala +++ b/libs-scala/resources/src/main/scala/com/digitalasset/resources/TimerResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/DelayedReleaseResourceOwner.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/DelayedReleaseResourceOwner.scala index cd32ac507fd0..6e8ef2275b59 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/DelayedReleaseResourceOwner.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/DelayedReleaseResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/FailingResourceOwner.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/FailingResourceOwner.scala index 75647fa92add..f395a39c2d52 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/FailingResourceOwner.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/FailingResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/MockConstructor.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/MockConstructor.scala index 84cb650292b1..c8b3f1594f62 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/MockConstructor.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/MockConstructor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestCloseable.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestCloseable.scala index 0a820a9ed2b7..0ec37daab60e 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestCloseable.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestCloseable.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestContext.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestContext.scala index 2a25a87bdaf5..2cba395288de 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestContext.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestResourceOwner.scala b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestResourceOwner.scala index e64ff39d938d..be45589ee562 100644 --- a/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestResourceOwner.scala +++ b/libs-scala/resources/src/test/lib/scala/com/digitalasset/resources/TestResourceOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/resources/src/test/suite/scala/com/digitalasset/resources/ResourceOwnerSpec.scala b/libs-scala/resources/src/test/suite/scala/com/digitalasset/resources/ResourceOwnerSpec.scala index cf204d47d5b0..79747ededf77 100644 --- a/libs-scala/resources/src/test/suite/scala/com/digitalasset/resources/ResourceOwnerSpec.scala +++ b/libs-scala/resources/src/test/suite/scala/com/digitalasset/resources/ResourceOwnerSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.resources diff --git a/libs-scala/rs-grpc-bridge/BUILD.bazel b/libs-scala/rs-grpc-bridge/BUILD.bazel index 08a8a5ecb479..3220eff35ec3 100644 --- a/libs-scala/rs-grpc-bridge/BUILD.bazel +++ b/libs-scala/rs-grpc-bridge/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library", "da_scala_test") diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/CallCounter.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/CallCounter.java index e278546f4953..ed35dcef78f3 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/CallCounter.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/CallCounter.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencer.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencer.java index 36a97ddaff48..5f49022d5b5d 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencer.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencer.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencerFactory.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencerFactory.java index fd4eaa252772..0d844a805187 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencerFactory.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/ExecutionSequencerFactory.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencer.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencer.java index 49de9bb49aac..ce1af75575c2 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencer.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencer.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencerPool.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencerPool.java index dfe79cb4c84a..00ebfbb99262 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencerPool.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/SingleThreadExecutionSequencerPool.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingResponseObserver.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingResponseObserver.java index f313eff6775b..a7246ec29f41 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingResponseObserver.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingResponseObserver.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingSubscription.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingSubscription.java index 4fbdc603114e..7764a09a826d 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingSubscription.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/BufferingSubscription.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/ClientPublisher.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/ClientPublisher.java index 5dccfdb0333a..f34572e80fc6 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/ClientPublisher.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/ClientPublisher.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/DownstreamEventBuffer.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/DownstreamEventBuffer.java index c1ca7ccc1d9d..3267946ad89d 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/DownstreamEventBuffer.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/DownstreamEventBuffer.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/UpstreamEventBuffer.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/UpstreamEventBuffer.java index 46ca438e450e..1c9cbff3c663 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/UpstreamEventBuffer.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/client/rs/UpstreamEventBuffer.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs; diff --git a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/server/rs/ServerSubscriber.java b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/server/rs/ServerSubscriber.java index 53cebc0885af..f8e752cc2ece 100644 --- a/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/server/rs/ServerSubscriber.java +++ b/libs-scala/rs-grpc-bridge/src/main/java/com/daml/grpc/adapter/server/rs/ServerSubscriber.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs; diff --git a/libs-scala/rs-grpc-bridge/src/test/lib/java/com/digitalasset/grpc/adapter/TestExecutionSequencerFactory.java b/libs-scala/rs-grpc-bridge/src/test/lib/java/com/digitalasset/grpc/adapter/TestExecutionSequencerFactory.java index 849c47213a32..3517a545bc5c 100644 --- a/libs-scala/rs-grpc-bridge/src/test/lib/java/com/digitalasset/grpc/adapter/TestExecutionSequencerFactory.java +++ b/libs-scala/rs-grpc-bridge/src/test/lib/java/com/digitalasset/grpc/adapter/TestExecutionSequencerFactory.java @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter; diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/BufferingSubscriptionTest.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/BufferingSubscriptionTest.scala index 5f4a089c38de..785babe22165 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/BufferingSubscriptionTest.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/BufferingSubscriptionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/ClientPublisherTest.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/ClientPublisherTest.scala index 4b7a7fc22905..851334292b6d 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/ClientPublisherTest.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/ClientPublisherTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/PublisherCreation.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/PublisherCreation.scala index 542c9abd9fcc..2e757fc947b5 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/PublisherCreation.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/client/rs/PublisherCreation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/BufferingSubscriber.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/BufferingSubscriber.scala index 77ee8bdcd4a4..699f84e2fa9f 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/BufferingSubscriber.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/BufferingSubscriber.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberBlackboxTest.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberBlackboxTest.scala index 29e7aeab1466..cdedba121254 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberBlackboxTest.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberBlackboxTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberStressTest.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberStressTest.scala index d8dcf4f7631a..c3bd9507c1fd 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberStressTest.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberStressTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberWhiteboxTest.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberWhiteboxTest.scala index 3ce6b6f1012e..05d09d79dd8c 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberWhiteboxTest.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/ServerSubscriberWhiteboxTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/TestingException.scala b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/TestingException.scala index 1c567d192b58..bcba2952b848 100644 --- a/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/TestingException.scala +++ b/libs-scala/rs-grpc-bridge/src/test/suite/scala/com/digitalasset/grpc/adapter/server/rs/TestingException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-pekko/BUILD.bazel b/libs-scala/rs-grpc-pekko/BUILD.bazel index 607a26248124..8d90a196500d 100644 --- a/libs-scala/rs-grpc-pekko/BUILD.bazel +++ b/libs-scala/rs-grpc-pekko/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "da_scala_library", "da_scala_test_suite") diff --git a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencer.scala b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencer.scala index 4192441c4f9e..0efe71eb9275 100644 --- a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencer.scala +++ b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter diff --git a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencerPool.scala b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencerPool.scala index de035e39afb3..eba93ce76acc 100644 --- a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencerPool.scala +++ b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/PekkoExecutionSequencerPool.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter diff --git a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/client/pekko/ClientAdapter.scala b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/client/pekko/ClientAdapter.scala index 87950b497d0d..1cf80ade56d7 100644 --- a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/client/pekko/ClientAdapter.scala +++ b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/client/pekko/ClientAdapter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client.pekko diff --git a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/server/pekko/ServerAdapter.scala b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/server/pekko/ServerAdapter.scala index e16854d89843..93110902d592 100644 --- a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/server/pekko/ServerAdapter.scala +++ b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/server/pekko/ServerAdapter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.pekko diff --git a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/utils/LongDemandToInteger.scala b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/utils/LongDemandToInteger.scala index 48bfbe40f2d5..66999a9b7823 100644 --- a/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/utils/LongDemandToInteger.scala +++ b/libs-scala/rs-grpc-pekko/src/main/scala/com/digitalasset/grpc/adapter/utils/LongDemandToInteger.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.utils diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientCompatibilityCheck.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientCompatibilityCheck.scala index d17e35533b30..6569486bf414 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientCompatibilityCheck.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientCompatibilityCheck.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceHttpSpec.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceHttpSpec.scala index f01c59594d7d..3da0375655d6 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceHttpSpec.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceHttpSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceInProcessSpec.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceInProcessSpec.scala index 67d7497ae7ee..18282a5e1b41 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceInProcessSpec.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceInProcessSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceSpecBase.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceSpecBase.scala index 6a7f7fb836f9..9b2d45180401 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceSpecBase.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoClientWithReferenceServiceSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceFixture.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceFixture.scala index 0ed7b6023909..16faf47bf95c 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceFixture.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceFixture.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceHttpSpec.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceHttpSpec.scala index f5022d8f4a31..405ade07dfc8 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceHttpSpec.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceHttpSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceInProcessSpec.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceInProcessSpec.scala index d5601ce11c96..8e68f54bef27 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceInProcessSpec.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceInProcessSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceSpecBase.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceSpecBase.scala index ade2ebc8b2aa..33e50b4835d4 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceSpecBase.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/operation/PekkoServiceSpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/utils/implementations/HelloServicePekkoImplementation.scala b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/utils/implementations/HelloServicePekkoImplementation.scala index 8f9c68c5c7e6..4867667b4368 100644 --- a/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/utils/implementations/HelloServicePekkoImplementation.scala +++ b/libs-scala/rs-grpc-pekko/src/test/scala/com/digitalasset/grpc/adapter/utils/implementations/HelloServicePekkoImplementation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.utils.implementations diff --git a/libs-scala/rs-grpc-testing-utils/BUILD.bazel b/libs-scala/rs-grpc-testing-utils/BUILD.bazel index cbddb075d06d..720682d4e526 100644 --- a/libs-scala/rs-grpc-testing-utils/BUILD.bazel +++ b/libs-scala/rs-grpc-testing-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library") diff --git a/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockClientCallStreamObserver.scala b/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockClientCallStreamObserver.scala index 10d0bc98323b..98d0ea5c72b3 100644 --- a/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockClientCallStreamObserver.scala +++ b/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockClientCallStreamObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockServerCallStreamObserver.scala b/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockServerCallStreamObserver.scala index 0621be3745ed..8a9217f87e45 100644 --- a/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockServerCallStreamObserver.scala +++ b/libs-scala/rs-grpc-testing-utils/src/main/scala/com/digitalasset/grpc/adapter/server/rs/MockServerCallStreamObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.server.rs diff --git a/libs-scala/safe-proto/BUILD.bazel b/libs-scala/safe-proto/BUILD.bazel index 4cc91c5013d4..5f3896d086f9 100644 --- a/libs-scala/safe-proto/BUILD.bazel +++ b/libs-scala/safe-proto/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/safe-proto/src/main/scala/com/daml/SafeProto.scala b/libs-scala/safe-proto/src/main/scala/com/daml/SafeProto.scala index 296c892a885e..693caad01682 100644 --- a/libs-scala/safe-proto/src/main/scala/com/daml/SafeProto.scala +++ b/libs-scala/safe-proto/src/main/scala/com/daml/SafeProto.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/safe-proto/src/test/scala/com/daml/SafeProtoTest.scala b/libs-scala/safe-proto/src/test/scala/com/daml/SafeProtoTest.scala index 0b8a735fb62f..6e9946861d1d 100644 --- a/libs-scala/safe-proto/src/test/scala/com/daml/SafeProtoTest.scala +++ b/libs-scala/safe-proto/src/test/scala/com/daml/SafeProtoTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/sample-service/BUILD.bazel b/libs-scala/sample-service/BUILD.bazel index 0573ca6b629e..02fa89e79fee 100644 --- a/libs-scala/sample-service/BUILD.bazel +++ b/libs-scala/sample-service/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library") diff --git a/libs-scala/sample-service/src/main/protobuf/hello.proto b/libs-scala/sample-service/src/main/protobuf/hello.proto index 17e02c570b75..a2f3613a6998 100644 --- a/libs-scala/sample-service/src/main/protobuf/hello.proto +++ b/libs-scala/sample-service/src/main/protobuf/hello.proto @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; diff --git a/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/HelloServiceResponding.scala b/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/HelloServiceResponding.scala index 1fcc3581814f..b58bb0224b7c 100644 --- a/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/HelloServiceResponding.scala +++ b/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/HelloServiceResponding.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.sampleservice diff --git a/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/implementations/HelloServiceReferenceImplementation.scala b/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/implementations/HelloServiceReferenceImplementation.scala index cb3d5762debc..c7ce960d079b 100644 --- a/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/implementations/HelloServiceReferenceImplementation.scala +++ b/libs-scala/sample-service/src/main/scala/com/digitalasset/grpc/sampleservice/implementations/HelloServiceReferenceImplementation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.sampleservice.implementations diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ReferenceClientCompatibilityCheck.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ReferenceClientCompatibilityCheck.scala index 5cd7e3830dba..f87a519d24cb 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ReferenceClientCompatibilityCheck.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ReferenceClientCompatibilityCheck.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ResultAssertions.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ResultAssertions.scala index 684959fe816b..6519528c2f68 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ResultAssertions.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/client/ResultAssertions.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.client diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecHttp.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecHttp.scala index e78f0245a8b5..6f855586efc0 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecHttp.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecHttp.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecInProcess.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecInProcess.scala index badb03057497..d6c8e2d8b49d 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecInProcess.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceAndClientSpecInProcess.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceFixture.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceFixture.scala index 6a3594d81974..e9a467ff0554 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceFixture.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/operation/ReferenceServiceFixture.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.operation diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BackpressuringObserver.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BackpressuringObserver.scala index af20ef3e0d7e..652a34473962 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BackpressuringObserver.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BackpressuringObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.utils diff --git a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BufferingObserver.scala b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BufferingObserver.scala index 1a9448b5098f..32b572a594fa 100644 --- a/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BufferingObserver.scala +++ b/libs-scala/sample-service/src/test/scala/com/digitalasset/grpc/adapter/utils/BufferingObserver.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.grpc.adapter.utils diff --git a/libs-scala/scala-utils/BUILD.bazel b/libs-scala/scala-utils/BUILD.bazel index 7fc7f0019cda..930573d0b800 100644 --- a/libs-scala/scala-utils/BUILD.bazel +++ b/libs-scala/scala-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ExceptionOps.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ExceptionOps.scala index 2c3e7b129c93..09d467897ace 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ExceptionOps.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ExceptionOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/FoldableContravariant.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/FoldableContravariant.scala index 9c13ce0e7f29..7e33a8fa7c22 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/FoldableContravariant.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/FoldableContravariant.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ImplicitPreference.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ImplicitPreference.scala index d5a5f8368aee..930870d90958 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ImplicitPreference.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/ImplicitPreference.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/NeverEqualsOverride.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/NeverEqualsOverride.scala index 97328e7b5159..4eede77e4fbd 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/NeverEqualsOverride.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/NeverEqualsOverride.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/Statement.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/Statement.scala index 21b570381ee2..300af96ce576 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/Statement.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/Statement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/TraverseFMSyntax.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/TraverseFMSyntax.scala index 19f080c4c339..70380ac6ebc8 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/TraverseFMSyntax.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/TraverseFMSyntax.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/future/FutureConversion.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/future/FutureConversion.scala index 4a1f14e13323..854835097ae7 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/future/FutureConversion.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/future/FutureConversion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil.future diff --git a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/package.scala b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/package.scala index fab6532dba0d..7fc509c1cb5b 100644 --- a/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/package.scala +++ b/libs-scala/scala-utils/src/main/scala/com/daml/scalautil/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/ImplicitPreferenceSpec.scala b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/ImplicitPreferenceSpec.scala index 2b7858095f95..6fd65ec3687e 100644 --- a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/ImplicitPreferenceSpec.scala +++ b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/ImplicitPreferenceSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/StatementSpec.scala b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/StatementSpec.scala index 83b681b111d8..62c94b111553 100644 --- a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/StatementSpec.scala +++ b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/StatementSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil diff --git a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/future/FutureConversionSpec.scala b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/future/FutureConversionSpec.scala index a37ffc15fcf0..6b3a706131e7 100644 --- a/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/future/FutureConversionSpec.scala +++ b/libs-scala/scala-utils/src/test/scala/com/daml/scalautil/future/FutureConversionSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalautil.future diff --git a/libs-scala/scalatest-utils/BUILD.bazel b/libs-scala/scalatest-utils/BUILD.bazel index 3bb309350d74..38a9bf17a8d5 100644 --- a/libs-scala/scalatest-utils/BUILD.bazel +++ b/libs-scala/scalatest-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/AsyncForAll.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/AsyncForAll.scala index 91d75a90621d..11b6c114ec30 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/AsyncForAll.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/AsyncForAll.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/Equalz.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/Equalz.scala index 3f4dd3c8ce1d..8534c32558f6 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/Equalz.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/Equalz.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/FlatSpecCheckLaws.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/FlatSpecCheckLaws.scala index 19a3c40aad0c..41bff5615246 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/FlatSpecCheckLaws.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/FlatSpecCheckLaws.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/FreeSpecCheckLaws.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/FreeSpecCheckLaws.scala index c75f21009054..6fc9fd298730 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/FreeSpecCheckLaws.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/FreeSpecCheckLaws.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/Unnatural.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/Unnatural.scala index 262638246d5b..82f96a93c640 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/Unnatural.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/Unnatural.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/main/scala/scalatest/WordSpecCheckLaws.scala b/libs-scala/scalatest-utils/src/main/scala/scalatest/WordSpecCheckLaws.scala index 1884ab2d5c4e..c89b15cca36e 100644 --- a/libs-scala/scalatest-utils/src/main/scala/scalatest/WordSpecCheckLaws.scala +++ b/libs-scala/scalatest-utils/src/main/scala/scalatest/WordSpecCheckLaws.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/scalatest-utils/src/test/scala/scalatest/EqualzSpec.scala b/libs-scala/scalatest-utils/src/test/scala/scalatest/EqualzSpec.scala index eaae3c94fe0b..86323ffc9658 100644 --- a/libs-scala/scalatest-utils/src/test/scala/scalatest/EqualzSpec.scala +++ b/libs-scala/scalatest-utils/src/test/scala/scalatest/EqualzSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.scalatest diff --git a/libs-scala/struct-json/struct-circe-json/BUILD.bazel b/libs-scala/struct-json/struct-circe-json/BUILD.bazel index 5c657e9f6d93..01c910e337a3 100644 --- a/libs-scala/struct-json/struct-circe-json/BUILD.bazel +++ b/libs-scala/struct-json/struct-circe-json/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/struct-json/struct-circe-json/src/main/scala/com/daml/struct/circe/StructEncoderDecoder.scala b/libs-scala/struct-json/struct-circe-json/src/main/scala/com/daml/struct/circe/StructEncoderDecoder.scala index 97d6f7b307ec..fbdedb7c5805 100644 --- a/libs-scala/struct-json/struct-circe-json/src/main/scala/com/daml/struct/circe/StructEncoderDecoder.scala +++ b/libs-scala/struct-json/struct-circe-json/src/main/scala/com/daml/struct/circe/StructEncoderDecoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.struct.circe diff --git a/libs-scala/struct-json/struct-circe-json/src/test/scala/com/daml/struct/circe/StructEncoderDecoderTest.scala b/libs-scala/struct-json/struct-circe-json/src/test/scala/com/daml/struct/circe/StructEncoderDecoderTest.scala index 0cef8796f139..1ba39cfb520e 100644 --- a/libs-scala/struct-json/struct-circe-json/src/test/scala/com/daml/struct/circe/StructEncoderDecoderTest.scala +++ b/libs-scala/struct-json/struct-circe-json/src/test/scala/com/daml/struct/circe/StructEncoderDecoderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.struct.circe diff --git a/libs-scala/struct-json/struct-spray-json/BUILD.bazel b/libs-scala/struct-json/struct-spray-json/BUILD.bazel index 730067cb129f..fe9ff6f2bbcd 100644 --- a/libs-scala/struct-json/struct-spray-json/BUILD.bazel +++ b/libs-scala/struct-json/struct-spray-json/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/struct-json/struct-spray-json/src/main/scala/com/daml/struct/spray/StructJsonFormat.scala b/libs-scala/struct-json/struct-spray-json/src/main/scala/com/daml/struct/spray/StructJsonFormat.scala index ba7c49a946ed..7daf2636b4ee 100644 --- a/libs-scala/struct-json/struct-spray-json/src/main/scala/com/daml/struct/spray/StructJsonFormat.scala +++ b/libs-scala/struct-json/struct-spray-json/src/main/scala/com/daml/struct/spray/StructJsonFormat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.struct.spray diff --git a/libs-scala/struct-json/struct-spray-json/src/test/scala/com/daml/struct/spray/StructJsonFormatTest.scala b/libs-scala/struct-json/struct-spray-json/src/test/scala/com/daml/struct/spray/StructJsonFormatTest.scala index f335c030f1c9..08dfb0070b5a 100644 --- a/libs-scala/struct-json/struct-spray-json/src/test/scala/com/daml/struct/spray/StructJsonFormatTest.scala +++ b/libs-scala/struct-json/struct-spray-json/src/test/scala/com/daml/struct/spray/StructJsonFormatTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.struct.spray diff --git a/libs-scala/test-evidence/generator/BUILD.bazel b/libs-scala/test-evidence/generator/BUILD.bazel index bd7828260397..8c5172542d5e 100644 --- a/libs-scala/test-evidence/generator/BUILD.bazel +++ b/libs-scala/test-evidence/generator/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "da_scala_library") diff --git a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/ScalaTestGeneratorSupport.scala b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/ScalaTestGeneratorSupport.scala index d05684eb0967..fe306481df5c 100644 --- a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/ScalaTestGeneratorSupport.scala +++ b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/ScalaTestGeneratorSupport.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.generator diff --git a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntry.scala b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntry.scala index 8f394606cb86..100f8618f4aa 100644 --- a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntry.scala +++ b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntry.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.generator diff --git a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntryCsvEncoder.scala b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntryCsvEncoder.scala index ddca073b92c7..fe87626f14cc 100644 --- a/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntryCsvEncoder.scala +++ b/libs-scala/test-evidence/generator/src/main/scala/com/daml/test/evidence/generator/TestEntryCsvEncoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.generator diff --git a/libs-scala/test-evidence/generator/src/main/scala/org/scalatest/ScalaTestAdapter.scala b/libs-scala/test-evidence/generator/src/main/scala/org/scalatest/ScalaTestAdapter.scala index a772c6ce282e..48196286c810 100644 --- a/libs-scala/test-evidence/generator/src/main/scala/org/scalatest/ScalaTestAdapter.scala +++ b/libs-scala/test-evidence/generator/src/main/scala/org/scalatest/ScalaTestAdapter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package org.scalatest.daml diff --git a/libs-scala/test-evidence/scalatest/BUILD.bazel b/libs-scala/test-evidence/scalatest/BUILD.bazel index 6c3ecff9e7e7..18310ecc3a2b 100644 --- a/libs-scala/test-evidence/scalatest/BUILD.bazel +++ b/libs-scala/test-evidence/scalatest/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "da_scala_library") diff --git a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/AccessTestScenario.scala b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/AccessTestScenario.scala index 64e074d7e878..7afbf685e5db 100644 --- a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/AccessTestScenario.scala +++ b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/AccessTestScenario.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.scalatest diff --git a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/JsonCodec.scala b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/JsonCodec.scala index 86d4a4ce4db9..762c37347f92 100644 --- a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/JsonCodec.scala +++ b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/JsonCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.scalatest diff --git a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/OperabilityTestHelpers.scala b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/OperabilityTestHelpers.scala index 8c53c6747492..06d9aac6bd58 100644 --- a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/OperabilityTestHelpers.scala +++ b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/OperabilityTestHelpers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.scalatest diff --git a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/ScalaTestSupport.scala b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/ScalaTestSupport.scala index db31a1250510..46dfabeff618 100644 --- a/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/ScalaTestSupport.scala +++ b/libs-scala/test-evidence/scalatest/src/main/scala/com/daml/test/evidence/scalatest/ScalaTestSupport.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.scalatest diff --git a/libs-scala/test-evidence/tag/BUILD.bazel b/libs-scala/test-evidence/tag/BUILD.bazel index 91e8e03cd394..626fd34ea63e 100644 --- a/libs-scala/test-evidence/tag/BUILD.bazel +++ b/libs-scala/test-evidence/tag/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "da_scala_library") diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/EvidenceTag.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/EvidenceTag.scala index 7e6c599f238e..0073ff1437a6 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/EvidenceTag.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/EvidenceTag.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/FuncTest.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/FuncTest.scala index 4d35722d5973..1484a1e50c0d 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/FuncTest.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/FuncTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/MissingTest.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/MissingTest.scala index 41e7de291502..464d7b618024 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/MissingTest.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/MissingTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Operability.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Operability.scala index 351257ce4117..f807324c92a2 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Operability.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Operability.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Reliability.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Reliability.scala index 15eed5ad542a..e25fde539e4a 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Reliability.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Reliability.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Security.scala b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Security.scala index b869e25b528f..2513b0a0aa69 100644 --- a/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Security.scala +++ b/libs-scala/test-evidence/tag/src/main/scala/com/daml/test/evidence/tag/Security.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.tag diff --git a/libs-scala/testing-utils/BUILD.bazel b/libs-scala/testing-utils/BUILD.bazel index b867dee2e5c9..2653107fdb4f 100644 --- a/libs-scala/testing-utils/BUILD.bazel +++ b/libs-scala/testing-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ActorMaterializerResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ActorMaterializerResource.scala index aa43b0bf43a8..c26129c1321e 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ActorMaterializerResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ActorMaterializerResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/DerivedResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/DerivedResource.scala index ec80d92857c1..f5250d087191 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/DerivedResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/DerivedResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServerResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServerResource.scala index 8e27200a0b41..76c5e929df5a 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServerResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServerResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServiceFixture.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServiceFixture.scala index ef93a37b0b67..c8a4b2ebb08d 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServiceFixture.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/GrpcServiceFixture.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ManagedResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ManagedResource.scala index 9b1c582366f0..e1bb3e86c7c0 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ManagedResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ManagedResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MappedResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MappedResource.scala index 1c8a142719f6..55c46a278f8d 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MappedResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MappedResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiFixtureBase.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiFixtureBase.scala index ac1134be4607..cd17eb00e838 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiFixtureBase.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiFixtureBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiResourceBase.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiResourceBase.scala index 2de7cb0b195f..a22a5e818b79 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiResourceBase.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/MultiResourceBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/OwnedResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/OwnedResource.scala index ccdec94ac0df..4bf6cbc4a925 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/OwnedResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/OwnedResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoBeforeAndAfterAll.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoBeforeAndAfterAll.scala index 041dc90d17d1..116d5c26afe6 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoBeforeAndAfterAll.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoBeforeAndAfterAll.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoResourceManagement.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoResourceManagement.scala index a1701a4285ac..027056158827 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoResourceManagement.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoResourceManagement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoStreamGrpcServerResource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoStreamGrpcServerResource.scala index 7995158cc030..2daa07502f0e 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoStreamGrpcServerResource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/PekkoStreamGrpcServerResource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/Resource.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/Resource.scala index 8d480c9cc194..64e45c703404 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/Resource.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/Resource.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ServerWithChannelProvider.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ServerWithChannelProvider.scala index 55acfec3b08b..15067567d172 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ServerWithChannelProvider.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/ServerWithChannelProvider.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/SuiteResourceManagement.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/SuiteResourceManagement.scala index 87c77e1cba60..357ce0d0eed9 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/SuiteResourceManagement.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/SuiteResourceManagement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingException.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingException.scala index 343c39b12b0a..4dc9c7f17e99 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingException.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingServerInterceptors.scala b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingServerInterceptors.scala index 6979329be668..ec257813f65a 100644 --- a/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingServerInterceptors.scala +++ b/libs-scala/testing-utils/src/main/scala/com/digitalasset/ledger/api/testing/utils/TestingServerInterceptors.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/testing-utils/src/test/scala/com/digitalasset/ledger/api/testing/utils/DerivedResourceTest.scala b/libs-scala/testing-utils/src/test/scala/com/digitalasset/ledger/api/testing/utils/DerivedResourceTest.scala index 9a3233158218..f2b0756e6a16 100644 --- a/libs-scala/testing-utils/src/test/scala/com/digitalasset/ledger/api/testing/utils/DerivedResourceTest.scala +++ b/libs-scala/testing-utils/src/test/scala/com/digitalasset/ledger/api/testing/utils/DerivedResourceTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.api.testing.utils diff --git a/libs-scala/timer-utils/BUILD.bazel b/libs-scala/timer-utils/BUILD.bazel index 0281cbd8710d..34c0d3e8ad06 100644 --- a/libs-scala/timer-utils/BUILD.bazel +++ b/libs-scala/timer-utils/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Delayed.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Delayed.scala index 15fdcfddd4ec..462671ed72e4 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Delayed.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Delayed.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/FutureCheck.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/FutureCheck.scala index 6688d82adabf..ff684266de66 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/FutureCheck.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/FutureCheck.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/PromiseTask.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/PromiseTask.scala index 0b0b2b05f8fe..9b6a23b40a4e 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/PromiseTask.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/PromiseTask.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/RetryStrategy.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/RetryStrategy.scala index f2ff3309bbc6..3f5d0f01a59d 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/RetryStrategy.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/RetryStrategy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timeout.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timeout.scala index bd68f485a054..4fa9751b907f 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timeout.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timeout.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timer.scala b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timer.scala index 1b8f17db42f7..41ec1eb37825 100644 --- a/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timer.scala +++ b/libs-scala/timer-utils/src/main/scala/com/digitalasset/timer/Timer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/DelayedSpec.scala b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/DelayedSpec.scala index 0a66cc1c3872..aa18c1090592 100644 --- a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/DelayedSpec.scala +++ b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/DelayedSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/FutureCheckSpec.scala b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/FutureCheckSpec.scala index ffe7cb8afb78..29b7e6980144 100644 --- a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/FutureCheckSpec.scala +++ b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/FutureCheckSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/RetryStrategySpec.scala b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/RetryStrategySpec.scala index 0bb5f09845de..520983d9e72d 100644 --- a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/RetryStrategySpec.scala +++ b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/RetryStrategySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/TimeoutSpec.scala b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/TimeoutSpec.scala index 2222f0740995..ca59abb6fa58 100644 --- a/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/TimeoutSpec.scala +++ b/libs-scala/timer-utils/src/test/suite/scala/com/daml/timer/TimeoutSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.timer diff --git a/nix/BUILD.bazel b/nix/BUILD.bazel index 234ab8e56f94..ae412281b077 100644 --- a/nix/BUILD.bazel +++ b/nix/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 exports_files(["default.nix"]) diff --git a/nix/repositories.bzl b/nix/repositories.bzl index d666284b271a..028c5ec1ed56 100644 --- a/nix/repositories.bzl +++ b/nix/repositories.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Bazel cannot automatically determine which files a Nix target depends on. diff --git a/observability/metrics/BUILD.bazel b/observability/metrics/BUILD.bazel index d16076cb10ce..121983ac7a12 100644 --- a/observability/metrics/BUILD.bazel +++ b/observability/metrics/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/observability/metrics/src/main/scala/com/daml/metrics/CacheMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/CacheMetrics.scala index 68c7f3819ef3..20525e3a0f9e 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/CacheMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/CacheMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/DatabaseMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/DatabaseMetrics.scala index e78c882afaf1..4109469b51c1 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/DatabaseMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/DatabaseMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/ExecutorServiceMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/ExecutorServiceMetrics.scala index 686e4caf2fa4..5e1f3b38cb6c 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/ExecutorServiceMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/ExecutorServiceMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/HealthMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/HealthMetrics.scala index 348ee0c1d168..37bec7e7c3aa 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/HealthMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/HealthMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedExecutorServiceMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedExecutorServiceMetrics.scala index 28255b41b491..f4e7455621a6 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedExecutorServiceMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedExecutorServiceMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala b/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala index d88add174ede..a80e645c22c7 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/InstrumentedGraph.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/JvmMetricSet.scala b/observability/metrics/src/main/scala/com/daml/metrics/JvmMetricSet.scala index 1fefb8c4111a..874044fe04c2 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/JvmMetricSet.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/JvmMetricSet.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/MetricsConfig.scala b/observability/metrics/src/main/scala/com/daml/metrics/MetricsConfig.scala index be9f228f82f5..08943301b2cf 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/MetricsConfig.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/MetricsConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/Timed.scala b/observability/metrics/src/main/scala/com/daml/metrics/Timed.scala index de1eeccd4fa7..0637eb277dc8 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/Timed.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/Timed.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/Tracked.scala b/observability/metrics/src/main/scala/com/daml/metrics/Tracked.scala index 5edca34e7d36..1d4e15b5b58c 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/Tracked.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/Tracked.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/Gauges.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/Gauges.scala index b2295ba0b007..b3d0ef83d63f 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/Gauges.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/Gauges.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricDoc.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricDoc.scala index 330b8c86fb88..180e449628cd 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricDoc.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricDoc.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricHandle.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricHandle.scala index 4b59c84718af..a5fd23740bcf 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricHandle.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricHandle.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricName.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricName.scala index 3ae48d4350ee..842f71aac4da 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricName.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricName.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricsContext.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricsContext.scala index b59da191db2a..72fb8be894fb 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/MetricsContext.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/MetricsContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/DropwizardMetricsFactory.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/DropwizardMetricsFactory.scala index f7c8dec24c5a..e3816d38c357 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/DropwizardMetricsFactory.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/DropwizardMetricsFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.dropwizard diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/ExtendedDropwizardExports.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/ExtendedDropwizardExports.scala index 68e3ef109dca..cb7b488aa665 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/ExtendedDropwizardExports.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/ExtendedDropwizardExports.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.dropwizard diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/Metrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/Metrics.scala index b521aa02eff3..fb276b31fd43 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/Metrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/dropwizard/Metrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.dropwizard diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/noop/Metrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/noop/Metrics.scala index 28e7e575b8b4..c1d7e5a0f629 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/noop/Metrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/noop/Metrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.noop diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/noop/NoOpMetricsFactory.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/noop/NoOpMetricsFactory.scala index 12ec74ddfe7c..ad0e2db0803e 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/noop/NoOpMetricsFactory.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/noop/NoOpMetricsFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.noop diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactory.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactory.scala index 3e36100fd0b0..709f3fd75094 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactory.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.opentelemetry diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryUtil.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryUtil.scala index f88d03a5aaa0..d1332040e9fe 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryUtil.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryUtil.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.opentelemetry diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/Slf4jMetricExporter.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/Slf4jMetricExporter.scala index 52c4efa2923f..fb3aacf8f3d4 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/Slf4jMetricExporter.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/opentelemetry/Slf4jMetricExporter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.opentelemetry diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/MetricsReporter.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/MetricsReporter.scala index 08c84a655797..d404257562e3 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/MetricsReporter.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/MetricsReporter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.reporters diff --git a/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/PrometheusReporter.scala b/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/PrometheusReporter.scala index 027d24b0add8..20be60281ff8 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/PrometheusReporter.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/api/reporters/PrometheusReporter.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.reporters diff --git a/observability/metrics/src/main/scala/com/daml/metrics/grpc/DamlGrpcServerMetrics.scala b/observability/metrics/src/main/scala/com/daml/metrics/grpc/DamlGrpcServerMetrics.scala index e919088e5ac1..b7bc704ac7de 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/grpc/DamlGrpcServerMetrics.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/grpc/DamlGrpcServerMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.grpc diff --git a/observability/metrics/src/main/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptor.scala b/observability/metrics/src/main/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptor.scala index f44809b03fcd..4968a98566a0 100644 --- a/observability/metrics/src/main/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptor.scala +++ b/observability/metrics/src/main/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.grpc diff --git a/observability/metrics/src/main/scala/io/prometheus/client/dropwizard/DropwizardExportsAccess.scala b/observability/metrics/src/main/scala/io/prometheus/client/dropwizard/DropwizardExportsAccess.scala index 5c2e7ced8e73..ebd1ae442b2f 100644 --- a/observability/metrics/src/main/scala/io/prometheus/client/dropwizard/DropwizardExportsAccess.scala +++ b/observability/metrics/src/main/scala/io/prometheus/client/dropwizard/DropwizardExportsAccess.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package io.prometheus.client.dropwizard diff --git a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/InMemoryMetricsFactory.scala b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/InMemoryMetricsFactory.scala index c226e9f86e63..4949e882a977 100644 --- a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/InMemoryMetricsFactory.scala +++ b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/InMemoryMetricsFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.testing diff --git a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/MetricValues.scala b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/MetricValues.scala index 5a63d6256387..304320ce1a9c 100644 --- a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/MetricValues.scala +++ b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/MetricValues.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.testing diff --git a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/ProxyMetricsFactory.scala b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/ProxyMetricsFactory.scala index 28a772c17e79..cb8d5567c919 100644 --- a/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/ProxyMetricsFactory.scala +++ b/observability/metrics/src/test/lib/scala/com/daml/metrics/api/testing/ProxyMetricsFactory.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.testing diff --git a/observability/metrics/src/test/suite/scala/com/daml/metrics/ExecutorServiceMetricsSpec.scala b/observability/metrics/src/test/suite/scala/com/daml/metrics/ExecutorServiceMetricsSpec.scala index 02d6dd88f25c..1d510f65659d 100644 --- a/observability/metrics/src/test/suite/scala/com/daml/metrics/ExecutorServiceMetricsSpec.scala +++ b/observability/metrics/src/test/suite/scala/com/daml/metrics/ExecutorServiceMetricsSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/test/suite/scala/com/daml/metrics/InstrumentedGraphSpec.scala b/observability/metrics/src/test/suite/scala/com/daml/metrics/InstrumentedGraphSpec.scala index 0e4970a5796c..a80199dec37a 100644 --- a/observability/metrics/src/test/suite/scala/com/daml/metrics/InstrumentedGraphSpec.scala +++ b/observability/metrics/src/test/suite/scala/com/daml/metrics/InstrumentedGraphSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics diff --git a/observability/metrics/src/test/suite/scala/com/daml/metrics/api/MetricsContextSpec.scala b/observability/metrics/src/test/suite/scala/com/daml/metrics/api/MetricsContextSpec.scala index f7bde1f8466b..abc70cd5acde 100644 --- a/observability/metrics/src/test/suite/scala/com/daml/metrics/api/MetricsContextSpec.scala +++ b/observability/metrics/src/test/suite/scala/com/daml/metrics/api/MetricsContextSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api diff --git a/observability/metrics/src/test/suite/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactorySpec.scala b/observability/metrics/src/test/suite/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactorySpec.scala index 708b02cf19d0..ae1f055bc678 100644 --- a/observability/metrics/src/test/suite/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactorySpec.scala +++ b/observability/metrics/src/test/suite/scala/com/daml/metrics/api/opentelemetry/OpenTelemetryMetricsFactorySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.api.opentelemetry diff --git a/observability/metrics/src/test/suite/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptorSpec.scala b/observability/metrics/src/test/suite/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptorSpec.scala index 948817ff3d22..0ffea3692aae 100644 --- a/observability/metrics/src/test/suite/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptorSpec.scala +++ b/observability/metrics/src/test/suite/scala/com/daml/metrics/grpc/GrpcMetricsServerInterceptorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.grpc diff --git a/observability/pekko-http-metrics/BUILD.bazel b/observability/pekko-http-metrics/BUILD.bazel index f948e843f549..310e4fca2bd9 100644 --- a/observability/pekko-http-metrics/BUILD.bazel +++ b/observability/pekko-http-metrics/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlHttpMetrics.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlHttpMetrics.scala index d158c299f1d4..43273c94f181 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlHttpMetrics.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlHttpMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.http diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlWebSocketMetrics.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlWebSocketMetrics.scala index d0219332bf5b..00884aacdb9d 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlWebSocketMetrics.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/DamlWebSocketMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.http diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/HttpMetrics.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/HttpMetrics.scala index 09050a92ac4e..936602c3d1fd 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/HttpMetrics.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/HttpMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.http diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/Labels.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/Labels.scala index def76472da81..ff790b44d15d 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/Labels.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/Labels.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.http diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/WebSocketMetrics.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/WebSocketMetrics.scala index fad4b263ee72..47ad8777b41e 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/WebSocketMetrics.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/http/WebSocketMetrics.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.http diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/HttpMetricsInterceptor.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/HttpMetricsInterceptor.scala index fc4b9048fed6..6e21c72499e9 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/HttpMetricsInterceptor.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/HttpMetricsInterceptor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/MetricLabelsExtractor.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/MetricLabelsExtractor.scala index 6388e9ec6ced..3c0849af545a 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/MetricLabelsExtractor.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/MetricLabelsExtractor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptor.scala b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptor.scala index 6b240123449f..871b7c7c6129 100644 --- a/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptor.scala +++ b/observability/pekko-http-metrics/src/main/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/HttpMetricsInterseptorSpec.scala b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/HttpMetricsInterseptorSpec.scala index c6d8314e04cc..defa6fe4d796 100644 --- a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/HttpMetricsInterseptorSpec.scala +++ b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/HttpMetricsInterseptorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/PekkoUtils.scala b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/PekkoUtils.scala index f277f169dc1e..fc9185aa4237 100644 --- a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/PekkoUtils.scala +++ b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/PekkoUtils.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptorSpec.scala b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptorSpec.scala index 236cac3b4cf5..a932baa852f4 100644 --- a/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptorSpec.scala +++ b/observability/pekko-http-metrics/src/test/suite/scala/com/daml/metrics/pekkohttp/WebSocketMetricsInterceptorSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.metrics.pekkohttp diff --git a/observability/telemetry/BUILD.bazel b/observability/telemetry/BUILD.bazel index 025167bb9011..60367e050fd2 100644 --- a/observability/telemetry/BUILD.bazel +++ b/observability/telemetry/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/observability/telemetry/src/main/scala/com/daml/telemetry/OpenTelemetryOwner.scala b/observability/telemetry/src/main/scala/com/daml/telemetry/OpenTelemetryOwner.scala index 943f1136a00e..57f80f66f16e 100644 --- a/observability/telemetry/src/main/scala/com/daml/telemetry/OpenTelemetryOwner.scala +++ b/observability/telemetry/src/main/scala/com/daml/telemetry/OpenTelemetryOwner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.telemetry diff --git a/observability/tracing/BUILD.bazel b/observability/tracing/BUILD.bazel index 67ebfd64c34e..09bbc6ca4f9a 100644 --- a/observability/tracing/BUILD.bazel +++ b/observability/tracing/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/observability/tracing/src/main/scala/com/daml/tracing/Event.scala b/observability/tracing/src/main/scala/com/daml/tracing/Event.scala index 7a779c28e802..ab29345dc0c7 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/Event.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/Event.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/SpanAttribute.scala b/observability/tracing/src/main/scala/com/daml/tracing/SpanAttribute.scala index 2f9e7345395f..d2e3d0433b19 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/SpanAttribute.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/SpanAttribute.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/SpanKind.scala b/observability/tracing/src/main/scala/com/daml/tracing/SpanKind.scala index 75c8806484d5..a66fac457eaf 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/SpanKind.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/SpanKind.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/SpanName.scala b/observability/tracing/src/main/scala/com/daml/tracing/SpanName.scala index 566838024e3d..995c5ce4f080 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/SpanName.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/SpanName.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/Spans.scala b/observability/tracing/src/main/scala/com/daml/tracing/Spans.scala index 7f3185d0f71c..8c572a8254dd 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/Spans.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/Spans.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/Telemetry.scala b/observability/tracing/src/main/scala/com/daml/tracing/Telemetry.scala index 88c1f61d39e8..f78b28c416d9 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/Telemetry.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/Telemetry.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/TelemetryContext.scala b/observability/tracing/src/main/scala/com/daml/tracing/TelemetryContext.scala index 6f5d5e62e3e8..089932e69e70 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/TelemetryContext.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/TelemetryContext.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/Tracing.scala b/observability/tracing/src/main/scala/com/daml/tracing/Tracing.scala index 45f78fd96be5..a8e347f1da10 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/Tracing.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/Tracing.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/main/scala/com/daml/tracing/package.scala b/observability/tracing/src/main/scala/com/daml/tracing/package.scala index c6625eaad7ba..f6bebacd86b2 100644 --- a/observability/tracing/src/main/scala/com/daml/tracing/package.scala +++ b/observability/tracing/src/main/scala/com/daml/tracing/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/observability/tracing/src/test/lib/scala/com/daml/tracing/TelemetrySpecBase.scala b/observability/tracing/src/test/lib/scala/com/daml/tracing/TelemetrySpecBase.scala index f133ed8a517a..1796b0cfd469 100644 --- a/observability/tracing/src/test/lib/scala/com/daml/tracing/TelemetrySpecBase.scala +++ b/observability/tracing/src/test/lib/scala/com/daml/tracing/TelemetrySpecBase.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetryContextSpec.scala b/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetryContextSpec.scala index 7e6eed8d8a3e..bc9d3d72f47b 100644 --- a/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetryContextSpec.scala +++ b/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetryContextSpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetrySpec.scala b/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetrySpec.scala index cd9ade3463f8..7a6074539ade 100644 --- a/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetrySpec.scala +++ b/observability/tracing/src/test/suite/scala/com/daml/tracing/TelemetrySpec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.tracing diff --git a/pre-commit/platform-independence-check.sh b/pre-commit/platform-independence-check.sh index ef23caf89583..38514bfd0409 100755 --- a/pre-commit/platform-independence-check.sh +++ b/pre-commit/platform-independence-check.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/pre-commit/yarn-lock-check.sh b/pre-commit/yarn-lock-check.sh index 13d52a0aeb4c..e3ead96152d2 100755 --- a/pre-commit/yarn-lock-check.sh +++ b/pre-commit/yarn-lock-check.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/release.sh b/release.sh index 4bc45a54b067..4f3661de8254 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # The usage of this script is documented in /release/RELEASE.md diff --git a/release/BUILD.bazel b/release/BUILD.bazel index 5698c4effb18..c50a4c7a9fd0 100644 --- a/release/BUILD.bazel +++ b/release/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/release/artifacts.yaml b/release/artifacts.yaml index 05d68d4424c5..916f6584e491 100644 --- a/release/artifacts.yaml +++ b/release/artifacts.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 - target: //daml-assistant/scala-daml-project-config:scala-daml-project-config diff --git a/release/install.bat b/release/install.bat index 91b95ac169b4..8097be152c0d 100644 --- a/release/install.bat +++ b/release/install.bat @@ -1,4 +1,4 @@ -:: Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +:: Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. :: SPDX-License-Identifier: Apache-2.0 %~dp0daml\daml install %~dp0 --install-assistant=yes diff --git a/release/install.sh b/release/install.sh index 061fe0851855..a202bb9ed57f 100755 --- a/release/install.sh +++ b/release/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" "$DIR/daml/daml" install "$DIR" $@ diff --git a/release/src/Main.hs b/release/src/Main.hs index 83c247e4ba9f..7fb62793b460 100644 --- a/release/src/Main.hs +++ b/release/src/Main.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE TemplateHaskell, MultiWayIf #-} diff --git a/release/src/Maven.hs b/release/src/Maven.hs index e4b0b06b75f2..b1c6e1960fe2 100644 --- a/release/src/Maven.hs +++ b/release/src/Maven.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE TemplateHaskell #-} diff --git a/release/src/Options.hs b/release/src/Options.hs index 7b2ad332ab04..374c8598d257 100644 --- a/release/src/Options.hs +++ b/release/src/Options.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Options ( diff --git a/release/src/Types.hs b/release/src/Types.hs index 19216a2fa5af..7057404f99ba 100644 --- a/release/src/Types.hs +++ b/release/src/Types.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE ConstraintKinds #-} diff --git a/release/src/Upload.hs b/release/src/Upload.hs index 9358ce715b5a..adf28c1d863f 100644 --- a/release/src/Upload.hs +++ b/release/src/Upload.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE DuplicateRecordFields #-} diff --git a/release/src/Util.hs b/release/src/Util.hs index ebc1ab29e7b9..38a97cdffb7d 100644 --- a/release/src/Util.hs +++ b/release/src/Util.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE FlexibleInstances #-} diff --git a/release/test-protobuf-structure.sh b/release/test-protobuf-structure.sh index a10c9af75ad3..8fb1e5f296eb 100755 --- a/release/test-protobuf-structure.sh +++ b/release/test-protobuf-structure.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -eu diff --git a/release/util.bzl b/release/util.bzl index 4212c3a57571..89b0fee12a7d 100644 --- a/release/util.bzl +++ b/release/util.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//daml-lf/language:daml-lf.bzl", "SUPPORTED_PROTO_STABLE_LF_VERSIONS") diff --git a/replacements/BUILD.bazel b/replacements/BUILD.bazel index 5a11e0050af0..339fd0c7b42c 100644 --- a/replacements/BUILD.bazel +++ b/replacements/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # This file defines custom targets that are referenced in replacements in diff --git a/rules_daml/BUILD.bazel b/rules_daml/BUILD.bazel index 4764c847084a..c33ca1912516 100644 --- a/rules_daml/BUILD.bazel +++ b/rules_daml/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # Export Bazel sources for Bazel API docs. diff --git a/rules_daml/daml.bzl b/rules_daml/daml.bzl index 4481e0432eb7..dec380d8e0ee 100644 --- a/rules_daml/daml.bzl +++ b/rules_daml/daml.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@build_environment//:configuration.bzl", "ghc_version", "sdk_version") diff --git a/rules_daml/generate-dar-hash.py b/rules_daml/generate-dar-hash.py index 09a3430cec0b..5977baf615da 100644 --- a/rules_daml/generate-dar-hash.py +++ b/rules_daml/generate-dar-hash.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 from argparse import ArgumentParser diff --git a/runtime-components/jdbc-drivers/BUILD.bazel b/runtime-components/jdbc-drivers/BUILD.bazel index 697e5cca9669..7e0d4aa2e571 100644 --- a/runtime-components/jdbc-drivers/BUILD.bazel +++ b/runtime-components/jdbc-drivers/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/runtime-components/jdbc-drivers/src/main/ce/scala/com/daml/runtime/JdbcDrivers.scala b/runtime-components/jdbc-drivers/src/main/ce/scala/com/daml/runtime/JdbcDrivers.scala index a1cb558cebc0..ab5f49fef962 100644 --- a/runtime-components/jdbc-drivers/src/main/ce/scala/com/daml/runtime/JdbcDrivers.scala +++ b/runtime-components/jdbc-drivers/src/main/ce/scala/com/daml/runtime/JdbcDrivers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.runtime diff --git a/runtime-components/jdbc-drivers/src/main/ee/scala/com/daml/runtime/JdbcDrivers.scala b/runtime-components/jdbc-drivers/src/main/ee/scala/com/daml/runtime/JdbcDrivers.scala index 97409469c775..e65bb407bf52 100644 --- a/runtime-components/jdbc-drivers/src/main/ee/scala/com/daml/runtime/JdbcDrivers.scala +++ b/runtime-components/jdbc-drivers/src/main/ee/scala/com/daml/runtime/JdbcDrivers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.runtime diff --git a/scala-protoc-plugins/scalapb/BUILD.bazel b/scala-protoc-plugins/scalapb/BUILD.bazel index f5922e11ac85..ac8895284189 100644 --- a/scala-protoc-plugins/scalapb/BUILD.bazel +++ b/scala-protoc-plugins/scalapb/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_binary", "da_scala_library") diff --git a/scala-protoc-plugins/scalapb/ScalaPbCompilerPlugin.scala b/scala-protoc-plugins/scalapb/ScalaPbCompilerPlugin.scala index cd745b28f230..6285aa4bb838 100644 --- a/scala-protoc-plugins/scalapb/ScalaPbCompilerPlugin.scala +++ b/scala-protoc-plugins/scalapb/ScalaPbCompilerPlugin.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.protoc.plugins.scalapb diff --git a/sdk-version/hs/BUILD.bazel b/sdk-version/hs/BUILD.bazel index b83028e2a5bc..ba81cb2aff92 100644 --- a/sdk-version/hs/BUILD.bazel +++ b/sdk-version/hs/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_library") diff --git a/sdk-version/hs/src/SdkVersion/Class.hs b/sdk-version/hs/src/SdkVersion/Class.hs index 1b420898c133..91cf98cd6c7d 100644 --- a/sdk-version/hs/src/SdkVersion/Class.hs +++ b/sdk-version/hs/src/SdkVersion/Class.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 {-# LANGUAGE MultiParamTypeClasses #-} diff --git a/security/BUILD.bazel b/security/BUILD.bazel index b6d7794ac3ac..a9935d0cc0a2 100644 --- a/security/BUILD.bazel +++ b/security/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:haskell.bzl", "da_haskell_binary") diff --git a/security/EvidenceSecurity.hs b/security/EvidenceSecurity.hs index 9a818f4710f9..0d0dbc0f618a 100644 --- a/security/EvidenceSecurity.hs +++ b/security/EvidenceSecurity.hs @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Main (main) where diff --git a/security/update.sh b/security/update.sh index fa4bf693e9ae..f7c110cb0223 100755 --- a/security/update.sh +++ b/security/update.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -euo pipefail diff --git a/stack-snapshot.yaml b/stack-snapshot.yaml index f47cbe7a3ae6..8dfd1add239f 100644 --- a/stack-snapshot.yaml +++ b/stack-snapshot.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 resolver: lts-19.33 diff --git a/test-common/BUILD.bazel b/test-common/BUILD.bazel index 492368178555..159be8f241d0 100644 --- a/test-common/BUILD.bazel +++ b/test-common/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/test-common/canton/BUILD.bazel b/test-common/canton/BUILD.bazel index d77be46aa52f..5e660d36f7e3 100644 --- a/test-common/canton/BUILD.bazel +++ b/test-common/canton/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/test-common/canton/it-lib/BUILD.bazel b/test-common/canton/it-lib/BUILD.bazel index 86b2a0ad55cb..8d62f64e5f33 100644 --- a/test-common/canton/it-lib/BUILD.bazel +++ b/test-common/canton/it-lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load( diff --git a/test-common/canton/it-lib/src/main/com/daml/CantonConfig.scala b/test-common/canton/it-lib/src/main/com/daml/CantonConfig.scala index 874ff60ebaf3..d65b996f20a5 100644 --- a/test-common/canton/it-lib/src/main/com/daml/CantonConfig.scala +++ b/test-common/canton/it-lib/src/main/com/daml/CantonConfig.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/canton/it-lib/src/main/com/daml/CantonFixture.scala b/test-common/canton/it-lib/src/main/com/daml/CantonFixture.scala index b539d8c1dcd8..0c322508cdee 100644 --- a/test-common/canton/it-lib/src/main/com/daml/CantonFixture.scala +++ b/test-common/canton/it-lib/src/main/com/daml/CantonFixture.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/canton/it-lib/src/main/com/daml/CantonRunner.scala b/test-common/canton/it-lib/src/main/com/daml/CantonRunner.scala index 8ff00c9ae81c..c6b8dacbba25 100644 --- a/test-common/canton/it-lib/src/main/com/daml/CantonRunner.scala +++ b/test-common/canton/it-lib/src/main/com/daml/CantonRunner.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/canton/it-lib/src/main/com/daml/MockMessages.scala b/test-common/canton/it-lib/src/main/com/daml/MockMessages.scala index 165380db3928..ec85a39cc807 100644 --- a/test-common/canton/it-lib/src/main/com/daml/MockMessages.scala +++ b/test-common/canton/it-lib/src/main/com/daml/MockMessages.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/canton/it-lib/src/main/com/daml/TestCommands.scala b/test-common/canton/it-lib/src/main/com/daml/TestCommands.scala index 0e706127719f..6b7a79a70484 100644 --- a/test-common/canton/it-lib/src/main/com/daml/TestCommands.scala +++ b/test-common/canton/it-lib/src/main/com/daml/TestCommands.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/canton/it-lib/src/main/com/daml/TestTemplateIdentifiers.scala b/test-common/canton/it-lib/src/main/com/daml/TestTemplateIdentifiers.scala index 7b53e671aec1..1313444bab0c 100644 --- a/test-common/canton/it-lib/src/main/com/daml/TestTemplateIdentifiers.scala +++ b/test-common/canton/it-lib/src/main/com/daml/TestTemplateIdentifiers.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml diff --git a/test-common/src/main/daml/benchtool/Bench.daml b/test-common/src/main/daml/benchtool/Bench.daml index a2a22bf73a35..fbc2c5ef9071 100644 --- a/test-common/src/main/daml/benchtool/Bench.daml +++ b/test-common/src/main/daml/benchtool/Bench.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Bench where diff --git a/test-common/src/main/daml/benchtool/Foo.daml b/test-common/src/main/daml/benchtool/Foo.daml index 21e4ed0f4713..9a94f194de75 100644 --- a/test-common/src/main/daml/benchtool/Foo.daml +++ b/test-common/src/main/daml/benchtool/Foo.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Foo where diff --git a/test-common/src/main/daml/benchtool/InterfaceSubscription.daml b/test-common/src/main/daml/benchtool/InterfaceSubscription.daml index 62117c483b4f..cbb5f9af7c3f 100644 --- a/test-common/src/main/daml/benchtool/InterfaceSubscription.daml +++ b/test-common/src/main/daml/benchtool/InterfaceSubscription.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceSubscription where diff --git a/test-common/src/main/daml/carbonv1/CarbonV1.daml b/test-common/src/main/daml/carbonv1/CarbonV1.daml index 6ae2ab44c080..734378be419f 100644 --- a/test-common/src/main/daml/carbonv1/CarbonV1.daml +++ b/test-common/src/main/daml/carbonv1/CarbonV1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CarbonV1 where diff --git a/test-common/src/main/daml/carbonv2/CarbonV2.daml b/test-common/src/main/daml/carbonv2/CarbonV2.daml index 03bad6f8ce6d..5eb8ffeec1bb 100644 --- a/test-common/src/main/daml/carbonv2/CarbonV2.daml +++ b/test-common/src/main/daml/carbonv2/CarbonV2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CarbonV2 where diff --git a/test-common/src/main/daml/carbonv3/CarbonV3.daml b/test-common/src/main/daml/carbonv3/CarbonV3.daml index 9ad345a35c0d..92daf74cb41a 100644 --- a/test-common/src/main/daml/carbonv3/CarbonV3.daml +++ b/test-common/src/main/daml/carbonv3/CarbonV3.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module CarbonV3 where diff --git a/test-common/src/main/daml/model/Iou.daml b/test-common/src/main/daml/model/Iou.daml index d1b84b7029fa..d16664381268 100644 --- a/test-common/src/main/daml/model/Iou.daml +++ b/test-common/src/main/daml/model/Iou.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/test-common/src/main/daml/model/IouTrade.daml b/test-common/src/main/daml/model/IouTrade.daml index 9d8a15052eb3..62476e90733c 100644 --- a/test-common/src/main/daml/model/IouTrade.daml +++ b/test-common/src/main/daml/model/IouTrade.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/test-common/src/main/daml/model/Test.daml b/test-common/src/main/daml/model/Test.daml index b6b2cf412ebd..5f9b259658e9 100644 --- a/test-common/src/main/daml/model/Test.daml +++ b/test-common/src/main/daml/model/Test.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- file that contains the declarations used in the sandbox tests diff --git a/test-common/src/main/daml/modelext/TestExtension.daml b/test-common/src/main/daml/modelext/TestExtension.daml index 3b8bb244fef4..7c4b738cb5b0 100644 --- a/test-common/src/main/daml/modelext/TestExtension.daml +++ b/test-common/src/main/daml/modelext/TestExtension.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TestExtension where diff --git a/test-common/src/main/daml/package_management/PackageManagementTest.daml b/test-common/src/main/daml/package_management/PackageManagementTest.daml index df06ea185e2c..af853bd2374f 100644 --- a/test-common/src/main/daml/package_management/PackageManagementTest.daml +++ b/test-common/src/main/daml/package_management/PackageManagementTest.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 -- The only purpose of this code is to use it as a simple, diff --git a/test-common/src/main/daml/performance/PingPong.daml b/test-common/src/main/daml/performance/PingPong.daml index 8b6285da189a..53e4e1ab17db 100644 --- a/test-common/src/main/daml/performance/PingPong.daml +++ b/test-common/src/main/daml/performance/PingPong.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module PingPong where diff --git a/test-common/src/main/daml/semantic/ContractIdTests.daml b/test-common/src/main/daml/semantic/ContractIdTests.daml index 01e7997e282c..a0b251d6b442 100644 --- a/test-common/src/main/daml/semantic/ContractIdTests.daml +++ b/test-common/src/main/daml/semantic/ContractIdTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ContractIdTests where diff --git a/test-common/src/main/daml/semantic/DeeplyNestedValue.daml b/test-common/src/main/daml/semantic/DeeplyNestedValue.daml index e6ce12be0f22..b198eae97dc6 100644 --- a/test-common/src/main/daml/semantic/DeeplyNestedValue.daml +++ b/test-common/src/main/daml/semantic/DeeplyNestedValue.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DeeplyNestedValue where diff --git a/test-common/src/main/daml/semantic/DivulgenceTests.daml b/test-common/src/main/daml/semantic/DivulgenceTests.daml index 1a5f5c842bc3..14cb045c4acc 100644 --- a/test-common/src/main/daml/semantic/DivulgenceTests.daml +++ b/test-common/src/main/daml/semantic/DivulgenceTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module DivulgenceTests where diff --git a/test-common/src/main/daml/semantic/ExceptionRaceTests.daml b/test-common/src/main/daml/semantic/ExceptionRaceTests.daml index b9ae8f2bfa4d..36c71a06f968 100644 --- a/test-common/src/main/daml/semantic/ExceptionRaceTests.daml +++ b/test-common/src/main/daml/semantic/ExceptionRaceTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module ExceptionRaceTests where diff --git a/test-common/src/main/daml/semantic/Exceptions.daml b/test-common/src/main/daml/semantic/Exceptions.daml index 809b0c043c0b..d54325be2d77 100644 --- a/test-common/src/main/daml/semantic/Exceptions.daml +++ b/test-common/src/main/daml/semantic/Exceptions.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Exceptions where diff --git a/test-common/src/main/daml/semantic/Interface.daml b/test-common/src/main/daml/semantic/Interface.daml index d62b3cae5e32..36d79fbb7b21 100644 --- a/test-common/src/main/daml/semantic/Interface.daml +++ b/test-common/src/main/daml/semantic/Interface.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interface where diff --git a/test-common/src/main/daml/semantic/Interface1.daml b/test-common/src/main/daml/semantic/Interface1.daml index c71ec4c43f16..0cd8559711b1 100644 --- a/test-common/src/main/daml/semantic/Interface1.daml +++ b/test-common/src/main/daml/semantic/Interface1.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interface1 where diff --git a/test-common/src/main/daml/semantic/Interface2.daml b/test-common/src/main/daml/semantic/Interface2.daml index 97b8b41bd68b..ca31210fbfb3 100644 --- a/test-common/src/main/daml/semantic/Interface2.daml +++ b/test-common/src/main/daml/semantic/Interface2.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interface2 where diff --git a/test-common/src/main/daml/semantic/Interface3.daml b/test-common/src/main/daml/semantic/Interface3.daml index f842c928425f..af28826f17b7 100644 --- a/test-common/src/main/daml/semantic/Interface3.daml +++ b/test-common/src/main/daml/semantic/Interface3.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Interface3 where diff --git a/test-common/src/main/daml/semantic/InterfaceViews.daml b/test-common/src/main/daml/semantic/InterfaceViews.daml index df26de9a910b..96d8ec82a8c6 100644 --- a/test-common/src/main/daml/semantic/InterfaceViews.daml +++ b/test-common/src/main/daml/semantic/InterfaceViews.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module InterfaceViews where diff --git a/test-common/src/main/daml/semantic/Limits.daml b/test-common/src/main/daml/semantic/Limits.daml index ffd08dd334c4..1df3b4494c8b 100644 --- a/test-common/src/main/daml/semantic/Limits.daml +++ b/test-common/src/main/daml/semantic/Limits.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Limits where diff --git a/test-common/src/main/daml/semantic/RaceTests.daml b/test-common/src/main/daml/semantic/RaceTests.daml index 7ae5a0b67e71..df87b116518c 100644 --- a/test-common/src/main/daml/semantic/RaceTests.daml +++ b/test-common/src/main/daml/semantic/RaceTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module RaceTests where diff --git a/test-common/src/main/daml/semantic/SemanticTests.daml b/test-common/src/main/daml/semantic/SemanticTests.daml index de3c03e31a5b..67af8c5a137d 100644 --- a/test-common/src/main/daml/semantic/SemanticTests.daml +++ b/test-common/src/main/daml/semantic/SemanticTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 diff --git a/test-common/src/main/daml/semantic/TimeTests.daml b/test-common/src/main/daml/semantic/TimeTests.daml index 54d0da5dd8ef..9f6bc6848ece 100644 --- a/test-common/src/main/daml/semantic/TimeTests.daml +++ b/test-common/src/main/daml/semantic/TimeTests.daml @@ -1,4 +1,4 @@ --- Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +-- Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module TimeTests where diff --git a/test-common/test-certificates/BUILD.bazel b/test-common/test-certificates/BUILD.bazel index bdd149cf1edc..4fad3228a8dc 100644 --- a/test-common/test-certificates/BUILD.bazel +++ b/test-common/test-certificates/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_windows") diff --git a/test-common/test-common.bzl b/test-common/test-common.bzl index 526748dec076..fe4132713ab9 100644 --- a/test-common/test-common.bzl +++ b/test-common/test-common.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("//bazel_tools:scala.bzl", "da_scala_library") diff --git a/test-evidence/BUILD.bazel b/test-evidence/BUILD.bazel index 4d9929eb91de..4f961bb1a611 100644 --- a/test-evidence/BUILD.bazel +++ b/test-evidence/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@os_info//:os_info.bzl", "is_linux") diff --git a/test-evidence/src/main/scala/com/daml/test/evidence/generator/Main.scala b/test-evidence/src/main/scala/com/daml/test/evidence/generator/Main.scala index dbafc8eb4d54..0a9dae303f5c 100644 --- a/test-evidence/src/main/scala/com/daml/test/evidence/generator/Main.scala +++ b/test-evidence/src/main/scala/com/daml/test/evidence/generator/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.generator diff --git a/test-evidence/src/main/scala/com/daml/test/evidence/generator/TestEntryLookup.scala b/test-evidence/src/main/scala/com/daml/test/evidence/generator/TestEntryLookup.scala index adc1cc7f47a5..2829036b5cff 100644 --- a/test-evidence/src/main/scala/com/daml/test/evidence/generator/TestEntryLookup.scala +++ b/test-evidence/src/main/scala/com/daml/test/evidence/generator/TestEntryLookup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +// Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.test.evidence.generator diff --git a/test-evidence/test_evidence.bzl b/test-evidence/test_evidence.bzl index 2315597fea18..31ccab027a3f 100644 --- a/test-evidence/test_evidence.bzl +++ b/test-evidence/test_evidence.bzl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 load("@io_bazel_rules_scala//scala:advanced_usage/providers.bzl", "ScalaRulePhase") diff --git a/unreleased.sh b/unreleased.sh index f4da02ba1973..2c445ffb26f8 100755 --- a/unreleased.sh +++ b/unreleased.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. +# Copyright (c) 2024 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. # SPDX-License-Identifier: Apache-2.0 if [ "$#" -ne 1 ]; then