[openssl-commits] [tools] master update
Rich Salz
rsalz at openssl.org
Fri Mar 2 12:57:33 UTC 2018
The branch master has been updated
via 11eee1439b2d9ed968d9bf39997765811f5c88a5 (commit)
via 5d89101b1a73f36045a2dd1c2c2b2cd4f92512f7 (commit)
from bffcd7e08a130d77ad480e35a3eec485fe06d23b (commit)
- Log -----------------------------------------------------------------
commit 11eee1439b2d9ed968d9bf39997765811f5c88a5
Author: Rich Salz <rsalz at openssl.org>
Date: Fri Mar 2 07:57:29 2018 -0500
Add last-chance update
commit 5d89101b1a73f36045a2dd1c2c2b2cd4f92512f7
Author: Rich Salz <rsalz at openssl.org>
Date: Fri Mar 2 07:56:53 2018 -0500
Reformatting
-----------------------------------------------------------------------
Summary of changes:
license/add-lastchance | 39 ++++++++++++++++++---------------------
license/index.html | 7 +++++++
2 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/license/add-lastchance b/license/add-lastchance
index 963da01..5a21f03 100755
--- a/license/add-lastchance
+++ b/license/add-lastchance
@@ -6,7 +6,8 @@ use warnings;
die "Feed this the output of 'get-followups -d'\n" if -t 0;
-print <<'EOF';
+my $blog = 'https://www.openssl.org//blog/blog/2017/03/22/license';
+print <<EOF;
<html>
<head>
<title>Help find these people</title>
@@ -14,25 +15,22 @@ print <<'EOF';
</head>
<body>
<h1>Help find these people</h1>
-<p>
-We are looking for some people who have previously contributed to OpenSSL. See
-<a href="https://www.openssl.org//blog/blog/2017/03/22/license/">https://www.openssl.org/blog/blog/2017/03/22/license/</a>
-for some background.
-</p>
-If you know where to find any of the following people, please email their
-current address to
-<a href="mailto:license at openssl.org">license at openssl.org</a>,
-or ask them to get in touch.
-</p>
-<p>
-Each contributor is separated by a blank line. The first line is the last
-known email we have (not valid), and the full name if known. Each following
-line has the number of files changed, lines added and deleted, the commit ID
-and date, and then the commit subject line.
-</p>
-<p>
-Thank you!
-</p>
+ <p>We are looking for some people who have previously contributed
+ to OpenSSL. See <a href="$blog">$blog</a> for some background.
+ If you know where to find any of the following people, please
+ email their current address to
+ <a href="mailto:license\@openssl.org">license\@openssl.org</a>,
+ or ask them to get in touch.
+ </p>
+ <p>Each contributor is separated by a blank line. The first
+ line is the last known email we have, and the full name if known.
+ Each following line has the number of files changed, lines added
+ and deleted, the commit ID and date, and then the commit subject line.
+ </p>
+ <p>Thank you!
+ </p>
+ <p><a href="/">Main page</a></p>
+ </p>
EOF
my $users = 0;
@@ -84,7 +82,6 @@ while ( <> ) {
}
print <<EOF;
- </pre>
$users contributors, $commits commits
<p>
diff --git a/license/index.html b/license/index.html
index 2335ddb..300f223 100644
--- a/license/index.html
+++ b/license/index.html
@@ -15,6 +15,13 @@
<a href="https://www.apache.org/licenses/LICENSE-2.0.txt"> Apache License
Version 2.0</a>.
</p>
+ <p>
+ <b>Update:</b> We are looking for the last few contributors, please
+ see the <a
+ href="/trying-to-find">https://license.openssl.org/trying-to-find</a>
+ page. Share it with your friends and colleagues who might have worked
+ on or with OpenSSL.
+ </p>
<ul>
<li>
If you received an email from us, please visit that link in a
More information about the openssl-commits
mailing list