summaryrefslogtreecommitdiffstats
path: root/wsapi
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 /wsapi
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 'wsapi')
-rw-r--r--wsapi/api.go2
-rw-r--r--wsapi/status.go2
-rw-r--r--wsapi/system.go2
-rw-r--r--wsapi/user.go2
-rw-r--r--wsapi/webrtc.go2
-rw-r--r--wsapi/websocket_handler.go2
6 files changed, 6 insertions, 6 deletions
diff --git a/wsapi/api.go b/wsapi/api.go
index 2d4c99674..b7a06e42e 100644
--- a/wsapi/api.go
+++ b/wsapi/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 wsapi
diff --git a/wsapi/status.go b/wsapi/status.go
index a9ff8831d..a69603399 100644
--- a/wsapi/status.go
+++ b/wsapi/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 wsapi
diff --git a/wsapi/system.go b/wsapi/system.go
index 644d0196f..878bf50a7 100644
--- a/wsapi/system.go
+++ b/wsapi/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 wsapi
diff --git a/wsapi/user.go b/wsapi/user.go
index a89bf1118..7c4bdfa59 100644
--- a/wsapi/user.go
+++ b/wsapi/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 wsapi
diff --git a/wsapi/webrtc.go b/wsapi/webrtc.go
index fd8eede30..feb45b126 100644
--- a/wsapi/webrtc.go
+++ b/wsapi/webrtc.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 wsapi
diff --git a/wsapi/websocket_handler.go b/wsapi/websocket_handler.go
index 8d78ece04..bbad142b3 100644
--- a/wsapi/websocket_handler.go
+++ b/wsapi/websocket_handler.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package wsapi