diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2004-12-05 01:51:41 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2004-12-05 01:51:41 +0100 |
commit | a8e00b17ce840c58787e45411fa2ac4d6b1fb10c (patch) | |
tree | c84eaff066fcafa342d818568ce7a0d5f04cc6e8 /util/mkerr.pl | |
parent | In by_file.c check last error for no start line, not first error. (diff) | |
download | openssl-a8e00b17ce840c58787e45411fa2ac4d6b1fb10c.tar.xz openssl-a8e00b17ce840c58787e45411fa2ac4d6b1fb10c.zip |
Update year.
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r-- | util/mkerr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl index 1b2915c767..bd4f85945f 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -262,7 +262,7 @@ foreach $lib (keys %csrc) } else { push @out, "/* ====================================================================\n", -" * Copyright (c) 2001-2003 The OpenSSL Project. All rights reserved.\n", +" * Copyright (c) 2001-2004 The OpenSSL Project. All rights reserved.\n", " *\n", " * Redistribution and use in source and binary forms, with or without\n", " * modification, are permitted provided that the following conditions\n", |