]> git.mxchange.org Git - jcore.git/blobdiff - src/org/mxchange/jcore/application/Application.java
Changed copyright notice to the FSF, so after my death they will continue my
[jcore.git] / src / org / mxchange / jcore / application / Application.java
index c9883b2ab570881b9cc3e7b2a624660d03abb96b..087975222141cb4f459b1966096a107e93c0c834 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jcore.exceptions.MenuInitializationException;
 
 /**
  *
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Hรคder<roland@mxchange.org>
  */
 public interface Application extends FrameworkInterface {
 
@@ -47,4 +47,5 @@ public interface Application extends FrameworkInterface {
         * @throws java.sql.SQLException If a SQL error occurs
         */
        void doShutdown () throws IOException, SQLException;
+
 }