From: Jakub Czajka Date: Wed, 3 May 2023 08:57:18 +0000 (+0200) Subject: Update copyright year. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=b0cf531a77dfecddba3a6e2a884b052b95328159;p=guix.git Update copyright year. --- diff --git a/.dir-locals.el b/.dir-locals.el index be31baa..c0e3d34 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ((scheme-mode . ((tags-file-name . "~/conf/TAGS") diff --git a/COPYING b/COPYING index 64d0b2a..b9dbfee 100644 --- a/COPYING +++ b/COPYING @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 2022 Jakub Czajka + Copyright (C) 2022-2023 Jakub Czajka This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - guix Copyright (C) 2022 Jakub Czajka + guix Copyright (C) 2022-2023 Jakub Czajka This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/Makefile b/Makefile index dc65f97..5d74e0b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. guix-profile := ~/.guix-home/profile diff --git a/X11/.config/X11/Xresources b/X11/.config/X11/Xresources index 6e0a83e..8d99e14 100644 --- a/X11/.config/X11/Xresources +++ b/X11/.config/X11/Xresources @@ -1,4 +1,4 @@ -!! Copyright (c) 2022 Jakub Czajka +!! Copyright (c) 2022-2023 Jakub Czajka !! License: GPL-3.0 or later. emacs.font: Meslo LG S:size=14 diff --git a/X11/.config/X11/xbindkeysrc b/X11/.config/X11/xbindkeysrc index 03ddbbd..6c8dd6f 100644 --- a/X11/.config/X11/xbindkeysrc +++ b/X11/.config/X11/xbindkeysrc @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. "volume 5%+" diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch index 54a46cc..1e6e585 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # postswitch - Script executed after the layout switch. diff --git a/bash/.bash_profile b/bash/.bash_profile index 5d2aa2c..b847544 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # .bash_profile - bash dotfile for login shells. diff --git a/bash/.bashrc b/bash/.bashrc index 2b73f4d..522081d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # .bashrc - bash dotfile for interactive shells. diff --git a/bash/.config/profile.d/10-alias.sh b/bash/.config/profile.d/10-alias.sh index ec42938..20f9775 100644 --- a/bash/.config/profile.d/10-alias.sh +++ b/bash/.config/profile.d/10-alias.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 10-alias.sh - bash aliases. diff --git a/bash/.config/profile.d/10-xdg.sh b/bash/.config/profile.d/10-xdg.sh index ba87c5d..fd2663d 100644 --- a/bash/.config/profile.d/10-xdg.sh +++ b/bash/.config/profile.d/10-xdg.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 10-xdg.sh - XDG Base Directory environment variables. diff --git a/bash/.config/profile.d/20-env.sh b/bash/.config/profile.d/20-env.sh index f2e935d..776dde7 100644 --- a/bash/.config/profile.d/20-env.sh +++ b/bash/.config/profile.d/20-env.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 20-env.sh - generic environment variables. diff --git a/bash/.config/profile.d/20-less.sh b/bash/.config/profile.d/20-less.sh index c82f904..7a6ddd8 100644 --- a/bash/.config/profile.d/20-less.sh +++ b/bash/.config/profile.d/20-less.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 20-less.sh - configuration for less(1). diff --git a/bash/.config/profile.d/50-alsa.sh b/bash/.config/profile.d/50-alsa.sh index f53e9f0..f05ad33 100644 --- a/bash/.config/profile.d/50-alsa.sh +++ b/bash/.config/profile.d/50-alsa.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 50-alsa.sh - environment variables for alsa. diff --git a/bash/.config/profile.d/50-bash.sh b/bash/.config/profile.d/50-bash.sh index 44ef5fb..d72ae02 100644 --- a/bash/.config/profile.d/50-bash.sh +++ b/bash/.config/profile.d/50-bash.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 50-bash.sh - bash environment variables. diff --git a/bash/.config/profile.d/50-gpg.sh b/bash/.config/profile.d/50-gpg.sh index f06f881..279208b 100644 --- a/bash/.config/profile.d/50-gpg.sh +++ b/bash/.config/profile.d/50-gpg.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 50-gpg.sh - environment variables for `gpg`. diff --git a/bash/.config/profile.d/50-notmuch.sh b/bash/.config/profile.d/50-notmuch.sh index aac77a7..013b5b2 100644 --- a/bash/.config/profile.d/50-notmuch.sh +++ b/bash/.config/profile.d/50-notmuch.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 50-notmuch.sh - environment variables for notmuch. diff --git a/bash/.config/profile.d/50-pass.sh b/bash/.config/profile.d/50-pass.sh index fc7239e..f5c0e71 100644 --- a/bash/.config/profile.d/50-pass.sh +++ b/bash/.config/profile.d/50-pass.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # 50-pass.sh - environment variables for the password store. diff --git a/conf/common/fonts.scm b/conf/common/fonts.scm index 2bf0ce8..bb1154b 100644 --- a/conf/common/fonts.scm +++ b/conf/common/fonts.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; fonts.scm - packages for fonts. diff --git a/conf/common/local-package.scm b/conf/common/local-package.scm index d3b754a..07f300d 100644 --- a/conf/common/local-package.scm +++ b/conf/common/local-package.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; local-package.scm - install package from local source code. diff --git a/conf/common/suckless.scm b/conf/common/suckless.scm index 7c87dbb..8b1c209 100644 --- a/conf/common/suckless.scm +++ b/conf/common/suckless.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; suckless.scm - suckless software with the bgra patch for libxft. diff --git a/conf/home/bash.scm b/conf/home/bash.scm index be8ade2..0580653 100644 --- a/conf/home/bash.scm +++ b/conf/home/bash.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; bash.scm - custom bash configuration. diff --git a/conf/home/desktop.scm b/conf/home/desktop.scm index 53d72eb..d2c7e88 100644 --- a/conf/home/desktop.scm +++ b/conf/home/desktop.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; desktop.scm - desktop services for the home directory configuration. diff --git a/conf/home/emacs.scm b/conf/home/emacs.scm index ab48385..e7bde48 100644 --- a/conf/home/emacs.scm +++ b/conf/home/emacs.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; emacs.scm - custom emacs configuration. diff --git a/conf/home/emoji.scm b/conf/home/emoji.scm index f2167f4..b8f9759 100644 --- a/conf/home/emoji.scm +++ b/conf/home/emoji.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; emoji.scm - package for copying emojis to the clipboard. diff --git a/conf/home/notify.scm b/conf/home/notify.scm index ecab0ad..3f98cab 100644 --- a/conf/home/notify.scm +++ b/conf/home/notify.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; notify.scm - service for desktop notification. diff --git a/conf/home/program.scm b/conf/home/program.scm index 320e52e..cf0b9b2 100644 --- a/conf/home/program.scm +++ b/conf/home/program.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; program.scm - service for installing programs and symlinking their dotfiles. diff --git a/conf/home/status-bar.scm b/conf/home/status-bar.scm index 868f400..30466d5 100644 --- a/conf/home/status-bar.scm +++ b/conf/home/status-bar.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; status-bar.scm - program for a status bar. diff --git a/conf/home/suckless.scm b/conf/home/suckless.scm index 3dd7d5b..f1f5616 100644 --- a/conf/home/suckless.scm +++ b/conf/home/suckless.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; suckless.scm - packages with custom versions of suckless software. Source code diff --git a/conf/home/symlink.scm b/conf/home/symlink.scm index 1470b97..d2cb161 100644 --- a/conf/home/symlink.scm +++ b/conf/home/symlink.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; symlink.scm - service for symlinking files. diff --git a/conf/home/wallpaper.scm b/conf/home/wallpaper.scm index d358472..f98f8a4 100644 --- a/conf/home/wallpaper.scm +++ b/conf/home/wallpaper.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; wallpaper.scm - program for installing wallpapers. diff --git a/conf/home/xcompmgr.scm b/conf/home/xcompmgr.scm index 222fa46..96e3a89 100644 --- a/conf/home/xcompmgr.scm +++ b/conf/home/xcompmgr.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; xcompmgr.scm - shepherd service for xcompmgr. diff --git a/conf/system/bluetooth.scm b/conf/system/bluetooth.scm index 1a637ab..d5c52c2 100644 --- a/conf/system/bluetooth.scm +++ b/conf/system/bluetooth.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; bluetooth.scm - service for the bluetooth daemon. diff --git a/conf/system/desktop.scm b/conf/system/desktop.scm index e339b93..7b5438f 100644 --- a/conf/system/desktop.scm +++ b/conf/system/desktop.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; desktop.scm - desktop services for the system configuration. diff --git a/conf/system/dns.scm b/conf/system/dns.scm index b0b235e..3209ea1 100644 --- a/conf/system/dns.scm +++ b/conf/system/dns.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; dns.scm - package for DNSCrypt. diff --git a/conf/system/volume.scm b/conf/system/volume.scm index 7f457bf..74758ce 100644 --- a/conf/system/volume.scm +++ b/conf/system/volume.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; volume.scm - package for controling system's volume. diff --git a/dns/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/dns/etc/dnscrypt-proxy/dnscrypt-proxy.toml index f2706f5..2600ed9 100644 --- a/dns/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/dns/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # dnscrypt-proxy configuration file. diff --git a/dns/etc/resolv.conf b/dns/etc/resolv.conf index c500fd4..9df19fd 100644 --- a/dns/etc/resolv.conf +++ b/dns/etc/resolv.conf @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. # # Use dnscrypt-proxy diff --git a/emacs/.config/emacs/conf/conf-batch-edit.el b/emacs/.config/emacs/conf/conf-batch-edit.el index 7c756fc..c9f3a8a 100644 --- a/emacs/.config/emacs/conf/conf-batch-edit.el +++ b/emacs/.config/emacs/conf/conf-batch-edit.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-batch-edit.el - edit multiple files at once. diff --git a/emacs/.config/emacs/conf/conf-calendar.el b/emacs/.config/emacs/conf/conf-calendar.el index 9dd20a4..326e670 100644 --- a/emacs/.config/emacs/conf/conf-calendar.el +++ b/emacs/.config/emacs/conf/conf-calendar.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-calendar.el - configuration for the calendar. diff --git a/emacs/.config/emacs/conf/conf-consult.el b/emacs/.config/emacs/conf/conf-consult.el index d930bcd..0446238 100644 --- a/emacs/.config/emacs/conf/conf-consult.el +++ b/emacs/.config/emacs/conf/conf-consult.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-consult.el - configuration for the consult package. diff --git a/emacs/.config/emacs/conf/conf-crypt.el b/emacs/.config/emacs/conf/conf-crypt.el index 776b77d..0cebb18 100644 --- a/emacs/.config/emacs/conf/conf-crypt.el +++ b/emacs/.config/emacs/conf/conf-crypt.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-crypt.el - configuration for the password store. diff --git a/emacs/.config/emacs/conf/conf-dired.el b/emacs/.config/emacs/conf/conf-dired.el index c470a67..27f6a38 100644 --- a/emacs/.config/emacs/conf/conf-dired.el +++ b/emacs/.config/emacs/conf/conf-dired.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-dired.el - configuration for the dired file manager. diff --git a/emacs/.config/emacs/conf/conf-document.el b/emacs/.config/emacs/conf/conf-document.el index 2ade839..ca3a3b3 100644 --- a/emacs/.config/emacs/conf/conf-document.el +++ b/emacs/.config/emacs/conf/conf-document.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-document.el - configration for working with different document formats. diff --git a/emacs/.config/emacs/conf/conf-emacs.el b/emacs/.config/emacs/conf/conf-emacs.el index 0edd8c1..1842ac0 100644 --- a/emacs/.config/emacs/conf/conf-emacs.el +++ b/emacs/.config/emacs/conf/conf-emacs.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-emacs.el - configuration for vanilla emacs. diff --git a/emacs/.config/emacs/conf/conf-email.el b/emacs/.config/emacs/conf/conf-email.el index 7aa8432..99339b4 100644 --- a/emacs/.config/emacs/conf/conf-email.el +++ b/emacs/.config/emacs/conf/conf-email.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-email.el - configuration for the email client. diff --git a/emacs/.config/emacs/conf/conf-keys.el b/emacs/.config/emacs/conf/conf-keys.el index 3276ba9..53de564 100644 --- a/emacs/.config/emacs/conf/conf-keys.el +++ b/emacs/.config/emacs/conf/conf-keys.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-keys.el - configuration for keybinding completion. diff --git a/emacs/.config/emacs/conf/conf-language.el b/emacs/.config/emacs/conf/conf-language.el index f89b051..003d078 100644 --- a/emacs/.config/emacs/conf/conf-language.el +++ b/emacs/.config/emacs/conf/conf-language.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-language.el - configuration for the spell checker. diff --git a/emacs/.config/emacs/conf/conf-lisp.el b/emacs/.config/emacs/conf/conf-lisp.el index d6a691f..4792fb3 100644 --- a/emacs/.config/emacs/conf/conf-lisp.el +++ b/emacs/.config/emacs/conf/conf-lisp.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-lisp.el - configuration for list mode. diff --git a/emacs/.config/emacs/conf/conf-minibuffer.el b/emacs/.config/emacs/conf/conf-minibuffer.el index 3e61cb5..3ccbcdb 100644 --- a/emacs/.config/emacs/conf/conf-minibuffer.el +++ b/emacs/.config/emacs/conf/conf-minibuffer.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-minibuffer.el - configuration for the minibuffer. diff --git a/emacs/.config/emacs/conf/conf-music.el b/emacs/.config/emacs/conf/conf-music.el index 43225fb..10c0fc9 100644 --- a/emacs/.config/emacs/conf/conf-music.el +++ b/emacs/.config/emacs/conf/conf-music.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-music.el - configuration for the music player. diff --git a/emacs/.config/emacs/conf/conf-org.el b/emacs/.config/emacs/conf/conf-org.el index a71e57a..d9ed7e8 100644 --- a/emacs/.config/emacs/conf/conf-org.el +++ b/emacs/.config/emacs/conf/conf-org.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-org.el - configuration for org mode. diff --git a/emacs/.config/emacs/conf/conf-package.el b/emacs/.config/emacs/conf/conf-package.el index b089a81..8b1c77e 100644 --- a/emacs/.config/emacs/conf/conf-package.el +++ b/emacs/.config/emacs/conf/conf-package.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-package.el - configuration for managing packages. diff --git a/emacs/.config/emacs/conf/conf-rss.el b/emacs/.config/emacs/conf/conf-rss.el index e6550d8..a274f5e 100644 --- a/emacs/.config/emacs/conf/conf-rss.el +++ b/emacs/.config/emacs/conf/conf-rss.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-rss.el - configuration for the RSS reader. diff --git a/emacs/.config/emacs/conf/conf-theme.el b/emacs/.config/emacs/conf/conf-theme.el index 5fd72d5..654ef14 100644 --- a/emacs/.config/emacs/conf/conf-theme.el +++ b/emacs/.config/emacs/conf/conf-theme.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-theme.el - custom theme. diff --git a/emacs/.config/emacs/conf/conf-variables.el b/emacs/.config/emacs/conf/conf-variables.el index b31ccd9..7f7df6e 100644 --- a/emacs/.config/emacs/conf/conf-variables.el +++ b/emacs/.config/emacs/conf/conf-variables.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-variables.el - custom configration variables. diff --git a/emacs/.config/emacs/conf/conf-vc.el b/emacs/.config/emacs/conf/conf-vc.el index 775e5a3..1c3555c 100644 --- a/emacs/.config/emacs/conf/conf-vc.el +++ b/emacs/.config/emacs/conf/conf-vc.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-vc.el - configuration of a git interface. diff --git a/emacs/.config/emacs/conf/conf-web.el b/emacs/.config/emacs/conf/conf-web.el index 723e75e..4a640e3 100644 --- a/emacs/.config/emacs/conf/conf-web.el +++ b/emacs/.config/emacs/conf/conf-web.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; conf-web.el - configuration for eww. diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index 64fe898..f0160f7 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka . +;; Copyright (c) 2022-2023 Jakub Czajka . ;; License: GPL-3.0 or later. ;; ;; init.el - emacs initialization file. Loads all files from the ./conf diff --git a/emacs/.local/bin/emacs_client b/emacs/.local/bin/emacs_client index 07bd391..4ebaad0 100755 --- a/emacs/.local/bin/emacs_client +++ b/emacs/.local/bin/emacs_client @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. emacsclient --socket-name=/run/user/$(id -u)/emacs/server --create-frame & diff --git a/git/.config/git/config b/git/.config/git/config index aab2cb2..f83b047 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. [user] diff --git a/home.scm b/home.scm index 27ec32f..fccf06e 100644 --- a/home.scm +++ b/home.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; home.scm - home directory configuration for GNU Guix. diff --git a/scripts/select_emoji b/scripts/select_emoji index aa4f160..1270eb8 100755 --- a/scripts/select_emoji +++ b/scripts/select_emoji @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. EMOJI=$(cat ${XDG_DATA_HOME}/emojis \ diff --git a/scripts/status_bar b/scripts/status_bar index 1aa4da3..68d01e1 100755 --- a/scripts/status_bar +++ b/scripts/status_bar @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. OLD_UNREAD=0 diff --git a/scripts/volume b/scripts/volume index fb7ed0e..d33a041 100755 --- a/scripts/volume +++ b/scripts/volume @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. if [ -z "${1}" ] diff --git a/scripts/wallpaper b/scripts/wallpaper index ce729f0..d3664e7 100755 --- a/scripts/wallpaper +++ b/scripts/wallpaper @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2022 Jakub Czajka +# Copyright (c) 2022-2023 Jakub Czajka # License: GPL-3.0 or later. feh --no-fehbg --bg-scale "${XDG_DATA_HOME}/wallpapers/current" diff --git a/system.scm b/system.scm index dde0205..15393a8 100644 --- a/system.scm +++ b/system.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2022 Jakub Czajka +;; Copyright (c) 2022-2023 Jakub Czajka ;; License: GPL-3.0 or later. ;; ;; system.scm - system configuration for GNU Guix.