summaryrefslogtreecommitdiffstats
path: root/utils
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 /utils
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 'utils')
-rw-r--r--utils/api.go2
-rw-r--r--utils/authorization.go2
-rw-r--r--utils/config.go2
-rw-r--r--utils/config_test.go2
-rw-r--r--utils/emoji.go2
-rw-r--r--utils/html.go2
-rw-r--r--utils/license.go2
-rw-r--r--utils/license_test.go2
-rw-r--r--utils/log.go2
-rw-r--r--utils/mail.go2
-rw-r--r--utils/mail_test.go2
-rw-r--r--utils/password.go2
-rw-r--r--utils/random.go2
-rw-r--r--utils/textgeneration.go2
-rw-r--r--utils/time_test.go2
-rw-r--r--utils/urlencode.go2
-rw-r--r--utils/urlencode_test.go2
-rw-r--r--utils/utils.go2
-rw-r--r--utils/utils_test.go2
19 files changed, 19 insertions, 19 deletions
diff --git a/utils/api.go b/utils/api.go
index 388271bd2..228808f3c 100644
--- a/utils/api.go
+++ b/utils/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 utils
diff --git a/utils/authorization.go b/utils/authorization.go
index 8078f4023..7dbb0c808 100644
--- a/utils/authorization.go
+++ b/utils/authorization.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 utils
diff --git a/utils/config.go b/utils/config.go
index 2e41f8431..0e2bcfb1f 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/config_test.go b/utils/config_test.go
index c15165fe5..755cd9acd 100644
--- a/utils/config_test.go
+++ b/utils/config_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/emoji.go b/utils/emoji.go
index 86cabeb9c..ced3c4ddd 100644
--- a/utils/emoji.go
+++ b/utils/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 utils
diff --git a/utils/html.go b/utils/html.go
index 48033b43e..c902030d8 100644
--- a/utils/html.go
+++ b/utils/html.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 utils
diff --git a/utils/license.go b/utils/license.go
index f0763d741..d3e2c1362 100644
--- a/utils/license.go
+++ b/utils/license.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 utils
diff --git a/utils/license_test.go b/utils/license_test.go
index 7a30070b3..289262f4c 100644
--- a/utils/license_test.go
+++ b/utils/license_test.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 utils
diff --git a/utils/log.go b/utils/log.go
index 360c785d0..ab2750f36 100644
--- a/utils/log.go
+++ b/utils/log.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/mail.go b/utils/mail.go
index 959a60fb2..ea62fab12 100644
--- a/utils/mail.go
+++ b/utils/mail.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/mail_test.go b/utils/mail_test.go
index 523ca0ba5..774ecbf5b 100644
--- a/utils/mail_test.go
+++ b/utils/mail_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 utils
diff --git a/utils/password.go b/utils/password.go
index b129869d3..6aa785df8 100644
--- a/utils/password.go
+++ b/utils/password.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 utils
diff --git a/utils/random.go b/utils/random.go
index 99743e777..8f3008f9d 100644
--- a/utils/random.go
+++ b/utils/random.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/textgeneration.go b/utils/textgeneration.go
index 96c43f402..eeabe4705 100644
--- a/utils/textgeneration.go
+++ b/utils/textgeneration.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/time_test.go b/utils/time_test.go
index 7d65046bf..451ceb5aa 100644
--- a/utils/time_test.go
+++ b/utils/time_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/urlencode.go b/utils/urlencode.go
index dc8b9acfd..0110ab6e3 100644
--- a/utils/urlencode.go
+++ b/utils/urlencode.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/urlencode_test.go b/utils/urlencode_test.go
index 04d69fd98..2ba453c73 100644
--- a/utils/urlencode_test.go
+++ b/utils/urlencode_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 utils
diff --git a/utils/utils.go b/utils/utils.go
index 6d34387c4..f34c82f24 100644
--- a/utils/utils.go
+++ b/utils/utils.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 utils
diff --git a/utils/utils_test.go b/utils/utils_test.go
index 88356dadb..b80247867 100644
--- a/utils/utils_test.go
+++ b/utils/utils_test.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 utils