From 27e6ab7e5b6a0538f529f440aeb967822eff8f57 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Thu, 25 Jun 2015 15:28:29 -0400 Subject: [PATCH] Update KfW copyright This probably should not be a hardcoded string, but we can at least make it correct for now. ticket: 8212 (new) subject: KfW 4.1-beta2 has stale copyright in 'About' box queue: kfw tags: pullup target_version: 1.13.3 --- src/windows/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/version.rc b/src/windows/version.rc index 275867f3f2..fa76db93c7 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -41,7 +41,7 @@ #define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0" #define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL -#define K5_COPYRIGHT "Copyright (C) 1997-2012 by the Massachusetts Institute of Technology\0" +#define K5_COPYRIGHT "Copyright (C) 1997-2015 by the Massachusetts Institute of Technology\0" #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0" /* -- 2.47.2