[LIB-9] Separate chesshog-uci module
[chesshog.git] / chesshog-uci / src / main / java / org / hedgecode / chess / uci / UCIConstants.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018. Developed by Hedgecode.
+ * Copyright (c) 2018-2019. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@ public final class UCIConstants {
 
     private UCIConstants() {
         throw new AssertionError(
-                "No org.hedgecode.chess.uci.UCIConstants instances!"
+                "No UCIConstants instances!"
         );
     }