about summary refs log tree commit diff stats
path: root/pkgs/by-name/ri/river-start
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ri/river-start')
-rw-r--r--pkgs/by-name/ri/river-start/package.nix9
-rwxr-xr-xpkgs/by-name/ri/river-start/river-start.sh10
2 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/by-name/ri/river-start/package.nix b/pkgs/by-name/ri/river-start/package.nix
index ab986708..10957cc0 100644
--- a/pkgs/by-name/ri/river-start/package.nix
+++ b/pkgs/by-name/ri/river-start/package.nix
@@ -1,3 +1,12 @@
+# nixos-config - My current NixOS configuration
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of my nixos-config.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 {
   writeShellApplication,
   river,
diff --git a/pkgs/by-name/ri/river-start/river-start.sh b/pkgs/by-name/ri/river-start/river-start.sh
index 4587ff96..e3a4adcb 100755
--- a/pkgs/by-name/ri/river-start/river-start.sh
+++ b/pkgs/by-name/ri/river-start/river-start.sh
@@ -1,5 +1,15 @@
 #! /usr/bin/env sh
 
+# nixos-config - My current NixOS configuration
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of my nixos-config.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+
 # NOTE: Keep this in sync with the file from `base_init.sh` <2025-02-03>
 RIVER_LOG_FILE="$HOME/.local/share/river/log"