You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by pa...@apache.org on 2018/05/03 09:58:02 UTC

svn commit: r1830810 - in /incubator/public/trunk/content/ip-clearance: felix-logback-integration.xml felix-system-readiness.xml index.xml

Author: pauls
Date: Thu May  3 09:58:02 2018
New Revision: 1830810

URL: http://svn.apache.org/viewvc?rev=1830810&view=rev
Log:
Add the Apache Felix Logback integration with OSGi Log 1.4 and the Apache Felix System Readiness Framework ip-clearance forms.

Added:
    incubator/public/trunk/content/ip-clearance/felix-logback-integration.xml
    incubator/public/trunk/content/ip-clearance/felix-system-readiness.xml
Modified:
    incubator/public/trunk/content/ip-clearance/index.xml

Added: incubator/public/trunk/content/ip-clearance/felix-logback-integration.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/felix-logback-integration.xml?rev=1830810&view=auto
==============================================================================
--- incubator/public/trunk/content/ip-clearance/felix-logback-integration.xml (added)
+++ incubator/public/trunk/content/ip-clearance/felix-logback-integration.xml [utf-8] Thu May  3 09:58:02 2018
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Logback integration with OSGi Log 1.4 Codebase Intellectual Property (IP) Clearance Status</title>
+  </properties>
+  <body>
+    <section id="Logback+integration+with+OSGi+Log+1.4+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">
+      <title>Logback integration with OSGi Log 1.4 Codebase Intellectual Property (IP) Clearance Status</title>
+    </section>
+    <section id="Description">
+      <title>Description</title>
+      <p>
+This project is intended to help simplify the logging story for OSGi by leveraging many capabilities of Logback together with the new Log 1.4 features and providing a unified backend.
+</p>
+    </section>
+    <section id="Project+info">
+      <title>Project info</title>
+      <ul>
+        <li>Which PMC will be responsible for the code: Apache Felix</li>
+      </ul>
+      <ul>
+        <li>Into which existing project/module: Apache Felix</li>
+      </ul>
+      <ul>
+        <li>Officer or member managing donation: Karl Pauls</li>
+      </ul>
+      <p>
+        <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em>
+      </p>
+      <section id="Identify+the+codebase">
+        <title>Identify the codebase</title>
+        <table>
+          <tr>
+            <th>date</th>
+            <th>item</th>
+          </tr>
+          <tr>
+            <td>2018-05-03</td>
+            <td>If applicable, make sure that any associated name does not
+                already exist and is not already trademarked for an existing software
+                product.</td>
+          </tr>
+        </table>
+        <p>
+Donated software is identified as: https://github.com/rotty3000/osgi.to.logback (git commit: 58d84cc39aa01a67e9022b862bb45e4af1232bbc). The above repo is currently locked (archived), to prevent changes.
+        </p>
+        <section id="Copyright">
+          <title>Copyright</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that the papers that transfer rights to
+                  the ASF been received. It is only necessary to transfer
+                  rights for the package, the core code, and any new code
+                  produced by the project.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that the files that have been donated
+                  have been updated to reflect the new ASF copyright.</td>
+            </tr>
+          </table>
+          <p>
+Entire donation is already ALv2 and all authors are ASF committers with ICLAs on file. ASF already has all rights necessary.
+          </p>
+        </section>
+        <section id="Verify+distribution+rights">
+          <title>Verify distribution rights</title>
+            <p>
+Corporations and individuals holding existing distribution rights: Raymond Auge (rotty3000).
+            </p>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check that all active committers have a signed CLA on
+                  record.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Remind active committers that they are responsible for
+                  ensuring that a Corporate CLA is recorded if such is
+                  required to authorize their contributions under their
+                  individual CLA.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that for all items included with the
+                  distribution that is not under the Apache license, we have
+                  the right to combine with Apache-licensed code and
+                  redistribute.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that all items depended upon by the
+                  project is covered by one or more of the following approved
+                  licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or
+                  something with essentially the same terms.</td>
+            </tr>
+          </table>
+          <p>Notice: This project depends on logback (https://logback.qos.ch) which is available under EPL v1.0.</p>
+        </section>
+      </section>
+      <section id="Organizational+acceptance+of+responsibility+for+the+project">
+        <title>Organizational acceptance of responsibility for the project
+</title>
+        <p>
+Related VOTEs:
+        </p>
+        <ul>
+          <li>
+The VOTE thread accepting the donation can be found in the mailng list <a href="https://www.mail-archive.com/dev@felix.apache.org/msg45354.html">archives</a>.
+</li>
+        </ul>
+      </section>
+    </section>
+  </body>
+</document>

Added: incubator/public/trunk/content/ip-clearance/felix-system-readiness.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/felix-system-readiness.xml?rev=1830810&view=auto
==============================================================================
--- incubator/public/trunk/content/ip-clearance/felix-system-readiness.xml (added)
+++ incubator/public/trunk/content/ip-clearance/felix-system-readiness.xml [utf-8] Thu May  3 09:58:02 2018
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>System Readiness Check Framework Codebase Intellectual Property (IP) Clearance Status</title>
+  </properties>
+  <body>
+    <section id="System+Readiness+Check+Framework+Codebase+Intellectual+Property+%28IP%29+Clearance+Status">
+      <title>System Readiness Check Framework Codebase Intellectual Property (IP) Clearance Status</title>
+    </section>
+    <section id="Description">
+      <title>Description</title>
+      <p>
+This project provides a framework to configure and create so called system checks and signal the readiness of an OSGi based system.
+</p>
+    </section>
+    <section id="Project+info">
+      <title>Project info</title>
+      <ul>
+        <li>Which PMC will be responsible for the code: Apache Felix</li>
+      </ul>
+      <ul>
+        <li>Into which existing project/module: Apache Felix</li>
+      </ul>
+      <ul>
+        <li>Officer or member managing donation: Karl Pauls</li>
+      </ul>
+      <p>
+        <em>Completed tasks are shown by the completion date (YYYY-MM-dd).</em>
+      </p>
+      <section id="Identify+the+codebase">
+        <title>Identify the codebase</title>
+        <table>
+          <tr>
+            <th>date</th>
+            <th>item</th>
+          </tr>
+          <tr>
+            <td>2018-05-03</td>
+            <td>If applicable, make sure that any associated name does not
+                already exist and is not already trademarked for an existing software
+                product.</td>
+          </tr>
+        </table>
+        <p>
+Donated software is identified as: https://github.com/dulvac/system-readiness (git commit: 2c9263dced2c267eac03b3699cf9f1416199afd6). The above repo is currently locked (archived), to prevent changes.
+        </p>
+        <section id="Copyright">
+          <title>Copyright</title>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that the papers that transfer rights to
+                  the ASF been received. It is only necessary to transfer
+                  rights for the package, the core code, and any new code
+                  produced by the project.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that the files that have been donated
+                  have been updated to reflect the new ASF copyright.</td>
+            </tr>
+          </table>
+          <p>
+Entire donation is already ALv2 and all authors are ASF committers with ICLAs on file. ASF already has all rights necessary.
+          </p>
+        </section>
+        <section id="Verify+distribution+rights">
+          <title>Verify distribution rights</title>
+            <p>
+Corporations and individuals holding existing distribution rights: Andrei Dulvac (dulvac) and Christian Schneider (cschneider).
+            </p>
+          <table>
+            <tr>
+              <th>date</th>
+              <th>item</th>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check that all active committers have a signed CLA on
+                  record.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Remind active committers that they are responsible for
+                  ensuring that a Corporate CLA is recorded if such is
+                  required to authorize their contributions under their
+                  individual CLA.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that for all items included with the
+                  distribution that is not under the Apache license, we have
+                  the right to combine with Apache-licensed code and
+                  redistribute.</td>
+            </tr>
+            <tr>
+              <td>2018-05-03</td>
+              <td>Check and make sure that all items depended upon by the
+                  project is covered by one or more of the following approved
+                  licenses: Apache, BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or
+                  something with essentially the same terms.</td>
+            </tr>
+          </table>
+        </section>
+      </section>
+      <section id="Organizational+acceptance+of+responsibility+for+the+project">
+        <title>Organizational acceptance of responsibility for the project
+</title>
+        <p>
+Related VOTEs:
+        </p>
+        <ul>
+          <li>
+The VOTE thread accepting the donation can be found in the mailng list <a href="https://www.mail-archive.com/dev@felix.apache.org/msg45355.html">archives</a>.
+</li>
+        </ul>
+      </section>
+    </section>
+  </body>
+</document>

Modified: incubator/public/trunk/content/ip-clearance/index.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/index.xml?rev=1830810&r1=1830809&r2=1830810&view=diff
==============================================================================
--- incubator/public/trunk/content/ip-clearance/index.xml [utf-8] (original)
+++ incubator/public/trunk/content/ip-clearance/index.xml [utf-8] Thu May  3 09:58:02 2018
@@ -48,6 +48,20 @@
         </tr>
         <tr>
           <td>
+            <a href="felix-system-readiness.html">Apache Felix System Readiness Framework</a>
+          </td>
+          <td>Apache Felix</td>
+          <td>2018-05-03</td>
+        </tr>
+        <tr>
+          <td>
+            <a href="felix-logback-integration.html">Apache Felix Logback integration with OSGi Log 1.4</a>
+          </td>
+          <td>Apache Felix</td>
+          <td>2018-05-03</td>
+        </tr>
+        <tr>
+          <td>
             <a href="fluo-astralway-code-repos.html">Fluo contributions from Astralway</a>
           </td>
           <td>Apache Fluo</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org