aboutsummaryrefslogtreecommitdiff
path: root/api/slack
diff options
context:
space:
mode:
Diffstat (limited to 'api/slack')
-rw-r--r--api/slack/message.go6
-rw-r--r--api/slack/slack.go6
-rw-r--r--api/slack/slack_example_test.go6
-rw-r--r--api/slack/webhook_client.go6
4 files changed, 12 insertions, 12 deletions
diff --git a/api/slack/message.go b/api/slack/message.go
index 1483f20d..5f9437df 100644
--- a/api/slack/message.go
+++ b/api/slack/message.go
@@ -1,6 +1,6 @@
-// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
package slack
diff --git a/api/slack/slack.go b/api/slack/slack.go
index 6e3092e2..a7e4c4c2 100644
--- a/api/slack/slack.go
+++ b/api/slack/slack.go
@@ -1,6 +1,6 @@
-// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
// Package slack provide a simple API for sending message to Slack using only
// standard packages.
diff --git a/api/slack/slack_example_test.go b/api/slack/slack_example_test.go
index 4f2d4e9d..702ffdeb 100644
--- a/api/slack/slack_example_test.go
+++ b/api/slack/slack_example_test.go
@@ -1,6 +1,6 @@
-// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
package slack
diff --git a/api/slack/webhook_client.go b/api/slack/webhook_client.go
index 27b778a7..a1b632be 100644
--- a/api/slack/webhook_client.go
+++ b/api/slack/webhook_client.go
@@ -1,6 +1,6 @@
-// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: BSD-3-Clause
package slack