added missing license notice

This commit is contained in:
hneemann 2018-12-03 22:13:17 +01:00
parent bff8d7ea43
commit d92c22a1fb

View File

@ -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; package de.neemann.digital.draw.shapes.custom.svg;
import junit.framework.TestCase; import junit.framework.TestCase;