diff options
Diffstat (limited to 'src/lib/libcrypto/util/mkerr.pl')
-rw-r--r-- | src/lib/libcrypto/util/mkerr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl index 15b774f277..2c99467d34 100644 --- a/src/lib/libcrypto/util/mkerr.pl +++ b/src/lib/libcrypto/util/mkerr.pl | |||
@@ -391,7 +391,7 @@ foreach $lib (keys %csrc) | |||
391 | } else { | 391 | } else { |
392 | push @out, | 392 | push @out, |
393 | "/* ====================================================================\n", | 393 | "/* ====================================================================\n", |
394 | " * Copyright (c) 2001-2010 The OpenSSL Project. All rights reserved.\n", | 394 | " * Copyright (c) 2001-2011 The OpenSSL Project. All rights reserved.\n", |
395 | " *\n", | 395 | " *\n", |
396 | " * Redistribution and use in source and binary forms, with or without\n", | 396 | " * Redistribution and use in source and binary forms, with or without\n", |
397 | " * modification, are permitted provided that the following conditions\n", | 397 | " * modification, are permitted provided that the following conditions\n", |
@@ -576,7 +576,7 @@ EOF | |||
576 | print OUT <<"EOF"; | 576 | print OUT <<"EOF"; |
577 | /* $cfile */ | 577 | /* $cfile */ |
578 | /* ==================================================================== | 578 | /* ==================================================================== |
579 | * Copyright (c) 1999-2010 The OpenSSL Project. All rights reserved. | 579 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
580 | * | 580 | * |
581 | * Redistribution and use in source and binary forms, with or without | 581 | * Redistribution and use in source and binary forms, with or without |
582 | * modification, are permitted provided that the following conditions | 582 | * modification, are permitted provided that the following conditions |