Adds a missing license notice

This commit is contained in:
hneemann 2019-04-06 11:39:45 +02:00
parent 32e2931804
commit 3efac3274a

View File

@ -1,3 +1,8 @@
/*
* Copyright (c) 2019 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.analyse;
import junit.framework.TestCase;