33 Commits

Author SHA1 Message Date
a0f960c16f update LICENSE and README 2025-04-30 03:13:41 +02:00
c919def84f More LICENSE updates
Regarding 305aa5138add5971456c880219fe859cd4189624
2022-12-19 22:04:07 +01:00
305aa5138a Update LICENSE
Real names should be used if possible, as the license is legally binding
2022-12-19 19:26:18 +01:00
1ae616190c Update LICENSE 2022-12-19 02:44:21 +01:00
1881569f6c Update LICENSE 2022-10-26 21:24:19 +02:00
ae8a658d0c Update LICENSE 2020-11-30 21:26:40 +01:00
c1dc896c80 Add native OpenBSD support for mute/volume
Based on functionality in dstat by Joerg Jung.
2019-02-13 13:35:44 +01:00
b6d0bd2fe4 Update LICENSE 2019-02-05 09:32:47 +01:00
1452a44832 Add Ian Remmler to LICENSE 2018-06-04 14:07:20 +02:00
c0436810ef Update LICENSE for Quentin 2018-05-29 22:26:40 +02:00
5d6415608b Update LICENSE for Tobias 2018-05-28 16:17:03 +02:00
cf2b604507 Add Michael Buch to LICENSE 2018-05-23 10:12:20 +02:00
d8ce4e6942 Add David Demelier to LICENSE 2018-05-20 22:16:39 +02:00
ca02afb1d9 Add he4d to LICENSE 2018-05-16 08:13:09 +02:00
0f7a34fa31 Add josuah to LICENSE 2018-05-08 15:06:55 +02:00
9750a3d731 Use indentation to increase readability
Granted, this style is definitely not common, but for the short
utility-functions of this program it's just the right choice. This
provides great flexibility, such that in the long run, it will be
possible to also share code between the OS-implementations.

This also keeps the state-keeping at a minimum and makes it clearer
which functions are implemented on which OS without having to jiggle
around with too many files in the process.
2018-05-01 19:43:49 +02:00
42edfea89a Revert component-split
this reverts the commits from 92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec up to
d42870d6ca7fb587b38f8cf6d6821ae33a53a696.

After heavy consideration, the component split has more disadvantages
than advantages, especially given there will be utility-functions
sharing quite a lot of code that would then need to be duplicated, as it
does not fit into the util.c due to its speciality.

One big advantage of the component-wise build is readability, and
without doubt, this was achieved here. This point will be addressed
with a different approach that will be visible in the upcoming commits.

One big disadvantage of the component build is the fact that it
introduces state to the build process which is not necessary. Before its
introduction, the only influencing factors where the system-defines
__linux__ and __OpenBSD__. With the components, we are also relying on
the output of uname(1).
Additionally, if the os.mk is not present, make gives the output

     $ make
     Makefile:5: os.mk: No such file or directory
     make: *** No rule to make target 'os.mk'.  Stop.

This could easily be fixed by providing some sort of meta-rule for this
file, however, it indicates the problem we have here, and this entire
statefulness will heavily complicate packaging of this tool and makes
the build process much more complex than it actually has to be.
2018-05-01 19:43:34 +02:00
085431b282 Update LICENSE for Quentin Rameau 2018-04-30 15:44:41 +02:00
7baad64a4b Sort LICENSE according to first commit 2018-04-29 18:50:44 +02:00
57b1c1719f Update LICENSE for parazyd 2018-04-29 16:05:53 +02:00
53ecbcb3ad Update LICENSE for Ali H. Fardan 2018-04-29 13:02:08 +02:00
8601c27264 Add Darron Anderson to LICENSE
Thank you for your contribution.
2018-04-14 19:44:54 +02:00
8bfe4b2e28 Update LICENSE year for myself. 2018-01-06 23:40:05 +01:00
52d60c0862 Update LICENSE for parazyd 2017-10-24 11:23:27 +02:00
0c2ee7df91 Updated LICENSE
Extended Ali H. Fardan contribution dates
2017-08-12 12:55:53 +02:00
6b8384ef2f Reformatted LICENSE to fit 75 character width 2017-08-10 22:43:56 +02:00
b3eed601e5 Moved contributors to LICENSE 2017-08-10 21:06:48 +02:00
dad6dc6300 Copyright sign (C) is not required in LICENSE
According to https://opensource.org/licenses/ISC
2017-08-10 20:32:14 +02:00
999cf00490 new arg.h version by frign 2017-08-10 11:31:57 +02:00
3847911771 happy new year! 2017-01-07 21:28:22 +01:00
6239e5de17 added name to LICENSE 2016-10-05 22:56:25 +02:00
58c1631235 this project is now licensed under the ISC license 2016-08-15 16:10:42 +02:00
47a0e8dec3 Initial commit 2016-03-04 10:46:19 +01:00