From 22dbb5cbeadf7910d2d59001f29282baf038077d Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Sun, 12 May 2024 11:42:35 +0900 Subject: [PATCH] Add license boilerplates --- .../output/command/CommandFileOutputPlugin.java | 16 ++++++++++++++++ .../command/TestCommandFileOutputPlugin.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/main/java/org/embulk/output/command/CommandFileOutputPlugin.java b/src/main/java/org/embulk/output/command/CommandFileOutputPlugin.java index 4054423..cd93c55 100644 --- a/src/main/java/org/embulk/output/command/CommandFileOutputPlugin.java +++ b/src/main/java/org/embulk/output/command/CommandFileOutputPlugin.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.output.command; import java.io.FilterOutputStream; diff --git a/src/test/java/org/embulk/output/command/TestCommandFileOutputPlugin.java b/src/test/java/org/embulk/output/command/TestCommandFileOutputPlugin.java index b126ce0..c6c6e62 100644 --- a/src/test/java/org/embulk/output/command/TestCommandFileOutputPlugin.java +++ b/src/test/java/org/embulk/output/command/TestCommandFileOutputPlugin.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.output.command; import static org.embulk.output.command.CommandFileOutputPlugin.buildShell;