krb5 commit [krb5-1.13]: Update KfW copyright
    Tom Yu 
    tlyu at mit.edu
       
    Fri Jun 26 08:25:58 EDT 2015
    
    
  
https://github.com/krb5/krb5/commit/bbb034af7d9b987cd377a670a0cd252121942633
commit bbb034af7d9b987cd377a670a0cd252121942633
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Jun 25 15:28:29 2015 -0400
    Update KfW copyright
    
    This probably should not be a hardcoded string, but we can at
    least make it correct for now.
    
    (cherry picked from commit 27e6ab7e5b6a0538f529f440aeb967822eff8f57)
    
    ticket: 8212
    version_fixed: 1.13.3
    status: resolved
 src/windows/version.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/windows/version.rc b/src/windows/version.rc
index 275867f..fa76db9 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"
 
 /* 
    
    
More information about the cvs-krb5
mailing list