From 693c47d46569eb1d56b3d54b018bad0aef112ee9 Mon Sep 17 00:00:00 2001 From: Felisp Date: Fri, 19 Jan 2024 00:55:42 +0100 Subject: [PATCH] Bump copyrights, sync --- src/rss_thread_watch/core.clj | 7 +++++-- src/rss_thread_watch/feed_generator.clj | 2 +- src/rss_thread_watch/utils.clj | 2 +- src/rss_thread_watch/watcher.clj | 2 +- test/rss_thread_watch/utils_test.clj | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/rss_thread_watch/core.clj b/src/rss_thread_watch/core.clj index 79ff61a..c84131e 100644 --- a/src/rss_thread_watch/core.clj +++ b/src/rss_thread_watch/core.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; 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 @@ -75,7 +75,10 @@ "Entry point, starts webserver" [& args] ;; Todo: Think of a way to start repeated download for every catalog efficiently - (let [config (get-some-config args)] + (let [config (get-some-config args) + expanded-config + + ] (println args) (System/exit 0) (set-interval (fn [] diff --git a/src/rss_thread_watch/feed_generator.clj b/src/rss_thread_watch/feed_generator.clj index c5c4c63..83b7438 100644 --- a/src/rss_thread_watch/feed_generator.clj +++ b/src/rss_thread_watch/feed_generator.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; 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 diff --git a/src/rss_thread_watch/utils.clj b/src/rss_thread_watch/utils.clj index 0781220..782ae5c 100644 --- a/src/rss_thread_watch/utils.clj +++ b/src/rss_thread_watch/utils.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; 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 diff --git a/src/rss_thread_watch/watcher.clj b/src/rss_thread_watch/watcher.clj index eaf2df8..5eba442 100644 --- a/src/rss_thread_watch/watcher.clj +++ b/src/rss_thread_watch/watcher.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; 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 diff --git a/test/rss_thread_watch/utils_test.clj b/test/rss_thread_watch/utils_test.clj index ccc31ad..92525c3 100644 --- a/test/rss_thread_watch/utils_test.clj +++ b/test/rss_thread_watch/utils_test.clj @@ -1,4 +1,4 @@ -;; Copyright (C) 2023 Felisp +;; Copyright (C) 2024 Felisp ;; ;; 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