diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-02-18 02:25:21 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-02-18 02:25:21 +0100 |
commit | 18548068f632ec2686388234e8ed35bad1a3cded (patch) | |
tree | c9f0fabebd63744ddea0f3e1d8e6b3442e8f85eb | |
parent | e9fa0774ed2e7e030a68f5b0ae51fe6dd69fe492 (diff) | |
download | midipix_build-18548068f632ec2686388234e8ed35bad1a3cded.tar.bz2 midipix_build-18548068f632ec2686388234e8ed35bad1a3cded.tar.xz |
Update copyright legends.
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | etc/LICENCE | 2 | ||||
-rwxr-xr-x | pkgtool.sh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> +# Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> # # {{{ buildp_ast($_param) diff --git a/etc/LICENCE b/etc/LICENCE index d17f7aec..4a39c21c 100644 --- a/etc/LICENCE +++ b/etc/LICENCE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> +Copyright (c) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2020, 2021 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> +# Copyright (c) 2020, 2021, 2022, 2023 Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> # # {{{ pkgtoolp_init($_rstatus) |