From 3518953454c90735e86ea9f58898d949374f5d12 Mon Sep 17 00:00:00 2001 From: Daniele Ricci Date: Sat, 31 Dec 2016 13:05:59 +0100 Subject: [PATCH] Fix checkstyle Signed-off-by: Daniele Ricci --- .../kontalk/client/NumberValidatorTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/src/test/java/org/kontalk/client/NumberValidatorTest.java b/app/src/test/java/org/kontalk/client/NumberValidatorTest.java index 66535063c..f5c3af857 100644 --- a/app/src/test/java/org/kontalk/client/NumberValidatorTest.java +++ b/app/src/test/java/org/kontalk/client/NumberValidatorTest.java @@ -1,3 +1,21 @@ +/* + * Kontalk Android client + * Copyright (C) 2016 Kontalk Devteam + + * 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 . + */ + package org.kontalk.client; import org.junit.Test;