Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
xmamo committed Dec 3, 2016
1 parent d534b3e commit 29cfa18
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/mamo/vanillaVotifier/RconCommandSender.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.jetbrains.annotations.NotNull;

import java.io.IOException;
import java.net.SocketException;

public class RconCommandSender implements CommandSender {
@NotNull protected RconConnection rconConnection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2016 Matteo Morena
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 program. If not, see <http://www.gnu.org/licenses/>.
*/

package mamo.vanillaVotifier.event;

import org.jetbrains.annotations.NotNull;
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/mamo/vanillaVotifier/utils/TimestampUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
import java.util.Calendar;

public class TimestampUtils {
@NotNull protected static SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd HH.mm.ss");
@NotNull
protected static SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd HH.mm.ss");

@NotNull
public static String getTimestamp() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

s1=Starting VanillaVotifier server...
s2=VanillaVotifier server started.
s3=${ip}:${port} established a connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

s1=Avvio di VanillaVotifier in corso...
s2=VanillaVotifier avviato.
s3=${ip}:${port} ha stabilito una connessione.
Expand Down

0 comments on commit 29cfa18

Please sign in to comment.