summaryrefslogtreecommitdiffstats
path: root/wsapi
diff options
context:
space:
mode:
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