From 452d2bcc29abd30d8e2e640d8a805e27f07bd40f Mon Sep 17 00:00:00 2001 From: "J.C. Jones" Date: Thu, 28 May 2015 15:02:28 -0700 Subject: [PATCH] Fix copyright in OCSP Updater and Responder --- cmd/ocsp-responder/main.go | 2 +- cmd/ocsp-updater/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ocsp-responder/main.go b/cmd/ocsp-responder/main.go index 2347443a0..e354354f8 100644 --- a/cmd/ocsp-responder/main.go +++ b/cmd/ocsp-responder/main.go @@ -1,4 +1,4 @@ -// Copyright 2014 ISRG. All rights reserved +// Copyright 2015 ISRG. All rights reserved // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/cmd/ocsp-updater/main.go b/cmd/ocsp-updater/main.go index 919af29a9..4f6ef7714 100644 --- a/cmd/ocsp-updater/main.go +++ b/cmd/ocsp-updater/main.go @@ -1,4 +1,4 @@ -// Copyright 2014 ISRG. All rights reserved +// Copyright 2015 ISRG. All rights reserved // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/.