Author: lukaszlenart Date: Tue Jan 8 07:04:07 2013 New Revision: 1430149 URL: http://svn.apache.org/viewvc?rev=1430149&view=rev Log: Adds missing header with license
Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericCasts.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericDefaults.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericLiterals.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericValues.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlCache.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveDefaults.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveTypes.java commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveWrapperClasses.java Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericCasts.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericCasts.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericCasts.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericCasts.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.math.BigDecimal; import java.math.BigInteger; import java.util.HashMap; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericDefaults.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericDefaults.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericDefaults.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericDefaults.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.math.BigDecimal; import java.math.BigInteger; import java.util.HashMap; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericLiterals.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericLiterals.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericLiterals.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericLiterals.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.math.BigDecimal; import java.math.BigInteger; import java.util.HashMap; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericValues.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericValues.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericValues.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/NumericValues.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.math.BigDecimal; import java.math.BigInteger; import java.util.HashMap; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlCache.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlCache.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlCache.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/OgnlCache.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 org.apache.commons.ognl.internal.*; import org.apache.commons.ognl.internal.entry.*; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveDefaults.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveDefaults.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveDefaults.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveDefaults.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.math.BigDecimal; import java.math.BigInteger; import java.util.HashMap; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveTypes.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveTypes.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveTypes.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveTypes.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.util.HashMap; import java.util.Map; Modified: commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveWrapperClasses.java URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveWrapperClasses.java?rev=1430149&r1=1430148&r2=1430149&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveWrapperClasses.java (original) +++ commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/PrimitiveWrapperClasses.java Tue Jan 8 07:04:07 2013 @@ -1,5 +1,24 @@ package org.apache.commons.ognl; +/* + * 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 java.util.IdentityHashMap; import java.util.Map;