From 43a8c73e77a8138b35b46c3dee29ee2e8875e4cc Mon Sep 17 00:00:00 2001 From: Dai MIKURUBE Date: Fri, 10 May 2024 00:36:07 +0900 Subject: [PATCH] Add license boilerplates --- .../input/command/CommandFileInputPlugin.java | 16 ++++++++++++++++ .../command/TestCommandFileInputPlugin.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/main/java/org/embulk/input/command/CommandFileInputPlugin.java b/src/main/java/org/embulk/input/command/CommandFileInputPlugin.java index 77958d3..869fb70 100644 --- a/src/main/java/org/embulk/input/command/CommandFileInputPlugin.java +++ b/src/main/java/org/embulk/input/command/CommandFileInputPlugin.java @@ -1,3 +1,19 @@ +/* + * Copyright 2015 The Embulk project + * + * 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.embulk.input.command; import java.io.FilterInputStream; diff --git a/src/test/java/org/embulk/input/command/TestCommandFileInputPlugin.java b/src/test/java/org/embulk/input/command/TestCommandFileInputPlugin.java index d4fb927..f0e7a28 100644 --- a/src/test/java/org/embulk/input/command/TestCommandFileInputPlugin.java +++ b/src/test/java/org/embulk/input/command/TestCommandFileInputPlugin.java @@ -1,3 +1,19 @@ +/* + * Copyright 2015 The Embulk project + * + * 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.embulk.input.command; import static org.embulk.input.command.CommandFileInputPlugin.buildShell;