From bffdbe88f60151d8457a175d44373afe749bb03f Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Thu, 1 Jun 2017 10:50:53 +0200 Subject: [PATCH] license: use ISC license Signed-off-by: Tatiana Leon --- README.md | 24 ++++++++++-------------- awsiot-sample/Makefile | 8 +++----- awsiot-sample/README.md | 20 ++++++++++---------- awsiot-sample/src/aws_config.c | 8 +++----- awsiot-sample/src/aws_config.h | 8 +++----- awsiot-sample/src/aws_control.c | 8 +++----- awsiot-sample/src/aws_control.h | 8 +++----- awsiot-sample/src/daemonize.c | 8 +++----- awsiot-sample/src/daemonize.h | 8 +++----- awsiot-sample/src/device_control.c | 9 +++------ awsiot-sample/src/device_control.h | 8 +++----- awsiot-sample/src/main.c | 8 +++----- 12 files changed, 50 insertions(+), 75 deletions(-) diff --git a/README.md b/README.md index 39f18b9..d433906 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,16 @@ Embedded Yocto distribution. License ======= Copyright 2017, Digi International Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +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", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 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/awsiot-sample/Makefile b/awsiot-sample/Makefile index 66b49f6..4a4aa94 100644 --- a/awsiot-sample/Makefile +++ b/awsiot-sample/Makefile @@ -1,9 +1,9 @@ # *************************************************************************** # Copyright (c) 2017 Digi International Inc. # -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this file, -# You can obtain one at http://mozilla.org/MPL/2.0/. +# 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 @@ -13,8 +13,6 @@ # OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -# Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 -# # *************************************************************************** EXECUTABLE = awsiot-sample diff --git a/awsiot-sample/README.md b/awsiot-sample/README.md index aa5240f..bde9261 100644 --- a/awsiot-sample/README.md +++ b/awsiot-sample/README.md @@ -99,14 +99,14 @@ License ------- Copyright 2017, Digi International Inc. -This Source Code Form is subject to the terms of the Mozilla Public -License, v. 2.0. If a copy of the MPL was not distributed with this -file, you can obtain one at http://mozilla.org/MPL/2.0/. +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/awsiot-sample/src/aws_config.c b/awsiot-sample/src/aws_config.c index 8f4b8fa..be6507c 100644 --- a/awsiot-sample/src/aws_config.c +++ b/awsiot-sample/src/aws_config.c @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/aws_config.h b/awsiot-sample/src/aws_config.h index 45cf9ff..6ce8af0 100644 --- a/awsiot-sample/src/aws_config.h +++ b/awsiot-sample/src/aws_config.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/aws_control.c b/awsiot-sample/src/aws_control.c index 07ac02d..9edc21c 100644 --- a/awsiot-sample/src/aws_control.c +++ b/awsiot-sample/src/aws_control.c @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/aws_control.h b/awsiot-sample/src/aws_control.h index 5d027a8..cee69ad 100644 --- a/awsiot-sample/src/aws_control.h +++ b/awsiot-sample/src/aws_control.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/daemonize.c b/awsiot-sample/src/daemonize.c index 2804e22..f250fa5 100644 --- a/awsiot-sample/src/daemonize.c +++ b/awsiot-sample/src/daemonize.c @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= * * From http://www.itp.uzh.ch/~dpotter/howto/daemonize diff --git a/awsiot-sample/src/daemonize.h b/awsiot-sample/src/daemonize.h index 5b892b8..b24ff80 100644 --- a/awsiot-sample/src/daemonize.h +++ b/awsiot-sample/src/daemonize.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/device_control.c b/awsiot-sample/src/device_control.c index 7362cb1..d78b189 100644 --- a/awsiot-sample/src/device_control.c +++ b/awsiot-sample/src/device_control.c @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,11 +12,8 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ - #include #include #include diff --git a/awsiot-sample/src/device_control.h b/awsiot-sample/src/device_control.h index b112980..120f231 100644 --- a/awsiot-sample/src/device_control.h +++ b/awsiot-sample/src/device_control.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */ diff --git a/awsiot-sample/src/main.c b/awsiot-sample/src/main.c index e07d734..13f4853 100644 --- a/awsiot-sample/src/main.c +++ b/awsiot-sample/src/main.c @@ -1,9 +1,9 @@ /* * Copyright (c) 2017 Digi International Inc. * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. + * 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 @@ -12,8 +12,6 @@ * 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. - * - * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 * ======================================================================= */