From 9a33c17b9e1c5f80e1c3d8b696d9970fce675765 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 12 Dec 2019 11:52:33 +0300 Subject: Update copyrights --- src/main/java/com/juick/server/util/HttpBadRequestException.java | 2 +- src/main/java/com/juick/server/util/HttpForbiddenException.java | 2 +- src/main/java/com/juick/server/util/HttpNotFoundException.java | 2 +- src/main/java/com/juick/server/util/HttpUtils.java | 2 +- src/main/java/com/juick/server/util/TagUtils.java | 2 +- src/main/java/com/juick/server/util/WebUtils.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/java/com/juick/server/util') diff --git a/src/main/java/com/juick/server/util/HttpBadRequestException.java b/src/main/java/com/juick/server/util/HttpBadRequestException.java index 892cb203..6dfc165e 100644 --- a/src/main/java/com/juick/server/util/HttpBadRequestException.java +++ b/src/main/java/com/juick/server/util/HttpBadRequestException.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 diff --git a/src/main/java/com/juick/server/util/HttpForbiddenException.java b/src/main/java/com/juick/server/util/HttpForbiddenException.java index 3251ca38..0247f531 100644 --- a/src/main/java/com/juick/server/util/HttpForbiddenException.java +++ b/src/main/java/com/juick/server/util/HttpForbiddenException.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 diff --git a/src/main/java/com/juick/server/util/HttpNotFoundException.java b/src/main/java/com/juick/server/util/HttpNotFoundException.java index f66ece8b..dd5a2e1b 100644 --- a/src/main/java/com/juick/server/util/HttpNotFoundException.java +++ b/src/main/java/com/juick/server/util/HttpNotFoundException.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 diff --git a/src/main/java/com/juick/server/util/HttpUtils.java b/src/main/java/com/juick/server/util/HttpUtils.java index b70eb3ad..beef5d60 100644 --- a/src/main/java/com/juick/server/util/HttpUtils.java +++ b/src/main/java/com/juick/server/util/HttpUtils.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 diff --git a/src/main/java/com/juick/server/util/TagUtils.java b/src/main/java/com/juick/server/util/TagUtils.java index cb828933..ab42ff6c 100644 --- a/src/main/java/com/juick/server/util/TagUtils.java +++ b/src/main/java/com/juick/server/util/TagUtils.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 diff --git a/src/main/java/com/juick/server/util/WebUtils.java b/src/main/java/com/juick/server/util/WebUtils.java index 9dd628ee..bc3ac63a 100644 --- a/src/main/java/com/juick/server/util/WebUtils.java +++ b/src/main/java/com/juick/server/util/WebUtils.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