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
|
;; 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
|
;; it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@ -75,7 +75,10 @@
|
||||||
"Entry point, starts webserver"
|
"Entry point, starts webserver"
|
||||||
[& args]
|
[& args]
|
||||||
;; Todo: Think of a way to start repeated download for every catalog efficiently
|
;; 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)
|
(println args)
|
||||||
(System/exit 0)
|
(System/exit 0)
|
||||||
(set-interval (fn []
|
(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
|
;; 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
|
;; 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
|
;; 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
|
;; 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
|
;; 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
|
;; 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
|
;; 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
|
;; it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue