summaryrefslogtreecommitdiffstats
path: root/api4
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-12 08:27:57 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-12 08:27:57 -0400
commitfb6f2a123c7fefc8d8270e273e9ef4007f88cefd (patch)
tree32d1be8051bbc17b6faaf883e6f1c832e84dab3c /api4
parente841d0c5023640efc3dcf9d5284f55458e06a0a6 (diff)
downloadchat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.gz
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.bz2
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.zip
PLT-5860 Updated copyright date (#6058)
* PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
Diffstat (limited to 'api4')
-rw-r--r--api4/api.go2
-rw-r--r--api4/apitestlib.go2
-rw-r--r--api4/brand.go2
-rw-r--r--api4/brand_test.go2
-rw-r--r--api4/channel.go2
-rw-r--r--api4/channel_test.go2
-rw-r--r--api4/cluster.go2
-rw-r--r--api4/cluster_test.go2
-rw-r--r--api4/command.go2
-rw-r--r--api4/command_test.go2
-rw-r--r--api4/compliance.go2
-rw-r--r--api4/context.go2
-rw-r--r--api4/emoji.go2
-rw-r--r--api4/emoji_test.go2
-rw-r--r--api4/file.go2
-rw-r--r--api4/file_test.go2
-rw-r--r--api4/ldap.go2
-rw-r--r--api4/ldap_test.go2
-rw-r--r--api4/params.go2
-rw-r--r--api4/post.go2
-rw-r--r--api4/post_test.go2
-rw-r--r--api4/preference.go2
-rw-r--r--api4/preference_test.go2
-rw-r--r--api4/saml.go2
-rw-r--r--api4/saml_test.go2
-rw-r--r--api4/status.go2
-rw-r--r--api4/system.go2
-rw-r--r--api4/team.go2
-rw-r--r--api4/team_test.go2
-rw-r--r--api4/user.go2
-rw-r--r--api4/user_test.go2
-rw-r--r--api4/webhook.go2
-rw-r--r--api4/webhook_test.go2
-rw-r--r--api4/websocket.go2
-rw-r--r--api4/websocket_test.go2
35 files changed, 35 insertions, 35 deletions
diff --git a/api4/api.go b/api4/api.go
index b1b8e0c69..45581525e 100644
--- a/api4/api.go
+++ b/api4/api.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/apitestlib.go b/api4/apitestlib.go
index 8b5861026..81a9ca311 100644
--- a/api4/apitestlib.go
+++ b/api4/apitestlib.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/brand.go b/api4/brand.go
index f9a301acf..ac69f623b 100644
--- a/api4/brand.go
+++ b/api4/brand.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/brand_test.go b/api4/brand_test.go
index fd5e472a8..98a539574 100644
--- a/api4/brand_test.go
+++ b/api4/brand_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/channel.go b/api4/channel.go
index 78d4cc733..acef92415 100644
--- a/api4/channel.go
+++ b/api4/channel.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/channel_test.go b/api4/channel_test.go
index 1c00c8450..50755fbe0 100644
--- a/api4/channel_test.go
+++ b/api4/channel_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/cluster.go b/api4/cluster.go
index dbf198590..54ff15cf1 100644
--- a/api4/cluster.go
+++ b/api4/cluster.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/cluster_test.go b/api4/cluster_test.go
index 6d44ca209..573e309a4 100644
--- a/api4/cluster_test.go
+++ b/api4/cluster_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/command.go b/api4/command.go
index 0638edd38..5787d1132 100644
--- a/api4/command.go
+++ b/api4/command.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/command_test.go b/api4/command_test.go
index 6c100ed08..5f3d77113 100644
--- a/api4/command_test.go
+++ b/api4/command_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/compliance.go b/api4/compliance.go
index 37196c853..cabac6e21 100644
--- a/api4/compliance.go
+++ b/api4/compliance.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/context.go b/api4/context.go
index cd1137508..90f39ce5f 100644
--- a/api4/context.go
+++ b/api4/context.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/emoji.go b/api4/emoji.go
index 282d0f086..2452f87c4 100644
--- a/api4/emoji.go
+++ b/api4/emoji.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/emoji_test.go b/api4/emoji_test.go
index e5faf548c..40199919f 100644
--- a/api4/emoji_test.go
+++ b/api4/emoji_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/file.go b/api4/file.go
index e4bdbcc3c..de1ce454d 100644
--- a/api4/file.go
+++ b/api4/file.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/file_test.go b/api4/file_test.go
index 5e0824d45..9124e893b 100644
--- a/api4/file_test.go
+++ b/api4/file_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/ldap.go b/api4/ldap.go
index e138fdc97..eac5778b6 100644
--- a/api4/ldap.go
+++ b/api4/ldap.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/ldap_test.go b/api4/ldap_test.go
index d8eaedc50..6d79a92ad 100644
--- a/api4/ldap_test.go
+++ b/api4/ldap_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/params.go b/api4/params.go
index 8bb072742..fa5d96d88 100644
--- a/api4/params.go
+++ b/api4/params.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/post.go b/api4/post.go
index 3493945c9..f8e4cc54b 100644
--- a/api4/post.go
+++ b/api4/post.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/post_test.go b/api4/post_test.go
index 4a86e9f18..c6e9dcb59 100644
--- a/api4/post_test.go
+++ b/api4/post_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/preference.go b/api4/preference.go
index 9ba6b85d2..f9a5bfba6 100644
--- a/api4/preference.go
+++ b/api4/preference.go
@@ -1,4 +1,4 @@
-// // Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// // Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// // See License.txt for license information.
package api4
diff --git a/api4/preference_test.go b/api4/preference_test.go
index 02df99b9b..6efc96ff3 100644
--- a/api4/preference_test.go
+++ b/api4/preference_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/saml.go b/api4/saml.go
index e2c35f30d..b8167b505 100644
--- a/api4/saml.go
+++ b/api4/saml.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/saml_test.go b/api4/saml_test.go
index 7e4722a3b..0e16612d7 100644
--- a/api4/saml_test.go
+++ b/api4/saml_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/status.go b/api4/status.go
index 46d4f963b..3a2c5c762 100644
--- a/api4/status.go
+++ b/api4/status.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/system.go b/api4/system.go
index 098f7e4b7..dfc702c8c 100644
--- a/api4/system.go
+++ b/api4/system.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/team.go b/api4/team.go
index 22ab15bfd..b8ba47054 100644
--- a/api4/team.go
+++ b/api4/team.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/team_test.go b/api4/team_test.go
index b58a4dc72..7fd240480 100644
--- a/api4/team_test.go
+++ b/api4/team_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/user.go b/api4/user.go
index 5880370c6..05216ff40 100644
--- a/api4/user.go
+++ b/api4/user.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/user_test.go b/api4/user_test.go
index f904bd460..2ff665c8a 100644
--- a/api4/user_test.go
+++ b/api4/user_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/webhook.go b/api4/webhook.go
index 86f8bcc2e..6602c7a26 100644
--- a/api4/webhook.go
+++ b/api4/webhook.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/webhook_test.go b/api4/webhook_test.go
index 1691b27e5..96451f8a7 100644
--- a/api4/webhook_test.go
+++ b/api4/webhook_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/websocket.go b/api4/websocket.go
index c70327222..1caef6c4a 100644
--- a/api4/websocket.go
+++ b/api4/websocket.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4
diff --git a/api4/websocket_test.go b/api4/websocket_test.go
index 6018bf7da..1098f4759 100644
--- a/api4/websocket_test.go
+++ b/api4/websocket_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2017 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package api4