summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/constants.go3
-rw-r--r--store/sqlstore/file_info_store.go1
2 files changed, 4 insertions, 0 deletions
diff --git a/store/constants.go b/store/constants.go
index f541c9747..6d3c4812e 100644
--- a/store/constants.go
+++ b/store/constants.go
@@ -1,3 +1,6 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See License.txt for license information.
+
package store
const (
diff --git a/store/sqlstore/file_info_store.go b/store/sqlstore/file_info_store.go
index 165770962..1d0767d1e 100644
--- a/store/sqlstore/file_info_store.go
+++ b/store/sqlstore/file_info_store.go
@@ -1,3 +1,4 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
package sqlstore