thanks a lot !
I forgot to add the license header. Sorry for this mistake.

/pierre

On Sat, Oct 6, 2012 at 11:24 PM, <gokt...@apache.org> wrote:

> Author: gokturk
> Date: Sat Oct  6 21:24:54 2012
> New Revision: 1395173
>
> URL: http://svn.apache.org/viewvc?rev=1395173&view=rev
> Log:
> Added missing license header which was causing rat-plugin to fail.
>
>
> Modified:
>
> felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/components/felix3680/G.java
>
> Modified:
> felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/components/felix3680/G.java
> URL:
> http://svn.apache.org/viewvc/felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/components/felix3680/G.java?rev=1395173&r1=1395172&r2=1395173&view=diff
>
> ==============================================================================
> ---
> felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/components/felix3680/G.java
> (original)
> +++
> felix/trunk/scr/src/test/java/org/apache/felix/scr/integration/components/felix3680/G.java
> Sat Oct  6 21:24:54 2012
> @@ -1,3 +1,21 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one
> + * or more contributor license agreements.  See the NOTICE file
> + * distributed with this work for additional information
> + * regarding copyright ownership.  The ASF licenses this file
> + * to you under the Apache License, Version 2.0 (the
> + * "License"); you may not use this file except in compliance
> + * with the License.  You may obtain a copy of the License at
> + *
> + *   http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing,
> + * software distributed under the License is distributed on an
> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied.  See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
>  package org.apache.felix.scr.integration.components.felix3680;
>
>  public class G
> @@ -5,6 +23,7 @@ public class G
>      void bindH(H h)
>      {
>      }
> +
>      void start()
>      {
>          Main._enabledLatch.countDown();
>
>
>

Reply via email to