You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by Francesco Chicchiriccò <il...@apache.org> on 2013/05/18 12:33:21 UTC

License header for new files (WAS: Re: svn commit: r1484085 - in /syncope/branches/1_1_X/console/src/main: java/org/apache/syncope/console/commons/ java/org/apache/syncope/console/pages/panels/ resources/org/apache/syncope/console/markup/html/)

When adding news files, please be sure to put the correct license header [1].

Regards.

[1] http://svn.apache.org/repos/asf/syncope/committers/LICENSE-header

----- Messaggio originale -----
> Author: ilgrosso
> Date: Sat May 18 10:25:22 2013
> New Revision: 1484085
> 
> URL: http://svn.apache.org/r1484085
> Log:
> Setting correct license header
> 
> Modified:
>     syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/commons/ConnidAttribute.java
>     syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/panels/AbstractTasks.java
>     syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer.properties
>     syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer_it.properties
> 
> Modified:
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/commons/ConnidAttribute.java
> URL:
> http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/commons/ConnidAttribute.java?rev=1484085&r1=1484084&r2=1484085&view=diff
> ==============================================================================
> ---
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/commons/ConnidAttribute.java
> (original)
> +++
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/commons/ConnidAttribute.java
> Sat May 18 10:25:22 2013
> @@ -1,17 +1,20 @@
>  /*
> - * Copyright 2013 The Apache Software Foundation.
> + * 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
>   *
> - * Licensed 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
>   *
> - *      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.
> + * 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.syncope.console.commons;
>  
> 
> Modified:
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/panels/AbstractTasks.java
> URL:
> http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/panels/AbstractTasks.java?rev=1484085&r1=1484084&r2=1484085&view=diff
> ==============================================================================
> ---
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/panels/AbstractTasks.java
> (original)
> +++
> syncope/branches/1_1_X/console/src/main/java/org/apache/syncope/console/pages/panels/AbstractTasks.java
> Sat May 18 10:25:22 2013
> @@ -1,17 +1,20 @@
>  /*
> - * Copyright 2013 The Apache Software Foundation.
> + * 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
>   *
> - * Licensed 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
>   *
> - *      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.
> + * 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.syncope.console.pages.panels;
>  
> 
> Modified:
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer.properties
> URL:
> http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer.properties?rev=1484085&r1=1484084&r2=1484085&view=diff
> ==============================================================================
> ---
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer.properties
> (original)
> +++
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer.properties
> Sat May 18 10:25:22 2013
> @@ -1,17 +1,19 @@
> -# Copyright 2013 The Apache Software Foundation.
> +# 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
>  #
> -# Licensed 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
>  #
> -#      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.
> -
> +# 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.
>  selOpt1=Unschedule
>  selOpt2=Every 5 minutes
>  selOpt3=Fire at 12pm (noon) every day
> 
> Modified:
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer_it.properties
> URL:
> http://svn.apache.org/viewvc/syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer_it.properties?rev=1484085&r1=1484084&r2=1484085&view=diff
> ==============================================================================
> ---
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer_it.properties
> (original)
> +++
> syncope/branches/1_1_X/console/src/main/resources/org/apache/syncope/console/markup/html/CrontabContainer_it.properties
> Sat May 18 10:25:22 2013
> @@ -1,17 +1,19 @@
> -# Copyright 2013 The Apache Software Foundation.
> +# 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
>  #
> -# Licensed 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
>  #
> -#      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.
> -
> +# 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.
>  selOpt1=Non schedulato
>  selOpt2=Ogni 5 minuti
>  selOpt3=Lanciato ogni giorno a mezzanotte
> 
> 
> 

--

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/