diff --git a/clientserver/src/main/java/net/rptools/clientserver/ActivityListener.java b/clientserver/src/main/java/net/rptools/clientserver/ActivityListener.java index b3b1146a36..3f4e5c9413 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/ActivityListener.java +++ b/clientserver/src/main/java/net/rptools/clientserver/ActivityListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/DisconnectHandler.java b/clientserver/src/main/java/net/rptools/clientserver/simple/DisconnectHandler.java index 49078a7d85..7def0819da 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/DisconnectHandler.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/DisconnectHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/MessageHandler.java b/clientserver/src/main/java/net/rptools/clientserver/simple/MessageHandler.java index 569918c5c2..82c24e75e1 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/MessageHandler.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/MessageHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/AbstractConnection.java b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/AbstractConnection.java index 978399dec7..5cb31ae808 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/AbstractConnection.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/AbstractConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.connection; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/Connection.java b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/Connection.java index 6d2349bb0c..c2b9865873 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/Connection.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/Connection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.connection; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/DirectConnection.java b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/DirectConnection.java index a0f1210883..ab45628b66 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/DirectConnection.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/DirectConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.connection; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/SocketConnection.java b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/SocketConnection.java index 69d17dcfd8..2d34d8a70d 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/SocketConnection.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/SocketConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.connection; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/WebRTCConnection.java b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/WebRTCConnection.java index 3aa96b7dd2..084beeb046 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/connection/WebRTCConnection.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/connection/WebRTCConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.connection; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/AbstractServer.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/AbstractServer.java index 2f45ec8389..8342045791 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/AbstractServer.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/AbstractServer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/NilServer.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/NilServer.java index 9aacaaa8b0..d7912171d5 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/NilServer.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/NilServer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/Router.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/Router.java index 699aa86a08..7393517ffc 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/Router.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/Router.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/Server.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/Server.java index 9f92b9926e..73329c9290 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/Server.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/Server.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/ServerObserver.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/ServerObserver.java index 7dcdcdee8c..bc9c519ec6 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/ServerObserver.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/ServerObserver.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/SocketServer.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/SocketServer.java index 4ed70b9dbb..2913031f9b 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/SocketServer.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/SocketServer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/server/WebRTCServer.java b/clientserver/src/main/java/net/rptools/clientserver/simple/server/WebRTCServer.java index 4c9bcb8a4c..056d0e9816 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/server/WebRTCServer.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/server/WebRTCServer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/AnswerMessageDto.java b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/AnswerMessageDto.java index 29c56f4339..8324378320 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/AnswerMessageDto.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/AnswerMessageDto.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.webrtc; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/CandidateMessageDto.java b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/CandidateMessageDto.java index 26771bf878..453e1123a1 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/CandidateMessageDto.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/CandidateMessageDto.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.webrtc; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/LoginMessageDto.java b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/LoginMessageDto.java index e7664bd500..d63f8ad2b3 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/LoginMessageDto.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/LoginMessageDto.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.webrtc; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/MessageDto.java b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/MessageDto.java index c5f6265e74..f2b3a657cc 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/MessageDto.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/MessageDto.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.webrtc; diff --git a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/OfferMessageDto.java b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/OfferMessageDto.java index b34129d8d8..f31b94e4a5 100644 --- a/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/OfferMessageDto.java +++ b/clientserver/src/main/java/net/rptools/clientserver/simple/webrtc/OfferMessageDto.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.webrtc; diff --git a/clientserver/src/test/java/net/rptools/clientserver/simple/server/RouterTest.java b/clientserver/src/test/java/net/rptools/clientserver/simple/server/RouterTest.java index 835360002d..a29871afdd 100644 --- a/clientserver/src/test/java/net/rptools/clientserver/simple/server/RouterTest.java +++ b/clientserver/src/test/java/net/rptools/clientserver/simple/server/RouterTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver.simple.server; diff --git a/common/src/main/java/net/rptools/lib/AwtUtil.java b/common/src/main/java/net/rptools/lib/AwtUtil.java index eccc07f193..0ac6d0406a 100644 --- a/common/src/main/java/net/rptools/lib/AwtUtil.java +++ b/common/src/main/java/net/rptools/lib/AwtUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/BackupManager.java b/common/src/main/java/net/rptools/lib/BackupManager.java index a1705749e8..216957e914 100644 --- a/common/src/main/java/net/rptools/lib/BackupManager.java +++ b/common/src/main/java/net/rptools/lib/BackupManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/CollectionUtil.java b/common/src/main/java/net/rptools/lib/CollectionUtil.java index 3563156ec6..b8acd3d5f5 100644 --- a/common/src/main/java/net/rptools/lib/CollectionUtil.java +++ b/common/src/main/java/net/rptools/lib/CollectionUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/DebugStream.java b/common/src/main/java/net/rptools/lib/DebugStream.java index 71e3676065..52a3ad31d9 100644 --- a/common/src/main/java/net/rptools/lib/DebugStream.java +++ b/common/src/main/java/net/rptools/lib/DebugStream.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/FileUtil.java b/common/src/main/java/net/rptools/lib/FileUtil.java index b26b9ad849..4cc34a5cda 100644 --- a/common/src/main/java/net/rptools/lib/FileUtil.java +++ b/common/src/main/java/net/rptools/lib/FileUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/GeometryUtil.java b/common/src/main/java/net/rptools/lib/GeometryUtil.java index 34aa3fb7a8..9f906200e1 100644 --- a/common/src/main/java/net/rptools/lib/GeometryUtil.java +++ b/common/src/main/java/net/rptools/lib/GeometryUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/MD5Key.java b/common/src/main/java/net/rptools/lib/MD5Key.java index 2a097f3685..7b96ebdf2e 100644 --- a/common/src/main/java/net/rptools/lib/MD5Key.java +++ b/common/src/main/java/net/rptools/lib/MD5Key.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/MathUtil.java b/common/src/main/java/net/rptools/lib/MathUtil.java index 4ec944f875..d2b3d7968d 100644 --- a/common/src/main/java/net/rptools/lib/MathUtil.java +++ b/common/src/main/java/net/rptools/lib/MathUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/OsDetection.java b/common/src/main/java/net/rptools/lib/OsDetection.java index 02cf703134..748007db96 100644 --- a/common/src/main/java/net/rptools/lib/OsDetection.java +++ b/common/src/main/java/net/rptools/lib/OsDetection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/SVGUtils.java b/common/src/main/java/net/rptools/lib/SVGUtils.java index 532c3ab333..440e0e1089 100644 --- a/common/src/main/java/net/rptools/lib/SVGUtils.java +++ b/common/src/main/java/net/rptools/lib/SVGUtils.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/StringUtil.java b/common/src/main/java/net/rptools/lib/StringUtil.java index bd0a917063..788538a5a4 100644 --- a/common/src/main/java/net/rptools/lib/StringUtil.java +++ b/common/src/main/java/net/rptools/lib/StringUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/TaskBarFlasher.java b/common/src/main/java/net/rptools/lib/TaskBarFlasher.java index 00fe4f0e09..0b16dfdbfe 100644 --- a/common/src/main/java/net/rptools/lib/TaskBarFlasher.java +++ b/common/src/main/java/net/rptools/lib/TaskBarFlasher.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/main/java/net/rptools/lib/cipher/CipherUtil.java b/common/src/main/java/net/rptools/lib/cipher/CipherUtil.java index 99010a7e4a..9fdd7e497c 100644 --- a/common/src/main/java/net/rptools/lib/cipher/CipherUtil.java +++ b/common/src/main/java/net/rptools/lib/cipher/CipherUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.cipher; diff --git a/common/src/main/java/net/rptools/lib/cipher/PublicPrivateKeyStore.java b/common/src/main/java/net/rptools/lib/cipher/PublicPrivateKeyStore.java index 099ece0896..b0d392e83f 100644 --- a/common/src/main/java/net/rptools/lib/cipher/PublicPrivateKeyStore.java +++ b/common/src/main/java/net/rptools/lib/cipher/PublicPrivateKeyStore.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.cipher; diff --git a/common/src/main/java/net/rptools/lib/image/ImageUtil.java b/common/src/main/java/net/rptools/lib/image/ImageUtil.java index 1828c074d3..e83ccb74ef 100644 --- a/common/src/main/java/net/rptools/lib/image/ImageUtil.java +++ b/common/src/main/java/net/rptools/lib/image/ImageUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.image; diff --git a/common/src/main/java/net/rptools/lib/image/RenderQuality.java b/common/src/main/java/net/rptools/lib/image/RenderQuality.java index ac133b155c..a26fc13c78 100644 --- a/common/src/main/java/net/rptools/lib/image/RenderQuality.java +++ b/common/src/main/java/net/rptools/lib/image/RenderQuality.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.image; diff --git a/common/src/main/java/net/rptools/lib/image/ThumbnailManager.java b/common/src/main/java/net/rptools/lib/image/ThumbnailManager.java index 0d7358572e..2040fba77a 100644 --- a/common/src/main/java/net/rptools/lib/image/ThumbnailManager.java +++ b/common/src/main/java/net/rptools/lib/image/ThumbnailManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.image; diff --git a/common/src/main/java/net/rptools/lib/net/SyrinscapeConnection.java b/common/src/main/java/net/rptools/lib/net/SyrinscapeConnection.java index 9a05b82e16..c6884a92aa 100644 --- a/common/src/main/java/net/rptools/lib/net/SyrinscapeConnection.java +++ b/common/src/main/java/net/rptools/lib/net/SyrinscapeConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/common/src/main/java/net/rptools/lib/net/SyrinscapeURLStreamHandler.java b/common/src/main/java/net/rptools/lib/net/SyrinscapeURLStreamHandler.java index 96cff6722e..52a42caf5c 100644 --- a/common/src/main/java/net/rptools/lib/net/SyrinscapeURLStreamHandler.java +++ b/common/src/main/java/net/rptools/lib/net/SyrinscapeURLStreamHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/common/src/main/java/net/rptools/lib/transferable/FileTransferableHandler.java b/common/src/main/java/net/rptools/lib/transferable/FileTransferableHandler.java index cba18c9d71..90754bf306 100644 --- a/common/src/main/java/net/rptools/lib/transferable/FileTransferableHandler.java +++ b/common/src/main/java/net/rptools/lib/transferable/FileTransferableHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/common/src/main/java/net/rptools/lib/transferable/ImageTransferableHandler.java b/common/src/main/java/net/rptools/lib/transferable/ImageTransferableHandler.java index 88dc9f7606..cc7eaf9136 100644 --- a/common/src/main/java/net/rptools/lib/transferable/ImageTransferableHandler.java +++ b/common/src/main/java/net/rptools/lib/transferable/ImageTransferableHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/common/src/main/java/net/rptools/lib/transferable/TransferableHandler.java b/common/src/main/java/net/rptools/lib/transferable/TransferableHandler.java index 7145f895f3..8967086878 100644 --- a/common/src/main/java/net/rptools/lib/transferable/TransferableHandler.java +++ b/common/src/main/java/net/rptools/lib/transferable/TransferableHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/common/src/main/java/net/rptools/maptool/language/AbstractMessageFactory.java b/common/src/main/java/net/rptools/maptool/language/AbstractMessageFactory.java index 9b0aba3468..8bbf1765d1 100644 --- a/common/src/main/java/net/rptools/maptool/language/AbstractMessageFactory.java +++ b/common/src/main/java/net/rptools/maptool/language/AbstractMessageFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.language; diff --git a/common/src/main/java/net/rptools/maptool/language/I18N.java b/common/src/main/java/net/rptools/maptool/language/I18N.java index 20e78ae092..69423fe510 100644 --- a/common/src/main/java/net/rptools/maptool/language/I18N.java +++ b/common/src/main/java/net/rptools/maptool/language/I18N.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.language; diff --git a/common/src/main/java/net/rptools/maptool/language/I18nTools.java b/common/src/main/java/net/rptools/maptool/language/I18nTools.java index 204157da9e..58febffaac 100644 --- a/common/src/main/java/net/rptools/maptool/language/I18nTools.java +++ b/common/src/main/java/net/rptools/maptool/language/I18nTools.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.language; diff --git a/common/src/test/java/net/rptools/lib/GeometryUtilTest.java b/common/src/test/java/net/rptools/lib/GeometryUtilTest.java index 680473f7bc..c434c8adb2 100644 --- a/common/src/test/java/net/rptools/lib/GeometryUtilTest.java +++ b/common/src/test/java/net/rptools/lib/GeometryUtilTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/common/src/test/java/net/rptools/lib/image/ImageUtilTest.java b/common/src/test/java/net/rptools/lib/image/ImageUtilTest.java index 049ac821a0..8cdf131438 100644 --- a/common/src/test/java/net/rptools/lib/image/ImageUtilTest.java +++ b/common/src/test/java/net/rptools/lib/image/ImageUtilTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.image; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/ExpressionParser.java b/dicelib/src/main/java/net/rptools/dicelib/expression/ExpressionParser.java index f25e9ea389..f33ea85eb1 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/ExpressionParser.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/ExpressionParser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/Result.java b/dicelib/src/main/java/net/rptools/dicelib/expression/Result.java index a8f39b2779..47ef04afcc 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/Result.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/Result.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/RunData.java b/dicelib/src/main/java/net/rptools/dicelib/expression/RunData.java index 738d1b864a..69b4a93c09 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/RunData.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/RunData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ArsMagicaStress.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ArsMagicaStress.java index afa5610355..3f4361f224 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ArsMagicaStress.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ArsMagicaStress.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/CountSuccessDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/CountSuccessDice.java index 149a4eb5e2..bf1c7236d0 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/CountSuccessDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/CountSuccessDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DiceHelper.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DiceHelper.java index 3cb7827e15..145dabf533 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DiceHelper.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DiceHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropHighestRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropHighestRoll.java index 9baf93a65d..740c0afd94 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropHighestRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropHighestRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropRoll.java index 4f667b3af5..64715d3621 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/DropRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodeDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodeDice.java index 9809c00880..152148e8ee 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodeDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodeDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodingSuccessDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodingSuccessDice.java index 36ab1b960b..da4c63aca6 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodingSuccessDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ExplodingSuccessDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/FudgeRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/FudgeRoll.java index ed7b760059..31ac54faac 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/FudgeRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/FudgeRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroKillingRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroKillingRoll.java index 091f57735e..0c9800ec53 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroKillingRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroKillingRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroRoll.java index 0f817955ae..16e686d670 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/HeroRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/If.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/If.java index 249ae8a600..21da638081 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/If.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/If.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepLowestRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepLowestRoll.java index bd5e0a3a1c..f3ac633454 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepLowestRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepLowestRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepRoll.java index da6f662826..d586501d7e 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/KeepRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenEndedRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenEndedRoll.java index 5f50c41f04..5e9d044b2d 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenEndedRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenEndedRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenTestDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenTestDice.java index 4b1fbbe666..886e3f678d 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenTestDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/OpenTestDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDice.java index e8a592efe6..0eb8b87572 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDiceOnce.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDiceOnce.java index 86bea8ee68..998e4324e4 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDiceOnce.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RerollDiceOnce.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/Roll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/Roll.java index 1bb64dd800..65112482b3 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/Roll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/Roll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RollWithBounds.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RollWithBounds.java index c33dc3a2d4..4065786409 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/RollWithBounds.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/RollWithBounds.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4Dice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4Dice.java index beba1127e8..571d31a1ac 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4Dice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4Dice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4ExplodeDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4ExplodeDice.java index ca5f572444..bc3ed4bf04 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4ExplodeDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun4ExplodeDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5Dice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5Dice.java index 276496b7df..1459478d87 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5Dice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5Dice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5ExplodeDice.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5ExplodeDice.java index 49c24b5f4a..89ab285ee1 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5ExplodeDice.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/ShadowRun5ExplodeDice.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/UbiquityRoll.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/UbiquityRoll.java index 81fcb4293a..02f2bd5716 100755 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/UbiquityRoll.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/UbiquityRoll.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/AdvancedDiceRolls.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/AdvancedDiceRolls.java index c0461a1181..51f8f7b84c 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/AdvancedDiceRolls.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/AdvancedDiceRolls.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function.advanced; diff --git a/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/GenesysDiceRolls.java b/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/GenesysDiceRolls.java index 2e42ed246e..74c512bb36 100644 --- a/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/GenesysDiceRolls.java +++ b/dicelib/src/main/java/net/rptools/dicelib/expression/function/advanced/GenesysDiceRolls.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function.advanced; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserTest.java index dce5370cfe..87e44f45dc 100755 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserWithMockRollsTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserWithMockRollsTest.java index 1904fa9d62..37af47c39c 100644 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserWithMockRollsTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/ExpressionParserWithMockRollsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataMockForTesting.java b/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataMockForTesting.java index 4f0de17177..f16adab058 100644 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataMockForTesting.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataMockForTesting.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataTest.java index 81893fd615..386278d98d 100755 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/RunDataTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/function/DiceHelperTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/function/DiceHelperTest.java index 90dfca0235..01c82ddc00 100755 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/function/DiceHelperTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/function/DiceHelperTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/function/DropRollTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/function/DropRollTest.java index 88fd6faa30..b1b381cf34 100755 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/function/DropRollTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/function/DropRollTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/dicelib/src/test/java/net/rptools/dicelib/expression/function/RollTest.java b/dicelib/src/test/java/net/rptools/dicelib/expression/function/RollTest.java index 35fe409e5c..cd0795af8e 100755 --- a/dicelib/src/test/java/net/rptools/dicelib/expression/function/RollTest.java +++ b/dicelib/src/test/java/net/rptools/dicelib/expression/function/RollTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.dicelib.expression.function; diff --git a/spotless.license.java b/spotless.license.java index 25bfe7be2a..3f02324b72 100644 --- a/spotless.license.java +++ b/spotless.license.java @@ -9,6 +9,6 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ diff --git a/src/main/java/net/rptools/clientserver/ConnectionFactory.java b/src/main/java/net/rptools/clientserver/ConnectionFactory.java index a3c4c9fee8..f6ba74ad20 100644 --- a/src/main/java/net/rptools/clientserver/ConnectionFactory.java +++ b/src/main/java/net/rptools/clientserver/ConnectionFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.clientserver; diff --git a/src/main/java/net/rptools/lib/CodeTimer.java b/src/main/java/net/rptools/lib/CodeTimer.java index b3132f716c..848a08df82 100644 --- a/src/main/java/net/rptools/lib/CodeTimer.java +++ b/src/main/java/net/rptools/lib/CodeTimer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/src/main/java/net/rptools/lib/ModelVersionManager.java b/src/main/java/net/rptools/lib/ModelVersionManager.java index d3df2e64e0..ce5a7ddac3 100644 --- a/src/main/java/net/rptools/lib/ModelVersionManager.java +++ b/src/main/java/net/rptools/lib/ModelVersionManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/src/main/java/net/rptools/lib/ModelVersionTransformation.java b/src/main/java/net/rptools/lib/ModelVersionTransformation.java index 1287df1f10..f1cc75344c 100644 --- a/src/main/java/net/rptools/lib/ModelVersionTransformation.java +++ b/src/main/java/net/rptools/lib/ModelVersionTransformation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib; diff --git a/src/main/java/net/rptools/lib/io/LegacyAsset.java b/src/main/java/net/rptools/lib/io/LegacyAsset.java index e62dd5bfcf..4d274f7269 100644 --- a/src/main/java/net/rptools/lib/io/LegacyAsset.java +++ b/src/main/java/net/rptools/lib/io/LegacyAsset.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.io; diff --git a/src/main/java/net/rptools/lib/io/PackedFile.java b/src/main/java/net/rptools/lib/io/PackedFile.java index a4667fd0d4..413cc1db1f 100644 --- a/src/main/java/net/rptools/lib/io/PackedFile.java +++ b/src/main/java/net/rptools/lib/io/PackedFile.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.io; diff --git a/src/main/java/net/rptools/lib/net/FTPLocation.java b/src/main/java/net/rptools/lib/net/FTPLocation.java index 46ba02a4fd..b6c2344dbd 100644 --- a/src/main/java/net/rptools/lib/net/FTPLocation.java +++ b/src/main/java/net/rptools/lib/net/FTPLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/src/main/java/net/rptools/lib/net/LocalLocation.java b/src/main/java/net/rptools/lib/net/LocalLocation.java index e990dd3750..76579fcd05 100644 --- a/src/main/java/net/rptools/lib/net/LocalLocation.java +++ b/src/main/java/net/rptools/lib/net/LocalLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/src/main/java/net/rptools/lib/net/Location.java b/src/main/java/net/rptools/lib/net/Location.java index 8688b24268..6bb1bd6df3 100644 --- a/src/main/java/net/rptools/lib/net/Location.java +++ b/src/main/java/net/rptools/lib/net/Location.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/src/main/java/net/rptools/lib/net/RPTURLStreamHandlerFactory.java b/src/main/java/net/rptools/lib/net/RPTURLStreamHandlerFactory.java index acf91d50c7..2b5c662df1 100644 --- a/src/main/java/net/rptools/lib/net/RPTURLStreamHandlerFactory.java +++ b/src/main/java/net/rptools/lib/net/RPTURLStreamHandlerFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.net; diff --git a/src/main/java/net/rptools/lib/sound/SoundManager.java b/src/main/java/net/rptools/lib/sound/SoundManager.java index cbc60d9a25..22e0aab3f6 100644 --- a/src/main/java/net/rptools/lib/sound/SoundManager.java +++ b/src/main/java/net/rptools/lib/sound/SoundManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.sound; diff --git a/src/main/java/net/rptools/lib/transferable/GroupTokenTransferData.java b/src/main/java/net/rptools/lib/transferable/GroupTokenTransferData.java index ce52090361..a849cf3492 100644 --- a/src/main/java/net/rptools/lib/transferable/GroupTokenTransferData.java +++ b/src/main/java/net/rptools/lib/transferable/GroupTokenTransferData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/src/main/java/net/rptools/lib/transferable/MapToolTokenTransferData.java b/src/main/java/net/rptools/lib/transferable/MapToolTokenTransferData.java index f7efe15eca..3385b86e79 100644 --- a/src/main/java/net/rptools/lib/transferable/MapToolTokenTransferData.java +++ b/src/main/java/net/rptools/lib/transferable/MapToolTokenTransferData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/src/main/java/net/rptools/lib/transferable/TokenTransferData.java b/src/main/java/net/rptools/lib/transferable/TokenTransferData.java index 17e7d516fc..5e68f95db3 100644 --- a/src/main/java/net/rptools/lib/transferable/TokenTransferData.java +++ b/src/main/java/net/rptools/lib/transferable/TokenTransferData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.lib.transferable; diff --git a/src/main/java/net/rptools/maptool/client/AppActions.java b/src/main/java/net/rptools/maptool/client/AppActions.java index 9670ac1ecc..78bc427540 100644 --- a/src/main/java/net/rptools/maptool/client/AppActions.java +++ b/src/main/java/net/rptools/maptool/client/AppActions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppConstants.java b/src/main/java/net/rptools/maptool/client/AppConstants.java index f55a27c722..ac37db6988 100644 --- a/src/main/java/net/rptools/maptool/client/AppConstants.java +++ b/src/main/java/net/rptools/maptool/client/AppConstants.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppPreferences.java b/src/main/java/net/rptools/maptool/client/AppPreferences.java index 1dbfece17d..9ccc897a3c 100644 --- a/src/main/java/net/rptools/maptool/client/AppPreferences.java +++ b/src/main/java/net/rptools/maptool/client/AppPreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppSetup.java b/src/main/java/net/rptools/maptool/client/AppSetup.java index 289391663d..861d695d78 100644 --- a/src/main/java/net/rptools/maptool/client/AppSetup.java +++ b/src/main/java/net/rptools/maptool/client/AppSetup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppState.java b/src/main/java/net/rptools/maptool/client/AppState.java index 54d1771e56..542d3a4644 100644 --- a/src/main/java/net/rptools/maptool/client/AppState.java +++ b/src/main/java/net/rptools/maptool/client/AppState.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppStatePersisted.java b/src/main/java/net/rptools/maptool/client/AppStatePersisted.java index f647ff59bf..7b53cfeb7c 100644 --- a/src/main/java/net/rptools/maptool/client/AppStatePersisted.java +++ b/src/main/java/net/rptools/maptool/client/AppStatePersisted.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppStyle.java b/src/main/java/net/rptools/maptool/client/AppStyle.java index a9f6520284..2d687ca225 100644 --- a/src/main/java/net/rptools/maptool/client/AppStyle.java +++ b/src/main/java/net/rptools/maptool/client/AppStyle.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppUpdate.java b/src/main/java/net/rptools/maptool/client/AppUpdate.java index 27391331b8..f5c980a9fd 100644 --- a/src/main/java/net/rptools/maptool/client/AppUpdate.java +++ b/src/main/java/net/rptools/maptool/client/AppUpdate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AppUtil.java b/src/main/java/net/rptools/maptool/client/AppUtil.java index 6c5d1edb26..1548dccf0f 100644 --- a/src/main/java/net/rptools/maptool/client/AppUtil.java +++ b/src/main/java/net/rptools/maptool/client/AppUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AssetTransferHandler.java b/src/main/java/net/rptools/maptool/client/AssetTransferHandler.java index 1f512bb544..607450fc2f 100644 --- a/src/main/java/net/rptools/maptool/client/AssetTransferHandler.java +++ b/src/main/java/net/rptools/maptool/client/AssetTransferHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AssetURLStreamHandler.java b/src/main/java/net/rptools/maptool/client/AssetURLStreamHandler.java index 1c10fc8ed7..ae3fdd8e49 100644 --- a/src/main/java/net/rptools/maptool/client/AssetURLStreamHandler.java +++ b/src/main/java/net/rptools/maptool/client/AssetURLStreamHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/AutoSaveManager.java b/src/main/java/net/rptools/maptool/client/AutoSaveManager.java index e658d1c803..3639a93db3 100644 --- a/src/main/java/net/rptools/maptool/client/AutoSaveManager.java +++ b/src/main/java/net/rptools/maptool/client/AutoSaveManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/ChatAutoSave.java b/src/main/java/net/rptools/maptool/client/ChatAutoSave.java index ea35275299..ecf644542f 100644 --- a/src/main/java/net/rptools/maptool/client/ChatAutoSave.java +++ b/src/main/java/net/rptools/maptool/client/ChatAutoSave.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/ClientMessageHandler.java b/src/main/java/net/rptools/maptool/client/ClientMessageHandler.java index c125e02fc9..e53b9f7e15 100644 --- a/src/main/java/net/rptools/maptool/client/ClientMessageHandler.java +++ b/src/main/java/net/rptools/maptool/client/ClientMessageHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/DebounceExecutor.java b/src/main/java/net/rptools/maptool/client/DebounceExecutor.java index 31e10170ba..905454535a 100644 --- a/src/main/java/net/rptools/maptool/client/DebounceExecutor.java +++ b/src/main/java/net/rptools/maptool/client/DebounceExecutor.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/DeveloperOptions.java b/src/main/java/net/rptools/maptool/client/DeveloperOptions.java index 298f965911..7cd2f8d61f 100644 --- a/src/main/java/net/rptools/maptool/client/DeveloperOptions.java +++ b/src/main/java/net/rptools/maptool/client/DeveloperOptions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/LaunchInstructions.java b/src/main/java/net/rptools/maptool/client/LaunchInstructions.java index 3a55b65ea7..dc794fa4b5 100644 --- a/src/main/java/net/rptools/maptool/client/LaunchInstructions.java +++ b/src/main/java/net/rptools/maptool/client/LaunchInstructions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MRUCampaignManager.java b/src/main/java/net/rptools/maptool/client/MRUCampaignManager.java index 30b7f58eeb..a13e670c87 100644 --- a/src/main/java/net/rptools/maptool/client/MRUCampaignManager.java +++ b/src/main/java/net/rptools/maptool/client/MRUCampaignManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapTool.java b/src/main/java/net/rptools/maptool/client/MapTool.java index 25603a9a85..ab354df3dc 100644 --- a/src/main/java/net/rptools/maptool/client/MapTool.java +++ b/src/main/java/net/rptools/maptool/client/MapTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolClient.java b/src/main/java/net/rptools/maptool/client/MapToolClient.java index 389cd79e14..ae0ca5764b 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolClient.java +++ b/src/main/java/net/rptools/maptool/client/MapToolClient.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolConnection.java b/src/main/java/net/rptools/maptool/client/MapToolConnection.java index 213120ea3b..1f7ae94d85 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolConnection.java +++ b/src/main/java/net/rptools/maptool/client/MapToolConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolExpressionParser.java b/src/main/java/net/rptools/maptool/client/MapToolExpressionParser.java index 452934a53c..c8c8058064 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolExpressionParser.java +++ b/src/main/java/net/rptools/maptool/client/MapToolExpressionParser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolLineParser.java b/src/main/java/net/rptools/maptool/client/MapToolLineParser.java index 19a1b88d56..d118421ac1 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolLineParser.java +++ b/src/main/java/net/rptools/maptool/client/MapToolLineParser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolMacroContext.java b/src/main/java/net/rptools/maptool/client/MapToolMacroContext.java index b03ea2b722..50eaf6d25f 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolMacroContext.java +++ b/src/main/java/net/rptools/maptool/client/MapToolMacroContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolRegistry.java b/src/main/java/net/rptools/maptool/client/MapToolRegistry.java index c58d14cf41..489382430a 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolRegistry.java +++ b/src/main/java/net/rptools/maptool/client/MapToolRegistry.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolRegistryService.java b/src/main/java/net/rptools/maptool/client/MapToolRegistryService.java index 62356df017..223e95af1b 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolRegistryService.java +++ b/src/main/java/net/rptools/maptool/client/MapToolRegistryService.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolServiceFinder.java b/src/main/java/net/rptools/maptool/client/MapToolServiceFinder.java index dd0d14f89a..735c7d8216 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolServiceFinder.java +++ b/src/main/java/net/rptools/maptool/client/MapToolServiceFinder.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolUtil.java b/src/main/java/net/rptools/maptool/client/MapToolUtil.java index 0982e1aeec..fbf4bc22e6 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolUtil.java +++ b/src/main/java/net/rptools/maptool/client/MapToolUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/MapToolVariableResolver.java b/src/main/java/net/rptools/maptool/client/MapToolVariableResolver.java index 564c3b04d1..2ee5e5a277 100644 --- a/src/main/java/net/rptools/maptool/client/MapToolVariableResolver.java +++ b/src/main/java/net/rptools/maptool/client/MapToolVariableResolver.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/OptionInfo.java b/src/main/java/net/rptools/maptool/client/OptionInfo.java index 94f4aecb01..6fe74666ab 100644 --- a/src/main/java/net/rptools/maptool/client/OptionInfo.java +++ b/src/main/java/net/rptools/maptool/client/OptionInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/RemoteFileDownloader.java b/src/main/java/net/rptools/maptool/client/RemoteFileDownloader.java index bf6829d8fc..e0dc4d6791 100644 --- a/src/main/java/net/rptools/maptool/client/RemoteFileDownloader.java +++ b/src/main/java/net/rptools/maptool/client/RemoteFileDownloader.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/RemoteServerConfig.java b/src/main/java/net/rptools/maptool/client/RemoteServerConfig.java index 1581541736..0e8f6cec49 100644 --- a/src/main/java/net/rptools/maptool/client/RemoteServerConfig.java +++ b/src/main/java/net/rptools/maptool/client/RemoteServerConfig.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/ScreenPoint.java b/src/main/java/net/rptools/maptool/client/ScreenPoint.java index 4f62eca1d4..e2ccba518e 100644 --- a/src/main/java/net/rptools/maptool/client/ScreenPoint.java +++ b/src/main/java/net/rptools/maptool/client/ScreenPoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/ServerAddress.java b/src/main/java/net/rptools/maptool/client/ServerAddress.java index b78a1626d5..b9648b00b6 100644 --- a/src/main/java/net/rptools/maptool/client/ServerAddress.java +++ b/src/main/java/net/rptools/maptool/client/ServerAddress.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/ServerCommandClientImpl.java b/src/main/java/net/rptools/maptool/client/ServerCommandClientImpl.java index c9f5fcceef..8dc25774e4 100644 --- a/src/main/java/net/rptools/maptool/client/ServerCommandClientImpl.java +++ b/src/main/java/net/rptools/maptool/client/ServerCommandClientImpl.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/TinyLookAndFeelMac.java b/src/main/java/net/rptools/maptool/client/TinyLookAndFeelMac.java index b79ac7c3aa..b9a4eaf3fb 100644 --- a/src/main/java/net/rptools/maptool/client/TinyLookAndFeelMac.java +++ b/src/main/java/net/rptools/maptool/client/TinyLookAndFeelMac.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/TransferableAsset.java b/src/main/java/net/rptools/maptool/client/TransferableAsset.java index 94407d5efe..7cb92a7eb1 100644 --- a/src/main/java/net/rptools/maptool/client/TransferableAsset.java +++ b/src/main/java/net/rptools/maptool/client/TransferableAsset.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/TransferableAssetReference.java b/src/main/java/net/rptools/maptool/client/TransferableAssetReference.java index bac4e34c3f..fbb7b19d9a 100644 --- a/src/main/java/net/rptools/maptool/client/TransferableAssetReference.java +++ b/src/main/java/net/rptools/maptool/client/TransferableAssetReference.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/TransferableHelper.java b/src/main/java/net/rptools/maptool/client/TransferableHelper.java index 7a9aaebd0d..b78a0dab1b 100644 --- a/src/main/java/net/rptools/maptool/client/TransferableHelper.java +++ b/src/main/java/net/rptools/maptool/client/TransferableHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/TransferableToken.java b/src/main/java/net/rptools/maptool/client/TransferableToken.java index 219e65d346..45e1ec16f4 100644 --- a/src/main/java/net/rptools/maptool/client/TransferableToken.java +++ b/src/main/java/net/rptools/maptool/client/TransferableToken.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/WebDownloader.java b/src/main/java/net/rptools/maptool/client/WebDownloader.java index 467114f092..87c4de333d 100644 --- a/src/main/java/net/rptools/maptool/client/WebDownloader.java +++ b/src/main/java/net/rptools/maptool/client/WebDownloader.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/main/java/net/rptools/maptool/client/events/ChatMessageAdded.java b/src/main/java/net/rptools/maptool/client/events/ChatMessageAdded.java index cc7a9e1ff4..b8b82e0457 100644 --- a/src/main/java/net/rptools/maptool/client/events/ChatMessageAdded.java +++ b/src/main/java/net/rptools/maptool/client/events/ChatMessageAdded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/OverlayVisibilityChanged.java b/src/main/java/net/rptools/maptool/client/events/OverlayVisibilityChanged.java index ae6e5811cc..214cb440b4 100644 --- a/src/main/java/net/rptools/maptool/client/events/OverlayVisibilityChanged.java +++ b/src/main/java/net/rptools/maptool/client/events/OverlayVisibilityChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/PlayerConnected.java b/src/main/java/net/rptools/maptool/client/events/PlayerConnected.java index bedd35f374..e16e29aa73 100644 --- a/src/main/java/net/rptools/maptool/client/events/PlayerConnected.java +++ b/src/main/java/net/rptools/maptool/client/events/PlayerConnected.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/PlayerDisconnected.java b/src/main/java/net/rptools/maptool/client/events/PlayerDisconnected.java index 68f96e022c..d7f33739bf 100644 --- a/src/main/java/net/rptools/maptool/client/events/PlayerDisconnected.java +++ b/src/main/java/net/rptools/maptool/client/events/PlayerDisconnected.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/PlayerStatusChanged.java b/src/main/java/net/rptools/maptool/client/events/PlayerStatusChanged.java index a76b45709a..5f6d50f964 100644 --- a/src/main/java/net/rptools/maptool/client/events/PlayerStatusChanged.java +++ b/src/main/java/net/rptools/maptool/client/events/PlayerStatusChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/PreferencesChanged.java b/src/main/java/net/rptools/maptool/client/events/PreferencesChanged.java index a0acee427a..bcfb211b21 100644 --- a/src/main/java/net/rptools/maptool/client/events/PreferencesChanged.java +++ b/src/main/java/net/rptools/maptool/client/events/PreferencesChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/RepaintZoneRequested.java b/src/main/java/net/rptools/maptool/client/events/RepaintZoneRequested.java index 43cb1d9921..e57288e3e9 100644 --- a/src/main/java/net/rptools/maptool/client/events/RepaintZoneRequested.java +++ b/src/main/java/net/rptools/maptool/client/events/RepaintZoneRequested.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/ServerDisconnected.java b/src/main/java/net/rptools/maptool/client/events/ServerDisconnected.java index 65eb33514a..1f581b7cb8 100644 --- a/src/main/java/net/rptools/maptool/client/events/ServerDisconnected.java +++ b/src/main/java/net/rptools/maptool/client/events/ServerDisconnected.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/TokenHoverEnter.java b/src/main/java/net/rptools/maptool/client/events/TokenHoverEnter.java index 644710d53b..8142d972a0 100644 --- a/src/main/java/net/rptools/maptool/client/events/TokenHoverEnter.java +++ b/src/main/java/net/rptools/maptool/client/events/TokenHoverEnter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/TokenHoverExit.java b/src/main/java/net/rptools/maptool/client/events/TokenHoverExit.java index a17cc670e9..24973a58f7 100644 --- a/src/main/java/net/rptools/maptool/client/events/TokenHoverExit.java +++ b/src/main/java/net/rptools/maptool/client/events/TokenHoverExit.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/ZoneActivated.java b/src/main/java/net/rptools/maptool/client/events/ZoneActivated.java index 78b432cf2c..ac2570a24b 100644 --- a/src/main/java/net/rptools/maptool/client/events/ZoneActivated.java +++ b/src/main/java/net/rptools/maptool/client/events/ZoneActivated.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/ZoneDeactivated.java b/src/main/java/net/rptools/maptool/client/events/ZoneDeactivated.java index bf693376e2..9b5995516e 100644 --- a/src/main/java/net/rptools/maptool/client/events/ZoneDeactivated.java +++ b/src/main/java/net/rptools/maptool/client/events/ZoneDeactivated.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/ZoneLoaded.java b/src/main/java/net/rptools/maptool/client/events/ZoneLoaded.java index 7b2178c6da..2beef627ff 100644 --- a/src/main/java/net/rptools/maptool/client/events/ZoneLoaded.java +++ b/src/main/java/net/rptools/maptool/client/events/ZoneLoaded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/events/ZoneLoading.java b/src/main/java/net/rptools/maptool/client/events/ZoneLoading.java index 10fd977f35..a11c9ee100 100644 --- a/src/main/java/net/rptools/maptool/client/events/ZoneLoading.java +++ b/src/main/java/net/rptools/maptool/client/events/ZoneLoading.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.events; diff --git a/src/main/java/net/rptools/maptool/client/functions/AbortFunction.java b/src/main/java/net/rptools/maptool/client/functions/AbortFunction.java index 845b5c18cf..c75199fee6 100644 --- a/src/main/java/net/rptools/maptool/client/functions/AbortFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/AbortFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/AddAllToInitiativeFunction.java b/src/main/java/net/rptools/maptool/client/functions/AddAllToInitiativeFunction.java index f02afcf1e8..276045fc34 100644 --- a/src/main/java/net/rptools/maptool/client/functions/AddAllToInitiativeFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/AddAllToInitiativeFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/AdditionalFunctionDescription.java b/src/main/java/net/rptools/maptool/client/functions/AdditionalFunctionDescription.java index aa1dbc1ca9..f7e4e37e58 100644 --- a/src/main/java/net/rptools/maptool/client/functions/AdditionalFunctionDescription.java +++ b/src/main/java/net/rptools/maptool/client/functions/AdditionalFunctionDescription.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/AssertFunction.java b/src/main/java/net/rptools/maptool/client/functions/AssertFunction.java index d042319eb5..3acadb7d43 100644 --- a/src/main/java/net/rptools/maptool/client/functions/AssertFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/AssertFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/BarImageFunction.java b/src/main/java/net/rptools/maptool/client/functions/BarImageFunction.java index b2790293b5..52af7dba2b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/BarImageFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/BarImageFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/Base64Functions.java b/src/main/java/net/rptools/maptool/client/functions/Base64Functions.java index 06b4686abc..9192807f9c 100644 --- a/src/main/java/net/rptools/maptool/client/functions/Base64Functions.java +++ b/src/main/java/net/rptools/maptool/client/functions/Base64Functions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/CallFunction.java b/src/main/java/net/rptools/maptool/client/functions/CallFunction.java index 405108d116..18d1ac0536 100644 --- a/src/main/java/net/rptools/maptool/client/functions/CallFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/CallFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ChatFunction.java b/src/main/java/net/rptools/maptool/client/functions/ChatFunction.java index 81f8a39b55..4c81d74291 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ChatFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/ChatFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/CurrentInitiativeFunction.java b/src/main/java/net/rptools/maptool/client/functions/CurrentInitiativeFunction.java index 76417c0860..e99d64a51c 100644 --- a/src/main/java/net/rptools/maptool/client/functions/CurrentInitiativeFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/CurrentInitiativeFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DataFunctions.java b/src/main/java/net/rptools/maptool/client/functions/DataFunctions.java index 6cd7a4ea85..093782b77a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DataFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/DataFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DefineMacroFunction.java b/src/main/java/net/rptools/maptool/client/functions/DefineMacroFunction.java index 0d023cb2d1..303c48439c 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DefineMacroFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/DefineMacroFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DefinesSpecialVariables.java b/src/main/java/net/rptools/maptool/client/functions/DefinesSpecialVariables.java index 2facd0aff9..6cfcec2b42 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DefinesSpecialVariables.java +++ b/src/main/java/net/rptools/maptool/client/functions/DefinesSpecialVariables.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DrawingFunctions.java b/src/main/java/net/rptools/maptool/client/functions/DrawingFunctions.java index 496b0779f0..2790cc6747 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DrawingFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/DrawingFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DrawingGetterFunctions.java b/src/main/java/net/rptools/maptool/client/functions/DrawingGetterFunctions.java index cc495c7afb..ca1265ee75 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DrawingGetterFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/DrawingGetterFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DrawingMiscFunctions.java b/src/main/java/net/rptools/maptool/client/functions/DrawingMiscFunctions.java index 7c78b63dd9..9ee289480d 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DrawingMiscFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/DrawingMiscFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/DrawingSetterFunctions.java b/src/main/java/net/rptools/maptool/client/functions/DrawingSetterFunctions.java index 46727d8adb..b1bd7f7eaa 100644 --- a/src/main/java/net/rptools/maptool/client/functions/DrawingSetterFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/DrawingSetterFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/EvalMacroFunctions.java b/src/main/java/net/rptools/maptool/client/functions/EvalMacroFunctions.java index 7ea6d33597..7ad99bfcde 100644 --- a/src/main/java/net/rptools/maptool/client/functions/EvalMacroFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/EvalMacroFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ExecFunction.java b/src/main/java/net/rptools/maptool/client/functions/ExecFunction.java index 913ede0ef9..dfebc95aa9 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ExecFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/ExecFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ExportDataFunctions.java b/src/main/java/net/rptools/maptool/client/functions/ExportDataFunctions.java index b5c662ec10..4f720e1cdf 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ExportDataFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/ExportDataFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/FindTokenFunctions.java b/src/main/java/net/rptools/maptool/client/functions/FindTokenFunctions.java index 517621b699..f6964da3f7 100644 --- a/src/main/java/net/rptools/maptool/client/functions/FindTokenFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/FindTokenFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/FogOfWarFunctions.java b/src/main/java/net/rptools/maptool/client/functions/FogOfWarFunctions.java index b16d88cd0b..8d2f2cad8a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/FogOfWarFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/FogOfWarFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/HasImpersonated.java b/src/main/java/net/rptools/maptool/client/functions/HasImpersonated.java index ae0f1a1a42..5330ff0aa3 100644 --- a/src/main/java/net/rptools/maptool/client/functions/HasImpersonated.java +++ b/src/main/java/net/rptools/maptool/client/functions/HasImpersonated.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/HeroLabFunctions.java b/src/main/java/net/rptools/maptool/client/functions/HeroLabFunctions.java index 21f3293d0d..2135134e1f 100644 --- a/src/main/java/net/rptools/maptool/client/functions/HeroLabFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/HeroLabFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/IlluminationFunctions.java b/src/main/java/net/rptools/maptool/client/functions/IlluminationFunctions.java index 62d9c38b7c..d9c18b0a9c 100644 --- a/src/main/java/net/rptools/maptool/client/functions/IlluminationFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/IlluminationFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/InitiativeRoundFunction.java b/src/main/java/net/rptools/maptool/client/functions/InitiativeRoundFunction.java index 89863d6c36..078edc229a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/InitiativeRoundFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/InitiativeRoundFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/InputFunction.java b/src/main/java/net/rptools/maptool/client/functions/InputFunction.java index b9205370aa..86bcc7209b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/InputFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/InputFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/IsTrustedFunction.java b/src/main/java/net/rptools/maptool/client/functions/IsTrustedFunction.java index b601d0db12..6e208870a2 100644 --- a/src/main/java/net/rptools/maptool/client/functions/IsTrustedFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/IsTrustedFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/LastRolledFunction.java b/src/main/java/net/rptools/maptool/client/functions/LastRolledFunction.java index bfe82be039..4f9977eb3e 100644 --- a/src/main/java/net/rptools/maptool/client/functions/LastRolledFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/LastRolledFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/LibraryFunctions.java b/src/main/java/net/rptools/maptool/client/functions/LibraryFunctions.java index 93711eca5e..f3772ce3d5 100644 --- a/src/main/java/net/rptools/maptool/client/functions/LibraryFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/LibraryFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/LogFunctions.java b/src/main/java/net/rptools/maptool/client/functions/LogFunctions.java index 94ae0b8f36..d2c64f7b95 100644 --- a/src/main/java/net/rptools/maptool/client/functions/LogFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/LogFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/LookupTableFunction.java b/src/main/java/net/rptools/maptool/client/functions/LookupTableFunction.java index 3d67edd2b3..cda34558d0 100644 --- a/src/main/java/net/rptools/maptool/client/functions/LookupTableFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/LookupTableFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MacroArgsFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MacroArgsFunctions.java index 95bf8d09d4..2b66dd80bb 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MacroArgsFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MacroArgsFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MacroDialogFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MacroDialogFunctions.java index 01c1a45ff7..4f9ac163f0 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MacroDialogFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MacroDialogFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MacroFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MacroFunctions.java index 65c9702f04..1749f4474e 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MacroFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MacroFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MacroJavaScriptBridge.java b/src/main/java/net/rptools/maptool/client/functions/MacroJavaScriptBridge.java index 56848a78fb..dcd09ccd75 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MacroJavaScriptBridge.java +++ b/src/main/java/net/rptools/maptool/client/functions/MacroJavaScriptBridge.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MacroLinkFunction.java b/src/main/java/net/rptools/maptool/client/functions/MacroLinkFunction.java index ebdfbfaa2e..91e9453e69 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MacroLinkFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/MacroLinkFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MapFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MapFunctions.java index 5eec33faaa..f1a4092877 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MapFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MapFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MarkDownFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MarkDownFunctions.java index 0cdeb167cf..4c77cd128b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MarkDownFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MarkDownFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MathFunctions.java b/src/main/java/net/rptools/maptool/client/functions/MathFunctions.java index 02e3147634..a3b44cd8d1 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MathFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/MathFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; @@ -33,14 +33,6 @@ import net.rptools.parser.function.AbstractFunction; import net.rptools.parser.function.ParameterException; -/* - * This software Copyright by the RPTools.net development team, and licensed under the GPL Version 3 or, at your option, any later version. - * - * MapTool 2 Source Code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along with this source Code. If not, see - */ public class MathFunctions extends AbstractFunction { private static MathFunctions instance = new MathFunctions(); diff --git a/src/main/java/net/rptools/maptool/client/functions/MediaPlayerAdapter.java b/src/main/java/net/rptools/maptool/client/functions/MediaPlayerAdapter.java index aaa1751aa4..e42740e589 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MediaPlayerAdapter.java +++ b/src/main/java/net/rptools/maptool/client/functions/MediaPlayerAdapter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/MiscInitiativeFunction.java b/src/main/java/net/rptools/maptool/client/functions/MiscInitiativeFunction.java index 46265967dc..e94159c781 100644 --- a/src/main/java/net/rptools/maptool/client/functions/MiscInitiativeFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/MiscInitiativeFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ParserPropertyFunctions.java b/src/main/java/net/rptools/maptool/client/functions/ParserPropertyFunctions.java index e22ad02e3a..7db907597e 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ParserPropertyFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/ParserPropertyFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/PlayerFunctions.java b/src/main/java/net/rptools/maptool/client/functions/PlayerFunctions.java index d4692723d1..58ead1f9e4 100644 --- a/src/main/java/net/rptools/maptool/client/functions/PlayerFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/PlayerFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/PlayerNameFunctions.java b/src/main/java/net/rptools/maptool/client/functions/PlayerNameFunctions.java index 79b035c8bd..b9bd182c7b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/PlayerNameFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/PlayerNameFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/RESTfulFunctions.java b/src/main/java/net/rptools/maptool/client/functions/RESTfulFunctions.java index 10973833cf..5f56f46eb7 100644 --- a/src/main/java/net/rptools/maptool/client/functions/RESTfulFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/RESTfulFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/RemoveAllFromInitiativeFunction.java b/src/main/java/net/rptools/maptool/client/functions/RemoveAllFromInitiativeFunction.java index 54bfa370f9..3c62c734ce 100644 --- a/src/main/java/net/rptools/maptool/client/functions/RemoveAllFromInitiativeFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/RemoveAllFromInitiativeFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ReturnFunction.java b/src/main/java/net/rptools/maptool/client/functions/ReturnFunction.java index 7e8eba6f17..cbb203ae81 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ReturnFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/ReturnFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ServerFunctions.java b/src/main/java/net/rptools/maptool/client/functions/ServerFunctions.java index 3c885d253b..ec8b830aff 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ServerFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/ServerFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ShapeFunctions.java b/src/main/java/net/rptools/maptool/client/functions/ShapeFunctions.java index d6f65b6040..2095672a8d 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ShapeFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/ShapeFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/SlashCommands.java b/src/main/java/net/rptools/maptool/client/functions/SlashCommands.java index a5514dd8dd..45cdba542e 100644 --- a/src/main/java/net/rptools/maptool/client/functions/SlashCommands.java +++ b/src/main/java/net/rptools/maptool/client/functions/SlashCommands.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/SoundFunctions.java b/src/main/java/net/rptools/maptool/client/functions/SoundFunctions.java index 0dbc858f59..7c24d3cb98 100644 --- a/src/main/java/net/rptools/maptool/client/functions/SoundFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/SoundFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/StateImageFunction.java b/src/main/java/net/rptools/maptool/client/functions/StateImageFunction.java index d672487147..7136481f51 100644 --- a/src/main/java/net/rptools/maptool/client/functions/StateImageFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/StateImageFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/StrListFunctions.java b/src/main/java/net/rptools/maptool/client/functions/StrListFunctions.java index 35d2900446..0e6e7d6f27 100644 --- a/src/main/java/net/rptools/maptool/client/functions/StrListFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/StrListFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/StrPropFunctions.java b/src/main/java/net/rptools/maptool/client/functions/StrPropFunctions.java index 13e0d42fa6..67e5501c87 100644 --- a/src/main/java/net/rptools/maptool/client/functions/StrPropFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/StrPropFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/StringFunctions.java b/src/main/java/net/rptools/maptool/client/functions/StringFunctions.java index a2765b5667..7ac6112ae9 100644 --- a/src/main/java/net/rptools/maptool/client/functions/StringFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/StringFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/SwitchTokenFunction.java b/src/main/java/net/rptools/maptool/client/functions/SwitchTokenFunction.java index a20dc8dc57..e4a8d8462f 100644 --- a/src/main/java/net/rptools/maptool/client/functions/SwitchTokenFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/SwitchTokenFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TemplateFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TemplateFunctions.java index 2300bb3a1e..506b374f89 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TemplateFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TemplateFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TestFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TestFunctions.java index 6fb6747d3d..0bbb5bccba 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TestFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TestFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TextLabelFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TextLabelFunctions.java index 31cafde8e2..f96d5b1482 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TextLabelFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TextLabelFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenBarFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenBarFunction.java index eb02dde8c1..6c10f7ca70 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenBarFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenBarFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenCopyDeleteFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenCopyDeleteFunctions.java index 3a6392b676..7e246e4e12 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenCopyDeleteFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenCopyDeleteFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenGMNameFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenGMNameFunction.java index 8e7f98e994..abe36b0092 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenGMNameFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenGMNameFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenHaloFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenHaloFunctions.java index c1c48f5cb9..769c4ae31a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenHaloFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenHaloFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenImage.java b/src/main/java/net/rptools/maptool/client/functions/TokenImage.java index 0f351f64f2..fe9cfcd16e 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenImage.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenImage.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenInitFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenInitFunction.java index d1baec1150..2f4ec61b87 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenInitFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenInitFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenInitHoldFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenInitHoldFunction.java index 0bfbbb1a24..1765c9c920 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenInitHoldFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenInitHoldFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenLabelFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenLabelFunction.java index 07dfbfb1a7..14c6e0cf26 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenLabelFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenLabelFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenLightFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenLightFunctions.java index 4bfac8ee8e..0b86a2184d 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenLightFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenLightFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenLocationFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenLocationFunctions.java index 153a640c42..4306a0dd89 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenLocationFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenLocationFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenMoveFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenMoveFunctions.java index 19913386c9..309da9dd0a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenMoveFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenMoveFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenNameFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenNameFunction.java index d276c0d4d5..e660850020 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenNameFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenNameFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenPropertyFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenPropertyFunctions.java index 02157f2355..fec9936dc2 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenPropertyFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenPropertyFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenRemoveFromInitiativeFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenRemoveFromInitiativeFunction.java index 85e8bcad16..3fe04a947a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenRemoveFromInitiativeFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenRemoveFromInitiativeFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenSelectionFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenSelectionFunctions.java index 2a92e9f43c..6adf22d710 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenSelectionFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenSelectionFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenSightFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenSightFunctions.java index 44c22b225e..f048d5dd0b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenSightFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenSightFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenSpeechFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenSpeechFunctions.java index d31b7b040f..ab2ee59ab3 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenSpeechFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenSpeechFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenSpeechNameFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenSpeechNameFunction.java index 35d791eca7..780352a19b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenSpeechNameFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenSpeechNameFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenStateFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenStateFunction.java index 9b27f71104..c562cf1da4 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenStateFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenStateFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenTerrainModifierFunctions.java b/src/main/java/net/rptools/maptool/client/functions/TokenTerrainModifierFunctions.java index fd180a5afa..f0a9fa0289 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenTerrainModifierFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenTerrainModifierFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/TokenVisibleFunction.java b/src/main/java/net/rptools/maptool/client/functions/TokenVisibleFunction.java index a72c5e9157..bbb718c4b0 100644 --- a/src/main/java/net/rptools/maptool/client/functions/TokenVisibleFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/TokenVisibleFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/Topology_Functions.java b/src/main/java/net/rptools/maptool/client/functions/Topology_Functions.java index afe8bbabe5..fcefaeacab 100644 --- a/src/main/java/net/rptools/maptool/client/functions/Topology_Functions.java +++ b/src/main/java/net/rptools/maptool/client/functions/Topology_Functions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/UserDefinedMacroFunctions.java b/src/main/java/net/rptools/maptool/client/functions/UserDefinedMacroFunctions.java index cc14300336..3c04ab658d 100644 --- a/src/main/java/net/rptools/maptool/client/functions/UserDefinedMacroFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/UserDefinedMacroFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/ZoomFunctions.java b/src/main/java/net/rptools/maptool/client/functions/ZoomFunctions.java index 7375aec661..e30cc3300a 100644 --- a/src/main/java/net/rptools/maptool/client/functions/ZoomFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/ZoomFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/exceptions/AbortFunctionException.java b/src/main/java/net/rptools/maptool/client/functions/exceptions/AbortFunctionException.java index a21187f999..199a14afa3 100644 --- a/src/main/java/net/rptools/maptool/client/functions/exceptions/AbortFunctionException.java +++ b/src/main/java/net/rptools/maptool/client/functions/exceptions/AbortFunctionException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.exceptions; diff --git a/src/main/java/net/rptools/maptool/client/functions/exceptions/AssertFunctionException.java b/src/main/java/net/rptools/maptool/client/functions/exceptions/AssertFunctionException.java index 21da90e0d9..a3797769e4 100644 --- a/src/main/java/net/rptools/maptool/client/functions/exceptions/AssertFunctionException.java +++ b/src/main/java/net/rptools/maptool/client/functions/exceptions/AssertFunctionException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.exceptions; diff --git a/src/main/java/net/rptools/maptool/client/functions/exceptions/JavascriptFunctionException.java b/src/main/java/net/rptools/maptool/client/functions/exceptions/JavascriptFunctionException.java index e0b9b8bd66..2eee046bd9 100644 --- a/src/main/java/net/rptools/maptool/client/functions/exceptions/JavascriptFunctionException.java +++ b/src/main/java/net/rptools/maptool/client/functions/exceptions/JavascriptFunctionException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.exceptions; diff --git a/src/main/java/net/rptools/maptool/client/functions/exceptions/ParserExceptionFactory.java b/src/main/java/net/rptools/maptool/client/functions/exceptions/ParserExceptionFactory.java index a12d66fc91..17c8323731 100644 --- a/src/main/java/net/rptools/maptool/client/functions/exceptions/ParserExceptionFactory.java +++ b/src/main/java/net/rptools/maptool/client/functions/exceptions/ParserExceptionFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.exceptions; diff --git a/src/main/java/net/rptools/maptool/client/functions/exceptions/ReturnFunctionException.java b/src/main/java/net/rptools/maptool/client/functions/exceptions/ReturnFunctionException.java index 8d91065556..8e3e1bf1db 100644 --- a/src/main/java/net/rptools/maptool/client/functions/exceptions/ReturnFunctionException.java +++ b/src/main/java/net/rptools/maptool/client/functions/exceptions/ReturnFunctionException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.exceptions; diff --git a/src/main/java/net/rptools/maptool/client/functions/getInfoFunction.java b/src/main/java/net/rptools/maptool/client/functions/getInfoFunction.java index 58e20d1dcf..74b37806c9 100644 --- a/src/main/java/net/rptools/maptool/client/functions/getInfoFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/getInfoFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/isVisibleFunction.java b/src/main/java/net/rptools/maptool/client/functions/isVisibleFunction.java index 740e0c07a4..3fd7db00d8 100644 --- a/src/main/java/net/rptools/maptool/client/functions/isVisibleFunction.java +++ b/src/main/java/net/rptools/maptool/client/functions/isVisibleFunction.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/main/java/net/rptools/maptool/client/functions/json/JSONMacroFunctions.java b/src/main/java/net/rptools/maptool/client/functions/json/JSONMacroFunctions.java index 5b7c70c6a8..2f89dfa99b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/json/JSONMacroFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/json/JSONMacroFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/main/java/net/rptools/maptool/client/functions/json/JsonArrayFunctions.java b/src/main/java/net/rptools/maptool/client/functions/json/JsonArrayFunctions.java index 061490e7b4..6eb328109c 100644 --- a/src/main/java/net/rptools/maptool/client/functions/json/JsonArrayFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/json/JsonArrayFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/main/java/net/rptools/maptool/client/functions/json/JsonHtmlFunctions.java b/src/main/java/net/rptools/maptool/client/functions/json/JsonHtmlFunctions.java index 01415b684a..658fae0e39 100644 --- a/src/main/java/net/rptools/maptool/client/functions/json/JsonHtmlFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/json/JsonHtmlFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/main/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversion.java b/src/main/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversion.java index 5bb89b6b25..beeb4af04b 100644 --- a/src/main/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversion.java +++ b/src/main/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversion.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/main/java/net/rptools/maptool/client/functions/json/JsonObjectFunctions.java b/src/main/java/net/rptools/maptool/client/functions/json/JsonObjectFunctions.java index 9fc9063c8e..060f44def1 100644 --- a/src/main/java/net/rptools/maptool/client/functions/json/JsonObjectFunctions.java +++ b/src/main/java/net/rptools/maptool/client/functions/json/JsonObjectFunctions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/main/java/net/rptools/maptool/client/macro/Macro.java b/src/main/java/net/rptools/maptool/client/macro/Macro.java index d8e4afbe8f..459db59a5e 100644 --- a/src/main/java/net/rptools/maptool/client/macro/Macro.java +++ b/src/main/java/net/rptools/maptool/client/macro/Macro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/MacroContext.java b/src/main/java/net/rptools/maptool/client/macro/MacroContext.java index 57d988ab20..e64fa83af1 100644 --- a/src/main/java/net/rptools/maptool/client/macro/MacroContext.java +++ b/src/main/java/net/rptools/maptool/client/macro/MacroContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/MacroDefinition.java b/src/main/java/net/rptools/maptool/client/macro/MacroDefinition.java index aa8e442e01..aa733e4a1e 100644 --- a/src/main/java/net/rptools/maptool/client/macro/MacroDefinition.java +++ b/src/main/java/net/rptools/maptool/client/macro/MacroDefinition.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/MacroLocation.java b/src/main/java/net/rptools/maptool/client/macro/MacroLocation.java index e675b33ae6..ee68afa9df 100644 --- a/src/main/java/net/rptools/maptool/client/macro/MacroLocation.java +++ b/src/main/java/net/rptools/maptool/client/macro/MacroLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/MacroLocationFactory.java b/src/main/java/net/rptools/maptool/client/macro/MacroLocationFactory.java index 6ad7b37729..63f1ef6dae 100644 --- a/src/main/java/net/rptools/maptool/client/macro/MacroLocationFactory.java +++ b/src/main/java/net/rptools/maptool/client/macro/MacroLocationFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/MacroManager.java b/src/main/java/net/rptools/maptool/client/macro/MacroManager.java index 60e74f5fb5..05b2a4c80f 100644 --- a/src/main/java/net/rptools/maptool/client/macro/MacroManager.java +++ b/src/main/java/net/rptools/maptool/client/macro/MacroManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/AboutMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/AboutMacro.java index a2abfe9a62..4ea82700c8 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/AboutMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/AboutMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/AbstractMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/AbstractMacro.java index 78dccf730e..27ab32d059 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/AbstractMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/AbstractMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/AbstractRollMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/AbstractRollMacro.java index 6c87fba0de..1572094948 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/AbstractRollMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/AbstractRollMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/AddTokenStateMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/AddTokenStateMacro.java index e3e289c844..22461fec34 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/AddTokenStateMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/AddTokenStateMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/AliasMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/AliasMacro.java index 851b13dbf0..7a97156f84 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/AliasMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/AliasMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/ChangeColorMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/ChangeColorMacro.java index f5b70a409e..0696a0433a 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/ChangeColorMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/ChangeColorMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/ClearAliasesMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/ClearAliasesMacro.java index 03bb1f915c..200ee5c084 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/ClearAliasesMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/ClearAliasesMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/ClearMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/ClearMacro.java index d28b37dd9c..6a7ec95d8d 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/ClearMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/ClearMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/EmitMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/EmitMacro.java index 3634d49d1c..488ff28dfc 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/EmitMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/EmitMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/EmoteMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/EmoteMacro.java index 79df115aff..654c0f4a8f 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/EmoteMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/EmoteMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/EmotePossessiveMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/EmotePossessiveMacro.java index 14aa753670..6de1da8ce6 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/EmotePossessiveMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/EmotePossessiveMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/GotoMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/GotoMacro.java index 0eda29dd17..03f3d014c3 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/GotoMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/GotoMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/HelpMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/HelpMacro.java index 9f3fe4112c..3dc75b327b 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/HelpMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/HelpMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/ImpersonateMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/ImpersonateMacro.java index 30968d907f..7236ffec67 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/ImpersonateMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/ImpersonateMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/LoadAliasesMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/LoadAliasesMacro.java index d2ce390e28..fc6004a191 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/LoadAliasesMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/LoadAliasesMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/LoadTokenStatesMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/LoadTokenStatesMacro.java index 046cd7e724..551f743652 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/LoadTokenStatesMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/LoadTokenStatesMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/LookupTableMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/LookupTableMacro.java index edbbe24802..c190dffcd7 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/LookupTableMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/LookupTableMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/OOCMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/OOCMacro.java index 0a0960c4d0..3d17fca054 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/OOCMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/OOCMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RollAllMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RollAllMacro.java index b9a95baeea..7af578ebf4 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RollAllMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RollAllMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RollGMMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RollGMMacro.java index 6be1320b8b..d80ec8f65c 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RollGMMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RollGMMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RollMeMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RollMeMacro.java index 92f1dc8a84..7d5dfe6f94 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RollMeMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RollMeMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RollSecretMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RollSecretMacro.java index c9189b21c5..2e7d78b153 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RollSecretMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RollSecretMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenMacroMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenMacroMacro.java index 3e3692438b..6bd269cb51 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenMacroMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenMacroMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenSpeechMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenSpeechMacro.java index 1f68333d52..7a8fc6f1c0 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenSpeechMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/RunTokenSpeechMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SaveAliasesMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SaveAliasesMacro.java index aefca5740c..773455af3a 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SaveAliasesMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SaveAliasesMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SaveTokenStatesMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SaveTokenStatesMacro.java index 55a2cf4dbf..28db302c9f 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SaveTokenStatesMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SaveTokenStatesMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SayMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SayMacro.java index bb596b77bc..5236dc2cfe 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SayMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SayMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SelfMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SelfMacro.java index d8f2d20a97..69522d770d 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SelfMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SelfMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenPropertyMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenPropertyMacro.java index 360c646858..537e84382a 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenPropertyMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenPropertyMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenStateMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenStateMacro.java index 9e7155ebbe..a9ce4faf98 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenStateMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/SetTokenStateMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/TextureNoise.java b/src/main/java/net/rptools/maptool/client/macro/impl/TextureNoise.java index 351a1a6750..ad21fb8ef7 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/TextureNoise.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/TextureNoise.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/ToGMMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/ToGMMacro.java index b5920e4a36..b233d5ed16 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/ToGMMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/ToGMMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/UndefinedMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/UndefinedMacro.java index f2809ed935..ccbf871d06 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/UndefinedMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/UndefinedMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/VersionMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/VersionMacro.java index 53f98cd153..e376a24a50 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/VersionMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/VersionMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/WhisperMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/WhisperMacro.java index 926e713ff6..76b7dc185e 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/WhisperMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/WhisperMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/macro/impl/WhisperReplyMacro.java b/src/main/java/net/rptools/maptool/client/macro/impl/WhisperReplyMacro.java index 5d3b3d41ef..c52eda0ec5 100644 --- a/src/main/java/net/rptools/maptool/client/macro/impl/WhisperReplyMacro.java +++ b/src/main/java/net/rptools/maptool/client/macro/impl/WhisperReplyMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro.impl; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/JSArray.java b/src/main/java/net/rptools/maptool/client/script/javascript/JSArray.java index d9ab0d27d2..7bb6e7f801 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/JSArray.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/JSArray.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/JSContext.java b/src/main/java/net/rptools/maptool/client/script/javascript/JSContext.java index 418b0b49ed..a8d4d61105 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/JSContext.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/JSContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/JSMacro.java b/src/main/java/net/rptools/maptool/client/script/javascript/JSMacro.java index 6bcf337adb..8d0da59184 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/JSMacro.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/JSMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/JSObject.java b/src/main/java/net/rptools/maptool/client/script/javascript/JSObject.java index 9a63940b0b..fd9266c406 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/JSObject.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/JSObject.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/JSScriptEngine.java b/src/main/java/net/rptools/maptool/client/script/javascript/JSScriptEngine.java index cd4f5890d7..5534526065 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/JSScriptEngine.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/JSScriptEngine.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIChat.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIChat.java index 5c1aad8b08..206fa5b054 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIChat.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIChat.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIClientInfo.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIClientInfo.java index c831280703..34c67d38fb 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIClientInfo.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIClientInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIDrawing.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIDrawing.java index 3efb67e5d1..87acf711cd 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIDrawing.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIDrawing.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMTScript.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMTScript.java index 5111bd4332..5287b78b66 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMTScript.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMTScript.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMapTool.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMapTool.java index 7640a78b15..e4a68f03f0 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMapTool.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIMapTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIRegisteredMacro.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIRegisteredMacro.java index c205fbbe57..55e8f6ed07 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIRegisteredMacro.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIRegisteredMacro.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIToken.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIToken.java index 28fe4f6e10..dc935d9808 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIToken.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPIToken.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPITokens.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPITokens.java index e13b3813ca..4509f9e707 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPITokens.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/JSAPITokens.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIDefinition.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIDefinition.java index 7a651c0453..fab82ebaff 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIDefinition.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIDefinition.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIInterface.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIInterface.java index 47f49b8acd..0087478cad 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIInterface.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/MapToolJSAPIInterface.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.script.javascript.api; diff --git a/src/main/java/net/rptools/maptool/client/script/javascript/api/package-info.java b/src/main/java/net/rptools/maptool/client/script/javascript/api/package-info.java index 58b9c3cf48..337402ece1 100644 --- a/src/main/java/net/rptools/maptool/client/script/javascript/api/package-info.java +++ b/src/main/java/net/rptools/maptool/client/script/javascript/api/package-info.java @@ -1,11 +1,18 @@ /* - * This software Copyright by the RPTools.net development team, and licensed under the GPL Version 3 or, at your option, any later version. + * This software Copyright by the RPTools.net development team, and + * licensed under the Affero GPL Version 3 or, at your option, any later + * version. * - * MapTool 2 Source Code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MapTool Source Code is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * You should have received a copy of the GNU General Public License along with this source Code. If not, see + * You should have received a copy of the GNU Affero General Public + * License * along with this source Code. If not, please visit + * and specifically the Affero license + * text at . */ + /** * Provides the classes that are used to provide an API for the internal JavaScript scripting * language. All of the classes that are to be exposed as a variable in the JavaScript scope will diff --git a/src/main/java/net/rptools/maptool/client/swing/AbeillePanel.java b/src/main/java/net/rptools/maptool/client/swing/AbeillePanel.java index 66c2ed9955..d51377ee57 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AbeillePanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/AbeillePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/AboutDialog.java b/src/main/java/net/rptools/maptool/client/swing/AboutDialog.java index 9627503ee0..4c72403b61 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AboutDialog.java +++ b/src/main/java/net/rptools/maptool/client/swing/AboutDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/AbstractPaintChooserPanel.java b/src/main/java/net/rptools/maptool/client/swing/AbstractPaintChooserPanel.java index 3bf7b5daa4..1e80e64c12 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AbstractPaintChooserPanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/AbstractPaintChooserPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/Animatable.java b/src/main/java/net/rptools/maptool/client/swing/Animatable.java index 6e005a7615..870baad431 100644 --- a/src/main/java/net/rptools/maptool/client/swing/Animatable.java +++ b/src/main/java/net/rptools/maptool/client/swing/Animatable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/AnimationManager.java b/src/main/java/net/rptools/maptool/client/swing/AnimationManager.java index b00d6dad5e..311d43114c 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AnimationManager.java +++ b/src/main/java/net/rptools/maptool/client/swing/AnimationManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/AppHomeDiskSpaceStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/AppHomeDiskSpaceStatusBar.java index 65fcd67324..c4b87c5a8a 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AppHomeDiskSpaceStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/AppHomeDiskSpaceStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/AssetCacheStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/AssetCacheStatusBar.java index 4ffecf293e..56038edfd0 100644 --- a/src/main/java/net/rptools/maptool/client/swing/AssetCacheStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/AssetCacheStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ButtonKind.java b/src/main/java/net/rptools/maptool/client/swing/ButtonKind.java index 89f343fd38..9732640c50 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ButtonKind.java +++ b/src/main/java/net/rptools/maptool/client/swing/ButtonKind.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ColorPickerButton.java b/src/main/java/net/rptools/maptool/client/swing/ColorPickerButton.java index 81d1127004..95a50d28aa 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ColorPickerButton.java +++ b/src/main/java/net/rptools/maptool/client/swing/ColorPickerButton.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ColorWell.java b/src/main/java/net/rptools/maptool/client/swing/ColorWell.java index ff30d4ec9d..72c067cbbb 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ColorWell.java +++ b/src/main/java/net/rptools/maptool/client/swing/ColorWell.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/CoordinateStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/CoordinateStatusBar.java index 7e7b57ce35..2a904db880 100644 --- a/src/main/java/net/rptools/maptool/client/swing/CoordinateStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/CoordinateStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/DragImageGlassPane.java b/src/main/java/net/rptools/maptool/client/swing/DragImageGlassPane.java index c03d041442..ea3b65df44 100644 --- a/src/main/java/net/rptools/maptool/client/swing/DragImageGlassPane.java +++ b/src/main/java/net/rptools/maptool/client/swing/DragImageGlassPane.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/FontChooser.java b/src/main/java/net/rptools/maptool/client/swing/FontChooser.java index 38c4c98221..2072568711 100644 --- a/src/main/java/net/rptools/maptool/client/swing/FontChooser.java +++ b/src/main/java/net/rptools/maptool/client/swing/FontChooser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/GenericDialog.java b/src/main/java/net/rptools/maptool/client/swing/GenericDialog.java index 31d984295e..2218df9a7b 100644 --- a/src/main/java/net/rptools/maptool/client/swing/GenericDialog.java +++ b/src/main/java/net/rptools/maptool/client/swing/GenericDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/GenericDialogFactory.java b/src/main/java/net/rptools/maptool/client/swing/GenericDialogFactory.java index dd97534b73..b1ff7e450e 100644 --- a/src/main/java/net/rptools/maptool/client/swing/GenericDialogFactory.java +++ b/src/main/java/net/rptools/maptool/client/swing/GenericDialogFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/GlassPane.java b/src/main/java/net/rptools/maptool/client/swing/GlassPane.java index e700b857ba..ea770cee35 100644 --- a/src/main/java/net/rptools/maptool/client/swing/GlassPane.java +++ b/src/main/java/net/rptools/maptool/client/swing/GlassPane.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/HTMLPanelImageCache.java b/src/main/java/net/rptools/maptool/client/swing/HTMLPanelImageCache.java index aae9b1a458..7f94c4b68d 100644 --- a/src/main/java/net/rptools/maptool/client/swing/HTMLPanelImageCache.java +++ b/src/main/java/net/rptools/maptool/client/swing/HTMLPanelImageCache.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/HTMLPanelRenderer.java b/src/main/java/net/rptools/maptool/client/swing/HTMLPanelRenderer.java index 55f6eeb0c0..4809f5c826 100644 --- a/src/main/java/net/rptools/maptool/client/swing/HTMLPanelRenderer.java +++ b/src/main/java/net/rptools/maptool/client/swing/HTMLPanelRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImageBorder.java b/src/main/java/net/rptools/maptool/client/swing/ImageBorder.java index f4f7ed7566..00c4a9d3cf 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImageBorder.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImageBorder.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImageCacheStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/ImageCacheStatusBar.java index 23b39b1498..f4bc345d3d 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImageCacheStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImageCacheStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImageChooserDialog.java b/src/main/java/net/rptools/maptool/client/swing/ImageChooserDialog.java index 6e552101dd..7a49aa06a4 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImageChooserDialog.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImageChooserDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImageLabel.java b/src/main/java/net/rptools/maptool/client/swing/ImageLabel.java index dc33b26fb1..3bef96109f 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImageLabel.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImageLabel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImageLoaderCache.java b/src/main/java/net/rptools/maptool/client/swing/ImageLoaderCache.java index 47ebf34515..f7ebc7ffe4 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImageLoaderCache.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImageLoaderCache.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImagePanel.java b/src/main/java/net/rptools/maptool/client/swing/ImagePanel.java index 3d5039ce7a..1cda3aa70e 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImagePanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImagePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ImagePanelModel.java b/src/main/java/net/rptools/maptool/client/swing/ImagePanelModel.java index 17c5d238a8..601a36b698 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ImagePanelModel.java +++ b/src/main/java/net/rptools/maptool/client/swing/ImagePanelModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/JSplitPaneEx.java b/src/main/java/net/rptools/maptool/client/swing/JSplitPaneEx.java index 4db130fbee..4d25d784b3 100644 --- a/src/main/java/net/rptools/maptool/client/swing/JSplitPaneEx.java +++ b/src/main/java/net/rptools/maptool/client/swing/JSplitPaneEx.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/MapToolEventQueue.java b/src/main/java/net/rptools/maptool/client/swing/MapToolEventQueue.java index bbadf33910..ff55960b2c 100644 --- a/src/main/java/net/rptools/maptool/client/swing/MapToolEventQueue.java +++ b/src/main/java/net/rptools/maptool/client/swing/MapToolEventQueue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/MemoryStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/MemoryStatusBar.java index 0bd67e33eb..e2108c7bdf 100644 --- a/src/main/java/net/rptools/maptool/client/swing/MemoryStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/MemoryStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/MessagePanelEditorKit.java b/src/main/java/net/rptools/maptool/client/swing/MessagePanelEditorKit.java index 72024bf363..aa94d354f8 100644 --- a/src/main/java/net/rptools/maptool/client/swing/MessagePanelEditorKit.java +++ b/src/main/java/net/rptools/maptool/client/swing/MessagePanelEditorKit.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/MessagePanelImageView.java b/src/main/java/net/rptools/maptool/client/swing/MessagePanelImageView.java index 3d8704cf80..83fa8b2be8 100644 --- a/src/main/java/net/rptools/maptool/client/swing/MessagePanelImageView.java +++ b/src/main/java/net/rptools/maptool/client/swing/MessagePanelImageView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/NoteFrame.java b/src/main/java/net/rptools/maptool/client/swing/NoteFrame.java index 248deeab9b..7c2045596e 100644 --- a/src/main/java/net/rptools/maptool/client/swing/NoteFrame.java +++ b/src/main/java/net/rptools/maptool/client/swing/NoteFrame.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/OutlookPanel.java b/src/main/java/net/rptools/maptool/client/swing/OutlookPanel.java index 0f56884729..d79c95cbd7 100644 --- a/src/main/java/net/rptools/maptool/client/swing/OutlookPanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/OutlookPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/PaintChooser.java b/src/main/java/net/rptools/maptool/client/swing/PaintChooser.java index 4d17eddba3..b849dbbe8c 100644 --- a/src/main/java/net/rptools/maptool/client/swing/PaintChooser.java +++ b/src/main/java/net/rptools/maptool/client/swing/PaintChooser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/PlayersLoadingStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/PlayersLoadingStatusBar.java index 7ff44b0fe1..7cd852cfc5 100644 --- a/src/main/java/net/rptools/maptool/client/swing/PlayersLoadingStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/PlayersLoadingStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/PopupListener.java b/src/main/java/net/rptools/maptool/client/swing/PopupListener.java index 61b808da1f..df12f0609d 100644 --- a/src/main/java/net/rptools/maptool/client/swing/PopupListener.java +++ b/src/main/java/net/rptools/maptool/client/swing/PopupListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/PositionalLayout.java b/src/main/java/net/rptools/maptool/client/swing/PositionalLayout.java index 5d38b81362..5cc612420b 100644 --- a/src/main/java/net/rptools/maptool/client/swing/PositionalLayout.java +++ b/src/main/java/net/rptools/maptool/client/swing/PositionalLayout.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/PositionalPanel.java b/src/main/java/net/rptools/maptool/client/swing/PositionalPanel.java index 16ce0f81e6..7b0b9cf1f3 100644 --- a/src/main/java/net/rptools/maptool/client/swing/PositionalPanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/PositionalPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ProgressStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/ProgressStatusBar.java index 699a74e5dd..8cdd1700ec 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ProgressStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/ProgressStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ScrollablePanel.java b/src/main/java/net/rptools/maptool/client/swing/ScrollablePanel.java index de21b93da1..21f4552f2b 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ScrollablePanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/ScrollablePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SelectionListener.java b/src/main/java/net/rptools/maptool/client/swing/SelectionListener.java index cff4439c78..0174dc8091 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SelectionListener.java +++ b/src/main/java/net/rptools/maptool/client/swing/SelectionListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SpacerStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/SpacerStatusBar.java index 2f64e4ce97..0fcfbacd57 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SpacerStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/SpacerStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SpinnerSliderPaired.java b/src/main/java/net/rptools/maptool/client/swing/SpinnerSliderPaired.java index 424714fa43..9b67f63147 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SpinnerSliderPaired.java +++ b/src/main/java/net/rptools/maptool/client/swing/SpinnerSliderPaired.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SplashScreen.java b/src/main/java/net/rptools/maptool/client/swing/SplashScreen.java index ad40237805..a8807711c5 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SplashScreen.java +++ b/src/main/java/net/rptools/maptool/client/swing/SplashScreen.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/StatusPanel.java b/src/main/java/net/rptools/maptool/client/swing/StatusPanel.java index 572be307e5..a13435f01b 100644 --- a/src/main/java/net/rptools/maptool/client/swing/StatusPanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/StatusPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SubmitFormView.java b/src/main/java/net/rptools/maptool/client/swing/SubmitFormView.java index a1d3d3a384..1745a21120 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SubmitFormView.java +++ b/src/main/java/net/rptools/maptool/client/swing/SubmitFormView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/SwingUtil.java b/src/main/java/net/rptools/maptool/client/swing/SwingUtil.java index 24fc96c23f..1a93443819 100644 --- a/src/main/java/net/rptools/maptool/client/swing/SwingUtil.java +++ b/src/main/java/net/rptools/maptool/client/swing/SwingUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TableCellRendererDecorator.java b/src/main/java/net/rptools/maptool/client/swing/TableCellRendererDecorator.java index d94e901afa..cee1229d35 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TableCellRendererDecorator.java +++ b/src/main/java/net/rptools/maptool/client/swing/TableCellRendererDecorator.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TextFieldEditorButtonTableCellEditor.java b/src/main/java/net/rptools/maptool/client/swing/TextFieldEditorButtonTableCellEditor.java index 67a85cc9fc..7344610de3 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TextFieldEditorButtonTableCellEditor.java +++ b/src/main/java/net/rptools/maptool/client/swing/TextFieldEditorButtonTableCellEditor.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TitleMenuItem.java b/src/main/java/net/rptools/maptool/client/swing/TitleMenuItem.java index a5e43cd9ee..f27f44c0e2 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TitleMenuItem.java +++ b/src/main/java/net/rptools/maptool/client/swing/TitleMenuItem.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TooltipView.java b/src/main/java/net/rptools/maptool/client/swing/TooltipView.java index 37bc501355..5230968f3a 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TooltipView.java +++ b/src/main/java/net/rptools/maptool/client/swing/TooltipView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TopologyModeSelectionPanel.java b/src/main/java/net/rptools/maptool/client/swing/TopologyModeSelectionPanel.java index 25e1ec395b..4c1e2a5044 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TopologyModeSelectionPanel.java +++ b/src/main/java/net/rptools/maptool/client/swing/TopologyModeSelectionPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextField.java b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextField.java index 1edfa6d628..4b54e077de 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextField.java +++ b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextField.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextFieldUI.java b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextFieldUI.java index 7f8a7c875f..245ca465a8 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextFieldUI.java +++ b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextFieldUI.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextPane.java b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextPane.java index ce3156fd8e..03dae789f4 100644 --- a/src/main/java/net/rptools/maptool/client/swing/TwoToneTextPane.java +++ b/src/main/java/net/rptools/maptool/client/swing/TwoToneTextPane.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/VerticalLabel.java b/src/main/java/net/rptools/maptool/client/swing/VerticalLabel.java index 2a2fba5c10..2d8a205393 100644 --- a/src/main/java/net/rptools/maptool/client/swing/VerticalLabel.java +++ b/src/main/java/net/rptools/maptool/client/swing/VerticalLabel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/ZoomStatusBar.java b/src/main/java/net/rptools/maptool/client/swing/ZoomStatusBar.java index 5a7a9c9c7a..79e1dc44bf 100644 --- a/src/main/java/net/rptools/maptool/client/swing/ZoomStatusBar.java +++ b/src/main/java/net/rptools/maptool/client/swing/ZoomStatusBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing; diff --git a/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPanelView.java b/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPanelView.java index c9ffa4874c..e0dc5361e2 100644 --- a/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPanelView.java +++ b/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPanelView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.colorpicker; diff --git a/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPicker.java b/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPicker.java index f93e60c088..c72bd6b6d2 100644 --- a/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPicker.java +++ b/src/main/java/net/rptools/maptool/client/swing/colorpicker/ColorPicker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.colorpicker; diff --git a/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplit.java b/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplit.java index b76416bed8..8d0737ccae 100644 --- a/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplit.java +++ b/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplit.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.htmleditorsplit; diff --git a/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplitGui.java b/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplitGui.java index 1ca421103b..0d146002f2 100644 --- a/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplitGui.java +++ b/src/main/java/net/rptools/maptool/client/swing/htmleditorsplit/HtmlEditorSplitGui.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.htmleditorsplit; diff --git a/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabel.java b/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabel.java index cfecc77da4..6094c022a3 100644 --- a/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabel.java +++ b/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.label; diff --git a/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabelFactory.java b/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabelFactory.java index 2a4e112815..a6cec92ab7 100644 --- a/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabelFactory.java +++ b/src/main/java/net/rptools/maptool/client/swing/label/FlatImageLabelFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.label; diff --git a/src/main/java/net/rptools/maptool/client/swing/preference/SplitPanePreferences.java b/src/main/java/net/rptools/maptool/client/swing/preference/SplitPanePreferences.java index 89bb3d7044..378f3fb15a 100644 --- a/src/main/java/net/rptools/maptool/client/swing/preference/SplitPanePreferences.java +++ b/src/main/java/net/rptools/maptool/client/swing/preference/SplitPanePreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.preference; diff --git a/src/main/java/net/rptools/maptool/client/swing/preference/TreePreferences.java b/src/main/java/net/rptools/maptool/client/swing/preference/TreePreferences.java index 878f1db2ea..b20be43dce 100644 --- a/src/main/java/net/rptools/maptool/client/swing/preference/TreePreferences.java +++ b/src/main/java/net/rptools/maptool/client/swing/preference/TreePreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.preference; diff --git a/src/main/java/net/rptools/maptool/client/swing/preference/WindowPreferences.java b/src/main/java/net/rptools/maptool/client/swing/preference/WindowPreferences.java index 369a87fedd..76449c5399 100644 --- a/src/main/java/net/rptools/maptool/client/swing/preference/WindowPreferences.java +++ b/src/main/java/net/rptools/maptool/client/swing/preference/WindowPreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.preference; diff --git a/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationController.java b/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationController.java index 0344773e6e..3b782bed42 100644 --- a/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationController.java +++ b/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.walls; diff --git a/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationView.java b/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationView.java index 25ec5e4c72..85e3c2a183 100644 --- a/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationView.java +++ b/src/main/java/net/rptools/maptool/client/swing/walls/WallConfigurationView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.walls; diff --git a/src/main/java/net/rptools/maptool/client/tool/AI_Tool.java b/src/main/java/net/rptools/maptool/client/tool/AI_Tool.java index 8824eeeef8..49a75a45be 100644 --- a/src/main/java/net/rptools/maptool/client/tool/AI_Tool.java +++ b/src/main/java/net/rptools/maptool/client/tool/AI_Tool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/AI_UseVblTool.java b/src/main/java/net/rptools/maptool/client/tool/AI_UseVblTool.java index 0978554f9f..2cf0d9c4fc 100644 --- a/src/main/java/net/rptools/maptool/client/tool/AI_UseVblTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/AI_UseVblTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/DefaultTool.java b/src/main/java/net/rptools/maptool/client/tool/DefaultTool.java index ecb9f74f71..88872257f9 100644 --- a/src/main/java/net/rptools/maptool/client/tool/DefaultTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/DefaultTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/FacingTool.java b/src/main/java/net/rptools/maptool/client/tool/FacingTool.java index d7581beaab..1944ea53e5 100644 --- a/src/main/java/net/rptools/maptool/client/tool/FacingTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/FacingTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/MeasureTool.java b/src/main/java/net/rptools/maptool/client/tool/MeasureTool.java index 9a83724100..10fb3bdf5c 100644 --- a/src/main/java/net/rptools/maptool/client/tool/MeasureTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/MeasureTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/PointerTool.java b/src/main/java/net/rptools/maptool/client/tool/PointerTool.java index 2bfb126081..693e3109de 100644 --- a/src/main/java/net/rptools/maptool/client/tool/PointerTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/PointerTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/StampTool.java b/src/main/java/net/rptools/maptool/client/tool/StampTool.java index 5310949dd5..da2d18bf83 100644 --- a/src/main/java/net/rptools/maptool/client/tool/StampTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/StampTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/Tool.java b/src/main/java/net/rptools/maptool/client/tool/Tool.java index 8bc2b78acc..fd9ac5fd9b 100644 --- a/src/main/java/net/rptools/maptool/client/tool/Tool.java +++ b/src/main/java/net/rptools/maptool/client/tool/Tool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/ToolHelper.java b/src/main/java/net/rptools/maptool/client/tool/ToolHelper.java index 532a3cfa56..a271f293bc 100644 --- a/src/main/java/net/rptools/maptool/client/tool/ToolHelper.java +++ b/src/main/java/net/rptools/maptool/client/tool/ToolHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/Toolbox.java b/src/main/java/net/rptools/maptool/client/tool/Toolbox.java index dc3f516020..60fd0db5ed 100644 --- a/src/main/java/net/rptools/maptool/client/tool/Toolbox.java +++ b/src/main/java/net/rptools/maptool/client/tool/Toolbox.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/WallTopologyTool.java b/src/main/java/net/rptools/maptool/client/tool/WallTopologyTool.java index ec4b5c0696..31a4f017d8 100644 --- a/src/main/java/net/rptools/maptool/client/tool/WallTopologyTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/WallTopologyTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool; diff --git a/src/main/java/net/rptools/maptool/client/tool/boardtool/AdjustBoardControlPanelView.java b/src/main/java/net/rptools/maptool/client/tool/boardtool/AdjustBoardControlPanelView.java index 4a9b3bbeb7..479b67ba53 100644 --- a/src/main/java/net/rptools/maptool/client/tool/boardtool/AdjustBoardControlPanelView.java +++ b/src/main/java/net/rptools/maptool/client/tool/boardtool/AdjustBoardControlPanelView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.boardtool; diff --git a/src/main/java/net/rptools/maptool/client/tool/boardtool/BoardTool.java b/src/main/java/net/rptools/maptool/client/tool/boardtool/BoardTool.java index 03aeb0c1a6..30b6c973a0 100644 --- a/src/main/java/net/rptools/maptool/client/tool/boardtool/BoardTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/boardtool/BoardTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.boardtool; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractDrawingLikeTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractDrawingLikeTool.java index 587f9b649e..7522eeee02 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractDrawingLikeTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractDrawingLikeTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractTemplateTool.java index e8bd44241c..831a40cf85 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/AbstractTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/BlastTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/BlastTemplateTool.java index 345ecb9e89..19937c6bf9 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/BlastTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/BlastTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/BurstTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/BurstTemplateTool.java index 38091c8cb0..5d709e96c5 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/BurstTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/BurstTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/ConeTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/ConeTemplateTool.java index dc427c8220..6f9b789303 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/ConeTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/ConeTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/CrossStrategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/CrossStrategy.java index ab1126330b..3b928b0b81 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/CrossStrategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/CrossStrategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/DeleteDrawingTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/DeleteDrawingTool.java index 3c9e803793..37c7baadc0 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/DeleteDrawingTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/DeleteDrawingTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingPointerTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingPointerTool.java index 606917e4e3..088e4e5466 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingPointerTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingPointerTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingResult.java b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingResult.java index 1e12044606..25d2e41fcb 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingResult.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingResult.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingTool.java index 1d007c92f1..10d8f87914 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/DrawingTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/ExposeTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/ExposeTool.java index 161901f404..d4347132bb 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/ExposeTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/ExposeTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/IsoRectangleStrategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/IsoRectangleStrategy.java index fbe06c7194..c195b0fb13 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/IsoRectangleStrategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/IsoRectangleStrategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/LineCellTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/LineCellTemplateTool.java index 37604101c9..d180225c65 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/LineCellTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/LineCellTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/LineTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/LineTemplateTool.java index ddb6609bd0..a52372bf9b 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/LineTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/LineTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/Measurement.java b/src/main/java/net/rptools/maptool/client/tool/drawing/Measurement.java index e5b2f573b2..e04c0ac838 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/Measurement.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/Measurement.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/OvalStrategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/OvalStrategy.java index 196121a26d..c49affd3b2 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/OvalStrategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/OvalStrategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/PolyLineStrategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/PolyLineStrategy.java index 53036a0b08..fa9d5f60db 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/PolyLineStrategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/PolyLineStrategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusCellTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusCellTemplateTool.java index d5c417facc..290a2a6490 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusCellTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusCellTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusTemplateTool.java index 03c7bc8a8e..15f83dc0c5 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/RadiusTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/RectangleStrategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/RectangleStrategy.java index 9fc75bcfae..35f751309a 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/RectangleStrategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/RectangleStrategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/Strategy.java b/src/main/java/net/rptools/maptool/client/tool/drawing/Strategy.java index 9406acc0d1..8bed44a8b1 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/Strategy.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/Strategy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/TemplatePointerTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/TemplatePointerTool.java index 8c0f7dec3f..367dff470b 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/TemplatePointerTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/TemplatePointerTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/TopologyTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/TopologyTool.java index cf8a102296..f5b4310088 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/TopologyTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/TopologyTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/UndoPerZone.java b/src/main/java/net/rptools/maptool/client/tool/drawing/UndoPerZone.java index 93300e9d7f..e9517ef0a8 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/UndoPerZone.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/UndoPerZone.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/VBLPenTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/VBLPenTool.java index f4a6c7d8b0..40abd5630f 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/VBLPenTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/VBLPenTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/drawing/WallTemplateTool.java b/src/main/java/net/rptools/maptool/client/tool/drawing/WallTemplateTool.java index 4d9f36e52f..2bafead6ac 100644 --- a/src/main/java/net/rptools/maptool/client/tool/drawing/WallTemplateTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/drawing/WallTemplateTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.drawing; diff --git a/src/main/java/net/rptools/maptool/client/tool/gridtool/AdjustGridControlPanelView.java b/src/main/java/net/rptools/maptool/client/tool/gridtool/AdjustGridControlPanelView.java index 68bd0a1199..7134d2f661 100644 --- a/src/main/java/net/rptools/maptool/client/tool/gridtool/AdjustGridControlPanelView.java +++ b/src/main/java/net/rptools/maptool/client/tool/gridtool/AdjustGridControlPanelView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.gridtool; diff --git a/src/main/java/net/rptools/maptool/client/tool/gridtool/GridTool.java b/src/main/java/net/rptools/maptool/client/tool/gridtool/GridTool.java index 56d5f2fcd0..a81f7eb243 100644 --- a/src/main/java/net/rptools/maptool/client/tool/gridtool/GridTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/gridtool/GridTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.gridtool; diff --git a/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialog.java b/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialog.java index 40300b8d9f..7afd70ec3b 100644 --- a/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialog.java +++ b/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.layerselectiondialog; diff --git a/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialogView.java b/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialogView.java index 53d9db5c25..fc32cb0c8f 100644 --- a/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialogView.java +++ b/src/main/java/net/rptools/maptool/client/tool/layerselectiondialog/LayerSelectionDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.layerselectiondialog; diff --git a/src/main/java/net/rptools/maptool/client/tool/rig/Handle.java b/src/main/java/net/rptools/maptool/client/tool/rig/Handle.java index df0ac25254..3aed2685ba 100644 --- a/src/main/java/net/rptools/maptool/client/tool/rig/Handle.java +++ b/src/main/java/net/rptools/maptool/client/tool/rig/Handle.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.rig; diff --git a/src/main/java/net/rptools/maptool/client/tool/rig/Movable.java b/src/main/java/net/rptools/maptool/client/tool/rig/Movable.java index 2cd03cb6e3..ab62f79425 100644 --- a/src/main/java/net/rptools/maptool/client/tool/rig/Movable.java +++ b/src/main/java/net/rptools/maptool/client/tool/rig/Movable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.rig; diff --git a/src/main/java/net/rptools/maptool/client/tool/rig/Rig.java b/src/main/java/net/rptools/maptool/client/tool/rig/Rig.java index 5cbf2d28a1..931eff2050 100644 --- a/src/main/java/net/rptools/maptool/client/tool/rig/Rig.java +++ b/src/main/java/net/rptools/maptool/client/tool/rig/Rig.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.rig; diff --git a/src/main/java/net/rptools/maptool/client/tool/rig/Snap.java b/src/main/java/net/rptools/maptool/client/tool/rig/Snap.java index e4d90c039c..f6d11e8430 100644 --- a/src/main/java/net/rptools/maptool/client/tool/rig/Snap.java +++ b/src/main/java/net/rptools/maptool/client/tool/rig/Snap.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.rig; diff --git a/src/main/java/net/rptools/maptool/client/tool/rig/WallTopologyRig.java b/src/main/java/net/rptools/maptool/client/tool/rig/WallTopologyRig.java index a280e35573..1fe3413813 100644 --- a/src/main/java/net/rptools/maptool/client/tool/rig/WallTopologyRig.java +++ b/src/main/java/net/rptools/maptool/client/tool/rig/WallTopologyRig.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.rig; diff --git a/src/main/java/net/rptools/maptool/client/tool/texttool/EditLabelDialogView.java b/src/main/java/net/rptools/maptool/client/tool/texttool/EditLabelDialogView.java index 43056db8a1..5b2c9209ab 100644 --- a/src/main/java/net/rptools/maptool/client/tool/texttool/EditLabelDialogView.java +++ b/src/main/java/net/rptools/maptool/client/tool/texttool/EditLabelDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.texttool; diff --git a/src/main/java/net/rptools/maptool/client/tool/texttool/TextTool.java b/src/main/java/net/rptools/maptool/client/tool/texttool/TextTool.java index 3c0595ce87..c6832eb868 100644 --- a/src/main/java/net/rptools/maptool/client/tool/texttool/TextTool.java +++ b/src/main/java/net/rptools/maptool/client/tool/texttool/TextTool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.tool.texttool; diff --git a/src/main/java/net/rptools/maptool/client/ui/AbstractTokenPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/AbstractTokenPopupMenu.java index 5a3908fadd..ba288d6e64 100644 --- a/src/main/java/net/rptools/maptool/client/ui/AbstractTokenPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/AbstractTokenPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ActivityMonitorPanel.java b/src/main/java/net/rptools/maptool/client/ui/ActivityMonitorPanel.java index 6b84001eab..6b938417ba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ActivityMonitorPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/ActivityMonitorPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/AppMenuBar.java b/src/main/java/net/rptools/maptool/client/ui/AppMenuBar.java index 0fda468132..9efc424ae8 100644 --- a/src/main/java/net/rptools/maptool/client/ui/AppMenuBar.java +++ b/src/main/java/net/rptools/maptool/client/ui/AppMenuBar.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/AssetPaint.java b/src/main/java/net/rptools/maptool/client/ui/AssetPaint.java index 701518fd42..38750c1845 100644 --- a/src/main/java/net/rptools/maptool/client/ui/AssetPaint.java +++ b/src/main/java/net/rptools/maptool/client/ui/AssetPaint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/AssetViewerDialog.java b/src/main/java/net/rptools/maptool/client/ui/AssetViewerDialog.java index 5a3abdad41..29c04dd2d5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/AssetViewerDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/AssetViewerDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/AutoResizeStampDialog.java b/src/main/java/net/rptools/maptool/client/ui/AutoResizeStampDialog.java index e5037c2784..4563f46a53 100644 --- a/src/main/java/net/rptools/maptool/client/ui/AutoResizeStampDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/AutoResizeStampDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ChatTypingNotification.java b/src/main/java/net/rptools/maptool/client/ui/ChatTypingNotification.java index 23cf4abcb8..f45e111c7c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ChatTypingNotification.java +++ b/src/main/java/net/rptools/maptool/client/ui/ChatTypingNotification.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ColorComboBoxRenderer.java b/src/main/java/net/rptools/maptool/client/ui/ColorComboBoxRenderer.java index 8d85493cc9..bdc643e282 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ColorComboBoxRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/ColorComboBoxRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ConnectionStatusPanel.java b/src/main/java/net/rptools/maptool/client/ui/ConnectionStatusPanel.java index ef33df348e..80ec820c12 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ConnectionStatusPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/ConnectionStatusPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ImageAssetPanel.java b/src/main/java/net/rptools/maptool/client/ui/ImageAssetPanel.java index b6aa8f8b75..ea3123b24a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ImageAssetPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/ImageAssetPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ImagePreviewPanel.java b/src/main/java/net/rptools/maptool/client/ui/ImagePreviewPanel.java index 1a508cce51..5df8fb5b6c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ImagePreviewPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/ImagePreviewPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/JLabelHyperLinkListener.java b/src/main/java/net/rptools/maptool/client/ui/JLabelHyperLinkListener.java index 972329cf49..ababaf3bf6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/JLabelHyperLinkListener.java +++ b/src/main/java/net/rptools/maptool/client/ui/JLabelHyperLinkListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/JScrollPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/JScrollPopupMenu.java index fac249fe40..52aa206f28 100644 --- a/src/main/java/net/rptools/maptool/client/ui/JScrollPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/JScrollPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/MapToolDockListener.java b/src/main/java/net/rptools/maptool/client/ui/MapToolDockListener.java index 86d18c4858..f794120d8c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/MapToolDockListener.java +++ b/src/main/java/net/rptools/maptool/client/ui/MapToolDockListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/MapToolFocusTraversalPolicy.java b/src/main/java/net/rptools/maptool/client/ui/MapToolFocusTraversalPolicy.java index 5f88ba5726..b81eb0ce7f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/MapToolFocusTraversalPolicy.java +++ b/src/main/java/net/rptools/maptool/client/ui/MapToolFocusTraversalPolicy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/MapToolFrame.java b/src/main/java/net/rptools/maptool/client/ui/MapToolFrame.java index 7932cec2f3..cdd37c4115 100644 --- a/src/main/java/net/rptools/maptool/client/ui/MapToolFrame.java +++ b/src/main/java/net/rptools/maptool/client/ui/MapToolFrame.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/MessageDialog.java b/src/main/java/net/rptools/maptool/client/ui/MessageDialog.java index 35386dd31a..f9bfa57980 100644 --- a/src/main/java/net/rptools/maptool/client/ui/MessageDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/MessageDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/OSXAdapter.java b/src/main/java/net/rptools/maptool/client/ui/OSXAdapter.java index acbb940318..9b750d76ca 100644 --- a/src/main/java/net/rptools/maptool/client/ui/OSXAdapter.java +++ b/src/main/java/net/rptools/maptool/client/ui/OSXAdapter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/PreviewPanelFileChooser.java b/src/main/java/net/rptools/maptool/client/ui/PreviewPanelFileChooser.java index 0e12bbd2ae..49a8ac8550 100644 --- a/src/main/java/net/rptools/maptool/client/ui/PreviewPanelFileChooser.java +++ b/src/main/java/net/rptools/maptool/client/ui/PreviewPanelFileChooser.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/RPCheckBoxMenuItem.java b/src/main/java/net/rptools/maptool/client/ui/RPCheckBoxMenuItem.java index 16f65a8e2f..9005dc0127 100644 --- a/src/main/java/net/rptools/maptool/client/ui/RPCheckBoxMenuItem.java +++ b/src/main/java/net/rptools/maptool/client/ui/RPCheckBoxMenuItem.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/Scale.java b/src/main/java/net/rptools/maptool/client/ui/Scale.java index 2bd5b88796..f5a032574f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/Scale.java +++ b/src/main/java/net/rptools/maptool/client/ui/Scale.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/StampPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/StampPopupMenu.java index d264eb8adb..c2da50199c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/StampPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/StampPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/StaticMessageDialog.java b/src/main/java/net/rptools/maptool/client/ui/StaticMessageDialog.java index e4a94383b7..633769248e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/StaticMessageDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/StaticMessageDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/SysInfoDialog.java b/src/main/java/net/rptools/maptool/client/ui/SysInfoDialog.java index ea98fc0d90..b92045a048 100644 --- a/src/main/java/net/rptools/maptool/client/ui/SysInfoDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/SysInfoDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/TextureChooserPanel.java b/src/main/java/net/rptools/maptool/client/ui/TextureChooserPanel.java index b0ccdc1d8e..aa7b815cb1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/TextureChooserPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/TextureChooserPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/TokenLocation.java b/src/main/java/net/rptools/maptool/client/ui/TokenLocation.java index a404038e21..28e8ea2a71 100644 --- a/src/main/java/net/rptools/maptool/client/ui/TokenLocation.java +++ b/src/main/java/net/rptools/maptool/client/ui/TokenLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/TokenPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/TokenPopupMenu.java index a46abc14ed..dcb3eb0856 100644 --- a/src/main/java/net/rptools/maptool/client/ui/TokenPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/TokenPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ToolbarPanel.java b/src/main/java/net/rptools/maptool/client/ui/ToolbarPanel.java index 53ab7bac73..ee06df477e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ToolbarPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/ToolbarPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ViewAssetDialog.java b/src/main/java/net/rptools/maptool/client/ui/ViewAssetDialog.java index 78afcf848c..d95144401c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ViewAssetDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/ViewAssetDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ZoneImageGenerator.java b/src/main/java/net/rptools/maptool/client/ui/ZoneImageGenerator.java index 8c643370a1..16cb625da5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ZoneImageGenerator.java +++ b/src/main/java/net/rptools/maptool/client/ui/ZoneImageGenerator.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/ZoneSelectionPopup.java b/src/main/java/net/rptools/maptool/client/ui/ZoneSelectionPopup.java index 397060f969..befd003cdc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/ZoneSelectionPopup.java +++ b/src/main/java/net/rptools/maptool/client/ui/ZoneSelectionPopup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui; diff --git a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogController.java b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogController.java index ac4f49a450..a772e99762 100644 --- a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogController.java +++ b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.addon; diff --git a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogView.java b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogView.java index 52dcd649bc..86bf4fa4b7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.addon; diff --git a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesTableModel.java b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesTableModel.java index cdc5e83822..0ff6b4f667 100644 --- a/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesTableModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/addon/AddOnLibrariesTableModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.addon; diff --git a/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialog.java b/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialog.java index 882021cf47..001e71b0ed 100644 --- a/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.addresource; diff --git a/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialogView.java b/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialogView.java index 2b74a40677..a9ea2e5015 100644 --- a/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/addresource/AddResourceDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.addresource; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetDirectory.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetDirectory.java index f24a234e7d..31852a7cbf 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetDirectory.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetDirectory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanel.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanel.java index e4d3042768..295bb85ab5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanelModel.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanelModel.java index 7551c278bb..fdd13c33bb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanelModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetPanelModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTree.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTree.java index b3c9e5f6b5..ec8cb20bd5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTree.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTree.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeCellRenderer.java index b0088cb684..89cb4bfc07 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeModel.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeModel.java index 60c9748f94..bf705e3184 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/AssetTreeModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/Directory.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/Directory.java index 813cf141c0..121e749eaf 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/Directory.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/Directory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileImagePanelModel.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileImagePanelModel.java index bfc8f79bdd..73173e9fb6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileImagePanelModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileImagePanelModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileTreeModel.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileTreeModel.java index 45b8abfe1d..a7d208f163 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileTreeModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/ImageFileTreeModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/assetpanel/PdfAsDirectory.java b/src/main/java/net/rptools/maptool/client/ui/assetpanel/PdfAsDirectory.java index 4a2bebab58..164a9cc125 100644 --- a/src/main/java/net/rptools/maptool/client/ui/assetpanel/PdfAsDirectory.java +++ b/src/main/java/net/rptools/maptool/client/ui/assetpanel/PdfAsDirectory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.assetpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialog.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialog.java index a421217879..bde2c20a9d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogView.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogView.java index 1d910d7108..20964666bf 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenBarController.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenBarController.java index 5d6c209a2c..754b761bdc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenBarController.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenBarController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanel.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanel.java index ff41626f4f..53231ce35d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanelView.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanelView.java index a84456677c..9afc44c34e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanelView.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesManagementPanelView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesTableModel.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesTableModel.java index 3b7d6f1ff8..ae6dbe2d10 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesTableModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenPropertiesTableModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenStatesController.java b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenStatesController.java index f778147ed5..a5a61aa3eb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenStatesController.java +++ b/src/main/java/net/rptools/maptool/client/ui/campaignproperties/TokenStatesController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/AbstractChatTranslationRule.java b/src/main/java/net/rptools/maptool/client/ui/chat/AbstractChatTranslationRule.java index 5ccb5a3e1a..87834b0c18 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/AbstractChatTranslationRule.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/AbstractChatTranslationRule.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/ChatProcessor.java b/src/main/java/net/rptools/maptool/client/ui/chat/ChatProcessor.java index 7c783a2dc1..996f492e82 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/ChatProcessor.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/ChatProcessor.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRule.java b/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRule.java index 40c51b32f3..c0744626e6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRule.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRule.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRuleGroup.java b/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRuleGroup.java index 4daefa9490..8b19cd1208 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRuleGroup.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/ChatTranslationRuleGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRule.java b/src/main/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRule.java index eb9e1ff144..ff0ee2681c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRule.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRule.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/chat/SmileyChatTranslationRuleGroup.java b/src/main/java/net/rptools/maptool/client/ui/chat/SmileyChatTranslationRuleGroup.java index 702f0869b5..7a396a160c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/chat/SmileyChatTranslationRuleGroup.java +++ b/src/main/java/net/rptools/maptool/client/ui/chat/SmileyChatTranslationRuleGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/main/java/net/rptools/maptool/client/ui/commandpanel/CommandPanel.java b/src/main/java/net/rptools/maptool/client/ui/commandpanel/CommandPanel.java index cee2f8c8dd..a2645c3357 100644 --- a/src/main/java/net/rptools/maptool/client/ui/commandpanel/CommandPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/commandpanel/CommandPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.commandpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/commandpanel/MessagePanel.java b/src/main/java/net/rptools/maptool/client/ui/commandpanel/MessagePanel.java index b8a60c2a34..6b9d3820c6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/commandpanel/MessagePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/commandpanel/MessagePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.commandpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialog.java b/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialog.java index 1496952221..ef49b70391 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connectioninfodialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialogView.java b/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialogView.java index de79dc4307..e8cbe2e703 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/connectioninfodialog/ConnectionInfoDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connectioninfodialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/CellContents.java b/src/main/java/net/rptools/maptool/client/ui/connections/CellContents.java index e5fdb64a49..f55b641462 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/CellContents.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/CellContents.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/ClientConnectionPanel.java b/src/main/java/net/rptools/maptool/client/ui/connections/ClientConnectionPanel.java index b930a456bc..a929815b34 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/ClientConnectionPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/ClientConnectionPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerListCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerListCellRenderer.java index fce6eb02b0..abf7b79676 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerListCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerListCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellEditor.java b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellEditor.java index 7bff37ceb7..696cd50fcc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellEditor.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellEditor.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellRenderer.java index 33e5a50074..22e65c207c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalTableModel.java b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalTableModel.java index 0ef8bc9e95..fcb2846096 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalTableModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/connections/PlayerPendingApprovalTableModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connections; diff --git a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialog.java b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialog.java index 9c3c2455f3..57c3fe7bfb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connecttoserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogPreferences.java b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogPreferences.java index 2ee18db341..979d8dd2b0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogPreferences.java +++ b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogPreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connecttoserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogView.java b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogView.java index 41c249f5f5..e6c12e479e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/connecttoserverdialog/ConnectToServerDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.connecttoserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/docking/MapToolDockingManager.java b/src/main/java/net/rptools/maptool/client/ui/docking/MapToolDockingManager.java index 9ee5bb1d50..9d281c55e4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/docking/MapToolDockingManager.java +++ b/src/main/java/net/rptools/maptool/client/ui/docking/MapToolDockingManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.docking; diff --git a/src/main/java/net/rptools/maptool/client/ui/docking/SingleTitleBarDialogFloatingContainer.java b/src/main/java/net/rptools/maptool/client/ui/docking/SingleTitleBarDialogFloatingContainer.java index eb684e6620..db53bafdb0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/docking/SingleTitleBarDialogFloatingContainer.java +++ b/src/main/java/net/rptools/maptool/client/ui/docking/SingleTitleBarDialogFloatingContainer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.docking; diff --git a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelPopupMenu.java index e36125fae9..9107c9594c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.drawpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeCellRenderer.java index a66114e910..98da5ff5e4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.drawpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeModel.java b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeModel.java index fd215a6190..8a63172f29 100644 --- a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawPanelTreeModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.drawpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawablesPanel.java b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawablesPanel.java index d145032fc1..c8d7d43bbb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawablesPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/drawpanel/DrawablesPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.drawpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialog.java b/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialog.java index 8a1a13809c..7dbe2ec3af 100644 --- a/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.exportdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialogView.java b/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialogView.java index fc86aa2f67..fa7b84e1dc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/exportdialog/ExportDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.exportdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLActionEvent.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLActionEvent.java index f55dfd4103..e262bb05df 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLActionEvent.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLActionEvent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLContent.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLContent.java index d796ab08e8..bc31a56e32 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLContent.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLContent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLDialog.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLDialog.java index 9ed11a9b76..bb8f39bc1a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrame.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrame.java index 8f3a963cd4..90fad9fea0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrame.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrame.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrameFactory.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrameFactory.java index c4a40f1f75..e2ebd6a044 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrameFactory.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLFrameFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLJFXPanel.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLJFXPanel.java index 12c3276bba..9c435f3373 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLJFXPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLJFXPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayManager.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayManager.java index 65ea889095..1581a1a843 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayManager.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayPanel.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayPanel.java index cdbcdcb4a4..77f9c97a5a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLOverlayPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPane.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPane.java index 9927dc8dba..7d4cdb9c3d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPane.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPane.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneEditorKit.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneEditorKit.java index b2b214ee29..0bb6faa4ac 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneEditorKit.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneEditorKit.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneFormView.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneFormView.java index 89ed2fe038..09b1faa8b9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneFormView.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneFormView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneViewFactory.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneViewFactory.java index 4575e03e7e..f85ea48530 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneViewFactory.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPaneViewFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanel.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanel.java index 839ed836e7..12ecec3f31 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelContainer.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelContainer.java index d193d70bc5..10a6c8dfb3 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelContainer.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelContainer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelInterface.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelInterface.java index 2d7a11119f..8c77f66fc7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelInterface.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLPanelInterface.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLWebViewManager.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLWebViewManager.java index 9a7ae7a4e4..6c1c010a8b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLWebViewManager.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/HTMLWebViewManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/htmlframe/MTXMLHttpRequest.java b/src/main/java/net/rptools/maptool/client/ui/htmlframe/MTXMLHttpRequest.java index 9da3d1d46d..3186714c7c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/htmlframe/MTXMLHttpRequest.java +++ b/src/main/java/net/rptools/maptool/client/ui/htmlframe/MTXMLHttpRequest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.htmlframe; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/CampaignItemListView.java b/src/main/java/net/rptools/maptool/client/ui/io/CampaignItemListView.java index 161c9b5ff6..b675de172b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/CampaignItemListView.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/CampaignItemListView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/DataTemplate.java b/src/main/java/net/rptools/maptool/client/ui/io/DataTemplate.java index 3b324c56ea..8756e866f4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/DataTemplate.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/DataTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/FTPClient.java b/src/main/java/net/rptools/maptool/client/ui/io/FTPClient.java index 894ae83952..02a39f0569 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/FTPClient.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/FTPClient.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/FTPClientConn.java b/src/main/java/net/rptools/maptool/client/ui/io/FTPClientConn.java index 594def2a0e..fc1bb7ec44 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/FTPClientConn.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/FTPClientConn.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/FTPCommand.java b/src/main/java/net/rptools/maptool/client/ui/io/FTPCommand.java index abb47b6713..e1a6e25fe9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/FTPCommand.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/FTPCommand.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/FTPTransferObject.java b/src/main/java/net/rptools/maptool/client/ui/io/FTPTransferObject.java index 95007a218c..80d4c17dd9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/FTPTransferObject.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/FTPTransferObject.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/MaptoolNode.java b/src/main/java/net/rptools/maptool/client/ui/io/MaptoolNode.java index 0ef41e6622..424c768cc8 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/MaptoolNode.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/MaptoolNode.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/ProgressBarList.java b/src/main/java/net/rptools/maptool/client/ui/io/ProgressBarList.java index 8424acef85..a33766c86b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/ProgressBarList.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/ProgressBarList.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/UIBuilder.java b/src/main/java/net/rptools/maptool/client/ui/io/UIBuilder.java index eeaea01abd..bcfb13ab5f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/UIBuilder.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/UIBuilder.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialog.java b/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialog.java index d52812d628..95b86141f4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialogView.java b/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialogView.java index 72889180e1..87cc9c8926 100644 --- a/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/io/UpdateRepoDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.io; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/AbstractSwingJavaFXDialogController.java b/src/main/java/net/rptools/maptool/client/ui/javfx/AbstractSwingJavaFXDialogController.java index e11893e808..e1942243bb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/AbstractSwingJavaFXDialogController.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/AbstractSwingJavaFXDialogController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/FXMLLoaderUtil.java b/src/main/java/net/rptools/maptool/client/ui/javfx/FXMLLoaderUtil.java index 75d0fa8b0f..723b33642b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/FXMLLoaderUtil.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/FXMLLoaderUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/SimpleSwingJavaFXDialog.java b/src/main/java/net/rptools/maptool/client/ui/javfx/SimpleSwingJavaFXDialog.java index f691b0e3b0..ff2e5781ca 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/SimpleSwingJavaFXDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/SimpleSwingJavaFXDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialog.java b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialog.java index 4d37ac00ec..4cd5822898 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogController.java b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogController.java index 94c5dcbc1c..7d1fb8998e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogController.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogEventHandler.java b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogEventHandler.java index 8d4f4499fd..db8d9353fc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogEventHandler.java +++ b/src/main/java/net/rptools/maptool/client/ui/javfx/SwingJavaFXDialogEventHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.javfx; diff --git a/src/main/java/net/rptools/maptool/client/ui/logger/LogConsoleFrame.java b/src/main/java/net/rptools/maptool/client/ui/logger/LogConsoleFrame.java index c323dcc817..9a349cfb5a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/logger/LogConsoleFrame.java +++ b/src/main/java/net/rptools/maptool/client/ui/logger/LogConsoleFrame.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.logger; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanel.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanel.java index ff9fe32e45..f996719b40 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanelView.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanelView.java index 7802961c5c..b73618158a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanelView.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/EditLookupTablePanelView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableColumnRenderers.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableColumnRenderers.java index 65c4246ad7..cba1efb195 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableColumnRenderers.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableColumnRenderers.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableHeaderRenderers.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableHeaderRenderers.java index cf97e8f88d..e41fa6c86a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableHeaderRenderers.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTableHeaderRenderers.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanel.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanel.java index c64fd345f0..fbd1bed0a9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanelModel.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanelModel.java index f5fe608cf1..9f78dbfeec 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanelModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableDetailsTablePanelModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableImagePanelModel.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableImagePanelModel.java index 1aaa4202b8..e7fe4b2d49 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableImagePanelModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTableImagePanelModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePaneView.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePaneView.java index a0b8765cb2..a589afa50d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePaneView.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePaneView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePanel.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePanel.java index c8491e5527..ec9cf1011d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/LookupTablePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnAlignedRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnAlignedRenderer.java index 5e99e3043c..9e2b4947e6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnAlignedRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnAlignedRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanIconRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanIconRenderer.java index 31d725c800..f30a9b6a31 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanIconRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanIconRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanRenderer.java index ed484c553a..b417719a44 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnBooleanRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnIconRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnIconRenderer.java index e3bae761d9..e4380083fc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnIconRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableColumnIconRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderAlignedRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderAlignedRenderer.java index b6e4c525ee..8575951651 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderAlignedRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderAlignedRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderIconRenderer.java b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderIconRenderer.java index 7cc4fdcbbb..ca5d408dc1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderIconRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/lookuptable/TableHeaderIconRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.lookuptable; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/MacroButtonHotKeyManager.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/MacroButtonHotKeyManager.java index 65b7a25791..6d694ee246 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/MacroButtonHotKeyManager.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/MacroButtonHotKeyManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AbstractButtonGroup.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AbstractButtonGroup.java index 3e45336c7d..510e02fe09 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AbstractButtonGroup.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AbstractButtonGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttongroups; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AreaGroup.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AreaGroup.java index 76bd89d7d4..3a319bdfa8 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AreaGroup.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/AreaGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttongroups; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroup.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroup.java index 5f783d5f9e..7d1d56d1ed 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroup.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttongroups; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroupPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroupPopupMenu.java index 3775adf775..e9cf309aee 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroupPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttongroups/ButtonGroupPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttongroups; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButton.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButton.java index efdc729143..e432a5f9c1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButton.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButton.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPopupMenu.java index e643c04575..1c9cd22ad6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPrefs.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPrefs.java index ecf39dda34..f6b02ac256 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPrefs.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/MacroButtonPrefs.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferData.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferData.java index b37bb0b3c5..3a8e031c8f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferData.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferableMacroButton.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferableMacroButton.java index 7ef46a1c4e..32046dcca6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferableMacroButton.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/buttons/TransferableMacroButton.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.buttons; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroButtonDialogView.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroButtonDialogView.java index 346d0a3de5..96efea4cdc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroButtonDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroButtonDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.dialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroEditorDialog.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroEditorDialog.java index ee5d87c8b0..25e8ec0135 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroEditorDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/dialog/MacroEditorDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.dialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/AbstractMacroPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/AbstractMacroPanel.java index 705a8130b5..4aebbbab88 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/AbstractMacroPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/AbstractMacroPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/CampaignPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/CampaignPanel.java index bdb5244c8a..0ad2d72353 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/CampaignPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/CampaignPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GlobalPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GlobalPanel.java index d81867cc49..34dca55d48 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GlobalPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GlobalPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GmPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GmPanel.java index 7331fdbf89..8bf06f68c9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GmPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/GmPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/ImpersonatePanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/ImpersonatePanel.java index 851e86de96..5ed3cc5196 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/ImpersonatePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/ImpersonatePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/MenuButtonsPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/MenuButtonsPanel.java index 84d78f82d1..07c2029d88 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/MenuButtonsPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/MenuButtonsPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/SelectionPanel.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/SelectionPanel.java index a4a9ebc8cf..f7e7342b34 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/SelectionPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/SelectionPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/Tab.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/Tab.java index 570af67c51..f99a3993cc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/Tab.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/Tab.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/TabPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/TabPopupMenu.java index a2c566e3b9..e70be8b8c1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/TabPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/macrobuttons/panels/TabPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.macrobuttons.panels; diff --git a/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialog.java b/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialog.java index d99f40369d..fb2d624407 100644 --- a/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.mappropertiesdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialogView.java b/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialogView.java index 1e784710e9..c5945423ac 100644 --- a/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/mappropertiesdialog/MapPropertiesDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.mappropertiesdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialog.java b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialog.java index 66fd76b667..8cb04e913c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.players; diff --git a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialogController.java b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialogController.java index c5bb3e0f67..c384e4ebf1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialogController.java +++ b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseDialogController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.players; diff --git a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditController.java b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditController.java index 723f762f10..ac624ceb12 100644 --- a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditController.java +++ b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditController.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.players; diff --git a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditDialog.java b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditDialog.java index d1c5fe1e32..7575d54fb3 100644 --- a/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/players/PlayerDatabaseEditDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.players; diff --git a/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialog.java b/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialog.java index 7bd8eda5ba..86f0322ee2 100644 --- a/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.preferencesdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialogView.java b/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialogView.java index 905e4a7b65..a51dc40fe0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/preferencesdialog/PreferencesDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.preferencesdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheet.java b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheet.java index a5493c3eb9..bb8d5d5594 100644 --- a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheet.java +++ b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheet.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetComboBoxRenderer.java b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetComboBoxRenderer.java index f70d6a9400..6e3ec2f9db 100644 --- a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetComboBoxRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetComboBoxRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetListener.java b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetListener.java index c39201e107..771b743756 100644 --- a/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetListener.java +++ b/src/main/java/net/rptools/maptool/client/ui/sheet/stats/StatSheetListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialog.java b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialog.java index de8dddd635..6b4b953086 100644 --- a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.startserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogPreferences.java b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogPreferences.java index b9694cb220..371f51012e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogPreferences.java +++ b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogPreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.startserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogView.java b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogView.java index 59003fdbe8..49fd46eb3b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/startserverdialog/StartServerDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.startserverdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemover.java b/src/main/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemover.java index 93ff47f1f0..3e38732f2e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemover.java +++ b/src/main/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemover.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoComplete.java b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoComplete.java index 34abde5022..f3de6c5267 100644 --- a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoComplete.java +++ b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoComplete.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptSyntax.java b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptSyntax.java index a04ab91ab0..682451c400 100644 --- a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptSyntax.java +++ b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptSyntax.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptTokenMaker.java b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptTokenMaker.java index 213442baf7..0af2a8717f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptTokenMaker.java +++ b/src/main/java/net/rptools/maptool/client/ui/syntax/MapToolScriptTokenMaker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/Borders.java b/src/main/java/net/rptools/maptool/client/ui/theme/Borders.java index 671667ef3a..61f394427f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/Borders.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/Borders.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/Icons.java b/src/main/java/net/rptools/maptool/client/ui/theme/Icons.java index ba1de77a8e..2860cecbff 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/Icons.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/Icons.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/Images.java b/src/main/java/net/rptools/maptool/client/ui/theme/Images.java index 13e67bbfc0..b0f194dc47 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/Images.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/Images.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/RessourceManager.java b/src/main/java/net/rptools/maptool/client/ui/theme/RessourceManager.java index 224f154866..f5e9cb28c7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/RessourceManager.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/RessourceManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferences.java b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferences.java index 5f9c6b3cef..da9ce3e952 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferences.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferences.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferencesPanel.java b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferencesPanel.java index a3dd9dc1e3..9fcc7f0935 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferencesPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontPreferencesPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontTools.java b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontTools.java index a62aa3e2ce..d2ab2ac905 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontTools.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeFontTools.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeLoadedEvent.java b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeLoadedEvent.java index a25a5d0d68..75a7b69c41 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeLoadedEvent.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeLoadedEvent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeSupport.java b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeSupport.java index 182dedba54..b0fded170c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/theme/ThemeSupport.java +++ b/src/main/java/net/rptools/maptool/client/ui/theme/ThemeSupport.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.theme; diff --git a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF.java b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF.java index 45268ee238..772629a117 100644 --- a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF.java +++ b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.themes; diff --git a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_LP.java b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_LP.java index e57c2dd1a3..4e8f766f5b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_LP.java +++ b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_LP.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.themes; diff --git a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_SP.java b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_SP.java index 8168bc2d5d..0f3dac39ba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_SP.java +++ b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_SP.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.themes; diff --git a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_VLP.java b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_VLP.java index 5708850167..4a20e7c7dd 100644 --- a/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_VLP.java +++ b/src/main/java/net/rptools/maptool/client/ui/themes/AahLAF_VLP.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.themes; diff --git a/src/main/java/net/rptools/maptool/client/ui/themes/AarkLaF.java b/src/main/java/net/rptools/maptool/client/ui/themes/AarkLaF.java index 2eb8e4ec55..1841dcf244 100644 --- a/src/main/java/net/rptools/maptool/client/ui/themes/AarkLaF.java +++ b/src/main/java/net/rptools/maptool/client/ui/themes/AarkLaF.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.themes; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/AbstractFlowShapeTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/AbstractFlowShapeTokenOverlay.java index 652cc20b52..b8444253ba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/AbstractFlowShapeTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/AbstractFlowShapeTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/AbstractImageTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/AbstractImageTokenOverlay.java index 924d6d0944..54e3884962 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/AbstractImageTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/AbstractImageTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/AbstractShapeTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/AbstractShapeTokenOverlay.java index 6c4bdf7b9f..6a54f555d5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/AbstractShapeTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/AbstractShapeTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/AbstractTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/AbstractTokenOverlay.java index 59781aa4cd..97e2f27de3 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/AbstractTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/AbstractTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/BarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/BarTokenOverlay.java index 8dfafe2dc0..3727f91beb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/BarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/BarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/BooleanTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/BooleanTokenOverlay.java index 410dd8ced4..f9103acdf3 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/BooleanTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/BooleanTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/ColorDotTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/ColorDotTokenOverlay.java index 4e87df5eb7..b9e34b1541 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/ColorDotTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/ColorDotTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/CornerImageTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/CornerImageTokenOverlay.java index 760c61f7a6..44b963470f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/CornerImageTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/CornerImageTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/CrossTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/CrossTokenOverlay.java index f2a1c12fe5..f0188d3ca4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/CrossTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/CrossTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/DiamondTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/DiamondTokenOverlay.java index 1c142053f2..ff8929842e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/DiamondTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/DiamondTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/DrawnBarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/DrawnBarTokenOverlay.java index eb390e5d18..73987f6cbc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/DrawnBarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/DrawnBarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowColorDotTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowColorDotTokenOverlay.java index 5ac8778c1a..607bc52aa7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowColorDotTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowColorDotTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowColorSquareTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowColorSquareTokenOverlay.java index 605ea10d0f..b5a30a0264 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowColorSquareTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowColorSquareTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowDiamondTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowDiamondTokenOverlay.java index 56351063e3..1738ad9c77 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowDiamondTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowDiamondTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowImageTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowImageTokenOverlay.java index ae452ea076..de4240cf32 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowImageTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowImageTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowTriangleTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowTriangleTokenOverlay.java index e96c965b2c..76387cb2d4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowTriangleTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowTriangleTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/FlowYieldTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/FlowYieldTokenOverlay.java index 9467519836..8d8ebed8cf 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/FlowYieldTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/FlowYieldTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/ImageTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/ImageTokenOverlay.java index e9c3a79441..d875aae99e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/ImageTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/ImageTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/MultipleImageBarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/MultipleImageBarTokenOverlay.java index 235075ba8d..a665ebcbe6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/MultipleImageBarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/MultipleImageBarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/OTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/OTokenOverlay.java index 9a4dba1151..b49fff9e7e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/OTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/OTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/ShadedTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/ShadedTokenOverlay.java index 5e58d935d7..fd7a37521a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/ShadedTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/ShadedTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/SingleImageBarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/SingleImageBarTokenOverlay.java index 3783d95e13..857d7b87c5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/SingleImageBarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/SingleImageBarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/TokenOverlayFlow.java b/src/main/java/net/rptools/maptool/client/ui/token/TokenOverlayFlow.java index db9395f00d..76ffa30159 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/TokenOverlayFlow.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/TokenOverlayFlow.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/TriangleTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/TriangleTokenOverlay.java index 4bcd3f7f9c..93ab415e15 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/TriangleTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/TriangleTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/TwoImageBarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/TwoImageBarTokenOverlay.java index 3c8d78c610..52432648fb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/TwoImageBarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/TwoImageBarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/TwoToneBarTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/TwoToneBarTokenOverlay.java index 6c7db0b0dd..3733a0599e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/TwoToneBarTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/TwoToneBarTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/XTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/XTokenOverlay.java index 63e9f300ec..13bb1007bc 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/XTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/XTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/YieldTokenOverlay.java b/src/main/java/net/rptools/maptool/client/ui/token/YieldTokenOverlay.java index 3907eb3b04..459710edba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/YieldTokenOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/YieldTokenOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialog.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialog.java index 768798a3cc..82d4b20f44 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.create; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialogView.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialogView.java index 083b230773..08f87fbbfa 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/create/NewTokenDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.create; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/EditTokenDialog.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/EditTokenDialog.java index 4478170f9e..bb2b942302 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/EditTokenDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/EditTokenDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.edit; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutPanelHelper.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutPanelHelper.java index 37d91af555..f20df90316 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutPanelHelper.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutPanelHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.edit; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutRenderPanel.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutRenderPanel.java index 95a4befaca..3417ce7320 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutRenderPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenLayoutRenderPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.edit; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.java index c6a4107d41..fce93c8110 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenPropertiesDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.edit; diff --git a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenTopologyPanel.java b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenTopologyPanel.java index 9954233f84..e9e9f59bdf 100644 --- a/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenTopologyPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/token/dialog/edit/TokenTopologyPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.token.dialog.edit; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeListCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeListCellRenderer.java index cfcb61b05a..c91e003a47 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeListCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeListCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativePanel.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativePanel.java index 5e5032b912..4670cfe2c9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativePanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativePanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTokenPopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTokenPopupMenu.java index 67d63ef41c..0574b9f705 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTokenPopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTokenPopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferHandler.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferHandler.java index 61db439d96..4151671943 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferHandler.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferable.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferable.java index e7a015ec5c..82c4bc9bec 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferable.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/InitiativeTransferable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeCellRenderer.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeCellRenderer.java index 10cd4bcc74..66440d93bb 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeCellRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeCellRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeModel.java b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeModel.java index 86d299a7be..99a7967e61 100644 --- a/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/tokenpanel/TokenPanelTreeModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.tokenpanel; diff --git a/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialog.java b/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialog.java index 69bf790f8a..1b0944410f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.transferprogressdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialogView.java b/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialogView.java index bfe3b76db7..90f28ee283 100644 --- a/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialogView.java +++ b/src/main/java/net/rptools/maptool/client/ui/transferprogressdialog/TransferProgressDialogView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.transferprogressdialog; diff --git a/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptDialog.java b/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptDialog.java index 0bc620c680..7e806f1834 100644 --- a/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptDialog.java +++ b/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptDialog.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.uvtt; diff --git a/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptView.java b/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptView.java index c87d733abe..fff45edfd2 100644 --- a/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptView.java +++ b/src/main/java/net/rptools/maptool/client/ui/uvtt/UvttLineOfSightPromptView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.uvtt; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/BufferedImagePool.java b/src/main/java/net/rptools/maptool/client/ui/zone/BufferedImagePool.java index 48de35579b..7dc64f2c47 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/BufferedImagePool.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/BufferedImagePool.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/DrawableLight.java b/src/main/java/net/rptools/maptool/client/ui/zone/DrawableLight.java index 374e3d8a6d..e93467dd7e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/DrawableLight.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/DrawableLight.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/DrawableRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/DrawableRenderer.java index 30381baed0..e71e467cac 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/DrawableRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/DrawableRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/FogUtil.java b/src/main/java/net/rptools/maptool/client/ui/zone/FogUtil.java index ca1a0ca80e..597626a5a4 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/FogUtil.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/FogUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/Illumination.java b/src/main/java/net/rptools/maptool/client/ui/zone/Illumination.java index c2f2c1ae05..3f9a855cc7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/Illumination.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/Illumination.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/IlluminationModel.java b/src/main/java/net/rptools/maptool/client/ui/zone/IlluminationModel.java index a482dbc901..621ddfaeb5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/IlluminationModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/IlluminationModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/Illuminator.java b/src/main/java/net/rptools/maptool/client/ui/zone/Illuminator.java index 163426a10d..05fc4ff182 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/Illuminator.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/Illuminator.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/LightSourceIconOverlay.java b/src/main/java/net/rptools/maptool/client/ui/zone/LightSourceIconOverlay.java index 8cae90b2bd..bae29e75a9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/LightSourceIconOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/LightSourceIconOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/LightingComposite.java b/src/main/java/net/rptools/maptool/client/ui/zone/LightingComposite.java index 3090900373..041f146cc1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/LightingComposite.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/LightingComposite.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/MapOverlay.java b/src/main/java/net/rptools/maptool/client/ui/zone/MapOverlay.java index 770c9abbd3..4fb1da6b95 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/MapOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/MapOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/Marker.java b/src/main/java/net/rptools/maptool/client/ui/zone/Marker.java index 626915072d..35ca8b591f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/Marker.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/Marker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/Notes.java b/src/main/java/net/rptools/maptool/client/ui/zone/Notes.java index 11885235dc..557e5fb0ac 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/Notes.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/Notes.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/PartitionedDrawableRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/PartitionedDrawableRenderer.java index 994762ebb8..d21aa1512b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/PartitionedDrawableRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/PartitionedDrawableRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/PlayerView.java b/src/main/java/net/rptools/maptool/client/ui/zone/PlayerView.java index 614aeb909d..b999c5659f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/PlayerView.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/PlayerView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/PointerOverlay.java b/src/main/java/net/rptools/maptool/client/ui/zone/PointerOverlay.java index b55b087d81..8a3db5b1b0 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/PointerOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/PointerOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/PointerToolOverlay.java b/src/main/java/net/rptools/maptool/client/ui/zone/PointerToolOverlay.java index 8f782dd3c2..2caa0b5241 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/PointerToolOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/PointerToolOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/RenderPathWorker.java b/src/main/java/net/rptools/maptool/client/ui/zone/RenderPathWorker.java index 6c934d0f2f..217292147b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/RenderPathWorker.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/RenderPathWorker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/SelectionModel.java b/src/main/java/net/rptools/maptool/client/ui/zone/SelectionModel.java index 9a813c8066..c774501ea2 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/SelectionModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/SelectionModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/SolidColorComposite.java b/src/main/java/net/rptools/maptool/client/ui/zone/SolidColorComposite.java index 4f6b23b5d9..9d1999c649 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/SolidColorComposite.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/SolidColorComposite.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneMiniMapPanel.java b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneMiniMapPanel.java index f2b05a7c63..a95e315f8e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneMiniMapPanel.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneMiniMapPanel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneOverlay.java b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneOverlay.java index 0bccb71ceb..41559a6af2 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneOverlay.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneOverlay.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/ZonePopupMenu.java b/src/main/java/net/rptools/maptool/client/ui/zone/ZonePopupMenu.java index 901e5d92cc..2ff3d927fe 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/ZonePopupMenu.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/ZonePopupMenu.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneView.java b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneView.java index c58e368c4c..88a7b606a2 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneView.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneView.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneViewModel.java b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneViewModel.java index e91e16363f..54b6ce9b55 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/ZoneViewModel.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/ZoneViewModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/AbstractCalloutRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/AbstractCalloutRenderer.java index 55be9d0f2c..a969d23fe3 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/AbstractCalloutRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/AbstractCalloutRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArgumentBuilder.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArgumentBuilder.java index 126ea28897..6dad71dd0b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArgumentBuilder.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArgumentBuilder.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArguments.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArguments.java index d305871cae..eff2b01108 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArguments.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutArguments.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutPopupLocation.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutPopupLocation.java index 5074cf8f42..a4d7f2b9ba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutPopupLocation.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutPopupLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutRenderer.java index addf1db2e6..d99a4c3aa5 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/CalloutRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/SpeechBubbleRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/SpeechBubbleRenderer.java index 8608c6d79f..c1e5abcdba 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/SpeechBubbleRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/SpeechBubbleRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/callout/ThoughtBubbleRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/callout/ThoughtBubbleRenderer.java index e5960af504..5ee1040fc9 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/callout/ThoughtBubbleRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/callout/ThoughtBubbleRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.callout; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DarknessRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DarknessRenderer.java index 361714ebcf..6a30bd175c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DarknessRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DarknessRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DebugRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DebugRenderer.java index 24fcfdbc2c..e3f9052e6f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DebugRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/DebugRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/FogRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/FogRenderer.java index b29d802863..25a68bfae8 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/FogRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/FogRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/GridRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/GridRenderer.java index b08310a255..8f2737b2f6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/GridRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/GridRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/HaloRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/HaloRenderer.java index 37d6f83132..6f92af9d9f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/HaloRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/HaloRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ItemRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ItemRenderer.java index 9fa98abd4e..7230ad442a 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ItemRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ItemRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelLocation.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelLocation.java index 77a61219d1..18a9388523 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelLocation.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelRenderer.java index 598e0c4be6..4ab4eabfe6 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LabelRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LightsRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LightsRenderer.java index 07354d8765..282f5ff666 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LightsRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LightsRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LumensRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LumensRenderer.java index e1692ea256..1a61842d69 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LumensRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/LumensRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/RenderHelper.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/RenderHelper.java index 424c7cbed5..3addc74c62 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/RenderHelper.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/RenderHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionRenderer.java index 2f0837dde0..b0e75b7d3f 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionSet.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionSet.java index 234dfcf984..f82cc2faa1 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionSet.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/SelectionSet.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/VisionOverlayRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/VisionOverlayRenderer.java index cd111f0c33..8aed24bed7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/VisionOverlayRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/VisionOverlayRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneCompositor.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneCompositor.java index d43cea2bfb..83be4f712c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneCompositor.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneCompositor.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRenderer.java index cea940d0cb..2e4415a328 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererConstants.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererConstants.java index fc4fc94b37..fcd092ad4c 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererConstants.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererConstants.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererFactory.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererFactory.java index 6634448df3..abe8687de8 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererFactory.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/ZoneRendererFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/FacingArrowRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/FacingArrowRenderer.java index 071a21e7b5..84cf205a09 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/FacingArrowRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/FacingArrowRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer.tokenRender; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/TokenRenderer.java b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/TokenRenderer.java index cdc8fb51eb..a1f44b6e7b 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/TokenRenderer.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/renderer/tokenRender/TokenRenderer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.renderer.tokenRender; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/EndpointSet.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/EndpointSet.java index 2f637c234d..edca422dae 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/EndpointSet.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/EndpointSet.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/Facing.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/Facing.java index 5d3d9af7f6..c11401f5fe 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/Facing.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/Facing.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/MovementBlockingTopology.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/MovementBlockingTopology.java index 6c41b30fd0..c5c4c4d6f7 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/MovementBlockingTopology.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/MovementBlockingTopology.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/NodedTopology.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/NodedTopology.java index 46de22942f..204f2a158d 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/NodedTopology.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/NodedTopology.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/TokenVBL.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/TokenVBL.java index 10cae8e7f2..90ed11ca9e 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/TokenVBL.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/TokenVBL.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilityProblem.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilityProblem.java index e61906e6dc..11ab8443ef 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilityProblem.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilityProblem.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilitySweepEndpoint.java b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilitySweepEndpoint.java index c0c1c10b27..3065416b53 100644 --- a/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilitySweepEndpoint.java +++ b/src/main/java/net/rptools/maptool/client/ui/zone/vbl/VisibilitySweepEndpoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.zone.vbl; diff --git a/src/main/java/net/rptools/maptool/client/utilities/DungeonDraftImporter.java b/src/main/java/net/rptools/maptool/client/utilities/DungeonDraftImporter.java index 75326427f3..96763b1b9a 100644 --- a/src/main/java/net/rptools/maptool/client/utilities/DungeonDraftImporter.java +++ b/src/main/java/net/rptools/maptool/client/utilities/DungeonDraftImporter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.utilities; diff --git a/src/main/java/net/rptools/maptool/client/utilities/RandomSuffixFactory.java b/src/main/java/net/rptools/maptool/client/utilities/RandomSuffixFactory.java index 1ccff8a589..1496003534 100644 --- a/src/main/java/net/rptools/maptool/client/utilities/RandomSuffixFactory.java +++ b/src/main/java/net/rptools/maptool/client/utilities/RandomSuffixFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.utilities; diff --git a/src/main/java/net/rptools/maptool/client/walker/AbstractZoneWalker.java b/src/main/java/net/rptools/maptool/client/walker/AbstractZoneWalker.java index 5bab904709..c90eead8e3 100644 --- a/src/main/java/net/rptools/maptool/client/walker/AbstractZoneWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/AbstractZoneWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker; diff --git a/src/main/java/net/rptools/maptool/client/walker/NaiveWalker.java b/src/main/java/net/rptools/maptool/client/walker/NaiveWalker.java index 2826134304..5d337ed6b9 100644 --- a/src/main/java/net/rptools/maptool/client/walker/NaiveWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/NaiveWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker; diff --git a/src/main/java/net/rptools/maptool/client/walker/WalkerMetric.java b/src/main/java/net/rptools/maptool/client/walker/WalkerMetric.java index 693a83d8d8..10cb1dd19a 100644 --- a/src/main/java/net/rptools/maptool/client/walker/WalkerMetric.java +++ b/src/main/java/net/rptools/maptool/client/walker/WalkerMetric.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker; diff --git a/src/main/java/net/rptools/maptool/client/walker/ZoneWalker.java b/src/main/java/net/rptools/maptool/client/walker/ZoneWalker.java index 394c7b929e..a8e8a0f039 100644 --- a/src/main/java/net/rptools/maptool/client/walker/ZoneWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/ZoneWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AStarCellPoint.java b/src/main/java/net/rptools/maptool/client/walker/astar/AStarCellPoint.java index 0095090950..718059b3ef 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AStarCellPoint.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AStarCellPoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AStarHorizHexEuclideanWalker.java b/src/main/java/net/rptools/maptool/client/walker/astar/AStarHorizHexEuclideanWalker.java index 6a0cbafc6c..d419478873 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AStarHorizHexEuclideanWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AStarHorizHexEuclideanWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AStarSquareEuclideanWalker.java b/src/main/java/net/rptools/maptool/client/walker/astar/AStarSquareEuclideanWalker.java index 5838d9ccf2..457bb1cd6e 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AStarSquareEuclideanWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AStarSquareEuclideanWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AStarVertHexEuclideanWalker.java b/src/main/java/net/rptools/maptool/client/walker/astar/AStarVertHexEuclideanWalker.java index e21b7fc740..5a9410ad79 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AStarVertHexEuclideanWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AStarVertHexEuclideanWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarHexEuclideanWalker.java b/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarHexEuclideanWalker.java index 0ecf49388e..7284842892 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarHexEuclideanWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarHexEuclideanWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarWalker.java b/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarWalker.java index 54143ea102..fe6c64fc25 100644 --- a/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarWalker.java +++ b/src/main/java/net/rptools/maptool/client/walker/astar/AbstractAStarWalker.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.walker.astar; diff --git a/src/main/java/net/rptools/maptool/common/MapToolConstants.java b/src/main/java/net/rptools/maptool/common/MapToolConstants.java index 67a3f2fd5b..af15661f6b 100644 --- a/src/main/java/net/rptools/maptool/common/MapToolConstants.java +++ b/src/main/java/net/rptools/maptool/common/MapToolConstants.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.common; diff --git a/src/main/java/net/rptools/maptool/events/MapToolEventBus.java b/src/main/java/net/rptools/maptool/events/MapToolEventBus.java index cafd187adb..fb8738f0a0 100644 --- a/src/main/java/net/rptools/maptool/events/MapToolEventBus.java +++ b/src/main/java/net/rptools/maptool/events/MapToolEventBus.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.events; diff --git a/src/main/java/net/rptools/maptool/events/TokenHoverListener.java b/src/main/java/net/rptools/maptool/events/TokenHoverListener.java index 19e088bbe6..9b2074c5c4 100644 --- a/src/main/java/net/rptools/maptool/events/TokenHoverListener.java +++ b/src/main/java/net/rptools/maptool/events/TokenHoverListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.events; diff --git a/src/main/java/net/rptools/maptool/events/ZoneLoadedListener.java b/src/main/java/net/rptools/maptool/events/ZoneLoadedListener.java index 2d71cedb18..48246fb537 100644 --- a/src/main/java/net/rptools/maptool/events/ZoneLoadedListener.java +++ b/src/main/java/net/rptools/maptool/events/ZoneLoadedListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.events; diff --git a/src/main/java/net/rptools/maptool/model/AStarCellPointConverter.java b/src/main/java/net/rptools/maptool/model/AStarCellPointConverter.java index 9b1a06316d..f6039eccff 100644 --- a/src/main/java/net/rptools/maptool/model/AStarCellPointConverter.java +++ b/src/main/java/net/rptools/maptool/model/AStarCellPointConverter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AbstractPoint.java b/src/main/java/net/rptools/maptool/model/AbstractPoint.java index 20d73a1c04..8ca8f0a13f 100644 --- a/src/main/java/net/rptools/maptool/model/AbstractPoint.java +++ b/src/main/java/net/rptools/maptool/model/AbstractPoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Asset.java b/src/main/java/net/rptools/maptool/model/Asset.java index d628935491..a992bf1ab7 100644 --- a/src/main/java/net/rptools/maptool/model/Asset.java +++ b/src/main/java/net/rptools/maptool/model/Asset.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AssetAvailableListener.java b/src/main/java/net/rptools/maptool/model/AssetAvailableListener.java index aff28609c6..36e334648e 100644 --- a/src/main/java/net/rptools/maptool/model/AssetAvailableListener.java +++ b/src/main/java/net/rptools/maptool/model/AssetAvailableListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AssetGroup.java b/src/main/java/net/rptools/maptool/model/AssetGroup.java index cfced9cb9d..bd488ac878 100644 --- a/src/main/java/net/rptools/maptool/model/AssetGroup.java +++ b/src/main/java/net/rptools/maptool/model/AssetGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AssetImageConverter.java b/src/main/java/net/rptools/maptool/model/AssetImageConverter.java index 84944f0db7..3fb8dee4a7 100644 --- a/src/main/java/net/rptools/maptool/model/AssetImageConverter.java +++ b/src/main/java/net/rptools/maptool/model/AssetImageConverter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AssetLoader.java b/src/main/java/net/rptools/maptool/model/AssetLoader.java index b695896865..a8685cfddf 100644 --- a/src/main/java/net/rptools/maptool/model/AssetLoader.java +++ b/src/main/java/net/rptools/maptool/model/AssetLoader.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AssetManager.java b/src/main/java/net/rptools/maptool/model/AssetManager.java index eaebded673..bd288fd105 100644 --- a/src/main/java/net/rptools/maptool/model/AssetManager.java +++ b/src/main/java/net/rptools/maptool/model/AssetManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Association.java b/src/main/java/net/rptools/maptool/model/Association.java index 20fd107331..6990d4ccad 100644 --- a/src/main/java/net/rptools/maptool/model/Association.java +++ b/src/main/java/net/rptools/maptool/model/Association.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/AttachedLightSource.java b/src/main/java/net/rptools/maptool/model/AttachedLightSource.java index 465d039eb3..5acdf3dffb 100644 --- a/src/main/java/net/rptools/maptool/model/AttachedLightSource.java +++ b/src/main/java/net/rptools/maptool/model/AttachedLightSource.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Campaign.java b/src/main/java/net/rptools/maptool/model/Campaign.java index d27cd719c3..3ed966e7c2 100644 --- a/src/main/java/net/rptools/maptool/model/Campaign.java +++ b/src/main/java/net/rptools/maptool/model/Campaign.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/CampaignFactory.java b/src/main/java/net/rptools/maptool/model/CampaignFactory.java index ef5523806c..b3f8467231 100644 --- a/src/main/java/net/rptools/maptool/model/CampaignFactory.java +++ b/src/main/java/net/rptools/maptool/model/CampaignFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/CampaignProperties.java b/src/main/java/net/rptools/maptool/model/CampaignProperties.java index f59f806f3a..362b3641cb 100644 --- a/src/main/java/net/rptools/maptool/model/CampaignProperties.java +++ b/src/main/java/net/rptools/maptool/model/CampaignProperties.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/CategorizedHalos.java b/src/main/java/net/rptools/maptool/model/CategorizedHalos.java index 26b546bfdc..e7228f0417 100644 --- a/src/main/java/net/rptools/maptool/model/CategorizedHalos.java +++ b/src/main/java/net/rptools/maptool/model/CategorizedHalos.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/CategorizedLights.java b/src/main/java/net/rptools/maptool/model/CategorizedLights.java index e4f1245237..26cd6784c9 100644 --- a/src/main/java/net/rptools/maptool/model/CategorizedLights.java +++ b/src/main/java/net/rptools/maptool/model/CategorizedLights.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/CellPoint.java b/src/main/java/net/rptools/maptool/model/CellPoint.java index ccf83e22dc..085d3f3cb1 100644 --- a/src/main/java/net/rptools/maptool/model/CellPoint.java +++ b/src/main/java/net/rptools/maptool/model/CellPoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ExposedAreaMetaData.java b/src/main/java/net/rptools/maptool/model/ExposedAreaMetaData.java index f019db0113..5b1cd69c27 100644 --- a/src/main/java/net/rptools/maptool/model/ExposedAreaMetaData.java +++ b/src/main/java/net/rptools/maptool/model/ExposedAreaMetaData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/GUID.java b/src/main/java/net/rptools/maptool/model/GUID.java index f2cac27cd4..55e7d1b184 100644 --- a/src/main/java/net/rptools/maptool/model/GUID.java +++ b/src/main/java/net/rptools/maptool/model/GUID.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Grid.java b/src/main/java/net/rptools/maptool/model/Grid.java index 23fa4a5746..a5c7334279 100644 --- a/src/main/java/net/rptools/maptool/model/Grid.java +++ b/src/main/java/net/rptools/maptool/model/Grid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/GridCapabilities.java b/src/main/java/net/rptools/maptool/model/GridCapabilities.java index adc7945a27..a085a5b7c4 100644 --- a/src/main/java/net/rptools/maptool/model/GridCapabilities.java +++ b/src/main/java/net/rptools/maptool/model/GridCapabilities.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/GridFactory.java b/src/main/java/net/rptools/maptool/model/GridFactory.java index 453b37108a..c0a916bb19 100644 --- a/src/main/java/net/rptools/maptool/model/GridFactory.java +++ b/src/main/java/net/rptools/maptool/model/GridFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/GridlessGrid.java b/src/main/java/net/rptools/maptool/model/GridlessGrid.java index 1771f131a5..326627aa8b 100644 --- a/src/main/java/net/rptools/maptool/model/GridlessGrid.java +++ b/src/main/java/net/rptools/maptool/model/GridlessGrid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Halo.java b/src/main/java/net/rptools/maptool/model/Halo.java index 89997a4cb7..ebc0a64f99 100644 --- a/src/main/java/net/rptools/maptool/model/Halo.java +++ b/src/main/java/net/rptools/maptool/model/Halo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/HaloPart.java b/src/main/java/net/rptools/maptool/model/HaloPart.java index 5ae171ac61..89b0debc7f 100644 --- a/src/main/java/net/rptools/maptool/model/HaloPart.java +++ b/src/main/java/net/rptools/maptool/model/HaloPart.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Halos.java b/src/main/java/net/rptools/maptool/model/Halos.java index f30a503b1c..cbf0f45afb 100644 --- a/src/main/java/net/rptools/maptool/model/Halos.java +++ b/src/main/java/net/rptools/maptool/model/Halos.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/HeroLabData.java b/src/main/java/net/rptools/maptool/model/HeroLabData.java index 4ce3db8c9b..bc7f1a07a7 100644 --- a/src/main/java/net/rptools/maptool/model/HeroLabData.java +++ b/src/main/java/net/rptools/maptool/model/HeroLabData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/HexGrid.java b/src/main/java/net/rptools/maptool/model/HexGrid.java index ba9b7162da..6e80b7450a 100644 --- a/src/main/java/net/rptools/maptool/model/HexGrid.java +++ b/src/main/java/net/rptools/maptool/model/HexGrid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/HexGridHorizontal.java b/src/main/java/net/rptools/maptool/model/HexGridHorizontal.java index 0d954b7a4f..95de002f78 100644 --- a/src/main/java/net/rptools/maptool/model/HexGridHorizontal.java +++ b/src/main/java/net/rptools/maptool/model/HexGridHorizontal.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/HexGridVertical.java b/src/main/java/net/rptools/maptool/model/HexGridVertical.java index 5b7a659305..b0ad6eecc6 100644 --- a/src/main/java/net/rptools/maptool/model/HexGridVertical.java +++ b/src/main/java/net/rptools/maptool/model/HexGridVertical.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/InitiativeList.java b/src/main/java/net/rptools/maptool/model/InitiativeList.java index 2d4a79e966..471f996e3e 100644 --- a/src/main/java/net/rptools/maptool/model/InitiativeList.java +++ b/src/main/java/net/rptools/maptool/model/InitiativeList.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/InitiativeListModel.java b/src/main/java/net/rptools/maptool/model/InitiativeListModel.java index 43d0b7bce6..8cb7d1a8cf 100644 --- a/src/main/java/net/rptools/maptool/model/InitiativeListModel.java +++ b/src/main/java/net/rptools/maptool/model/InitiativeListModel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/InvalidGUIDException.java b/src/main/java/net/rptools/maptool/model/InvalidGUIDException.java index a98322fca9..b2e3294666 100644 --- a/src/main/java/net/rptools/maptool/model/InvalidGUIDException.java +++ b/src/main/java/net/rptools/maptool/model/InvalidGUIDException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/IsometricGrid.java b/src/main/java/net/rptools/maptool/model/IsometricGrid.java index 47ffda875e..4402207dae 100644 --- a/src/main/java/net/rptools/maptool/model/IsometricGrid.java +++ b/src/main/java/net/rptools/maptool/model/IsometricGrid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Label.java b/src/main/java/net/rptools/maptool/model/Label.java index 4ff3d6b337..06c3e193f4 100644 --- a/src/main/java/net/rptools/maptool/model/Label.java +++ b/src/main/java/net/rptools/maptool/model/Label.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Light.java b/src/main/java/net/rptools/maptool/model/Light.java index 4f2079fd76..43bae484f9 100644 --- a/src/main/java/net/rptools/maptool/model/Light.java +++ b/src/main/java/net/rptools/maptool/model/Light.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/LightSource.java b/src/main/java/net/rptools/maptool/model/LightSource.java index b76c052401..76cb7a75ef 100644 --- a/src/main/java/net/rptools/maptool/model/LightSource.java +++ b/src/main/java/net/rptools/maptool/model/LightSource.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Lights.java b/src/main/java/net/rptools/maptool/model/Lights.java index 9e83477673..47e391a99a 100644 --- a/src/main/java/net/rptools/maptool/model/Lights.java +++ b/src/main/java/net/rptools/maptool/model/Lights.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/LookupTable.java b/src/main/java/net/rptools/maptool/model/LookupTable.java index 5bb5ebe271..7687333a79 100644 --- a/src/main/java/net/rptools/maptool/model/LookupTable.java +++ b/src/main/java/net/rptools/maptool/model/LookupTable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/MacroButtonProperties.java b/src/main/java/net/rptools/maptool/model/MacroButtonProperties.java index 789dc17992..8720ee83dc 100644 --- a/src/main/java/net/rptools/maptool/model/MacroButtonProperties.java +++ b/src/main/java/net/rptools/maptool/model/MacroButtonProperties.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ModelChangeEvent.java b/src/main/java/net/rptools/maptool/model/ModelChangeEvent.java index 8a0dac5026..7ea8744414 100644 --- a/src/main/java/net/rptools/maptool/model/ModelChangeEvent.java +++ b/src/main/java/net/rptools/maptool/model/ModelChangeEvent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/MovementKey.java b/src/main/java/net/rptools/maptool/model/MovementKey.java index be6da48c6e..a3d45541d3 100644 --- a/src/main/java/net/rptools/maptool/model/MovementKey.java +++ b/src/main/java/net/rptools/maptool/model/MovementKey.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Path.java b/src/main/java/net/rptools/maptool/model/Path.java index 3c01d9cd42..2c89aa8780 100644 --- a/src/main/java/net/rptools/maptool/model/Path.java +++ b/src/main/java/net/rptools/maptool/model/Path.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Pointer.java b/src/main/java/net/rptools/maptool/model/Pointer.java index 8a56ee5eca..dc04cd7dcf 100644 --- a/src/main/java/net/rptools/maptool/model/Pointer.java +++ b/src/main/java/net/rptools/maptool/model/Pointer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ShapeType.java b/src/main/java/net/rptools/maptool/model/ShapeType.java index df27b886da..b2e6ec8fa2 100644 --- a/src/main/java/net/rptools/maptool/model/ShapeType.java +++ b/src/main/java/net/rptools/maptool/model/ShapeType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/SightType.java b/src/main/java/net/rptools/maptool/model/SightType.java index 99233493e4..15356ff889 100644 --- a/src/main/java/net/rptools/maptool/model/SightType.java +++ b/src/main/java/net/rptools/maptool/model/SightType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Sights.java b/src/main/java/net/rptools/maptool/model/Sights.java index 4126a825f6..da1388aa71 100644 --- a/src/main/java/net/rptools/maptool/model/Sights.java +++ b/src/main/java/net/rptools/maptool/model/Sights.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/SquareGrid.java b/src/main/java/net/rptools/maptool/model/SquareGrid.java index 9c30ffa545..e01d6445d2 100644 --- a/src/main/java/net/rptools/maptool/model/SquareGrid.java +++ b/src/main/java/net/rptools/maptool/model/SquareGrid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/TextMessage.java b/src/main/java/net/rptools/maptool/model/TextMessage.java index 68d44dee5d..9755fe3ca7 100644 --- a/src/main/java/net/rptools/maptool/model/TextMessage.java +++ b/src/main/java/net/rptools/maptool/model/TextMessage.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Token.java b/src/main/java/net/rptools/maptool/model/Token.java index 073a0f85e3..3ed7f0327a 100644 --- a/src/main/java/net/rptools/maptool/model/Token.java +++ b/src/main/java/net/rptools/maptool/model/Token.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/TokenFootprint.java b/src/main/java/net/rptools/maptool/model/TokenFootprint.java index 92ce7843a6..2c2dfb0cf4 100644 --- a/src/main/java/net/rptools/maptool/model/TokenFootprint.java +++ b/src/main/java/net/rptools/maptool/model/TokenFootprint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/TokenProperty.java b/src/main/java/net/rptools/maptool/model/TokenProperty.java index 40ddd86506..c35f51108d 100644 --- a/src/main/java/net/rptools/maptool/model/TokenProperty.java +++ b/src/main/java/net/rptools/maptool/model/TokenProperty.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ViewMovementKey.java b/src/main/java/net/rptools/maptool/model/ViewMovementKey.java index aac316824f..40506a9b52 100644 --- a/src/main/java/net/rptools/maptool/model/ViewMovementKey.java +++ b/src/main/java/net/rptools/maptool/model/ViewMovementKey.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/Zone.java b/src/main/java/net/rptools/maptool/model/Zone.java index b097ca1307..622c8f5f88 100644 --- a/src/main/java/net/rptools/maptool/model/Zone.java +++ b/src/main/java/net/rptools/maptool/model/Zone.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ZoneFactory.java b/src/main/java/net/rptools/maptool/model/ZoneFactory.java index c1b3c5dc12..cf47ec0f80 100644 --- a/src/main/java/net/rptools/maptool/model/ZoneFactory.java +++ b/src/main/java/net/rptools/maptool/model/ZoneFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/ZonePoint.java b/src/main/java/net/rptools/maptool/model/ZonePoint.java index f49a1e8cb4..dd692504b0 100644 --- a/src/main/java/net/rptools/maptool/model/ZonePoint.java +++ b/src/main/java/net/rptools/maptool/model/ZonePoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/main/java/net/rptools/maptool/model/campaign/CampaignManager.java b/src/main/java/net/rptools/maptool/model/campaign/CampaignManager.java index 1b85fb86b7..4a1adb5eaa 100644 --- a/src/main/java/net/rptools/maptool/model/campaign/CampaignManager.java +++ b/src/main/java/net/rptools/maptool/model/campaign/CampaignManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.campaign; diff --git a/src/main/java/net/rptools/maptool/model/converters/WallTopologyConverter.java b/src/main/java/net/rptools/maptool/model/converters/WallTopologyConverter.java index 2505d33bed..61e69ce4e0 100644 --- a/src/main/java/net/rptools/maptool/model/converters/WallTopologyConverter.java +++ b/src/main/java/net/rptools/maptool/model/converters/WallTopologyConverter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.converters; diff --git a/src/main/java/net/rptools/maptool/model/drawing/AbstractDrawing.java b/src/main/java/net/rptools/maptool/model/drawing/AbstractDrawing.java index da544fdd30..5f907e9122 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/AbstractDrawing.java +++ b/src/main/java/net/rptools/maptool/model/drawing/AbstractDrawing.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/AbstractTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/AbstractTemplate.java index 30cccd5579..fe83403181 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/AbstractTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/AbstractTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/BlastTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/BlastTemplate.java index 16a01c2f1b..bf30bfcd50 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/BlastTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/BlastTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/BurstTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/BurstTemplate.java index 27697388f5..b8cd7a8243 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/BurstTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/BurstTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/ConeTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/ConeTemplate.java index ebb6e80162..b267a9b607 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/ConeTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/ConeTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/Cross.java b/src/main/java/net/rptools/maptool/model/drawing/Cross.java index f9d96cc430..be20ca00e3 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/Cross.java +++ b/src/main/java/net/rptools/maptool/model/drawing/Cross.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/Drawable.java b/src/main/java/net/rptools/maptool/model/drawing/Drawable.java index a2ee068b0b..d8a8b67983 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/Drawable.java +++ b/src/main/java/net/rptools/maptool/model/drawing/Drawable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawableColorPaint.java b/src/main/java/net/rptools/maptool/model/drawing/DrawableColorPaint.java index 77252af8c3..163315799d 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawableColorPaint.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawableColorPaint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawableNoise.java b/src/main/java/net/rptools/maptool/model/drawing/DrawableNoise.java index af6a0fcd47..74fed217b2 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawableNoise.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawableNoise.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawablePaint.java b/src/main/java/net/rptools/maptool/model/drawing/DrawablePaint.java index 3ede4ec7e7..ef0229acb5 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawablePaint.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawablePaint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawableTexturePaint.java b/src/main/java/net/rptools/maptool/model/drawing/DrawableTexturePaint.java index 1d3c74f3f7..9c9413e8d1 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawableTexturePaint.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawableTexturePaint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawablesGroup.java b/src/main/java/net/rptools/maptool/model/drawing/DrawablesGroup.java index 4065a5d74b..e6c7c0952f 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawablesGroup.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawablesGroup.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawnElement.java b/src/main/java/net/rptools/maptool/model/drawing/DrawnElement.java index 5adfce1e09..463b8f2c26 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawnElement.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawnElement.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/DrawnLabel.java b/src/main/java/net/rptools/maptool/model/drawing/DrawnLabel.java index aedbe38258..921c6301fa 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/DrawnLabel.java +++ b/src/main/java/net/rptools/maptool/model/drawing/DrawnLabel.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/ExtendedGeneralPath_Double.java b/src/main/java/net/rptools/maptool/model/drawing/ExtendedGeneralPath_Double.java index 2b23779f96..f53501f0b5 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/ExtendedGeneralPath_Double.java +++ b/src/main/java/net/rptools/maptool/model/drawing/ExtendedGeneralPath_Double.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/LineCellTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/LineCellTemplate.java index a2bd4b8b2a..9ee3d95af9 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/LineCellTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/LineCellTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/LineSegment.java b/src/main/java/net/rptools/maptool/model/drawing/LineSegment.java index 18e615e63d..e5257849b8 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/LineSegment.java +++ b/src/main/java/net/rptools/maptool/model/drawing/LineSegment.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/LineTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/LineTemplate.java index 554e4ff907..51ce22afc0 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/LineTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/LineTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/Oval.java b/src/main/java/net/rptools/maptool/model/drawing/Oval.java index f785431961..77712f8051 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/Oval.java +++ b/src/main/java/net/rptools/maptool/model/drawing/Oval.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/Pen.java b/src/main/java/net/rptools/maptool/model/drawing/Pen.java index 2c6874a149..bf27a17ec4 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/Pen.java +++ b/src/main/java/net/rptools/maptool/model/drawing/Pen.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/RadiusCellTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/RadiusCellTemplate.java index 7da04e5f88..5ad55eb81f 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/RadiusCellTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/RadiusCellTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/RadiusTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/RadiusTemplate.java index a6472a88c2..2c74ceed34 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/RadiusTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/RadiusTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/Rectangle.java b/src/main/java/net/rptools/maptool/model/drawing/Rectangle.java index 5ac1c830e6..690566cd87 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/Rectangle.java +++ b/src/main/java/net/rptools/maptool/model/drawing/Rectangle.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/ShapeDrawable.java b/src/main/java/net/rptools/maptool/model/drawing/ShapeDrawable.java index a4a760beaf..5c4db0d1ea 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/ShapeDrawable.java +++ b/src/main/java/net/rptools/maptool/model/drawing/ShapeDrawable.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/drawing/WallTemplate.java b/src/main/java/net/rptools/maptool/model/drawing/WallTemplate.java index 1d9be00232..7356f2c783 100644 --- a/src/main/java/net/rptools/maptool/model/drawing/WallTemplate.java +++ b/src/main/java/net/rptools/maptool/model/drawing/WallTemplate.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/DataStore.java b/src/main/java/net/rptools/maptool/model/gamedata/DataStore.java index f35304612a..20267bc1c7 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/DataStore.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/DataStore.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/DataStoreManager.java b/src/main/java/net/rptools/maptool/model/gamedata/DataStoreManager.java index 47fc83df18..dd0c67e0f1 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/DataStoreManager.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/DataStoreManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/DataStoreUpdateClientsProxy.java b/src/main/java/net/rptools/maptool/model/gamedata/DataStoreUpdateClientsProxy.java index aa8489bc03..1c0fdf2edf 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/DataStoreUpdateClientsProxy.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/DataStoreUpdateClientsProxy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/GameDataImporter.java b/src/main/java/net/rptools/maptool/model/gamedata/GameDataImporter.java index 2c69015594..663f214850 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/GameDataImporter.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/GameDataImporter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/InvalidDataOperation.java b/src/main/java/net/rptools/maptool/model/gamedata/InvalidDataOperation.java index 987f590901..ad54be6411 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/InvalidDataOperation.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/InvalidDataOperation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/MTScriptDataConversion.java b/src/main/java/net/rptools/maptool/model/gamedata/MTScriptDataConversion.java index 57947029dd..fc65c7335f 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/MTScriptDataConversion.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/MTScriptDataConversion.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/MemoryDataStore.java b/src/main/java/net/rptools/maptool/model/gamedata/MemoryDataStore.java index 250b50612e..3b927e9f4f 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/MemoryDataStore.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/MemoryDataStore.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/AssetDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/AssetDataValue.java index d3f43d3299..c6720ca7b7 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/AssetDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/AssetDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/BooleanDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/BooleanDataValue.java index 986dae9e31..72ec416e19 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/BooleanDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/BooleanDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/DataType.java b/src/main/java/net/rptools/maptool/model/gamedata/data/DataType.java index 03dceac0bf..46aab4448e 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/DataType.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/DataType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/DataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/DataValue.java index ec07280902..05fe10b281 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/DataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/DataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/DataValueFactory.java b/src/main/java/net/rptools/maptool/model/gamedata/data/DataValueFactory.java index 7c8efaaba0..8f5e2fdbf6 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/DataValueFactory.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/DataValueFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/DoubleDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/DoubleDataValue.java index ae751a7521..52b5b32541 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/DoubleDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/DoubleDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValue.java index 66022d7424..ff467fb222 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValue.java index be13d68b4c..f385e5ecd8 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/LongDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/LongDataValue.java index c7af7a0d0d..36c2e6bdaa 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/LongDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/LongDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/StringDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/StringDataValue.java index eddd58e674..83cba2c1e0 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/StringDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/StringDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/gamedata/data/UndefinedDataValue.java b/src/main/java/net/rptools/maptool/model/gamedata/data/UndefinedDataValue.java index 7aa300014e..483067f8cf 100644 --- a/src/main/java/net/rptools/maptool/model/gamedata/data/UndefinedDataValue.java +++ b/src/main/java/net/rptools/maptool/model/gamedata/data/UndefinedDataValue.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/main/java/net/rptools/maptool/model/library/AddOnsAddedEvent.java b/src/main/java/net/rptools/maptool/model/library/AddOnsAddedEvent.java index 1ff3e1c105..0223fb51c3 100644 --- a/src/main/java/net/rptools/maptool/model/library/AddOnsAddedEvent.java +++ b/src/main/java/net/rptools/maptool/model/library/AddOnsAddedEvent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/AddOnsRemovedEvent.java b/src/main/java/net/rptools/maptool/model/library/AddOnsRemovedEvent.java index c8c26a05a8..8ec8a931a3 100644 --- a/src/main/java/net/rptools/maptool/model/library/AddOnsRemovedEvent.java +++ b/src/main/java/net/rptools/maptool/model/library/AddOnsRemovedEvent.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/Library.java b/src/main/java/net/rptools/maptool/model/library/Library.java index 7b8da84fee..a5da56bc93 100644 --- a/src/main/java/net/rptools/maptool/model/library/Library.java +++ b/src/main/java/net/rptools/maptool/model/library/Library.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/LibraryInfo.java b/src/main/java/net/rptools/maptool/model/library/LibraryInfo.java index 68a239a149..19f9125b65 100644 --- a/src/main/java/net/rptools/maptool/model/library/LibraryInfo.java +++ b/src/main/java/net/rptools/maptool/model/library/LibraryInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/LibraryManager.java b/src/main/java/net/rptools/maptool/model/library/LibraryManager.java index 69aa9e5632..dea8be4859 100644 --- a/src/main/java/net/rptools/maptool/model/library/LibraryManager.java +++ b/src/main/java/net/rptools/maptool/model/library/LibraryManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/LibraryNotValidException.java b/src/main/java/net/rptools/maptool/model/library/LibraryNotValidException.java index 8d29c50f45..9ba5401c99 100644 --- a/src/main/java/net/rptools/maptool/model/library/LibraryNotValidException.java +++ b/src/main/java/net/rptools/maptool/model/library/LibraryNotValidException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/LibraryType.java b/src/main/java/net/rptools/maptool/model/library/LibraryType.java index 3fc0d5774b..fc80203eef 100644 --- a/src/main/java/net/rptools/maptool/model/library/LibraryType.java +++ b/src/main/java/net/rptools/maptool/model/library/LibraryType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/MTScriptMacroInfo.java b/src/main/java/net/rptools/maptool/model/library/MTScriptMacroInfo.java index fa02e7849d..86c6bbc646 100644 --- a/src/main/java/net/rptools/maptool/model/library/MTScriptMacroInfo.java +++ b/src/main/java/net/rptools/maptool/model/library/MTScriptMacroInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibrary.java b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibrary.java index 2a9ca1e3c0..7bb5426133 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibrary.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibrary.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryData.java b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryData.java index 92920b4342..a80a5d0eab 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryData.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryImporter.java b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryImporter.java index 76c7159e42..82bab626ff 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryImporter.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryImporter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryManager.java b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryManager.java index 5d04309356..a2ad4ba52c 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryManager.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/AddOnLibraryManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/AddOnSlashCommandManager.java b/src/main/java/net/rptools/maptool/model/library/addon/AddOnSlashCommandManager.java index 8ab2f37a97..2823ae64e1 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/AddOnSlashCommandManager.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/AddOnSlashCommandManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/addon/TransferableAddOnLibrary.java b/src/main/java/net/rptools/maptool/model/library/addon/TransferableAddOnLibrary.java index 867e157b1b..3a5c9f777e 100644 --- a/src/main/java/net/rptools/maptool/model/library/addon/TransferableAddOnLibrary.java +++ b/src/main/java/net/rptools/maptool/model/library/addon/TransferableAddOnLibrary.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.addon; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibrary.java b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibrary.java index d2f752a8d0..4a03b735a0 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibrary.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibrary.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryData.java b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryData.java index 74292cf086..24fbed9726 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryData.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryManager.java b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryManager.java index f27ddbe157..51c676bfb2 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryManager.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/BuiltInLibraryManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/ClassPathAddOnLibrary.java b/src/main/java/net/rptools/maptool/model/library/builtin/ClassPathAddOnLibrary.java index 8dcd8c2b2c..c9cef07d9c 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/ClassPathAddOnLibrary.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/ClassPathAddOnLibrary.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/MapToolBuiltInLibrary.java b/src/main/java/net/rptools/maptool/model/library/builtin/MapToolBuiltInLibrary.java index 629c1cfd69..80749c40bd 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/MapToolBuiltInLibrary.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/MapToolBuiltInLibrary.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ButtonCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ButtonCssContext.java index 74ee54413c..d2867b976f 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ButtonCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ButtonCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/CheckBoxCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/CheckBoxCssContext.java index b9afd08098..7fe0727937 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/CheckBoxCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/CheckBoxCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ColorCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ColorCssContext.java index e9731b8056..1dfb1180a3 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ColorCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ColorCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComboBoxCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComboBoxCssContext.java index 547804038f..0a72ec66dd 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComboBoxCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComboBoxCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComponentCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComponentCssContext.java index f78af1e947..9bd42db347 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComponentCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ComponentCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/MeterProgressBarCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/MeterProgressBarCssContext.java index 04c9b2556b..566795de09 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/MeterProgressBarCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/MeterProgressBarCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/PreferencesCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/PreferencesCssContext.java index 1f6d0c7416..762e8799cc 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/PreferencesCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/PreferencesCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ProgressBarCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ProgressBarCssContext.java index d1929ab449..8cffd874af 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ProgressBarCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ProgressBarCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ScrollBarCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ScrollBarCssContext.java index 724f00a000..321fc58822 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ScrollBarCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ScrollBarCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/SliderCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/SliderCssContext.java index 3d741dd725..7ba9a1b57f 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/SliderCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/SliderCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextAreaCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextAreaCssContext.java index fd2f54a541..8376b5ae09 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextAreaCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextAreaCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextInputCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextInputCssContext.java index 84bddef146..11fff7a0e7 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextInputCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/TextInputCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeCssContext.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeCssContext.java index a8ca19ed33..0deaa9a6ed 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeCssContext.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeCssContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeHeader.java b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeHeader.java index 287511b7c4..235c7c8885 100644 --- a/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeHeader.java +++ b/src/main/java/net/rptools/maptool/model/library/builtin/themecss/ThemeHeader.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.builtin.themecss; diff --git a/src/main/java/net/rptools/maptool/model/library/data/LibraryData.java b/src/main/java/net/rptools/maptool/model/library/data/LibraryData.java index 0ccbd9378c..17873798fb 100644 --- a/src/main/java/net/rptools/maptool/model/library/data/LibraryData.java +++ b/src/main/java/net/rptools/maptool/model/library/data/LibraryData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.data; diff --git a/src/main/java/net/rptools/maptool/model/library/token/LibTokenConverter.java b/src/main/java/net/rptools/maptool/model/library/token/LibTokenConverter.java index 047e693ee1..f75e710240 100644 --- a/src/main/java/net/rptools/maptool/model/library/token/LibTokenConverter.java +++ b/src/main/java/net/rptools/maptool/model/library/token/LibTokenConverter.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.token; diff --git a/src/main/java/net/rptools/maptool/model/library/token/LibraryToken.java b/src/main/java/net/rptools/maptool/model/library/token/LibraryToken.java index f4e3600c4e..9bf0630908 100644 --- a/src/main/java/net/rptools/maptool/model/library/token/LibraryToken.java +++ b/src/main/java/net/rptools/maptool/model/library/token/LibraryToken.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.token; diff --git a/src/main/java/net/rptools/maptool/model/library/token/LibraryTokenManager.java b/src/main/java/net/rptools/maptool/model/library/token/LibraryTokenManager.java index 80653bf182..461290912c 100644 --- a/src/main/java/net/rptools/maptool/model/library/token/LibraryTokenManager.java +++ b/src/main/java/net/rptools/maptool/model/library/token/LibraryTokenManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.token; diff --git a/src/main/java/net/rptools/maptool/model/library/token/TokenLibraryData.java b/src/main/java/net/rptools/maptool/model/library/token/TokenLibraryData.java index 9d168bcedf..02c801bb5c 100644 --- a/src/main/java/net/rptools/maptool/model/library/token/TokenLibraryData.java +++ b/src/main/java/net/rptools/maptool/model/library/token/TokenLibraryData.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.token; diff --git a/src/main/java/net/rptools/maptool/model/library/url/LibraryURLConnection.java b/src/main/java/net/rptools/maptool/model/library/url/LibraryURLConnection.java index 72c461c8c4..ad73fbb9d0 100644 --- a/src/main/java/net/rptools/maptool/model/library/url/LibraryURLConnection.java +++ b/src/main/java/net/rptools/maptool/model/library/url/LibraryURLConnection.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.url; diff --git a/src/main/java/net/rptools/maptool/model/library/url/LibraryURLStreamHandler.java b/src/main/java/net/rptools/maptool/model/library/url/LibraryURLStreamHandler.java index 6b61dbbb94..b96f4232f8 100644 --- a/src/main/java/net/rptools/maptool/model/library/url/LibraryURLStreamHandler.java +++ b/src/main/java/net/rptools/maptool/model/library/url/LibraryURLStreamHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.url; diff --git a/src/main/java/net/rptools/maptool/model/library/url/RequestHandler.java b/src/main/java/net/rptools/maptool/model/library/url/RequestHandler.java index 4aad7a1dea..735c45be26 100644 --- a/src/main/java/net/rptools/maptool/model/library/url/RequestHandler.java +++ b/src/main/java/net/rptools/maptool/model/library/url/RequestHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.library.url; diff --git a/src/main/java/net/rptools/maptool/model/player/DefaultPlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/DefaultPlayerDatabase.java index c66585b424..6062665ab9 100644 --- a/src/main/java/net/rptools/maptool/model/player/DefaultPlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/DefaultPlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/LocalPlayer.java b/src/main/java/net/rptools/maptool/model/player/LocalPlayer.java index f4eb87efb2..e3753258b5 100644 --- a/src/main/java/net/rptools/maptool/model/player/LocalPlayer.java +++ b/src/main/java/net/rptools/maptool/model/player/LocalPlayer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/LocalPlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/LocalPlayerDatabase.java index dfb8c7c025..31505b6818 100644 --- a/src/main/java/net/rptools/maptool/model/player/LocalPlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/LocalPlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/LoggedInPlayers.java b/src/main/java/net/rptools/maptool/model/player/LoggedInPlayers.java index d4e35171af..8fe3894e71 100644 --- a/src/main/java/net/rptools/maptool/model/player/LoggedInPlayers.java +++ b/src/main/java/net/rptools/maptool/model/player/LoggedInPlayers.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PasswordDatabaseException.java b/src/main/java/net/rptools/maptool/model/player/PasswordDatabaseException.java index 41d8a8d872..4762e9eb9f 100644 --- a/src/main/java/net/rptools/maptool/model/player/PasswordDatabaseException.java +++ b/src/main/java/net/rptools/maptool/model/player/PasswordDatabaseException.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PasswordFilePlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/PasswordFilePlayerDatabase.java index 92faa7cfd8..d154dd20b4 100644 --- a/src/main/java/net/rptools/maptool/model/player/PasswordFilePlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/PasswordFilePlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PersistedPlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/PersistedPlayerDatabase.java index f27aef1a9d..578524f8fc 100644 --- a/src/main/java/net/rptools/maptool/model/player/PersistedPlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/PersistedPlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PersonalServerPlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/PersonalServerPlayerDatabase.java index d4c7688842..94b9768461 100644 --- a/src/main/java/net/rptools/maptool/model/player/PersonalServerPlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/PersonalServerPlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayTime.java b/src/main/java/net/rptools/maptool/model/player/PlayTime.java index 704538c360..5d40959191 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayTime.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayTime.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/Player.java b/src/main/java/net/rptools/maptool/model/player/Player.java index 4374bb8e47..d7747d9fbc 100644 --- a/src/main/java/net/rptools/maptool/model/player/Player.java +++ b/src/main/java/net/rptools/maptool/model/player/Player.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerAwaitingApproval.java b/src/main/java/net/rptools/maptool/model/player/PlayerAwaitingApproval.java index ed730e08d5..1ef862e286 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerAwaitingApproval.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerAwaitingApproval.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerDBPropertyChange.java b/src/main/java/net/rptools/maptool/model/player/PlayerDBPropertyChange.java index f58063ff0e..01d8ee4389 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerDBPropertyChange.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerDBPropertyChange.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/PlayerDatabase.java index fae4fea040..598e18f7a6 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerDatabaseFactory.java b/src/main/java/net/rptools/maptool/model/player/PlayerDatabaseFactory.java index 03cb761ede..01d94b369e 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerDatabaseFactory.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerDatabaseFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerInfo.java b/src/main/java/net/rptools/maptool/model/player/PlayerInfo.java index 9de1a077bd..f352386645 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerInfo.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/PlayerZoneListener.java b/src/main/java/net/rptools/maptool/model/player/PlayerZoneListener.java index df701f5cee..c49fb0159c 100644 --- a/src/main/java/net/rptools/maptool/model/player/PlayerZoneListener.java +++ b/src/main/java/net/rptools/maptool/model/player/PlayerZoneListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/Players.java b/src/main/java/net/rptools/maptool/model/player/Players.java index 2174fdd686..803519c1bf 100644 --- a/src/main/java/net/rptools/maptool/model/player/Players.java +++ b/src/main/java/net/rptools/maptool/model/player/Players.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/player/ServerSidePlayerDatabase.java b/src/main/java/net/rptools/maptool/model/player/ServerSidePlayerDatabase.java index 159376e3fe..152cdb9eae 100644 --- a/src/main/java/net/rptools/maptool/model/player/ServerSidePlayerDatabase.java +++ b/src/main/java/net/rptools/maptool/model/player/ServerSidePlayerDatabase.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.player; diff --git a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheet.java b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheet.java index 74d28fb53a..72dc5aab1c 100644 --- a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheet.java +++ b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheet.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetContext.java b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetContext.java index 87d475b9c9..8351d6700c 100644 --- a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetContext.java +++ b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetContext.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetLocation.java b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetLocation.java index a90b1ee522..b8ba0e6128 100644 --- a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetLocation.java +++ b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetLocation.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetManager.java b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetManager.java index 1491216184..3687db213e 100644 --- a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetManager.java +++ b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetProperties.java b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetProperties.java index ce6c069cff..768155c1cc 100644 --- a/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetProperties.java +++ b/src/main/java/net/rptools/maptool/model/sheet/stats/StatSheetProperties.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.sheet.stats; diff --git a/src/main/java/net/rptools/maptool/model/tokens/TokenInfo.java b/src/main/java/net/rptools/maptool/model/tokens/TokenInfo.java index 5fa49c2a83..2691bee922 100644 --- a/src/main/java/net/rptools/maptool/model/tokens/TokenInfo.java +++ b/src/main/java/net/rptools/maptool/model/tokens/TokenInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.tokens; diff --git a/src/main/java/net/rptools/maptool/model/tokens/TokenMacroChanged.java b/src/main/java/net/rptools/maptool/model/tokens/TokenMacroChanged.java index a529791504..16c3e265eb 100644 --- a/src/main/java/net/rptools/maptool/model/tokens/TokenMacroChanged.java +++ b/src/main/java/net/rptools/maptool/model/tokens/TokenMacroChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.tokens; diff --git a/src/main/java/net/rptools/maptool/model/tokens/TokenPanelChanged.java b/src/main/java/net/rptools/maptool/model/tokens/TokenPanelChanged.java index 1072904e75..67eb6f0e2d 100644 --- a/src/main/java/net/rptools/maptool/model/tokens/TokenPanelChanged.java +++ b/src/main/java/net/rptools/maptool/model/tokens/TokenPanelChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.tokens; diff --git a/src/main/java/net/rptools/maptool/model/topology/MaskTopology.java b/src/main/java/net/rptools/maptool/model/topology/MaskTopology.java index 3e4ec01c89..51260fc511 100644 --- a/src/main/java/net/rptools/maptool/model/topology/MaskTopology.java +++ b/src/main/java/net/rptools/maptool/model/topology/MaskTopology.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/Topology.java b/src/main/java/net/rptools/maptool/model/topology/Topology.java index 912e946730..b7f2e6d11d 100644 --- a/src/main/java/net/rptools/maptool/model/topology/Topology.java +++ b/src/main/java/net/rptools/maptool/model/topology/Topology.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/Vertex.java b/src/main/java/net/rptools/maptool/model/topology/Vertex.java index 0bef76b1a8..a0924e050d 100644 --- a/src/main/java/net/rptools/maptool/model/topology/Vertex.java +++ b/src/main/java/net/rptools/maptool/model/topology/Vertex.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/VisibilityType.java b/src/main/java/net/rptools/maptool/model/topology/VisibilityType.java index 8bee82c823..68e2967af9 100644 --- a/src/main/java/net/rptools/maptool/model/topology/VisibilityType.java +++ b/src/main/java/net/rptools/maptool/model/topology/VisibilityType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/VisionResult.java b/src/main/java/net/rptools/maptool/model/topology/VisionResult.java index a02ab4a22c..3894786670 100644 --- a/src/main/java/net/rptools/maptool/model/topology/VisionResult.java +++ b/src/main/java/net/rptools/maptool/model/topology/VisionResult.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/Wall.java b/src/main/java/net/rptools/maptool/model/topology/Wall.java index bccaff4464..8e14095b1d 100644 --- a/src/main/java/net/rptools/maptool/model/topology/Wall.java +++ b/src/main/java/net/rptools/maptool/model/topology/Wall.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/topology/WallTopology.java b/src/main/java/net/rptools/maptool/model/topology/WallTopology.java index 96a700b2fa..9eee405556 100644 --- a/src/main/java/net/rptools/maptool/model/topology/WallTopology.java +++ b/src/main/java/net/rptools/maptool/model/topology/WallTopology.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.topology; diff --git a/src/main/java/net/rptools/maptool/model/transform/campaign/AssetNameTransform.java b/src/main/java/net/rptools/maptool/model/transform/campaign/AssetNameTransform.java index 8ae6e6e4fa..49946e86e1 100644 --- a/src/main/java/net/rptools/maptool/model/transform/campaign/AssetNameTransform.java +++ b/src/main/java/net/rptools/maptool/model/transform/campaign/AssetNameTransform.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/main/java/net/rptools/maptool/model/transform/campaign/ExportInfoTransform.java b/src/main/java/net/rptools/maptool/model/transform/campaign/ExportInfoTransform.java index 97dc3c94d1..8e663d88b3 100644 --- a/src/main/java/net/rptools/maptool/model/transform/campaign/ExportInfoTransform.java +++ b/src/main/java/net/rptools/maptool/model/transform/campaign/ExportInfoTransform.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/main/java/net/rptools/maptool/model/transform/campaign/LabelFontAndBGTransform.java b/src/main/java/net/rptools/maptool/model/transform/campaign/LabelFontAndBGTransform.java index 7f88abfecf..82ce2b6f51 100644 --- a/src/main/java/net/rptools/maptool/model/transform/campaign/LabelFontAndBGTransform.java +++ b/src/main/java/net/rptools/maptool/model/transform/campaign/LabelFontAndBGTransform.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/main/java/net/rptools/maptool/model/transform/campaign/PCVisionTransform.java b/src/main/java/net/rptools/maptool/model/transform/campaign/PCVisionTransform.java index 07de41a36f..8617550528 100644 --- a/src/main/java/net/rptools/maptool/model/transform/campaign/PCVisionTransform.java +++ b/src/main/java/net/rptools/maptool/model/transform/campaign/PCVisionTransform.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/main/java/net/rptools/maptool/model/transform/campaign/TokenPropertyMapTransform.java b/src/main/java/net/rptools/maptool/model/transform/campaign/TokenPropertyMapTransform.java index 68b91c601c..1fad7b558d 100644 --- a/src/main/java/net/rptools/maptool/model/transform/campaign/TokenPropertyMapTransform.java +++ b/src/main/java/net/rptools/maptool/model/transform/campaign/TokenPropertyMapTransform.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/main/java/net/rptools/maptool/model/zones/BoardChanged.java b/src/main/java/net/rptools/maptool/model/zones/BoardChanged.java index 972dcefee4..696b683c51 100644 --- a/src/main/java/net/rptools/maptool/model/zones/BoardChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/BoardChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/DrawableAdded.java b/src/main/java/net/rptools/maptool/model/zones/DrawableAdded.java index 3916da52ba..379f9eebec 100644 --- a/src/main/java/net/rptools/maptool/model/zones/DrawableAdded.java +++ b/src/main/java/net/rptools/maptool/model/zones/DrawableAdded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/DrawableChanged.java b/src/main/java/net/rptools/maptool/model/zones/DrawableChanged.java index 3fc0a86306..30986ce567 100644 --- a/src/main/java/net/rptools/maptool/model/zones/DrawableChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/DrawableChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/DrawableRemoved.java b/src/main/java/net/rptools/maptool/model/zones/DrawableRemoved.java index 4bbbe6982a..efddfdde6d 100644 --- a/src/main/java/net/rptools/maptool/model/zones/DrawableRemoved.java +++ b/src/main/java/net/rptools/maptool/model/zones/DrawableRemoved.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/FogChanged.java b/src/main/java/net/rptools/maptool/model/zones/FogChanged.java index 32777420e3..c9fff9b9d8 100644 --- a/src/main/java/net/rptools/maptool/model/zones/FogChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/FogChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/GridChanged.java b/src/main/java/net/rptools/maptool/model/zones/GridChanged.java index 3aa7805608..490f47f12d 100644 --- a/src/main/java/net/rptools/maptool/model/zones/GridChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/GridChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/InitiativeListChanged.java b/src/main/java/net/rptools/maptool/model/zones/InitiativeListChanged.java index c5cca3d65c..4d52e77a55 100644 --- a/src/main/java/net/rptools/maptool/model/zones/InitiativeListChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/InitiativeListChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/LabelAdded.java b/src/main/java/net/rptools/maptool/model/zones/LabelAdded.java index d413abee5d..2da5b2c799 100644 --- a/src/main/java/net/rptools/maptool/model/zones/LabelAdded.java +++ b/src/main/java/net/rptools/maptool/model/zones/LabelAdded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/LabelChanged.java b/src/main/java/net/rptools/maptool/model/zones/LabelChanged.java index e32afe5f88..a151eaa8eb 100644 --- a/src/main/java/net/rptools/maptool/model/zones/LabelChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/LabelChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/LabelRemoved.java b/src/main/java/net/rptools/maptool/model/zones/LabelRemoved.java index 86a53dfe1d..0dc7e1bbfb 100644 --- a/src/main/java/net/rptools/maptool/model/zones/LabelRemoved.java +++ b/src/main/java/net/rptools/maptool/model/zones/LabelRemoved.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/MaskTopologyChanged.java b/src/main/java/net/rptools/maptool/model/zones/MaskTopologyChanged.java index 285bb5f646..10072b96c6 100644 --- a/src/main/java/net/rptools/maptool/model/zones/MaskTopologyChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/MaskTopologyChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/TokenEdited.java b/src/main/java/net/rptools/maptool/model/zones/TokenEdited.java index bbbd9dbb7c..00991b6648 100644 --- a/src/main/java/net/rptools/maptool/model/zones/TokenEdited.java +++ b/src/main/java/net/rptools/maptool/model/zones/TokenEdited.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/TokensAdded.java b/src/main/java/net/rptools/maptool/model/zones/TokensAdded.java index b2751ca96b..4ecaa6559f 100644 --- a/src/main/java/net/rptools/maptool/model/zones/TokensAdded.java +++ b/src/main/java/net/rptools/maptool/model/zones/TokensAdded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/TokensChanged.java b/src/main/java/net/rptools/maptool/model/zones/TokensChanged.java index 5bf1b5a606..771aacdbb0 100644 --- a/src/main/java/net/rptools/maptool/model/zones/TokensChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/TokensChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/TokensRemoved.java b/src/main/java/net/rptools/maptool/model/zones/TokensRemoved.java index 4898304db1..feef88df25 100644 --- a/src/main/java/net/rptools/maptool/model/zones/TokensRemoved.java +++ b/src/main/java/net/rptools/maptool/model/zones/TokensRemoved.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/WallTopologyChanged.java b/src/main/java/net/rptools/maptool/model/zones/WallTopologyChanged.java index 5ec24a0145..f4cccb3b08 100644 --- a/src/main/java/net/rptools/maptool/model/zones/WallTopologyChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/WallTopologyChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/ZoneAdded.java b/src/main/java/net/rptools/maptool/model/zones/ZoneAdded.java index 39c3529dae..511199e5fe 100644 --- a/src/main/java/net/rptools/maptool/model/zones/ZoneAdded.java +++ b/src/main/java/net/rptools/maptool/model/zones/ZoneAdded.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/ZoneLightingChanged.java b/src/main/java/net/rptools/maptool/model/zones/ZoneLightingChanged.java index 1f7a46bdf7..da2ecc8e31 100644 --- a/src/main/java/net/rptools/maptool/model/zones/ZoneLightingChanged.java +++ b/src/main/java/net/rptools/maptool/model/zones/ZoneLightingChanged.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/model/zones/ZoneRemoved.java b/src/main/java/net/rptools/maptool/model/zones/ZoneRemoved.java index d7e9c32a5a..292db8f1bd 100644 --- a/src/main/java/net/rptools/maptool/model/zones/ZoneRemoved.java +++ b/src/main/java/net/rptools/maptool/model/zones/ZoneRemoved.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.zones; diff --git a/src/main/java/net/rptools/maptool/server/ClientHandshake.java b/src/main/java/net/rptools/maptool/server/ClientHandshake.java index f92f619ebf..01eb467b7d 100644 --- a/src/main/java/net/rptools/maptool/server/ClientHandshake.java +++ b/src/main/java/net/rptools/maptool/server/ClientHandshake.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/Handshake.java b/src/main/java/net/rptools/maptool/server/Handshake.java index 663579cc4c..9f88c2cab4 100644 --- a/src/main/java/net/rptools/maptool/server/Handshake.java +++ b/src/main/java/net/rptools/maptool/server/Handshake.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/HandshakeChallenge.java b/src/main/java/net/rptools/maptool/server/HandshakeChallenge.java index 9c195d0802..1053525e01 100644 --- a/src/main/java/net/rptools/maptool/server/HandshakeChallenge.java +++ b/src/main/java/net/rptools/maptool/server/HandshakeChallenge.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/MapToolServer.java b/src/main/java/net/rptools/maptool/server/MapToolServer.java index f3f21d546b..fe47645a19 100644 --- a/src/main/java/net/rptools/maptool/server/MapToolServer.java +++ b/src/main/java/net/rptools/maptool/server/MapToolServer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/Mapper.java b/src/main/java/net/rptools/maptool/server/Mapper.java index 35be8a203e..fda502792a 100644 --- a/src/main/java/net/rptools/maptool/server/Mapper.java +++ b/src/main/java/net/rptools/maptool/server/Mapper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/ServerCommand.java b/src/main/java/net/rptools/maptool/server/ServerCommand.java index e13a77defd..1af8f269a5 100644 --- a/src/main/java/net/rptools/maptool/server/ServerCommand.java +++ b/src/main/java/net/rptools/maptool/server/ServerCommand.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/ServerConfig.java b/src/main/java/net/rptools/maptool/server/ServerConfig.java index 818f9a31f4..6360a4ba4c 100644 --- a/src/main/java/net/rptools/maptool/server/ServerConfig.java +++ b/src/main/java/net/rptools/maptool/server/ServerConfig.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/ServerHandshake.java b/src/main/java/net/rptools/maptool/server/ServerHandshake.java index a6db89a3cc..582ef3510f 100644 --- a/src/main/java/net/rptools/maptool/server/ServerHandshake.java +++ b/src/main/java/net/rptools/maptool/server/ServerHandshake.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/ServerMessageHandler.java b/src/main/java/net/rptools/maptool/server/ServerMessageHandler.java index f1db91106a..7b6cd159f8 100644 --- a/src/main/java/net/rptools/maptool/server/ServerMessageHandler.java +++ b/src/main/java/net/rptools/maptool/server/ServerMessageHandler.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/server/ServerPolicy.java b/src/main/java/net/rptools/maptool/server/ServerPolicy.java index 286c0f5974..37ab58feec 100644 --- a/src/main/java/net/rptools/maptool/server/ServerPolicy.java +++ b/src/main/java/net/rptools/maptool/server/ServerPolicy.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.server; diff --git a/src/main/java/net/rptools/maptool/transfer/AssetConsumer.java b/src/main/java/net/rptools/maptool/transfer/AssetConsumer.java index aece600db5..2a3be2a5b9 100644 --- a/src/main/java/net/rptools/maptool/transfer/AssetConsumer.java +++ b/src/main/java/net/rptools/maptool/transfer/AssetConsumer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/main/java/net/rptools/maptool/transfer/AssetHeader.java b/src/main/java/net/rptools/maptool/transfer/AssetHeader.java index 20a74132df..df9d9126d8 100644 --- a/src/main/java/net/rptools/maptool/transfer/AssetHeader.java +++ b/src/main/java/net/rptools/maptool/transfer/AssetHeader.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/main/java/net/rptools/maptool/transfer/AssetProducer.java b/src/main/java/net/rptools/maptool/transfer/AssetProducer.java index 9c1eff4a85..dcfb471849 100644 --- a/src/main/java/net/rptools/maptool/transfer/AssetProducer.java +++ b/src/main/java/net/rptools/maptool/transfer/AssetProducer.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/main/java/net/rptools/maptool/transfer/AssetTransferManager.java b/src/main/java/net/rptools/maptool/transfer/AssetTransferManager.java index ada02bff0f..625d183ec0 100644 --- a/src/main/java/net/rptools/maptool/transfer/AssetTransferManager.java +++ b/src/main/java/net/rptools/maptool/transfer/AssetTransferManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/main/java/net/rptools/maptool/transfer/ConsumerListener.java b/src/main/java/net/rptools/maptool/transfer/ConsumerListener.java index 9a63522351..fe51688f53 100644 --- a/src/main/java/net/rptools/maptool/transfer/ConsumerListener.java +++ b/src/main/java/net/rptools/maptool/transfer/ConsumerListener.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/main/java/net/rptools/maptool/util/AssetResolver.java b/src/main/java/net/rptools/maptool/util/AssetResolver.java index 1ca730e216..c4fc0f0cb4 100644 --- a/src/main/java/net/rptools/maptool/util/AssetResolver.java +++ b/src/main/java/net/rptools/maptool/util/AssetResolver.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/AuraSyntax.java b/src/main/java/net/rptools/maptool/util/AuraSyntax.java index 41077bb80c..041ca47a08 100644 --- a/src/main/java/net/rptools/maptool/util/AuraSyntax.java +++ b/src/main/java/net/rptools/maptool/util/AuraSyntax.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/EventMacroUtil.java b/src/main/java/net/rptools/maptool/util/EventMacroUtil.java index 64528f25e9..307c67b84b 100644 --- a/src/main/java/net/rptools/maptool/util/EventMacroUtil.java +++ b/src/main/java/net/rptools/maptool/util/EventMacroUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/ExpressionParserFactory.java b/src/main/java/net/rptools/maptool/util/ExpressionParserFactory.java index 61d53b9690..6272a7d5e4 100644 --- a/src/main/java/net/rptools/maptool/util/ExpressionParserFactory.java +++ b/src/main/java/net/rptools/maptool/util/ExpressionParserFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/ExtractHeroLab.java b/src/main/java/net/rptools/maptool/util/ExtractHeroLab.java index b3af9b20c8..71775a30d0 100644 --- a/src/main/java/net/rptools/maptool/util/ExtractHeroLab.java +++ b/src/main/java/net/rptools/maptool/util/ExtractHeroLab.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/ExtractImagesFromPDF.java b/src/main/java/net/rptools/maptool/util/ExtractImagesFromPDF.java index 3978c048e9..df247030a6 100644 --- a/src/main/java/net/rptools/maptool/util/ExtractImagesFromPDF.java +++ b/src/main/java/net/rptools/maptool/util/ExtractImagesFromPDF.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/FileUtil.java b/src/main/java/net/rptools/maptool/util/FileUtil.java index 5ce2dace6c..1748d0f436 100644 --- a/src/main/java/net/rptools/maptool/util/FileUtil.java +++ b/src/main/java/net/rptools/maptool/util/FileUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/FunctionUtil.java b/src/main/java/net/rptools/maptool/util/FunctionUtil.java index 72cf8480b8..ac54117b12 100644 --- a/src/main/java/net/rptools/maptool/util/FunctionUtil.java +++ b/src/main/java/net/rptools/maptool/util/FunctionUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/GraphicsUtil.java b/src/main/java/net/rptools/maptool/util/GraphicsUtil.java index e0cc0e8256..5f46861518 100644 --- a/src/main/java/net/rptools/maptool/util/GraphicsUtil.java +++ b/src/main/java/net/rptools/maptool/util/GraphicsUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/HTMLUtil.java b/src/main/java/net/rptools/maptool/util/HTMLUtil.java index 39c756c156..dc3da38d38 100644 --- a/src/main/java/net/rptools/maptool/util/HTMLUtil.java +++ b/src/main/java/net/rptools/maptool/util/HTMLUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/HaloSyntax.java b/src/main/java/net/rptools/maptool/util/HaloSyntax.java index 91fb268dc0..8f3d87a923 100644 --- a/src/main/java/net/rptools/maptool/util/HaloSyntax.java +++ b/src/main/java/net/rptools/maptool/util/HaloSyntax.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/HandlebarsHelpers.java b/src/main/java/net/rptools/maptool/util/HandlebarsHelpers.java index 8f79facb0e..b3e00935e3 100644 --- a/src/main/java/net/rptools/maptool/util/HandlebarsHelpers.java +++ b/src/main/java/net/rptools/maptool/util/HandlebarsHelpers.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/HandlebarsUtil.java b/src/main/java/net/rptools/maptool/util/HandlebarsUtil.java index 0ad1e5c6c8..198692298d 100644 --- a/src/main/java/net/rptools/maptool/util/HandlebarsUtil.java +++ b/src/main/java/net/rptools/maptool/util/HandlebarsUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/ImageManager.java b/src/main/java/net/rptools/maptool/util/ImageManager.java index 5fb5072b50..d577a94d22 100644 --- a/src/main/java/net/rptools/maptool/util/ImageManager.java +++ b/src/main/java/net/rptools/maptool/util/ImageManager.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/ImageSupport.java b/src/main/java/net/rptools/maptool/util/ImageSupport.java index bf77c8b2d4..226ef260ef 100644 --- a/src/main/java/net/rptools/maptool/util/ImageSupport.java +++ b/src/main/java/net/rptools/maptool/util/ImageSupport.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/IteratableNodeList.java b/src/main/java/net/rptools/maptool/util/IteratableNodeList.java index 131e88844a..255fe20cbb 100644 --- a/src/main/java/net/rptools/maptool/util/IteratableNodeList.java +++ b/src/main/java/net/rptools/maptool/util/IteratableNodeList.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/LightSyntax.java b/src/main/java/net/rptools/maptool/util/LightSyntax.java index 9cc4ebf550..de71e37fee 100644 --- a/src/main/java/net/rptools/maptool/util/LightSyntax.java +++ b/src/main/java/net/rptools/maptool/util/LightSyntax.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/MapToolSysInfoProvider.java b/src/main/java/net/rptools/maptool/util/MapToolSysInfoProvider.java index 2537daf856..df3e8750aa 100644 --- a/src/main/java/net/rptools/maptool/util/MapToolSysInfoProvider.java +++ b/src/main/java/net/rptools/maptool/util/MapToolSysInfoProvider.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/MessageUtil.java b/src/main/java/net/rptools/maptool/util/MessageUtil.java index cad103343f..5c2d7481b0 100644 --- a/src/main/java/net/rptools/maptool/util/MessageUtil.java +++ b/src/main/java/net/rptools/maptool/util/MessageUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/NetUtil.java b/src/main/java/net/rptools/maptool/util/NetUtil.java index 5ce7587561..33c57698f4 100644 --- a/src/main/java/net/rptools/maptool/util/NetUtil.java +++ b/src/main/java/net/rptools/maptool/util/NetUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/PasswordGenerator.java b/src/main/java/net/rptools/maptool/util/PasswordGenerator.java index 3b2aefec5d..467e4d48e8 100644 --- a/src/main/java/net/rptools/maptool/util/PasswordGenerator.java +++ b/src/main/java/net/rptools/maptool/util/PasswordGenerator.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/PersistenceUtil.java b/src/main/java/net/rptools/maptool/util/PersistenceUtil.java index 37577755c5..774b8a4845 100644 --- a/src/main/java/net/rptools/maptool/util/PersistenceUtil.java +++ b/src/main/java/net/rptools/maptool/util/PersistenceUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/PromiseUtil.java b/src/main/java/net/rptools/maptool/util/PromiseUtil.java index 62f5fb08a0..af5dd92ce6 100644 --- a/src/main/java/net/rptools/maptool/util/PromiseUtil.java +++ b/src/main/java/net/rptools/maptool/util/PromiseUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/SightSyntax.java b/src/main/java/net/rptools/maptool/util/SightSyntax.java index 49e3dda6e0..79978d8b5d 100644 --- a/src/main/java/net/rptools/maptool/util/SightSyntax.java +++ b/src/main/java/net/rptools/maptool/util/SightSyntax.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/SysInfoProvider.java b/src/main/java/net/rptools/maptool/util/SysInfoProvider.java index 70ffe035d1..e7aa036153 100644 --- a/src/main/java/net/rptools/maptool/util/SysInfoProvider.java +++ b/src/main/java/net/rptools/maptool/util/SysInfoProvider.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/TokenUtil.java b/src/main/java/net/rptools/maptool/util/TokenUtil.java index d129fb7cf8..b12b9cc2a3 100644 --- a/src/main/java/net/rptools/maptool/util/TokenUtil.java +++ b/src/main/java/net/rptools/maptool/util/TokenUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/UPnPUtil.java b/src/main/java/net/rptools/maptool/util/UPnPUtil.java index a05ba0dcb4..2b1a0a25b8 100644 --- a/src/main/java/net/rptools/maptool/util/UPnPUtil.java +++ b/src/main/java/net/rptools/maptool/util/UPnPUtil.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/UserJvmOptions.java b/src/main/java/net/rptools/maptool/util/UserJvmOptions.java index cb62056965..527fc500d2 100644 --- a/src/main/java/net/rptools/maptool/util/UserJvmOptions.java +++ b/src/main/java/net/rptools/maptool/util/UserJvmOptions.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/main/java/net/rptools/maptool/util/library/Library.java b/src/main/java/net/rptools/maptool/util/library/Library.java index 01a5fe3be4..4af09a626b 100644 --- a/src/main/java/net/rptools/maptool/util/library/Library.java +++ b/src/main/java/net/rptools/maptool/util/library/Library.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.library; diff --git a/src/main/java/net/rptools/maptool/util/library/LibraryUtils.java b/src/main/java/net/rptools/maptool/util/library/LibraryUtils.java index 6b870d2aed..1c2234c273 100644 --- a/src/main/java/net/rptools/maptool/util/library/LibraryUtils.java +++ b/src/main/java/net/rptools/maptool/util/library/LibraryUtils.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.library; diff --git a/src/main/java/net/rptools/maptool/util/preferences/BasicPreference.java b/src/main/java/net/rptools/maptool/util/preferences/BasicPreference.java index 81340ba029..86347ea4d0 100644 --- a/src/main/java/net/rptools/maptool/util/preferences/BasicPreference.java +++ b/src/main/java/net/rptools/maptool/util/preferences/BasicPreference.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.preferences; diff --git a/src/main/java/net/rptools/maptool/util/preferences/NumericPreference.java b/src/main/java/net/rptools/maptool/util/preferences/NumericPreference.java index ef1a49922d..2220098b3c 100644 --- a/src/main/java/net/rptools/maptool/util/preferences/NumericPreference.java +++ b/src/main/java/net/rptools/maptool/util/preferences/NumericPreference.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.preferences; diff --git a/src/main/java/net/rptools/maptool/util/preferences/Preference.java b/src/main/java/net/rptools/maptool/util/preferences/Preference.java index 0b51b8d1a6..75fc1e6578 100644 --- a/src/main/java/net/rptools/maptool/util/preferences/Preference.java +++ b/src/main/java/net/rptools/maptool/util/preferences/Preference.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.preferences; diff --git a/src/main/java/net/rptools/maptool/util/preferences/PreferenceStore.java b/src/main/java/net/rptools/maptool/util/preferences/PreferenceStore.java index 00b59b0b58..475a968ca6 100644 --- a/src/main/java/net/rptools/maptool/util/preferences/PreferenceStore.java +++ b/src/main/java/net/rptools/maptool/util/preferences/PreferenceStore.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.preferences; diff --git a/src/main/java/net/rptools/maptool/util/preferences/PreferenceType.java b/src/main/java/net/rptools/maptool/util/preferences/PreferenceType.java index ead6665ba7..4ba176a635 100644 --- a/src/main/java/net/rptools/maptool/util/preferences/PreferenceType.java +++ b/src/main/java/net/rptools/maptool/util/preferences/PreferenceType.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.preferences; diff --git a/src/main/java/net/rptools/maptool/util/threads/ThreadExecutionHelper.java b/src/main/java/net/rptools/maptool/util/threads/ThreadExecutionHelper.java index 38b6bdb918..750a3a3835 100644 --- a/src/main/java/net/rptools/maptool/util/threads/ThreadExecutionHelper.java +++ b/src/main/java/net/rptools/maptool/util/threads/ThreadExecutionHelper.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util.threads; diff --git a/src/test/java/net/rptools/maptool/client/AppConstantsTest.java b/src/test/java/net/rptools/maptool/client/AppConstantsTest.java index 3c4dceac1e..ad66c22673 100644 --- a/src/test/java/net/rptools/maptool/client/AppConstantsTest.java +++ b/src/test/java/net/rptools/maptool/client/AppConstantsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/test/java/net/rptools/maptool/client/AppStateTest.java b/src/test/java/net/rptools/maptool/client/AppStateTest.java index 90ad45d4bf..04d801cd51 100644 --- a/src/test/java/net/rptools/maptool/client/AppStateTest.java +++ b/src/test/java/net/rptools/maptool/client/AppStateTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/test/java/net/rptools/maptool/client/MapToolLineParserTest.java b/src/test/java/net/rptools/maptool/client/MapToolLineParserTest.java index a956840dbe..e284b448bb 100644 --- a/src/test/java/net/rptools/maptool/client/MapToolLineParserTest.java +++ b/src/test/java/net/rptools/maptool/client/MapToolLineParserTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client; diff --git a/src/test/java/net/rptools/maptool/client/functions/GetInfoFunctionTest.java b/src/test/java/net/rptools/maptool/client/functions/GetInfoFunctionTest.java index e4403c2553..c220f0e7f4 100644 --- a/src/test/java/net/rptools/maptool/client/functions/GetInfoFunctionTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/GetInfoFunctionTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/GetRolledTest.java b/src/test/java/net/rptools/maptool/client/functions/GetRolledTest.java index f6e13ce8b0..add89dff56 100644 --- a/src/test/java/net/rptools/maptool/client/functions/GetRolledTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/GetRolledTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/MacroLinkFunctionTest.java b/src/test/java/net/rptools/maptool/client/functions/MacroLinkFunctionTest.java index dc029236e6..940436d297 100644 --- a/src/test/java/net/rptools/maptool/client/functions/MacroLinkFunctionTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/MacroLinkFunctionTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/MathFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/MathFunctionsTest.java index 9ff99b3031..73c71155da 100644 --- a/src/test/java/net/rptools/maptool/client/functions/MathFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/MathFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/StrListFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/StrListFunctionsTest.java index 4e0e6c84cc..49d2ed4ad2 100644 --- a/src/test/java/net/rptools/maptool/client/functions/StrListFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/StrListFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/StrPropFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/StrPropFunctionsTest.java index fb5fe7d6eb..6af335d7ef 100644 --- a/src/test/java/net/rptools/maptool/client/functions/StrPropFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/StrPropFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/StringFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/StringFunctionsTest.java index f40c3d9051..b820d40693 100644 --- a/src/test/java/net/rptools/maptool/client/functions/StringFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/StringFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/UserDefinedMacroTest.java b/src/test/java/net/rptools/maptool/client/functions/UserDefinedMacroTest.java index 81e17eacc2..34e4c2db9e 100644 --- a/src/test/java/net/rptools/maptool/client/functions/UserDefinedMacroTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/UserDefinedMacroTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions; diff --git a/src/test/java/net/rptools/maptool/client/functions/json/FunctionUtilTest.java b/src/test/java/net/rptools/maptool/client/functions/json/FunctionUtilTest.java index 7b5cf7d8a0..1b8b3e5e39 100644 --- a/src/test/java/net/rptools/maptool/client/functions/json/FunctionUtilTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/json/FunctionUtilTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/test/java/net/rptools/maptool/client/functions/json/JSONMacroFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/json/JSONMacroFunctionsTest.java index 6f68b4a7a7..658cd81fe6 100644 --- a/src/test/java/net/rptools/maptool/client/functions/json/JSONMacroFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/json/JSONMacroFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/test/java/net/rptools/maptool/client/functions/json/JsonArrayFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/json/JsonArrayFunctionsTest.java index 6a69afe7c8..12c1a3ae45 100644 --- a/src/test/java/net/rptools/maptool/client/functions/json/JsonArrayFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/json/JsonArrayFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/test/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversionTest.java b/src/test/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversionTest.java index 5570849369..88c6b36bdb 100644 --- a/src/test/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversionTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/json/JsonMTSTypeConversionTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/test/java/net/rptools/maptool/client/functions/json/JsonObjectFunctionsTest.java b/src/test/java/net/rptools/maptool/client/functions/json/JsonObjectFunctionsTest.java index 4909859b13..1c6e251421 100644 --- a/src/test/java/net/rptools/maptool/client/functions/json/JsonObjectFunctionsTest.java +++ b/src/test/java/net/rptools/maptool/client/functions/json/JsonObjectFunctionsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.functions.json; diff --git a/src/test/java/net/rptools/maptool/client/macro/MacroLocationFactory.java b/src/test/java/net/rptools/maptool/client/macro/MacroLocationFactory.java index 5021f9b82b..7c1080e747 100644 --- a/src/test/java/net/rptools/maptool/client/macro/MacroLocationFactory.java +++ b/src/test/java/net/rptools/maptool/client/macro/MacroLocationFactory.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/test/java/net/rptools/maptool/client/macro/MacroLocationTest.java b/src/test/java/net/rptools/maptool/client/macro/MacroLocationTest.java index 0586ad5794..8bdc0200ed 100644 --- a/src/test/java/net/rptools/maptool/client/macro/MacroLocationTest.java +++ b/src/test/java/net/rptools/maptool/client/macro/MacroLocationTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/test/java/net/rptools/maptool/client/macro/MacroManagerTest.java b/src/test/java/net/rptools/maptool/client/macro/MacroManagerTest.java index 20b31b07c5..9149299931 100644 --- a/src/test/java/net/rptools/maptool/client/macro/MacroManagerTest.java +++ b/src/test/java/net/rptools/maptool/client/macro/MacroManagerTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.macro; diff --git a/src/test/java/net/rptools/maptool/client/swing/preference/WindowPreferencesTest.java b/src/test/java/net/rptools/maptool/client/swing/preference/WindowPreferencesTest.java index 637492612b..689b6592ef 100644 --- a/src/test/java/net/rptools/maptool/client/swing/preference/WindowPreferencesTest.java +++ b/src/test/java/net/rptools/maptool/client/swing/preference/WindowPreferencesTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.preference; diff --git a/src/test/java/net/rptools/maptool/client/swing/preference/net/rptools/lib/io/PackedFileTest.java b/src/test/java/net/rptools/maptool/client/swing/preference/net/rptools/lib/io/PackedFileTest.java index 12a1d630b2..9950adc121 100644 --- a/src/test/java/net/rptools/maptool/client/swing/preference/net/rptools/lib/io/PackedFileTest.java +++ b/src/test/java/net/rptools/maptool/client/swing/preference/net/rptools/lib/io/PackedFileTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.swing.preference.net.rptools.lib.io; diff --git a/src/test/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogTest.java b/src/test/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogTest.java index a5df6ea590..28d0317b9e 100644 --- a/src/test/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogTest.java +++ b/src/test/java/net/rptools/maptool/client/ui/campaignproperties/CampaignPropertiesDialogTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.campaignproperties; diff --git a/src/test/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRuleTest.java b/src/test/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRuleTest.java index d82736e0b4..dc21a3b914 100644 --- a/src/test/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRuleTest.java +++ b/src/test/java/net/rptools/maptool/client/ui/chat/RegularExpressionTranslationRuleTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.chat; diff --git a/src/test/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemoverTest.java b/src/test/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemoverTest.java index a2212f2b39..ed2fad0014 100644 --- a/src/test/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemoverTest.java +++ b/src/test/java/net/rptools/maptool/client/ui/syntax/HTMLTagRemoverTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/test/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoCompleteTest.java b/src/test/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoCompleteTest.java index d542a3dbc2..a77cb358f5 100644 --- a/src/test/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoCompleteTest.java +++ b/src/test/java/net/rptools/maptool/client/ui/syntax/MapToolScriptAutoCompleteTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.ui.syntax; diff --git a/src/test/java/net/rptools/maptool/client/utilities/RandomSuffixFactoryTest.java b/src/test/java/net/rptools/maptool/client/utilities/RandomSuffixFactoryTest.java index 8b01f1d216..155b9f32fe 100644 --- a/src/test/java/net/rptools/maptool/client/utilities/RandomSuffixFactoryTest.java +++ b/src/test/java/net/rptools/maptool/client/utilities/RandomSuffixFactoryTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.client.utilities; diff --git a/src/test/java/net/rptools/maptool/model/GridlessGridTest.java b/src/test/java/net/rptools/maptool/model/GridlessGridTest.java index 06e4a317f0..1f6b7db44c 100644 --- a/src/test/java/net/rptools/maptool/model/GridlessGridTest.java +++ b/src/test/java/net/rptools/maptool/model/GridlessGridTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/HexGridHorizontalTest.java b/src/test/java/net/rptools/maptool/model/HexGridHorizontalTest.java index e8b43ebac4..ccf6800f40 100644 --- a/src/test/java/net/rptools/maptool/model/HexGridHorizontalTest.java +++ b/src/test/java/net/rptools/maptool/model/HexGridHorizontalTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/HexGridVerticalTest.java b/src/test/java/net/rptools/maptool/model/HexGridVerticalTest.java index 57951df942..46f012860d 100644 --- a/src/test/java/net/rptools/maptool/model/HexGridVerticalTest.java +++ b/src/test/java/net/rptools/maptool/model/HexGridVerticalTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/IsometricGridTest.java b/src/test/java/net/rptools/maptool/model/IsometricGridTest.java index 9fc5067086..4dc6d14a74 100644 --- a/src/test/java/net/rptools/maptool/model/IsometricGridTest.java +++ b/src/test/java/net/rptools/maptool/model/IsometricGridTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/ModelChangeEventTest.java b/src/test/java/net/rptools/maptool/model/ModelChangeEventTest.java index 4fbf659c35..47d436b7d6 100644 --- a/src/test/java/net/rptools/maptool/model/ModelChangeEventTest.java +++ b/src/test/java/net/rptools/maptool/model/ModelChangeEventTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/PathTest.java b/src/test/java/net/rptools/maptool/model/PathTest.java index d69cc2376b..3d2bafcf58 100644 --- a/src/test/java/net/rptools/maptool/model/PathTest.java +++ b/src/test/java/net/rptools/maptool/model/PathTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/SquareGridTest.java b/src/test/java/net/rptools/maptool/model/SquareGridTest.java index a5a15f8494..b0238e229a 100644 --- a/src/test/java/net/rptools/maptool/model/SquareGridTest.java +++ b/src/test/java/net/rptools/maptool/model/SquareGridTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/TestHexGrid.java b/src/test/java/net/rptools/maptool/model/TestHexGrid.java index 2cd8444980..744f441317 100644 --- a/src/test/java/net/rptools/maptool/model/TestHexGrid.java +++ b/src/test/java/net/rptools/maptool/model/TestHexGrid.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/TestScreenPoint.java b/src/test/java/net/rptools/maptool/model/TestScreenPoint.java index 91e4569c31..e96f78254b 100644 --- a/src/test/java/net/rptools/maptool/model/TestScreenPoint.java +++ b/src/test/java/net/rptools/maptool/model/TestScreenPoint.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/TokenPropertiesTest.java b/src/test/java/net/rptools/maptool/model/TokenPropertiesTest.java index 09a477e6f4..5fd120259d 100644 --- a/src/test/java/net/rptools/maptool/model/TokenPropertiesTest.java +++ b/src/test/java/net/rptools/maptool/model/TokenPropertiesTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model; diff --git a/src/test/java/net/rptools/maptool/model/converters/WallTopologyConverterTest.java b/src/test/java/net/rptools/maptool/model/converters/WallTopologyConverterTest.java index 7d211040fe..6498750eda 100644 --- a/src/test/java/net/rptools/maptool/model/converters/WallTopologyConverterTest.java +++ b/src/test/java/net/rptools/maptool/model/converters/WallTopologyConverterTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.converters; diff --git a/src/test/java/net/rptools/maptool/model/drawing/ConeTemplateAreaTest.java b/src/test/java/net/rptools/maptool/model/drawing/ConeTemplateAreaTest.java index 8931003eaf..40201e6ad1 100644 --- a/src/test/java/net/rptools/maptool/model/drawing/ConeTemplateAreaTest.java +++ b/src/test/java/net/rptools/maptool/model/drawing/ConeTemplateAreaTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/test/java/net/rptools/maptool/model/drawing/RadiusTemplateAreaTest.java b/src/test/java/net/rptools/maptool/model/drawing/RadiusTemplateAreaTest.java index 02ee8be2f1..c43ec731b6 100644 --- a/src/test/java/net/rptools/maptool/model/drawing/RadiusTemplateAreaTest.java +++ b/src/test/java/net/rptools/maptool/model/drawing/RadiusTemplateAreaTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.drawing; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/InvalidDataOperationTest.java b/src/test/java/net/rptools/maptool/model/gamedata/InvalidDataOperationTest.java index b9d402e3c2..9d8c8f9a6a 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/InvalidDataOperationTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/InvalidDataOperationTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/MemoryDataStoreTest.java b/src/test/java/net/rptools/maptool/model/gamedata/MemoryDataStoreTest.java index 4820b50bf5..b97f87865e 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/MemoryDataStoreTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/MemoryDataStoreTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/BooleanDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/BooleanDataValueTest.java index 3d0921924c..19c752d376 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/BooleanDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/BooleanDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/DataTypeTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/DataTypeTest.java index fe24c05039..f2ee3c7f4a 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/DataTypeTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/DataTypeTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/DataValueFactoryTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/DataValueFactoryTest.java index 5a25761b77..a1d87f0965 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/DataValueFactoryTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/DataValueFactoryTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/DoubleDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/DoubleDataValueTest.java index f8d7bd72b2..4b49ff957d 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/DoubleDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/DoubleDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValueTest.java index f9b3e98a2b..4ba1c8df5e 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/JsonArrayDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValueTest.java index 39e2625f59..e16ec1c890 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/JsonObjectDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/LongDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/LongDataValueTest.java index 42088b3ab8..58bad11f5a 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/LongDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/LongDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/gamedata/data/StringDataValueTest.java b/src/test/java/net/rptools/maptool/model/gamedata/data/StringDataValueTest.java index 22681d8732..0cae08a6ae 100644 --- a/src/test/java/net/rptools/maptool/model/gamedata/data/StringDataValueTest.java +++ b/src/test/java/net/rptools/maptool/model/gamedata/data/StringDataValueTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.gamedata.data; diff --git a/src/test/java/net/rptools/maptool/model/transform/campaign/PCVisionTransformTest.java b/src/test/java/net/rptools/maptool/model/transform/campaign/PCVisionTransformTest.java index 419fd43040..69cf150c2a 100644 --- a/src/test/java/net/rptools/maptool/model/transform/campaign/PCVisionTransformTest.java +++ b/src/test/java/net/rptools/maptool/model/transform/campaign/PCVisionTransformTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.model.transform.campaign; diff --git a/src/test/java/net/rptools/maptool/transfer/AssetTransferManagerTest.java b/src/test/java/net/rptools/maptool/transfer/AssetTransferManagerTest.java index 23cbad067e..66374e86a6 100644 --- a/src/test/java/net/rptools/maptool/transfer/AssetTransferManagerTest.java +++ b/src/test/java/net/rptools/maptool/transfer/AssetTransferManagerTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/test/java/net/rptools/maptool/transfer/AssetTransferTest.java b/src/test/java/net/rptools/maptool/transfer/AssetTransferTest.java index e746d9238f..ca2488195f 100644 --- a/src/test/java/net/rptools/maptool/transfer/AssetTransferTest.java +++ b/src/test/java/net/rptools/maptool/transfer/AssetTransferTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.transfer; diff --git a/src/test/java/net/rptools/maptool/util/AuraSyntaxTest.java b/src/test/java/net/rptools/maptool/util/AuraSyntaxTest.java index ac9c4d208a..42aad2024c 100644 --- a/src/test/java/net/rptools/maptool/util/AuraSyntaxTest.java +++ b/src/test/java/net/rptools/maptool/util/AuraSyntaxTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/HaloSyntaxTest.java b/src/test/java/net/rptools/maptool/util/HaloSyntaxTest.java index cfcfed66ef..40fce589aa 100644 --- a/src/test/java/net/rptools/maptool/util/HaloSyntaxTest.java +++ b/src/test/java/net/rptools/maptool/util/HaloSyntaxTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/HandlebarsHelperTest.java b/src/test/java/net/rptools/maptool/util/HandlebarsHelperTest.java index 33b6464a47..3cda419dce 100644 --- a/src/test/java/net/rptools/maptool/util/HandlebarsHelperTest.java +++ b/src/test/java/net/rptools/maptool/util/HandlebarsHelperTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/LibraryUtilsTest.java b/src/test/java/net/rptools/maptool/util/LibraryUtilsTest.java index 4754e429df..86ebe77208 100644 --- a/src/test/java/net/rptools/maptool/util/LibraryUtilsTest.java +++ b/src/test/java/net/rptools/maptool/util/LibraryUtilsTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/LightSyntaxTest.java b/src/test/java/net/rptools/maptool/util/LightSyntaxTest.java index 1402613415..29501e57a0 100644 --- a/src/test/java/net/rptools/maptool/util/LightSyntaxTest.java +++ b/src/test/java/net/rptools/maptool/util/LightSyntaxTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/StringUtilTest.java b/src/test/java/net/rptools/maptool/util/StringUtilTest.java index 3b25ff2041..84eaa109a6 100644 --- a/src/test/java/net/rptools/maptool/util/StringUtilTest.java +++ b/src/test/java/net/rptools/maptool/util/StringUtilTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/SysInfoTest.java b/src/test/java/net/rptools/maptool/util/SysInfoTest.java index 6ed414c63b..45d9204505 100644 --- a/src/test/java/net/rptools/maptool/util/SysInfoTest.java +++ b/src/test/java/net/rptools/maptool/util/SysInfoTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/src/test/java/net/rptools/maptool/util/TokenUtilTest.java b/src/test/java/net/rptools/maptool/util/TokenUtilTest.java index af2f06ee4e..aa211b8840 100644 --- a/src/test/java/net/rptools/maptool/util/TokenUtilTest.java +++ b/src/test/java/net/rptools/maptool/util/TokenUtilTest.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.util; diff --git a/tools/src/main/java/net/rptools/maptool/tools/CreateGridFile.java b/tools/src/main/java/net/rptools/maptool/tools/CreateGridFile.java index 63e7ea756a..4909ad99ff 100644 --- a/tools/src/main/java/net/rptools/maptool/tools/CreateGridFile.java +++ b/tools/src/main/java/net/rptools/maptool/tools/CreateGridFile.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.tools; diff --git a/tools/src/main/java/net/rptools/maptool/tools/DropTargetInfo.java b/tools/src/main/java/net/rptools/maptool/tools/DropTargetInfo.java index c38c4802c0..eff3c8fe14 100644 --- a/tools/src/main/java/net/rptools/maptool/tools/DropTargetInfo.java +++ b/tools/src/main/java/net/rptools/maptool/tools/DropTargetInfo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.tools; diff --git a/tools/src/main/java/net/rptools/maptool/tools/PositionalLayoutDemo.java b/tools/src/main/java/net/rptools/maptool/tools/PositionalLayoutDemo.java index 89ddc8dc0b..927f4c8968 100644 --- a/tools/src/main/java/net/rptools/maptool/tools/PositionalLayoutDemo.java +++ b/tools/src/main/java/net/rptools/maptool/tools/PositionalLayoutDemo.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.tools; diff --git a/tools/src/main/java/net/rptools/maptool/tools/VisibilityInspector.java b/tools/src/main/java/net/rptools/maptool/tools/VisibilityInspector.java index 48be1fc1d7..52946fd6ac 100644 --- a/tools/src/main/java/net/rptools/maptool/tools/VisibilityInspector.java +++ b/tools/src/main/java/net/rptools/maptool/tools/VisibilityInspector.java @@ -9,8 +9,8 @@ * * You should have received a copy of the GNU Affero General Public * License * along with this source Code. If not, please visit - * and specifically the Affero license - * text at . + * and specifically the Affero license + * text at . */ package net.rptools.maptool.tools;