From bcb35e158dbaf9ae40847ad70357aed8c3124d0d Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Wed, 25 Aug 2021 11:17:37 +0900 Subject: [PATCH] Update the entity name in metadata --- LICENSE | 2 +- examples/deploy-aws-lambda/LICENSE | 2 +- examples/deploy-heroku/LICENSE | 2 +- examples/socket-mode/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 1f3c2791b..84e1294fb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2016-2018 Robots & Pencils -Copyright (c) 2019 Slack Technologies, Inc. +Copyright (c) 2019- Slack Technologies, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/deploy-aws-lambda/LICENSE b/examples/deploy-aws-lambda/LICENSE index c14199fe1..cf859102e 100644 --- a/examples/deploy-aws-lambda/LICENSE +++ b/examples/deploy-aws-lambda/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Slack Technologies, Inc. +Copyright (c) 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 "Software"), to deal diff --git a/examples/deploy-heroku/LICENSE b/examples/deploy-heroku/LICENSE index c14199fe1..cf859102e 100644 --- a/examples/deploy-heroku/LICENSE +++ b/examples/deploy-heroku/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Slack Technologies, Inc. +Copyright (c) 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 "Software"), to deal diff --git a/examples/socket-mode/package.json b/examples/socket-mode/package.json index 307147bc2..52a889ac8 100644 --- a/examples/socket-mode/package.json +++ b/examples/socket-mode/package.json @@ -7,7 +7,7 @@ "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Slack Technologies, Inc.", + "author": "Slack Technologies, LLC", "license": "MIT", "dependencies": { "@slack/bolt": "^3.2.0" diff --git a/package.json b/package.json index 867329e46..ff5b737c4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@slack/bolt", "version": "3.6.0", "description": "A framework for building Slack apps, fast.", - "author": "Slack Technologies, Inc.", + "author": "Slack Technologies, LLC", "license": "MIT", "keywords": [ "slack",