mirror of https://github.com/zulip/zulip.git
docs: Bump copyright year.
Also fix incorrect 2011 copyright years; the original Zulip, Inc. that was merged into Dropbox, Inc. was incorporated in 2012, not 2011. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
6ea11b003b
commit
c1c9a2e8ee
2
NOTICE
2
NOTICE
|
@ -1,4 +1,4 @@
|
||||||
Copyright 2011-2020 Dropbox, Inc., Kandra Labs, Inc., and contributors
|
Copyright 2012–2015 Dropbox, Inc., 2015–2021 Kandra Labs, Inc., and contributors
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this project except in compliance with the License.
|
you may not use this project except in compliance with the License.
|
||||||
|
|
|
@ -17,7 +17,7 @@ Comment:
|
||||||
information or errors found in these notices.
|
information or errors found in these notices.
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2011-2015 Dropbox, Inc., 2015-2019 Kandra Labs, Inc., and contributors
|
Copyright: 2012–2015 Dropbox, Inc., 2015–2021 Kandra Labs, Inc., and contributors
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|
||||||
Files: confirmation/*
|
Files: confirmation/*
|
||||||
|
|
|
@ -44,7 +44,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'Zulip'
|
project = 'Zulip'
|
||||||
copyright = '2015–2020, The Zulip Team'
|
copyright = '2012–2015 Dropbox, Inc., 2015–2021 Kandra Labs, Inc., and contributors'
|
||||||
author = 'The Zulip Team'
|
author = 'The Zulip Team'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
|
Loading…
Reference in New Issue