aboutsummaryrefslogtreecommitdiff
path: root/shell_utils.sh
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-12-03 21:09:36 +0100
committerWojtek Kosior <koszko@koszko.org>2021-12-03 21:10:02 +0100
commit44bb618aa99fa99a6df81e6a2b1dbec7a720f442 (patch)
treeb8522df2d6282789b7c8567b29e04877298f4384 /shell_utils.sh
parent5c583de820c0d5f666a830ca1e8205fe7d55e61e (diff)
parent256c046be5d790391e66be9b960ef32673be4f44 (diff)
downloadbrowser-extension-44bb618aa99fa99a6df81e6a2b1dbec7a720f442.tar.gz
browser-extension-44bb618aa99fa99a6df81e6a2b1dbec7a720f442.zip
merge `master` (license notices) and `koszko` (v1.0 development)
Diffstat (limited to 'shell_utils.sh')
-rw-r--r--shell_utils.sh16
1 files changed, 12 insertions, 4 deletions
diff --git a/shell_utils.sh b/shell_utils.sh
index 6d4cc76..51361f5 100644
--- a/shell_utils.sh
+++ b/shell_utils.sh
@@ -1,7 +1,15 @@
-# Copyright (C) 2021 Wojtek Kosior
-# Redistribution terms are gathered in the `copyright' file.
-
-# This file is meant to be sourced in sh.
+# This file is part of Haketilo
+#
+# Copyright (C) 2021, Wojtek Kosior
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the CC0 1.0 Universal License as published by
+# the Creative Commons Corporation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# CC0 1.0 Universal License for more details.
map_set_instr() {
printf "%s__%s='%s'" "$1" "$2" "$3"