Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the entity name #1315

Merged
merged 1 commit into from Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2020 Slack Technologies, Inc.
Copyright (c) 2014-2020 Slack Technologies, LLC

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Expand Up @@ -51,7 +51,7 @@ <h1>{{ page.title }}</h1>
</div>

<footer>
<p class="light tiny align_center">© {{ 'now' | date: "%Y" }} Slack Technologies, Inc. and contributors</p>
<p class="light tiny align_center">© {{ 'now' | date: "%Y" }} Slack Technologies, LLC and contributors</p>
</footer>

<script src="{{ site.url | append: site.baseurl }}/scripts/auto_anchor.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/legacy-sign-in-with-slack/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js"
},
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"repository": "slackapi/node-slack-sdk",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/oauth-v1/package.json
Expand Up @@ -11,7 +11,7 @@
"npm": ">=6.4.1"
},
"repository": "slackapi/node-slack-sdk",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"dependencies": {
"@slack/events-api": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/oauth-v2/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js"
},
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"repository": "slackapi/node-slack-sdk",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/openid-connect/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js"
},
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"repository": "slackapi/node-slack-sdk",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/socket-mode/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node app.js"
},
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"repository": "slackapi/node-slack-sdk",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/client",
"version": "5.0.2",
"description": "Legacy wrapper for official Slack Platform's Web API, RTM API, and Incoming Webhook libraries. Use @slack/web-api, @slack/rtm-api, or @slack/webhook instead.",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/events-api/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/events-api",
"version": "3.0.1",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/interactive-messages/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/interactive-messages",
"version": "2.0.2",
"description": "Official library for using the Slack Platform's Interactive Buttons, Menus, Dialogs, Actions, and Block Actions",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/logger",
"version": "3.0.0",
"description": "Logging utility used by Node Slack SDK",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/oauth",
"version": "2.2.0",
"description": "Official library for interacting with Slack's Oauth endpoints",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/rtm-api/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/rtm-api",
"version": "6.0.0",
"description": "Official library for using the Slack Platform's Real Time Messaging API",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-mode/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/socket-mode",
"version": "1.1.0",
"description": "Official library for using the Slack Platform's Socket Mode API",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/types",
"version": "2.2.0",
"description": "Shared type definitions for the Node Slack SDK",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/web-api",
"version": "6.4.0",
"description": "Official library for using the Slack Platform's Web API",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/webhook",
"version": "6.0.0",
"description": "Official library for using the Slack Platform's Incoming Webhooks",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": [
"slack",
Expand Down
2 changes: 1 addition & 1 deletion prod-server-integration-tests/package.json
Expand Up @@ -6,7 +6,7 @@
"test:clean": "./link.sh && mocha --timeout 10000"
},
"repository": "https://github.com/slackapi/node-slack-sdk",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"dependencies": {
"dotenv": "^4",
Expand Down
2 changes: 1 addition & 1 deletion support/integration-tests/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/sdk-integration-tests",
"private": true,
"description": "Integration tests for Node Slack SDK",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"scripts": {
"test": "mocha proxy-test.js"
Expand Down
2 changes: 1 addition & 1 deletion support/ref-docs/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@slack/sdk-ref-docs",
"private": true,
"description": "Reference documentation generation for Node Slack SDK",
"author": "Slack Technologies, Inc.",
"author": "Slack Technologies, LLC",
"license": "MIT",
"scripts": {
"start": "ts-node ./src/index.ts"
Expand Down