[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Wed May 11 20:51:49 UTC 2016
The branch master has been updated
via 5cdcbd54b9b2111b449c9cb55024696150a086fe (commit)
from e9508c4fce7886a5d439504c6335a1a8d35ccda1 (commit)
- Log -----------------------------------------------------------------
commit 5cdcbd54b9b2111b449c9cb55024696150a086fe
Author: Rich Salz <rsalz at akamai.com>
Date: Wed May 11 16:50:23 2016 -0400
Remove CLA mention; it's in CONTRIBUTING now.
-----------------------------------------------------------------------
Summary of changes:
policies/codingstyle.txt | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/policies/codingstyle.txt b/policies/codingstyle.txt
index 8e24622..2333cfb 100644
--- a/policies/codingstyle.txt
+++ b/policies/codingstyle.txt
@@ -554,24 +554,6 @@ Do this instead:
if (strcmp(a, "FOO") == 0) ...
- Chapter 22: Copyright and Contributions
-
-All source files should start with the following text (with appropriate
-comment characters at the start of each line and the year(s) updated):
-
- Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved.
-
- Licensed under the OpenSSL license (the "License"). You may not use
- this file except in compliance with the License. You can obtain a copy
- in the file LICENSE in the source distribution or at
- https://www.openssl.org/source/license.html
-
-All non-trivial contributions must be covered by a Contributor's Licensing
-Agreement (CLA). This gives the OpenSSL project the right to distribute
-the contributed code. For information on the CLAs, see
-https://www.openssl.org/policies/cla.html
-
-
Appendix A: References
The C Programming Language, Second Edition
More information about the openssl-commits
mailing list