Skip to content

Commit ac85f55

Browse files
committed
chore(docs,website): update copyright year
1 parent 7487fcf commit ac85f55

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018 Bazzite, LLC
189+
Copyright 2019 Bazzite, LLC
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/docs/src/.vuepress/components/Footer.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export default {
1313
en: {
1414
prefix: 'Made with ❤️ by',
1515
link: 'https://www.bazzite.com?ref=statusfy-docs',
16-
copyright: 'Copyright © 2018 Bazzite, LLC. All Rights Reserved.'
16+
copyright: 'Copyright © 2019 Bazzite, LLC. All Rights Reserved.'
1717
},
1818
es: {
1919
prefix: 'Hecho con ❤️ por',
2020
link: 'https://www.bazzite.com/es/?ref=statusfy-docs',
21-
copyright: 'Copyright © 2018 Bazzite, LLC. Todos los derechos reservados.'
21+
copyright: 'Copyright © 2019 Bazzite, LLC. Todos los derechos reservados.'
2222
}
2323
}
2424
}),

packages/website/locales/en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
footer: {
4646
prefix: 'Made with ❤️ by',
4747
link: 'https://www.bazzite.com?ref=statusfy-website',
48-
copyright: 'Copyright © 2018 Bazzite, LLC. All Rights Reserved.'
48+
copyright: 'Copyright © 2019 Bazzite, LLC. All Rights Reserved.'
4949
},
5050
features: {
5151
title: 'Features',

packages/website/locales/es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
footer: {
4646
prefix: 'Hecho con ❤️ por',
4747
link: 'https://www.bazzite.com/es/?ref=statusfy-website',
48-
copyright: 'Copyright © 2018 Bazzite, LLC. Todos los derechos reservados.'
48+
copyright: 'Copyright © 2019 Bazzite, LLC. Todos los derechos reservados.'
4949
},
5050
features: {
5151
title: 'Funcionalidades',

0 commit comments

Comments
 (0)