Skip to content

Commit 1b30770

Browse files
authored
Update license header. (dapr#483)
1 parent 0cd2f37 commit 1b30770

File tree

228 files changed

+257
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+257
-252
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation.
2+
# Copyright (c) Microsoft Corporation and Dapr Contributors.
33
# Licensed under the MIT License.
44
# ------------------------------------------------------------
55

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
~ Copyright (c) Microsoft Corporation.
3+
~ Copyright (c) Microsoft Corporation and Dapr Contributors.
44
~ Licensed under the MIT License.
55
-->
66

@@ -45,7 +45,7 @@
4545

4646
<module name="Header">
4747
<property name="fileExtensions" value="java"/>
48-
<property name="header" value="/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n */"/>
48+
<property name="header" value="/*\n * Copyright (c) Microsoft Corporation and Dapr Contributors.\n * Licensed under the MIT License.\n */"/>
4949
</module>
5050

5151
<module name="TreeWalker">

examples/src/main/java/io/dapr/examples/DaprApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/DaprConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/DaprMainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/OpenTelemetryConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/OpenTelemetryInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/OpenTelemetryInterceptorConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/actors/DemoActor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

examples/src/main/java/io/dapr/examples/actors/DemoActorClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) Microsoft Corporation.
2+
* Copyright (c) Microsoft Corporation and Dapr Contributors.
33
* Licensed under the MIT License.
44
*/
55

0 commit comments

Comments
 (0)