From 83bccd0222ef163964b6426b3235e82da3eed5b6 Mon Sep 17 00:00:00 2001 From: Todd McDaniel Date: Wed, 29 Nov 2017 10:34:10 -0700 Subject: [PATCH 1/2] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e9cd091 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 University of Utah, Marriott Library, Apple Support + +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. + +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. From 891d6da488b4854b3f78a32904a574dfca98b18d Mon Sep 17 00:00:00 2001 From: Todd McDaniel Date: Wed, 29 Nov 2017 10:57:47 -0700 Subject: [PATCH 2/2] Corrected blog post URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9be9c8c..cd92a51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SCL Jamf Tools -This repository contains a collection of tools written to perform as enhancements to the Jamf Pro management software. You can read about them at our [blog post](https://apple.lib.utah.edu/?p=2057) or in the indiviual project areas. +This repository contains a collection of tools written to perform as enhancements to the Jamf Pro management software. You can read about them at our [blog post](https://apple.lib.utah.edu/introducing-scl-jamf-tools/) or in the indiviual project areas. Our goal is to make genericized versions of our internal tools available to other Jamf administrators. They are usable as is, but are intended as frameworks that others can use to build custom tools to more closely fit their environments. @@ -43,4 +43,4 @@ Tugboat is designed to make modifications to specific computer records on your J | Date | Version | Notes | | ---------- | ------- | ---------------------------------------- | | 2017.04.11 | | Updated Tugboat 1.5.2 and Cargo Ship 1.0.1 | -| 2017.02.15 | | Initial release. | \ No newline at end of file +| 2017.02.15 | | Initial release. |