]> git.mxchange.org Git - addressbook-swing.git/blobdiff - src/org/mxchange/addressbook/menu/BaseMenu.java
Continued:
[addressbook-swing.git] / src / org / mxchange / addressbook / menu / BaseMenu.java
index 198652ac545349ca981e4fd7da200579536abb50..d39e1be37e55e78f9711c2ddff67ca2ed7b4532b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 - 2020 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
@@ -28,7 +28,7 @@ import org.mxchange.jcore.client.Client;
 /**
  * A general menu class
  * <p>
- * @author Roland Haeder
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseMenu extends BaseAddressbookSystem implements Menu {