From f570551ba76db6a4d82f49df645331f8203f2729 Mon Sep 17 00:00:00 2001 From: "Novotnik, Petr" Date: Wed, 17 May 2017 18:43:31 +0200 Subject: [PATCH] #113 Add missing license header --- .../storage/FsSpillingListStorageTest.java | 15 +++++++++++++++ .../storage/JavaSerializationFactory.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/FsSpillingListStorageTest.java b/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/FsSpillingListStorageTest.java index 88f2c0531dd2f..91c1a3aaeb9d8 100644 --- a/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/FsSpillingListStorageTest.java +++ b/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/FsSpillingListStorageTest.java @@ -1,3 +1,18 @@ +/** + * Copyright 2016-2017 Seznam.cz, a.s. + * + * 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 cz.seznam.euphoria.core.executor.storage; import cz.seznam.euphoria.shaded.guava.com.google.common.collect.Lists; diff --git a/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/JavaSerializationFactory.java b/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/JavaSerializationFactory.java index cd8607a11d85e..aa221f7912528 100644 --- a/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/JavaSerializationFactory.java +++ b/sdks/java/extensions/euphoria/euphoria-core/src/test/java/cz/seznam/euphoria/core/executor/storage/JavaSerializationFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright 2016-2017 Seznam.cz, a.s. + * + * 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 cz.seznam.euphoria.core.executor.storage; import java.io.IOException;