diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:15:35 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-03 23:15:35 +0100 |
commit | ba8e0f2a123acbd8b92569ee8cd73d4db58bec59 (patch) | |
tree | 812230bf1e0180435fc6c7c228311b330391e727 | |
parent | 05d4b938c0936e2d02bc20b1230e8192ad6d5850 (diff) | |
download | sensei-raw-ctl-ba8e0f2a123acbd8b92569ee8cd73d4db58bec59.tar.gz sensei-raw-ctl-ba8e0f2a123acbd8b92569ee8cd73d4db58bec59.tar.xz sensei-raw-ctl-ba8e0f2a123acbd8b92569ee8cd73d4db58bec59.zip |
Fix and update LICENSE
-rw-r--r-- | LICENSE | 26 | ||||
-rw-r--r-- | sensei-raw-ctl-gui.c | 1 | ||||
-rw-r--r-- | sensei-raw-ctl.c | 1 |
3 files changed, 12 insertions, 16 deletions
@@ -1,15 +1,13 @@ - Copyright (c) 2013, 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 - 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. +Copyright (c) 2013, 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. + +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/sensei-raw-ctl-gui.c b/sensei-raw-ctl-gui.c index 76d8193..a995e12 100644 --- a/sensei-raw-ctl-gui.c +++ b/sensei-raw-ctl-gui.c @@ -4,7 +4,6 @@ * Very tightly coupled with the sensei-raw-ctl utility. * * Copyright (c) 2013, 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/sensei-raw-ctl.c b/sensei-raw-ctl.c index 958d858..df5fe9e 100644 --- a/sensei-raw-ctl.c +++ b/sensei-raw-ctl.c @@ -7,7 +7,6 @@ * The code might be a bit long but does very little; most of it is UI. * * Copyright (c) 2013 - 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 |