Thanks again for the hard work Hans! I took the liberty of explaining new developers how to set up a copyright profile in Idea so that it gets added automatically where possible:
https://github.com/apache/incubator-hop-docs/pull/34 Cheers, Matt On Fri, Jan 8, 2021 at 3:14 PM Hans Van Akelyen <[email protected]> wrote: > Hi Team, > > One of the issues with our previous release candidate was that we still had > multiple header formats. > I have created a draft PR to resolve this issue [1]. It also contains > further cleanup for the rat excludes. > > To evaluate the RAT excludes I suggest using following command > mvn clean apache-rat:check -debug -N > rat.log > > I would like that some of you do an extra evaluation of the headers present > in the repository. > > In all Java files they should be streamlined to following format (except > for the files containing an EPL license) > > /* > * 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. > */ > > other file types may use a different format but the content has to be the > same (depends on how comments are handled in the files) > > If you find any issues, post them here or add them to the PR. > > Cheers, > Hans > > [1] https://github.com/apache/incubator-hop/pull/542 > -- Neo4j Chief Solutions Architect *✉ *[email protected] ☎ +32486972937
