Bump copyrights, sync
This commit is contained in:
parent
6d08796568
commit
693c47d465
5 changed files with 9 additions and 6 deletions
|
@ -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 []
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue