Also, I know I've asked about using sign-offs before instead of CLAs, and I know we can't do that, but should we request sign-offs for smaller PRs that don't require a CLA? Could be useful for record keeping purposes.
On 13 November 2017 at 09:52, Remko Popma <remko.po...@gmail.com> wrote: > Aggreement-> Agreement > (Away from pc) > > On Tue, Nov 14, 2017 at 0:50 <rgo...@apache.org> wrote: > > > Repository: logging-log4j2 > > Updated Branches: > > refs/heads/master d85f39abc -> 8b71dbbf1 > > > > > > Add PR notice to README > > > > > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > > Commit: > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8b71dbbf > > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ > 8b71dbbf > > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ > 8b71dbbf > > > > Branch: refs/heads/master > > Commit: 8b71dbbf1038952af4ae23f82817eb875c582ab6 > > Parents: d85f39a > > Author: Ralph Goers <rgo...@apache.org> > > Authored: Mon Nov 13 08:50:13 2017 -0700 > > Committer: Ralph Goers <rgo...@apache.org> > > Committed: Mon Nov 13 08:50:27 2017 -0700 > > > > ---------------------------------------------------------------------- > > README.md | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > ---------------------------------------------------------------------- > > > > > > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ > 8b71dbbf/README.md > > ---------------------------------------------------------------------- > > diff --git a/README.md b/README.md > > index 98d95cf..36c7f9d 100644 > > --- a/README.md > > +++ b/README.md > > @@ -7,6 +7,14 @@ and provides many of the improvements available in > > Logback while fixing some inh > > [](https://travis-ci.org/apache/logging-log4j2 > > ) > > [](http://mvnrepository.com/artifact/ > org.apache.logging.log4j/log4j-api > > ) > > > > + > > +## Pull Requests on Github > > + > > +By sending a pull request you grant the Apache Software Foundation > > sufficient rights to use and release the submitted > > +work under the Apache license. You grant the same rights (copyright > > license, patent license, etc.) to the > > +Apache Software Foundation as if you have signed a Contributor License > > Aggreement. For contributions that are > > +judged to be non-trivial, you will be asked to actually signing a > > Contributor License Aggreement. > > + > > ## Usage > > > > Users should refer to [Maven, Ivy, Gradle, and SBT Artifacts]( > > http://logging.apache.org/log4j/2.x/maven-artifacts.html) > > > > > -- Matt Sicker <boa...@gmail.com>