diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 22:58:45 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:11:02 +0100 |
commit | dba39bb612ec7b61d0a440dfe0c3d048b5ecd2ba (patch) | |
tree | c00cabd8973a90ed3e61b08e0f7bc1c67efbb0de | |
parent | db16f5d1daf99d84419e4d33eed673702aa0414f (diff) | |
download | desktop-tools-dba39bb612ec7b61d0a440dfe0c3d048b5ecd2ba.tar.gz desktop-tools-dba39bb612ec7b61d0a440dfe0c3d048b5ecd2ba.tar.xz desktop-tools-dba39bb612ec7b61d0a440dfe0c3d048b5ecd2ba.zip |
Fix and update LICENSE
-rw-r--r-- | LICENSE | 23 | ||||
-rw-r--r-- | fancontrol-ng.c | 1 | ||||
-rw-r--r-- | siprandom.c | 1 |
3 files changed, 11 insertions, 14 deletions
@@ -1,14 +1,13 @@ - Copyright (c) 2015 - 2016, Přemysl Janouch <p.janouch@gmail.com> - All rights reserved. +Copyright (c) 2015 - 2016, Přemysl Janouch <p.janouch@gmail.com> - Permission to use, copy, modify, and/or distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. - THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/fancontrol-ng.c b/fancontrol-ng.c index 0b25e28..f1d9c90 100644 --- a/fancontrol-ng.c +++ b/fancontrol-ng.c @@ -2,7 +2,6 @@ * fancontrol-ng.c: clone of fancontrol from lm_sensors * * Copyright (c) 2016, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/siprandom.c b/siprandom.c index 20e8545..28074de 100644 --- a/siprandom.c +++ b/siprandom.c @@ -2,7 +2,6 @@ * siprandom.c: relatively fast pseudo-random data generator * * Copyright (c) 2016, Přemysl Janouch <p.janouch@gmail.com> - * All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |