Skip to content

Commit

Permalink
fix (some) copyright headers (digital-asset#8422)
Browse files Browse the repository at this point in the history
This commit fixes a few copyright headers that have been missed in the
automatic update on Jan 1, as well as the generation code in the compat
workspace so it generates the right headers.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Jan 7, 2021
1 parent d38a36e commit 427179a
Show file tree
Hide file tree
Showing 55 changed files with 51 additions and 62 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/c/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

exports_files([
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/build_hs_lf_tooling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mkdir -p "$DIR/protobuf/com/daml"
cp -RL "daml-lf/archive/src/main/protobuf/com/daml/daml_lf_dev" "$DIR/protobuf/com/daml/"
# generate code from protobuf using the matching tool, as a configure script
cat <<EOF >"$DIR/Setup.hs"
-- Copyright (c) 2020 The DAML Authors. All rights reserved.
-- Copyright (c) 2021 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
--
-- Parts of this code were adapted from
Expand Down
2 changes: 1 addition & 1 deletion compatibility/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 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")
Expand Down
2 changes: 1 addition & 1 deletion compatibility/assistant/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

load("@daml//bazel_tools:haskell.bzl", "da_haskell_test")
Expand Down
2 changes: 1 addition & 1 deletion compatibility/bazel_tools/test_utils/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

load(
Expand Down
2 changes: 1 addition & 1 deletion compatibility/build-release-artifacts-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Build the release artifacts required for running the compatibility
Expand Down
2 changes: 1 addition & 1 deletion compatibility/test-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Build the release artifacts required for running the compatibility
Expand Down
2 changes: 1 addition & 1 deletion compatibility/versions/UpdateVersions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ headVersion = SemVer.initial
-- We include this here so buildifier does not modify this file.
copyrightHeader :: [T.Text]
copyrightHeader =
[ "# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved."
[ "# Copyright (c) 2021 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 daml-lf/encoder/src/test/lf/Any_1.7_1.8_1.11_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module AnyMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Bool_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module BoolMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Builtin_1.11_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module BuiltinMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Builtin_1.6_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module BuiltinMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Builtin_1.7_1.8_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module BuiltinMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Builtin_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module BuiltinMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Date_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module DateMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Decimal_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module DecimalMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Enum_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module EnumMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/GenMap_1.11_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module GenMapMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Int64_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module Int64Mod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/List_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module ListMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Numeric_1.7_1.8_1.11_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module NumericMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Option_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module OptionMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Party_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module PartyMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Record_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module RecordMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Synonym_1.8_1.11_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module SynonymMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Template_1.11_1.dev_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 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 daml-lf/encoder/src/test/lf/Template_1.6_1.7_1.8_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 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 daml-lf/encoder/src/test/lf/TextMap_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module TextMapMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Text_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module TextMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Timestamp_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module TimestampMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Unit_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module UnitMod {
Expand Down
2 changes: 1 addition & 1 deletion daml-lf/encoder/src/test/lf/Variant_all_.lf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

module VariantMod {
Expand Down
2 changes: 1 addition & 1 deletion dev-env/bin/da-ghci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Bazel-aware wrapper for GHCi.
Expand Down
2 changes: 1 addition & 1 deletion dev-env/bin/da-ghcid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Bazel aware wrapper for ghcid
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/theme/da_theme_skeleton/versions.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!-- Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<!-- Copyright (c) 2020, Digital Asset (Switzerland) GmbH and/or its affiliates. -->
<!-- All rights reserved. -->


{% if READTHEDOCS %}
Expand Down
3 changes: 0 additions & 3 deletions extractor/bin/extractor.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
:: Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
:: SPDX-License-Identifier: Apache-2.0

:: Copyright (c) 2020, Digital Asset (Switzerland) GmbH and/or its affiliates.
:: All rights reserved.

for %%i in ("%~dp0..") do (
java -jar %%i %*
goto finish
Expand Down
3 changes: 0 additions & 3 deletions language-support/hs/bindings/src/DA/Ledger/GrpcWrapUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE DataKinds #-}
-- Copyright (c) 2020 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0

{-# LANGUAGE GADTs #-}

module DA.Ledger.GrpcWrapUtils (
Expand Down
2 changes: 1 addition & 1 deletion ledger/ledger-api-test-tool-on-canton/canton.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 The DAML Authors. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

canton {
Expand Down
2 changes: 1 addition & 1 deletion ledger/ledger-on-memory/src/app/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 The DAML Authors. All rights reserved.
~ Copyright (c) 2021 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 ledger/ledger-on-sql/src/app/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 The DAML Authors. All rights reserved.
~ Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
~ SPDX-License-Identifier: Apache-2.0
-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -euxo pipefail
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 The DAML Authors. All rights reserved.
~ Copyright (c) 2021 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 ledger/sandbox-classic/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<included>
Expand Down
2 changes: 1 addition & 1 deletion ledger/sandbox/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<configuration>
Expand Down
2 changes: 1 addition & 1 deletion ledger/test-common/test-certificates/openssl-template.cnf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenSSL root CA configuration file.
# Copy to `certs/root/openssl.cnf`.

# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# Copyright (c) 2021 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 navigator/frontend/src/applets/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Component extends React.Component<Props, {}> {
<div>
<p>
Copyright Notice
Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates.
Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates.
All rights reserved.
</p>
</div>
Expand Down
3 changes: 0 additions & 3 deletions navigator/frontend/src/applets/info/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

// Copyright (c) 2020, Digital Asset (Switzerland) GmbH and/or its affiliates.
// All rights reserved.

import { Dispatch, styled } from '@da/ui-core';
import * as React from 'react';
import { connect, ConnectedComponent } from 'react-redux';
Expand Down
4 changes: 2 additions & 2 deletions templates/create-daml-app-test-resources/messaging.patch
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ diff --git templates/create-daml-app/ui/src/components/MessageEdit.tsx templates
--- /dev/null
+++ templates/create-daml-app/ui/src/components/MessageEdit.tsx
@@ -0,0 +1,70 @@
+// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
+// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
+
+// MESSAGEEDIT_BEGIN
Expand Down Expand Up @@ -139,7 +139,7 @@ diff --git templates/create-daml-app/ui/src/components/MessageList.tsx templates
--- /dev/null
+++ templates/create-daml-app/ui/src/components/MessageList.tsx
@@ -0,0 +1,33 @@
+// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
+// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
+
+// MESSAGELIST_BEGIN
Expand Down
2 changes: 1 addition & 1 deletion templates/create-daml-app/ui/src/Credentials.ts.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

import { encode } from 'jwt-simple';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

import React, { useCallback } from 'react'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

import React, { useMemo } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

import React from 'react'
Expand Down
2 changes: 1 addition & 1 deletion templates/create-daml-app/ui/src/config.ts.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

export enum DeploymentMode {
Expand Down

0 comments on commit 427179a

Please sign in to comment.