diff options
author | Vitaly Takmazov | 2020-10-02 19:44:33 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-02 19:57:43 +0300 |
commit | 94380f2301be01b395a2736e5c4539f073c9788d (patch) | |
tree | b230f484d2c78e92a1d90468788c6f72ecf047a2 /src/main/java/ru/sape/Sape.java | |
parent | ac241aaa0720e3029c509d3cc060afeefd8669ce (diff) |
Update copyright years
Diffstat (limited to 'src/main/java/ru/sape/Sape.java')
-rw-r--r-- | src/main/java/ru/sape/Sape.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/java/ru/sape/Sape.java b/src/main/java/ru/sape/Sape.java index 6b28be25..bf975550 100644 --- a/src/main/java/ru/sape/Sape.java +++ b/src/main/java/ru/sape/Sape.java @@ -1,4 +1,21 @@ /* + * Copyright (C) 2008-2020, Juick + * + * This program 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. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* * http://code.google.com/p/javasape/ */ package ru.sape; |