diff options
author | zachir <zachir@librem.one> | 2025-07-15 20:49:34 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 20:49:34 -0500 |
commit | 4f5fb6b16fb0dc03ed2aae56658cc0fa0265a7ff (patch) | |
tree | 3860a57ffb5550be63085470e3ed8631cd6b5df0 /hypr-brightness | |
parent | 0b5757ab583354257840b72afb3ee114196c5475 (diff) |
Add copyright notices for scripts
Diffstat (limited to 'hypr-brightness')
-rwxr-xr-x | hypr-brightness | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr-brightness b/hypr-brightness index 71e1e52..538c63b 100755 --- a/hypr-brightness +++ b/hypr-brightness @@ -1,4 +1,5 @@ #!/bin/bash +# Copyright albertnis on GitHub, unlicensed # Accept an arg '+' or '-' direction=$1 |