From 70f0a0e182ee09d3e86738b3a7a9909102ed05e3 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Mon, 14 Jan 2019 15:11:24 -0800 Subject: [PATCH] It's 2019 --- LICENSE | 2 +- cmd/step-ca/main.go | 2 +- debian/copyright | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b74e1aaa..9ea39e4f 100644 --- a/LICENSE +++ b/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. diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index d6e69b4f..6bdf3497 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -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 diff --git a/debian/copyright b/debian/copyright index ac0837a8..6d506033 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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.