Issue #46 fixed copyright notice
fixed copyright notice on addwordcontroller and questiontest
This commit is contained in:
parent
88ac365b33
commit
6e27ea7bea
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @(#) AddWordController.java 0,1 2020/04/30
|
||||
* @(#) AddWordController.java 0,1 2020/05/01
|
||||
* <p>
|
||||
* Copyright (c) 2020 Aberystwyth University.
|
||||
* All rights reserved.
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* @(#) QuestionTest.java 0,1 2020/05/01
|
||||
* <p>
|
||||
* Copyright (c) 2020 Aberystwyth University.
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
package uk.ac.aber.cs221.group20.test;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
|
Reference in a new issue