Skip to content

Commit

Permalink
Merge pull request #394 from digital-asset/python-consistent-case
Browse files Browse the repository at this point in the history
python: Change the default case of the default application ID to be consistent across the codebase.
  • Loading branch information
da-tanabe authored Jan 9, 2023
2 parents afe5d9a + f2e7e05 commit 0cbcded
Show file tree
Hide file tree
Showing 471 changed files with 476 additions and 476 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
commands:
restore_dazl_cache:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/install-daml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
set -xeuo pipefail

Expand Down
2 changes: 1 addition & 1 deletion .circleci/install-jq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
set -xeuo pipefail

Expand Down
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates
Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

cache_dir=.cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Daml Python bindings (formerly known as dazl)
<img src="https://circleci.com/gh/digital-asset/dazl-client.svg?style=svg">
</a>

Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved.
Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.10.3
7.10.4
2 changes: 1 addition & 1 deletion _build/daml-connect/daml-connect.conf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _build/daml-connect/protos.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Utilities for working with Daml Connect.
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/all-kinds-of/AllKindsOf.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module AllKindsOf where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/all-kinds-of/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/all-party/AllParty.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module AllParty where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/all-party/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/complicated/Complicated.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Complicated where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/complicated/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/dotted-fields/DottedFields.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module DottedFields where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/dotted-fields/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Customer where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Retailer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk118/KitchenSink/SKU.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.SKU where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Supplier where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Warehouse where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk118/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk24/KitchenSink/Customer.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Customer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk24/KitchenSink/Retailer.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Retailer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk24/KitchenSink/SKU.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.SKU where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk24/KitchenSink/Supplier.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Supplier where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Warehouse where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk24/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk25/KitchenSink/Customer.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Customer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk25/KitchenSink/Retailer.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Retailer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk25/KitchenSink/SKU.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.SKU where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk25/KitchenSink/Supplier.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Supplier where
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module KitchenSink.Warehouse where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/kitchen-sink-sdk25/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 2.5.0-snapshot.20221201.11065.0.caac1d10
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/map-support/MapSupport.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module MapSupport where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/map-support/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/pending/Pending.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Pending where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/pending/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/post-office/Main.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Main where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/post-office/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/post-office/integration-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/same-name-a/SameName.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module SameName where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/same-name-a/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/same-name-b/SameName.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module SameName where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/same-name-b/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/simple/Simple.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Simple where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/simple/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/test-server/TestServer.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module TestServer where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/test-server/TestServerTest.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module TestServerTest where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/test-server/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/upload-test/UploadTest.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

-- UploadTest.daml
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/src/upload-test/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

sdk-version: 1.18.1
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/templates/daml/Address.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Address where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/templates/daml/LibraryModules.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module LibraryModules where
Expand Down
2 changes: 1 addition & 1 deletion _fixtures/templates/daml/Primitives.daml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2022, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- Copyright (c) 2017-2023, Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

module Primitives where
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

import dazl
Expand Down Expand Up @@ -38,7 +38,7 @@

# General information about the project.
project = "dazl"
copyright = "2017-2022, Digital Asset"
copyright = "2017-2023, Digital Asset"
author = "Digital Asset"

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.cli.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0
``dazl.cli``
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.client.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0

``dazl.client``
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.damlast.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0

.. automodule:: dazl.damlast
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.ledger.aio.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0

:mod:`dazl.ledger.aio`
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.ledger.blocking.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0

:mod:`dazl.ledger.blocking`
Expand Down
2 changes: 1 addition & 1 deletion docs/dazl.ledger.config.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2017-2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. Copyright (c) 2017-2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
SPDX-License-Identifier: Apache-2.0

.. automodule:: dazl.ledger.config
Loading

0 comments on commit 0cbcded

Please sign in to comment.