summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-08 12:27:09 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-08 12:27:09 -0400
commitb85b529373158bce8190a68b6f7a975c10a46b99 (patch)
tree5d862bd6ae6e25082061b187f59150920cb8f1c3 /utils
parent7a601afc64c20ce566efc59ed9f42f89fac3d26b (diff)
downloadchat-b85b529373158bce8190a68b6f7a975c10a46b99.tar.gz
chat-b85b529373158bce8190a68b6f7a975c10a46b99.tar.bz2
chat-b85b529373158bce8190a68b6f7a975c10a46b99.zip
Changing SpinPunch to Mattermost in copyright
Diffstat (limited to 'utils')
-rw-r--r--utils/apns.go2
-rw-r--r--utils/config.go2
-rw-r--r--utils/config_test.go2
-rw-r--r--utils/diagnostic.go2
-rw-r--r--utils/mail.go2
-rw-r--r--utils/random.go2
-rw-r--r--utils/textgeneration.go2
-rw-r--r--utils/urlencode.go2
8 files changed, 8 insertions, 8 deletions
diff --git a/utils/apns.go b/utils/apns.go
index f73c6d8f8..3d07f17ec 100644
--- a/utils/apns.go
+++ b/utils/apns.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/config.go b/utils/config.go
index 0eea6dd6a..44ee14a6e 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 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 4d37b4e88..0b334d36c 100644
--- a/utils/config_test.go
+++ b/utils/config_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/diagnostic.go b/utils/diagnostic.go
index e40948f62..da02e771b 100644
--- a/utils/diagnostic.go
+++ b/utils/diagnostic.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/mail.go b/utils/mail.go
index f6fe1ce00..c91c15a6a 100644
--- a/utils/mail.go
+++ b/utils/mail.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/random.go b/utils/random.go
index ca2ace949..99743e777 100644
--- a/utils/random.go
+++ b/utils/random.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/textgeneration.go b/utils/textgeneration.go
index 6d353cc24..420d6fb29 100644
--- a/utils/textgeneration.go
+++ b/utils/textgeneration.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils
diff --git a/utils/urlencode.go b/utils/urlencode.go
index 63a8f7880..dc8b9acfd 100644
--- a/utils/urlencode.go
+++ b/utils/urlencode.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package utils