diff --git a/test/org/april/agirstatool/core/JugaTest.java b/test/org/april/agirstatool/core/AgirStatoolTest.java similarity index 75% rename from test/org/april/agirstatool/core/JugaTest.java rename to test/org/april/agirstatool/core/AgirStatoolTest.java index f40ec25..8cc7b2c 100644 --- a/test/org/april/agirstatool/core/JugaTest.java +++ b/test/org/april/agirstatool/core/AgirStatoolTest.java @@ -1,20 +1,20 @@ /* - * Copyright (C) 2019 Christian Pierre MOMON, DEVINSY + * Copyright (C) 2019-2020 Christian Pierre MOMON * - * This file is part of Juga, simple key value database. + * This file is part of AgirStatool, simple key value database. * - * Juga is free software: you can redistribute it and/or modify it under the - * terms of the GNU Affero General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. + * AgirStatool is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. * - * Juga 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 Affero General Public License for more - * details. + * AgirStatool 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with Juga. If not, see . + * along with AgirStatool. If not, see . */ package org.april.agirstatool.core; @@ -37,9 +37,9 @@ import org.junit.Test; * * @author Christian Pierre MOMON */ -public class JugaTest +public class AgirStatoolTest { - private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(JugaTest.class); + private static org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(AgirStatoolTest.class); @Test public void testExport01() throws Exception