From ab859201ac2e35b76dfabdbebbba8f2162c88e47 Mon Sep 17 00:00:00 2001 From: Michael Mosmann Date: Tue, 28 Dec 2021 20:10:02 +0100 Subject: [PATCH] lic header --- .../linux/AmazonPackageResolver.java | 20 +++++++++++++++++++ .../linux/AmazonPackageResolverTest.java | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/main/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolver.java b/src/main/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolver.java index 81e1ccb1..beac08c4 100644 --- a/src/main/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolver.java +++ b/src/main/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolver.java @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2011 + * Michael Mosmann + * Martin Jöhren + * + * with contributions from + * konstantin-ba@github,Archimedes Trajano (trajano@github) + * + * 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 de.flapdoodle.embed.mongo.packageresolver.linux; import de.flapdoodle.embed.mongo.Command; diff --git a/src/test/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolverTest.java b/src/test/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolverTest.java index 3cd18a0c..79ff9957 100644 --- a/src/test/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolverTest.java +++ b/src/test/java/de/flapdoodle/embed/mongo/packageresolver/linux/AmazonPackageResolverTest.java @@ -1,3 +1,23 @@ +/** + * Copyright (C) 2011 + * Michael Mosmann + * Martin Jöhren + * + * with contributions from + * konstantin-ba@github,Archimedes Trajano (trajano@github) + * + * 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 de.flapdoodle.embed.mongo.packageresolver.linux; import de.flapdoodle.embed.mongo.Command;