Missing license headers, reported by RAT
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/acfef923 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/acfef923 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/acfef923 Branch: refs/heads/develop Commit: acfef923901624aa04d5ada0b5bb6462ef410ee1 Parents: 4e44de1 Author: Niclas Hedhman <[email protected]> Authored: Mon Oct 24 08:24:21 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Mon Oct 24 08:24:21 2016 +0800 ---------------------------------------------------------------------- .../org/apache/zest/api/time/SystemTime.java | 19 +++++++++++++++++++ .../DefaultIdentityGeneratorAssembler.java | 19 +++++++++++++++++++ .../zest/dci/moneytransfer/test/AccountIds.java | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/acfef923/core/api/src/main/java/org/apache/zest/api/time/SystemTime.java ---------------------------------------------------------------------- diff --git a/core/api/src/main/java/org/apache/zest/api/time/SystemTime.java b/core/api/src/main/java/org/apache/zest/api/time/SystemTime.java index 4601551..129bb12 100644 --- a/core/api/src/main/java/org/apache/zest/api/time/SystemTime.java +++ b/core/api/src/main/java/org/apache/zest/api/time/SystemTime.java @@ -1,3 +1,22 @@ +/* + * 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. + * + * + */ package org.apache.zest.api.time; import java.time.Clock; http://git-wip-us.apache.org/repos/asf/zest-java/blob/acfef923/core/bootstrap/src/main/java/org/apache/zest/bootstrap/identity/DefaultIdentityGeneratorAssembler.java ---------------------------------------------------------------------- diff --git a/core/bootstrap/src/main/java/org/apache/zest/bootstrap/identity/DefaultIdentityGeneratorAssembler.java b/core/bootstrap/src/main/java/org/apache/zest/bootstrap/identity/DefaultIdentityGeneratorAssembler.java index dbcb34c..94b9f3b 100644 --- a/core/bootstrap/src/main/java/org/apache/zest/bootstrap/identity/DefaultIdentityGeneratorAssembler.java +++ b/core/bootstrap/src/main/java/org/apache/zest/bootstrap/identity/DefaultIdentityGeneratorAssembler.java @@ -1,3 +1,22 @@ +/* + * 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. + * + * + */ package org.apache.zest.bootstrap.identity; import org.apache.zest.api.identity.IdentityGenerator; http://git-wip-us.apache.org/repos/asf/zest-java/blob/acfef923/samples/dci/src/test/java/org/apache/zest/dci/moneytransfer/test/AccountIds.java ---------------------------------------------------------------------- diff --git a/samples/dci/src/test/java/org/apache/zest/dci/moneytransfer/test/AccountIds.java b/samples/dci/src/test/java/org/apache/zest/dci/moneytransfer/test/AccountIds.java index 437c551..cd34a9e 100644 --- a/samples/dci/src/test/java/org/apache/zest/dci/moneytransfer/test/AccountIds.java +++ b/samples/dci/src/test/java/org/apache/zest/dci/moneytransfer/test/AccountIds.java @@ -1,3 +1,22 @@ +/* + * 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. + * + * + */ package org.apache.zest.dci.moneytransfer.test; import org.apache.zest.api.identity.Identity;
