No ASF in License Headers
keilw opened this issue · comments
Werner Keil commented
After correcting the author (see #84) license headers reads like
* Copyright 2017 Otavio Santana and others
*
* 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
but that's not yet correct, unless "diana" or JNOSQL were Apache projects hosted under apache.org.
So it should be more like
* Copyright 2017 Otavio Santana and others
*
* 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
Otávio Santana commented
Thanks, @keilw could you give me the all correct header?
Werner Keil commented
The entire header should be like
* Copyright 2017 Otavio Santana and others
*
* 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
*
* 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.
Ideally as many Eclipse projects do that followed by a contribution history like
* Contributors:
* 02/19/2015 - Rick Curtis
* - 458877 : Add national character support
* 03/06/2015-2.7.0 Dalia Abo Sheasha
* - 461607: PropertiesUtils does not process methods with String parameters correclty
from EclipseLink: https://github.com/eclipse/eclipselink.runtime/blob/master/jpa/eclipselink.jpa.test.jse/src/org/eclipse/persistence/config/TestPropertiesUtils.java