From 9a33c17b9e1c5f80e1c3d8b696d9970fce675765 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 12 Dec 2019 11:52:33 +0300 Subject: Update copyrights --- .../juick/server/helpers/HeaderRequestInterceptor.java | 17 +++++++++++++++++ .../juick/server/helpers/annotation/UserCommand.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'src/main/java/com/juick/server/helpers') diff --git a/src/main/java/com/juick/server/helpers/HeaderRequestInterceptor.java b/src/main/java/com/juick/server/helpers/HeaderRequestInterceptor.java index 9121f5ce..8fb21ac5 100644 --- a/src/main/java/com/juick/server/helpers/HeaderRequestInterceptor.java +++ b/src/main/java/com/juick/server/helpers/HeaderRequestInterceptor.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008-2019, 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 . + */ + package com.juick.server.helpers; import org.springframework.http.HttpRequest; diff --git a/src/main/java/com/juick/server/helpers/annotation/UserCommand.java b/src/main/java/com/juick/server/helpers/annotation/UserCommand.java index 4f07001c..d25810d2 100644 --- a/src/main/java/com/juick/server/helpers/annotation/UserCommand.java +++ b/src/main/java/com/juick/server/helpers/annotation/UserCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2017, Juick + * Copyright (C) 2008-2019, 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 -- cgit v1.2.3