It's 2019
This commit is contained in:
parent
10978630e5
commit
70f0a0e182
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2018 Smallstep Labs, Inc.
|
||||
Copyright (c) 2019 Smallstep Labs, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -109,7 +109,7 @@ $ step-ca $STEPPATH/config/ca.json --password-file ./password.txt
|
|||
intermediate private key.`,
|
||||
},
|
||||
}...)
|
||||
app.Copyright = "(c) 2018 Smallstep Labs, Inc."
|
||||
app.Copyright = "(c) 2019 Smallstep Labs, Inc."
|
||||
|
||||
// All non-successful output should be written to stderr
|
||||
app.Writer = os.Stdout
|
||||
|
|
4
debian/copyright
vendored
4
debian/copyright
vendored
|
@ -3,11 +3,11 @@ Upstream-Name: step-certificates
|
|||
Source: https://github.com/smallstep/certificates
|
||||
|
||||
Files: *
|
||||
Copyright: 2018 Smallstep Labs, Inc.
|
||||
Copyright: 2019 Smallstep Labs, Inc.
|
||||
License: Apache 2.0
|
||||
|
||||
License: Apache 2.0
|
||||
Copyright (c) 2018 Smallstep Labs, Inc.
|
||||
Copyright (c) 2019 Smallstep Labs, Inc.
|
||||
.
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
Loading…
Reference in a new issue