From 1a6890ea51dd2ed0af25454e626af81879c45448 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 30 Sep 2021 16:36:19 +0200 Subject: Add copyright header --- .../test/java/com/yahoo/container/jdisc/ConfiguredApplicationTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'container-disc') diff --git a/container-disc/src/test/java/com/yahoo/container/jdisc/ConfiguredApplicationTest.java b/container-disc/src/test/java/com/yahoo/container/jdisc/ConfiguredApplicationTest.java index 9cac99eef04..c8cf5c0ce63 100644 --- a/container-disc/src/test/java/com/yahoo/container/jdisc/ConfiguredApplicationTest.java +++ b/container-disc/src/test/java/com/yahoo/container/jdisc/ConfiguredApplicationTest.java @@ -1,3 +1,4 @@ +// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.container.jdisc; import org.junit.Test; -- cgit v1.2.3