diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/action/FoloISPN2CassandraMigrationAction.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/action/FoloISPN2CassandraMigrationAction.java index cbf1537011..49484dd14c 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/action/FoloISPN2CassandraMigrationAction.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/action/FoloISPN2CassandraMigrationAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.action; import org.apache.commons.io.IOUtils; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/DtxTrackingRecord.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/DtxTrackingRecord.java index aecd381876..4fcd1e329c 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/DtxTrackingRecord.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/DtxTrackingRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloProducer.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloProducer.java index c7e7ca5390..85627d314f 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloProducer.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; import org.commonjava.indy.core.conf.IndyDurableStateConfig; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecord.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecord.java index c41d6210f9..8782764009 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecord.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; import org.commonjava.indy.IndyWorkflowException; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecordCassandra.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecordCassandra.java index 7f4f4465dc..80397ecf21 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecordCassandra.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloRecordCassandra.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; import com.datastax.driver.core.*; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoreToCassandra.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoreToCassandra.java index c8bb9a237a..0c299b869a 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoreToCassandra.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoreToCassandra.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; diff --git a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoretoInfinispan.java b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoretoInfinispan.java index b7debf92c4..f6e1eeccd5 100644 --- a/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoretoInfinispan.java +++ b/addons/folo/common/src/main/java/org/commonjava/indy/folo/data/FoloStoretoInfinispan.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.folo.data; diff --git a/addons/koji/common/src/main/java/org/commonjava/indy/koji/content/KojiTagInfoEntry.java b/addons/koji/common/src/main/java/org/commonjava/indy/koji/content/KojiTagInfoEntry.java index c1337d3a3d..317a5504bb 100644 --- a/addons/koji/common/src/main/java/org/commonjava/indy/koji/content/KojiTagInfoEntry.java +++ b/addons/koji/common/src/main/java/org/commonjava/indy/koji/content/KojiTagInfoEntry.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.koji.content; import com.redhat.red.build.koji.model.xmlrpc.KojiTagInfo; diff --git a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoEntryMarshaller.java b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoEntryMarshaller.java index b34a28a788..001f77d216 100644 --- a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoEntryMarshaller.java +++ b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoEntryMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.koji.inject; import com.redhat.red.build.koji.model.xmlrpc.KojiTagInfo; diff --git a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoMarshaller.java b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoMarshaller.java index 469f75e37e..64cd4edba9 100644 --- a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoMarshaller.java +++ b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/KojiTagInfoMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.koji.inject; import com.redhat.red.build.koji.model.xmlrpc.KojiTagInfo; diff --git a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/ProjectRefMarshaller.java b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/ProjectRefMarshaller.java index b9e8c67628..70af3df0a7 100644 --- a/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/ProjectRefMarshaller.java +++ b/addons/koji/common/src/main/java/org/commonjava/indy/koji/inject/ProjectRefMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.koji.inject; import org.commonjava.atlas.maven.ident.ref.SimpleProjectRef; diff --git a/addons/koji/common/src/test/java/org/commonjava/indy/koji/content/KojiTagMarshallerTest.java b/addons/koji/common/src/test/java/org/commonjava/indy/koji/content/KojiTagMarshallerTest.java index 124d3565a9..2dcdb7a807 100644 --- a/addons/koji/common/src/test/java/org/commonjava/indy/koji/content/KojiTagMarshallerTest.java +++ b/addons/koji/common/src/test/java/org/commonjava/indy/koji/content/KojiTagMarshallerTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.koji.content; import com.redhat.red.build.koji.model.xmlrpc.KojiTagInfo; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataInfoMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataInfoMarshaller.java index 55459aa6b9..5873aeafa9 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataInfoMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataInfoMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.Metadata; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataKeyMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataKeyMarshaller.java index 36c88cf226..950bdd0d31 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataKeyMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataKeyMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.commonjava.indy.model.core.StoreKey; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataMarshaller.java index 8ca768e58c..3ed4432b5d 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/MetadataMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.Plugin; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/PluginMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/PluginMarshaller.java index 6a27525b59..72e8101872 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/PluginMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/PluginMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.Plugin; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotMarshaller.java index c321509c4d..cc0a25635c 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.Snapshot; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotVersionMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotVersionMarshaller.java index d0cb714977..9ffcd13866 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotVersionMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/SnapshotVersionMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.SnapshotVersion; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreKeyMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreKeyMarshaller.java index 727ff515c3..d6014afab8 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreKeyMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreKeyMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.commonjava.indy.model.core.StoreKey; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreTypeMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreTypeMarshaller.java index 6645e04340..9a9ec93ab2 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreTypeMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/StoreTypeMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.commonjava.indy.model.core.StoreType; diff --git a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/VersioningMarshaller.java b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/VersioningMarshaller.java index 7468e88afc..5ec24dafcd 100644 --- a/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/VersioningMarshaller.java +++ b/addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/marshaller/VersioningMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.pkg.maven.content.marshaller; import org.apache.maven.artifact.repository.metadata.Snapshot; diff --git a/addons/promote/common/src/main/java/org/commonjava/indy/promote/conf/PromoteDataFileManager.java b/addons/promote/common/src/main/java/org/commonjava/indy/promote/conf/PromoteDataFileManager.java index ea82db2463..3361af0a6f 100644 --- a/addons/promote/common/src/main/java/org/commonjava/indy/promote/conf/PromoteDataFileManager.java +++ b/addons/promote/common/src/main/java/org/commonjava/indy/promote/conf/PromoteDataFileManager.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Red Hat, Inc. + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/AbstractPromotionFunctionalTest.java b/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/AbstractPromotionFunctionalTest.java index 5a0aace55d..332c9a1b32 100644 --- a/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/AbstractPromotionFunctionalTest.java +++ b/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/AbstractPromotionFunctionalTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2013~2019 Red Hat, Inc. + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/admin/AbstractAdminValidationTest.java b/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/admin/AbstractAdminValidationTest.java index eb12ba3666..9e459647c7 100644 --- a/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/admin/AbstractAdminValidationTest.java +++ b/addons/promote/ftests/src/main/java/org/commonjava/indy/promote/ftest/admin/AbstractAdminValidationTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Red Hat, Inc. + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/addons/schedule/common/pom.xml b/addons/schedule/common/pom.xml index a8f007cfcf..e3d79325e7 100644 --- a/addons/schedule/common/pom.xml +++ b/addons/schedule/common/pom.xml @@ -1,4 +1,21 @@ + diff --git a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDB.java b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDB.java index 3097982c06..862925fae2 100644 --- a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDB.java +++ b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDB.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule; import com.datastax.driver.core.BoundStatement; diff --git a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDBUtil.java b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDBUtil.java index 560894b595..d9fdb426e3 100644 --- a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDBUtil.java +++ b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/ScheduleDBUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule; public class ScheduleDBUtil diff --git a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/conf/ScheduleDBConfig.java b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/conf/ScheduleDBConfig.java index 912647094a..1a5a2df4c6 100644 --- a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/conf/ScheduleDBConfig.java +++ b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/conf/ScheduleDBConfig.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule.conf; import org.commonjava.indy.conf.IndyConfigInfo; diff --git a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/event/ScheduleTriggerEvent.java b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/event/ScheduleTriggerEvent.java index 7f03c2e375..5df34f0ca8 100644 --- a/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/event/ScheduleTriggerEvent.java +++ b/addons/schedule/common/src/main/java/org/commonjava/indy/schedule/event/ScheduleTriggerEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule.event; public class ScheduleTriggerEvent diff --git a/addons/schedule/common/src/test/java/org/commonjava/indy/schedule/ScheduleTest.java b/addons/schedule/common/src/test/java/org/commonjava/indy/schedule/ScheduleTest.java index d0b6d67108..fb959482f7 100644 --- a/addons/schedule/common/src/test/java/org/commonjava/indy/schedule/ScheduleTest.java +++ b/addons/schedule/common/src/test/java/org/commonjava/indy/schedule/ScheduleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule; import org.cassandraunit.utils.EmbeddedCassandraServerHelper; diff --git a/addons/schedule/model-java/pom.xml b/addons/schedule/model-java/pom.xml index 6f37214288..0cf6934070 100644 --- a/addons/schedule/model-java/pom.xml +++ b/addons/schedule/model-java/pom.xml @@ -1,4 +1,21 @@ + diff --git a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/JobType.java b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/JobType.java index b9147a1e2b..abf12b610d 100644 --- a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/JobType.java +++ b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/JobType.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule.datastax; public enum JobType diff --git a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxExpiration.java b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxExpiration.java index fb59d9a13e..94ec068d4a 100644 --- a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxExpiration.java +++ b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxExpiration.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule.datastax.model; import com.datastax.driver.mapping.annotations.ClusteringColumn; diff --git a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxSchedule.java b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxSchedule.java index 859871475f..5fb9e1edc3 100644 --- a/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxSchedule.java +++ b/addons/schedule/model-java/src/main/java/org/commonjava/indy/schedule/datastax/model/DtxSchedule.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.schedule.datastax.model; import com.datastax.driver.mapping.annotations.ClusteringColumn; diff --git a/addons/schedule/pom.xml b/addons/schedule/pom.xml index dd5ed23ba0..6186cc4dea 100644 --- a/addons/schedule/pom.xml +++ b/addons/schedule/pom.xml @@ -1,4 +1,21 @@ + diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricConfig.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricConfig.java index b43c91f339..088bd5c9df 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricConfig.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricConfig.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricSet.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricSet.java index 2647a03e72..5659c6abe2 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricSet.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/inject/ClientMetricSet.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsMetricSet.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsMetricSet.java index e99ec7da14..be640024c3 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsMetricSet.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsMetricSet.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsSpanFieldsInjector.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsSpanFieldsInjector.java index 0ad5c2e9db..568a1c060b 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsSpanFieldsInjector.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientGoldenSignalsSpanFieldsInjector.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Red Hat, Inc. (nos-devel@redhat.com) + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricConstants.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricConstants.java index e1b37f3d5b..d4cd86b691 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricConstants.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricConstants.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricManager.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricManager.java index 4edec73750..ce8efa46cb 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricManager.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetricManager.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetrics.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetrics.java index be980f5781..f2a0094afa 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetrics.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientMetrics.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.client.core.metric; import org.apache.commons.lang3.StringUtils; diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTracerConfiguration.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTracerConfiguration.java index f89c2160d3..044c0c422b 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTracerConfiguration.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTracerConfiguration.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTrafficClassifier.java b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTrafficClassifier.java index 5c99d9645e..42e542d15c 100644 --- a/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTrafficClassifier.java +++ b/clients/core-java/src/main/java/org/commonjava/indy/client/core/metric/ClientTrafficClassifier.java @@ -1,12 +1,12 @@ /** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) - *

+ * * 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. diff --git a/core/src/main/java/org/commonjava/indy/core/conf/IndyEventHandlerConfig.java b/core/src/main/java/org/commonjava/indy/core/conf/IndyEventHandlerConfig.java index b73a8f3267..cc91bf959b 100644 --- a/core/src/main/java/org/commonjava/indy/core/conf/IndyEventHandlerConfig.java +++ b/core/src/main/java/org/commonjava/indy/core/conf/IndyEventHandlerConfig.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.conf; import org.commonjava.indy.conf.IndyConfigInfo; diff --git a/core/src/main/java/org/commonjava/indy/core/conf/IndyStoreManagerConfig.java b/core/src/main/java/org/commonjava/indy/core/conf/IndyStoreManagerConfig.java index 445db4ccea..3e45a9d728 100644 --- a/core/src/main/java/org/commonjava/indy/core/conf/IndyStoreManagerConfig.java +++ b/core/src/main/java/org/commonjava/indy/core/conf/IndyStoreManagerConfig.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.conf; import org.commonjava.indy.conf.IndyConfigInfo; diff --git a/core/src/main/java/org/commonjava/indy/core/expire/ClusterScheduleManager.java b/core/src/main/java/org/commonjava/indy/core/expire/ClusterScheduleManager.java index 6b923047d3..996b00c600 100644 --- a/core/src/main/java/org/commonjava/indy/core/expire/ClusterScheduleManager.java +++ b/core/src/main/java/org/commonjava/indy/core/expire/ClusterScheduleManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.expire; import javax.inject.Qualifier; diff --git a/core/src/main/java/org/commonjava/indy/core/expire/InfinispanScheduleExpirationMigrationAction.java b/core/src/main/java/org/commonjava/indy/core/expire/InfinispanScheduleExpirationMigrationAction.java index 525e459a3c..a9b2b323d1 100644 --- a/core/src/main/java/org/commonjava/indy/core/expire/InfinispanScheduleExpirationMigrationAction.java +++ b/core/src/main/java/org/commonjava/indy/core/expire/InfinispanScheduleExpirationMigrationAction.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Red Hat, Inc. + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManager.java b/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManager.java index 36ff74ca03..a3b84e18a6 100644 --- a/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManager.java +++ b/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.expire; import org.commonjava.indy.model.core.HostedRepository; diff --git a/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManagerUtils.java b/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManagerUtils.java index 2d717784d1..45a52ae9b8 100644 --- a/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManagerUtils.java +++ b/core/src/main/java/org/commonjava/indy/core/expire/ScheduleManagerUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.expire; import org.commonjava.indy.model.core.StoreKey; diff --git a/core/src/main/java/org/commonjava/indy/core/expire/StandaloneScheduleManager.java b/core/src/main/java/org/commonjava/indy/core/expire/StandaloneScheduleManager.java index ba601ab978..b5365fd62a 100644 --- a/core/src/main/java/org/commonjava/indy/core/expire/StandaloneScheduleManager.java +++ b/core/src/main/java/org/commonjava/indy/core/expire/StandaloneScheduleManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.expire; import javax.inject.Qualifier; diff --git a/core/src/main/java/org/commonjava/indy/core/inject/NfcConcreteResourceMarshaller.java b/core/src/main/java/org/commonjava/indy/core/inject/NfcConcreteResourceMarshaller.java index ad7ab60f15..2766f8fd2e 100644 --- a/core/src/main/java/org/commonjava/indy/core/inject/NfcConcreteResourceMarshaller.java +++ b/core/src/main/java/org/commonjava/indy/core/inject/NfcConcreteResourceMarshaller.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.core.inject; import org.infinispan.protostream.MessageMarshaller; diff --git a/db/cassandra/pom.xml b/db/cassandra/pom.xml index 54ec129f74..ba517bd9d9 100644 --- a/db/cassandra/pom.xml +++ b/db/cassandra/pom.xml @@ -1,4 +1,21 @@ + diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/AffectedStoreMigrationAction.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/AffectedStoreMigrationAction.java index 3167af1b9b..152d288c9a 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/AffectedStoreMigrationAction.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/AffectedStoreMigrationAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import org.commonjava.indy.action.IndyLifecycleException; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreDataManager.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreDataManager.java index d2eb86da06..dba15586c6 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreDataManager.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreDataManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreQuery.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreQuery.java index 48785374f2..a4a42b55c0 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreQuery.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreQuery.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import com.datastax.driver.core.BoundStatement; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreUtil.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreUtil.java index ccb692743a..793bdf464b 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreUtil.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import org.commonjava.indy.core.conf.IndyStoreManagerConfig; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/ClusterStoreDataManager.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/ClusterStoreDataManager.java index 3d28808201..1ba7bbcf42 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/ClusterStoreDataManager.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/ClusterStoreDataManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import javax.inject.Qualifier; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxAffectedStore.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxAffectedStore.java index 6de9797fec..52fcf54e23 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxAffectedStore.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxAffectedStore.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import com.datastax.driver.mapping.annotations.Column; diff --git a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxArtifactStore.java b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxArtifactStore.java index 666764f27a..2d36b360ee 100644 --- a/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxArtifactStore.java +++ b/db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/DtxArtifactStore.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import com.datastax.driver.mapping.annotations.ClusteringColumn; diff --git a/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraGroupManagementTest.java b/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraGroupManagementTest.java index 8f4d9eef02..7c1356e0bb 100644 --- a/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraGroupManagementTest.java +++ b/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraGroupManagementTest.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2020 Red Hat, Inc. + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraStoreTest.java b/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraStoreTest.java index 61dc9e6bbe..1f95effefc 100644 --- a/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraStoreTest.java +++ b/db/cassandra/src/test/java/org/commonjava/indy/cassandra/data/CassandraStoreTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.cassandra.data; import org.apache.commons.lang3.RandomStringUtils; diff --git a/subsys/infinispan/src/main/conf/conf.d/cache-example.xml b/subsys/infinispan/src/main/conf/conf.d/cache-example.xml index b04d0dc5fa..53fe021a75 100644 --- a/subsys/infinispan/src/main/conf/conf.d/cache-example.xml +++ b/subsys/infinispan/src/main/conf/conf.d/cache-example.xml @@ -1,3 +1,20 @@ + diff --git a/subsys/infinispan/src/main/conf/conf.d/hotrod-client.properties b/subsys/infinispan/src/main/conf/conf.d/hotrod-client.properties index 38bcbf3c17..55ae45e04b 100644 --- a/subsys/infinispan/src/main/conf/conf.d/hotrod-client.properties +++ b/subsys/infinispan/src/main/conf/conf.d/hotrod-client.properties @@ -1,3 +1,19 @@ +# +# Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) +# +# 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. +# + # Connection infinispan.client.hotrod.server_list=rmt-infinispan.spmm-automation.svc.cluster.local:11222 diff --git a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/UnhandledWebApplicationExceptionHandler.java b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/UnhandledWebApplicationExceptionHandler.java index 7dd8faadc1..8db8a9c04f 100644 --- a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/UnhandledWebApplicationExceptionHandler.java +++ b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/UnhandledWebApplicationExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2011-2021 Red Hat, Inc. (https://github.com/Commonjava/indy) + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/FlightRecorderFilter.java b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/FlightRecorderFilter.java index ee75854420..3d13ff3ae7 100644 --- a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/FlightRecorderFilter.java +++ b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/FlightRecorderFilter.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2011-2021 Red Hat, Inc. (https://github.com/Commonjava/indy) + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/events/JaxRSEvent.java b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/events/JaxRSEvent.java index bf256fdffc..a6bf18c7a9 100644 --- a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/events/JaxRSEvent.java +++ b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/metrics/events/JaxRSEvent.java @@ -1,5 +1,5 @@ /** - * Copyright (C) 2011-2021 Red Hat, Inc. (https://github.com/Commonjava/indy) + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TraceManagerProducer.java b/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TraceManagerProducer.java index eb220af9a9..d85dc79753 100644 --- a/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TraceManagerProducer.java +++ b/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TraceManagerProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.subsys.honeycomb; import org.commonjava.indy.subsys.honeycomb.config.IndyTraceConfiguration; diff --git a/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TracerPlugin.java b/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TracerPlugin.java index 9fcb121bc6..96249e7403 100644 --- a/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TracerPlugin.java +++ b/subsys/trace/src/main/java/org/commonjava/indy/subsys/honeycomb/TracerPlugin.java @@ -1,3 +1,18 @@ +/** + * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) + * + * 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. + */ package org.commonjava.indy.subsys.honeycomb; public enum TracerPlugin diff --git a/toolchains.xml b/toolchains.xml index 23b39bfc97..95d201ca9b 100644 --- a/toolchains.xml +++ b/toolchains.xml @@ -1,4 +1,21 @@ + jdk