[openssl-commits] [tools] master update

Rich Salz rsalz at openssl.org
Fri Feb 23 21:03:29 UTC 2018


The branch master has been updated
       via  b56ac254a6398d5611e8b48fad9c50e43520ea31 (commit)
      from  4a45104b1146f500bd0db1c921d3101cd10099b4 (commit)


- Log -----------------------------------------------------------------
commit b56ac254a6398d5611e8b48fad9c50e43520ea31
Author: Rich Salz <rsalz at openssl.org>
Date:   Fri Feb 23 16:03:26 2018 -0500

    Formatting tweaks

-----------------------------------------------------------------------

Summary of changes:
 license/add-lastchance | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/license/add-lastchance b/license/add-lastchance
index 3d963f6..8249952 100755
--- a/license/add-lastchance
+++ b/license/add-lastchance
@@ -9,20 +9,28 @@ die "Feed this the output of 'get-followups -d'\n" if -t 0;
 print <<'EOF';
 <html>
   <head>
-    <title>Help find these hackers</title>
+    <title>Help find these people</title>
     <link rel="stylesheet" type="text/css" href="/style.css">
   </head>
   <body>
-    <h1>Help find these hackers</h1>
-    <p>
+    <h1>Help find these people</h1>
+<p>
+We are looking for some people who have previously contributed to OpenSSL. See
+<a href="/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 license at openssl.org, or ask them to get in touch.
-
+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>
 <pre>
@@ -69,6 +77,8 @@ while ( <> ) {
 print <<'EOF';
 
     </pre>
-</body>
+
+    <a href="/">Main page</a></p>
+  </body>
 </html>
 EOF


More information about the openssl-commits mailing list