b0499a
From 7ace773ac5a46704c131bd1cc788d6db4568e401 Mon Sep 17 00:00:00 2001
b0499a
From: Matthew Harmsen <mharmsen@redhat.com>
b0499a
Date: Mon, 12 Jun 2017 16:05:21 -0600
b0499a
Subject: [PATCH] Comply with ASF trademark rules
b0499a
b0499a
- tomcatjss Pagure Issue #10 - Comply with ASF trademark rules (mharmsen)
b0499a
---
b0499a
 README         | 26 ++++++++++++++++----------
b0499a
 1 file changed, 16 insertions(+), 10 deletions(-)
b0499a
b0499a
diff --git a/README b/README
b0499a
index b8f3860..b3912ba 100644
b0499a
--- a/README
b0499a
+++ b/README
b0499a
@@ -1,23 +1,29 @@
b0499a
-tomcatjss, a JSSE module for Tomcat that uses JSS, a Java interface to
b0499a
-Network Security Services(NSS). 
b0499a
+JSS Connector for Apache Tomcat, installed via the tomcatjss package,
b0499a
+is a Java Secure Socket Extension (JSSE) module for Apache Tomcat that
b0499a
+uses Java Security Services (JSS), a Java interface to Network Security
b0499a
+Services (NSS).
b0499a
 
b0499a
-tomcatjss defines a number of attributes for a Connector including:
b0499a
+JSS Connector for Apache Tomcat defines a number of attributes for a Connector
b0499a
+including:
b0499a
 
b0499a
 clientauth: specify if client authentication is required in the connector (or
b0499a
 port), it can be true or false. If true then client authentication is required.
b0499a
 
b0499a
 sslOptions: specify a comma-delimited list of ssl options to pass into the ssl
b0499a
 implementation. Each option takes the form of: option=[true|false].
b0499a
-tomcatjss supports the options: ssl2, ssl3, tls.
b0499a
+JSS Connector for Apache Tomcat supports the options: ssl2, ssl3, tls.
b0499a
 
b0499a
-ssl2Ciphers: specify a list of SSL2 ciphers that tomcatjss should  accept 
b0499a
-or reject from the client. You can use + to denote "accept", - means "reject".
b0499a
+ssl2Ciphers: specify a list of SSL2 ciphers that JSS Connector for
b0499a
+Apache Tomcat should accept or reject from the client. You can use + to
b0499a
+denote "accept", - means "reject"
b0499a
 
b0499a
-ssl3Ciphers: specifies a list of SSL3 ciphers that tomcatjss should accept
b0499a
-or reject from the client. You can use + to denote "accept", - means "reject".
b0499a
+ssl3Ciphers: specifies a list of SSL3 ciphers that JSS Connector for
b0499a
+Apache Tomcat should accept or reject from the client. You can use + to
b0499a
+denote "accept", - means "reject".
b0499a
 
b0499a
-tlsCiphers: specifies a list of TLS ciphers that tomcatjss should accept
b0499a
-or reject from the client. You can use + to denote "accept", - means "reject".
b0499a
+tlsCiphers: specifies a list of TLS ciphers that JSS Connector for
b0499a
+Apache Tomcat should accept or reject from the client. You can use + to
b0499a
+denote "accept", - means "reject".
b0499a
 
b0499a
 serverCertNickFile: a file in which specify the nickname of the
b0499a
 server certificate. The file should contain a single line that contains
b0499a
-- 
b0499a
2.9.4