Congratulations. You're our 1000th committer!

You've won a free romantic weekend for two at the Codehaus Subversion
repository.

To claim, please reply with your credit card and bank account details.

On Thu, Dec 2, 2010 at 9:56 PM, <[email protected]> wrote:

>   Revision 1000 <http://fisheye.codehaus.org/changelog/qdox/?cs=1000>
> Author rfscholte Date 2010-12-02 15:56:34 -0600 (Thu, 02 Dec 2010) Log
> Message
>
> Add ASL2 license to parser and lexer
>
> Modified Paths
>
>    - 
> trunk/qdox/src/grammar/lexer.flex<#12ca916739d45379_trunkqdoxsrcgrammarlexerflex>
>    - 
> trunk/qdox/src/grammar/parser.y<#12ca916739d45379_trunkqdoxsrcgrammarparsery>
>
>  Diff
> Modified: trunk/qdox/src/grammar/lexer.flex (999 => 1000)
>
> --- trunk/qdox/src/grammar/lexer.flex 2010-12-02 21:32:30 UTC (rev 999)
> +++ trunk/qdox/src/grammar/lexer.flex 2010-12-02 21:56:34 UTC (rev 1000)@@ 
> -1,5 +1,24 @@-// class headers package com.thoughtworks.qdox.parser.impl;+
> +/*
> + * 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.
> + */
> + import com.thoughtworks.qdox.parser.*;
>  %%
>
>
>  Modified: trunk/qdox/src/grammar/parser.y (999 => 1000)
>
> --- trunk/qdox/src/grammar/parser.y   2010-12-02 21:32:30 UTC (rev 999)
> +++ trunk/qdox/src/grammar/parser.y   2010-12-02 21:56:34 UTC (rev 1000)@@ 
> -1,4 +1,23 @@ %{+/*
> + * 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.
> + */
> + import com.thoughtworks.qdox.parser.*;
>  import com.thoughtworks.qdox.parser.structs.*;
>  import com.thoughtworks.qdox.model.*;
>
>   ------------------------------
>
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>

Reply via email to