🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / database / DatabaseException.java
index bb98fec..9763ad6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DatabaseException.java - Copyright Â© 2013–2016 David Roden
+ * Sone - DatabaseException.java - Copyright Â© 2013–2019 David Roden
  *
  * 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
@@ -19,8 +19,6 @@ package net.pterodactylus.sone.database;
 
 /**
  * Exception that signals a database error.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public class DatabaseException extends Exception {