From d92c22a1fb06f6196573ef771c865d3494b21372 Mon Sep 17 00:00:00 2001 From: hneemann Date: Mon, 3 Dec 2018 22:13:17 +0100 Subject: [PATCH] added missing license notice --- .../neemann/digital/draw/shapes/custom/svg/ContextTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/test/java/de/neemann/digital/draw/shapes/custom/svg/ContextTest.java b/src/test/java/de/neemann/digital/draw/shapes/custom/svg/ContextTest.java index 515d59bbb..cb7962dc6 100644 --- a/src/test/java/de/neemann/digital/draw/shapes/custom/svg/ContextTest.java +++ b/src/test/java/de/neemann/digital/draw/shapes/custom/svg/ContextTest.java @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2016 Helmut Neemann + * Use of this source code is governed by the GPL v3 license + * that can be found in the LICENSE file. + */ package de.neemann.digital.draw.shapes.custom.svg; import junit.framework.TestCase;