Good question. For now, link to the file in github here (or say which file it is) so we can investigate :)<br><br>Thanks!<br>~Lincoln<br><br><div class="gmail_quote">On Sat, Aug 11, 2012 at 1:34 PM, <a href="mailto:jdbjunior@gmail.com">jdbjunior@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:jdbjunior@gmail.com" target="_blank">jdbjunior@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Lincoln, what about files with no license header. Add the header?<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Aug 10, 2012 at 3:40 AM, Lincoln Baxter, III<br>
&lt;<a href="mailto:lincolnbaxter@gmail.com">lincolnbaxter@gmail.com</a>&gt; wrote:<br>
&gt; I think that was me ;)<br>
&gt;<br>
&gt; Do we need the file headers at all with the EPL?<br>
&gt;<br>
&gt;<br>
&gt; /*<br>
&gt;  * Copyright 2012 Red Hat, Inc. and/or its affiliates.<br>
&gt;  *<br>
&gt;  * Licensed under the Eclipse Public License version 1.0,<br>
&gt;  * available at <a href="http://www.eclipse.org/legal/epl-v10.html" target="_blank">http://www.eclipse.org/legal/epl-v10.html</a><br>
&gt;  */<br>
&gt;<br>
&gt; ~Lincoln<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Aug 9, 2012 at 4:10 PM, Richard Fontana &lt;<a href="mailto:rfontana@redhat.com">rfontana@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Just a note on that license notice:<br>
&gt;&gt;<br>
&gt;&gt; There&#39;s nothing inherently wrong with that - it&#39;s the Apache License<br>
&gt;&gt; 2.0 standard notice recommended by the ASF but with the EPL<br>
&gt;&gt; substituted as the license.<br>
&gt;&gt;<br>
&gt;&gt; However, I recently recommended to a developer of a new EPL-licensed<br>
&gt;&gt; JBoss-related project to use a simpler notice:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;   Copyright 2012 Red Hat, Inc. and/or its affiliates.<br>
&gt;&gt;<br>
&gt;&gt;   Licensed under the Eclipse Public License version 1.0, available at<br>
&gt;&gt;   <a href="http://www.eclipse.org/legal/epl-v10.html" target="_blank">http://www.eclipse.org/legal/epl-v10.html</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; That would be my recommendation here, just because we don&#39;t have any<br>
&gt;&gt; true standard and simpler legal notices seem preferable.<br>
&gt;&gt;<br>
&gt;&gt; (Substitute another copyright holder if appropriate, but for Red<br>
&gt;&gt; Hat-copyrighted source files use &quot;Red Hat, Inc. and/or its affiliates&quot;<br>
&gt;&gt; as above.)<br>
&gt;&gt;<br>
&gt;&gt; I dis-recommended the notice commonly used by Eclipse Foundation<br>
&gt;&gt; projects, for any of you who&#39;ve seen those, because I find them<br>
&gt;&gt; annoying and they are not quite a &#39;standard&#39;.<br>
&gt;&gt;<br>
&gt;&gt; - Richard<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Aug 09, 2012 at 03:17:32PM -0400, Lincoln Baxter, III wrote:<br>
&gt;&gt; &gt; Hey everyone,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks for &quot;volunteering&quot; to help with the EPL license effort.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The first thing we should do to get started migrating the Forge license<br>
&gt;&gt; &gt; is each<br>
&gt;&gt; &gt; choose module(s) that we&#39;d like to help migrate. Simply reply here with<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; forge/core module you are taking on, and we will try not to overlap.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Once you&#39;ve chosen your module(s), we&#39;ll need to take the following<br>
&gt;&gt; &gt; steps.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  1. In all of the source file, check the /** License */ header to ensure<br>
&gt;&gt; &gt; that<br>
&gt;&gt; &gt;     the (c) Copyright is owned by JBoss.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;       □ If it is, replace the header with the following License:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;         /**<br>
&gt;&gt; &gt;          * Copyright 2012 Red Hat, Inc. and/or its affiliates.<br>
&gt;&gt; &gt;          *<br>
&gt;&gt; &gt;          * Licensed under the Eclipse Public License Version 1.0 (the<br>
&gt;&gt; &gt;         &quot;License&quot;);<br>
&gt;&gt; &gt;          * you may not use this file except in compliance with the<br>
&gt;&gt; &gt; License.<br>
&gt;&gt; &gt;          * You may obtain a copy of the License at<br>
&gt;&gt; &gt;          *<br>
&gt;&gt; &gt;          *     <a href="http://www.eclipse.org/legal/epl-v10.html" target="_blank">http://www.eclipse.org/legal/epl-v10.html</a><br>
&gt;&gt; &gt;          *<br>
&gt;&gt; &gt;          * Unless required by applicable law or agreed to in writing,<br>
&gt;&gt; &gt; software<br>
&gt;&gt; &gt;          * distributed under the License is distributed on an &quot;AS IS&quot;<br>
&gt;&gt; &gt; BASIS,<br>
&gt;&gt; &gt;          * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express<br>
&gt;&gt; &gt; or<br>
&gt;&gt; &gt;         implied.<br>
&gt;&gt; &gt;          * See the License for the specific language governing<br>
&gt;&gt; &gt; permissions and<br>
&gt;&gt; &gt;          * limitations under the License.<br>
&gt;&gt; &gt;          */<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;       □ If it is not, then record the name of the file and at the end of<br>
&gt;&gt; &gt; your<br>
&gt;&gt; &gt;         review, send a list of all such files discovered as a reply to<br>
&gt;&gt; &gt; this<br>
&gt;&gt; &gt;         thread so that we can review the necessary actions to take (most<br>
&gt;&gt; &gt; likely<br>
&gt;&gt; &gt;         no action will be required, and we will simply leave the header<br>
&gt;&gt; &gt; in<br>
&gt;&gt; &gt;         tact.)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  2. Send your changes as a pull request for review.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  3. Another committer will review your pull request and merge the<br>
&gt;&gt; &gt; changes. Note<br>
&gt;&gt; &gt;     - please DO NOT merge your own pull requests. We should have at<br>
&gt;&gt; &gt; least two<br>
&gt;&gt; &gt;     sets of eyes reviewing each license change. We don&#39;t want to get<br>
&gt;&gt; &gt; this<br>
&gt;&gt; &gt;     wrong!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  4. Drink beer.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks folks! Let the re-licensing begin!<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Lincoln Baxter, III<br>
&gt;&gt; &gt; <a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>
&gt;&gt; &gt; &quot;Simpler is better.&quot;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Lincoln Baxter, III<br>
&gt; <a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>
&gt; &quot;Simpler is better.&quot;<br>
&gt;<br>
</div></div><div class="HOEnZb"><div class="h5">&gt; _______________________________________________<br>
&gt; forge-dev mailing list<br>
&gt; <a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
&gt;<br>
<br>
_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>&quot;Simpler is better.&quot;<br>