Skip to content

Commit 31f7885

Browse files
authored
docs: Update author and license company name (#748)
1 parent 723de0f commit 31f7885

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Temporal TypeScript SDK
22

33
MIT License
44

5-
Copyright (c) 2021 Temporal Technologies, Inc. All Rights Reserved
5+
Copyright (c) 2021 Temporal Technologies Inc. All Rights Reserved
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"workflow",
7373
"isolate"
7474
],
75-
"author": "Roey Berman <roey@temporal.io>",
75+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
7676
"license": "MIT",
7777
"bugs": {
7878
"url": "https://github.com/temporalio/sdk-typescript/issues"

packages/activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"worker",
1111
"activity"
1212
],
13-
"author": "Roey Berman <roey@temporal.io>",
13+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"dependencies": {
1616
"@temporalio/common": "file:../common",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workflow",
1111
"client"
1212
],
13-
"author": "Roey Berman <roey@temporal.io>",
13+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"dependencies": {
1616
"@grpc/grpc-js": "^1.6.7",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"workflow",
1010
"worker"
1111
],
12-
"author": "Loren Sands-Ramshaw <loren@temporal.io>",
12+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1313
"license": "MIT",
1414
"dependencies": {
1515
"@opentelemetry/api": "^1.0.3",

packages/core-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"core",
1717
"worker"
1818
],
19-
"author": "Roey Berman <roey@temporal.io>",
19+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
2020
"license": "MIT",
2121
"dependencies": {
2222
"@opentelemetry/api": "^1.1.0",

packages/create-project/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (C) 2021 Temporal Technologies, Inc. All Rights Reserved.
3+
Copyright (C) 2021 Temporal Technologies Inc. All Rights Reserved.
44

55
Copyright (c) 2021 Vercel, Inc.
66

packages/create-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"init",
1515
"workflow"
1616
],
17-
"author": "Roey Berman <roey@temporal.io>",
17+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1818
"license": "MIT",
1919
"dependencies": {
2020
"async-retry": "^1.3.3",

packages/interceptors-opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"interceptors",
1212
"opentelemetry"
1313
],
14-
"author": "Roey Berman <roey@temporal.io>",
14+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1515
"license": "MIT",
1616
"dependencies": {
1717
"@opentelemetry/api": "^1.1.0",

packages/internal-non-workflow-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"worker",
1111
"common"
1212
],
13-
"author": "Roey Berman <roey@temporal.io>",
13+
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"dependencies": {
1616
"@opentelemetry/api": "^1.0.3",

0 commit comments

Comments
 (0)