From 9c7f6cfe514cbed97bee826037be64f19f92bb0e Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 29 Jan 2024 10:51:09 -0800 Subject: [PATCH 1/2] draft addition of blueoak-1.0.0 --- _licenses/blueoak-1.0.0.txt | 84 +++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 _licenses/blueoak-1.0.0.txt diff --git a/_licenses/blueoak-1.0.0.txt b/_licenses/blueoak-1.0.0.txt new file mode 100644 index 0000000..f9dce2a --- /dev/null +++ b/_licenses/blueoak-1.0.0.txt @@ -0,0 +1,84 @@ +--- +title: Blue Oak Model License +spdx-id: BlueOak-1.0.0 + +description: A permissive license whose main conditions require providing notice of the license. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code. + +how: Create a text file (typically named LICENSE.md) in the root of your source code and copy the text of the license into the file. + +using: + drone-gc: https://github.com/drone/drone-gc/blob/master/LICENSE.md + oh-my-git: https://github.com/git-learning-game/oh-my-git/blob/main/LICENSE.md + punct: https://github.com/otherjoel/punct/blob/main/LICENSE.md + +permissions: + - commercial-use + - modifications + - distribution + - patent-use + - private-use + +conditions: + - include-copyright + +limitations: + - liability + - warranty + +--- + +# Blue Oak Model License + +Version 1.0.0 + +## Purpose + +This license gives everyone as much permission to work with +this software as possible, while protecting contributors +from liability. + +## Acceptance + +In order to receive this license, you must agree to its +rules. The rules of this license are both obligations +under that agreement and conditions to your license. +You must not do anything with this software that triggers +a rule that you cannot or will not follow. + +## Copyright + +Each contributor licenses you to do everything with this +software that would otherwise infringe that contributor's +copyright in it. + +## Notices + +You must ensure that everyone who gets a copy of +any part of this software from you, with or without +changes, also gets the text of this license or a link to +. + +## Excuse + +If anyone notifies you in writing that you have not +complied with [Notices](#notices), you can keep your +license by taking all practical steps to comply within 30 +days after the notice. If you do not do so, your license +ends immediately. + +## Patent + +Each contributor licenses you to do everything with this +software that would otherwise infringe any patent claims +they can license or become able to license. + +## Reliability + +No contributor can revoke this license. + +## No Liability + +***As far as the law allows, this software comes as is, +without any warranty or condition, and no contributor +will be liable to anyone for any damages related to this +software or this license, under any kind of legal claim.*** \ No newline at end of file From e21f91972a5abaea39716d95b4a3d5ff430715d7 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 29 Jan 2024 19:05:10 +0000 Subject: [PATCH 2/2] name, end file with newline --- _licenses/blueoak-1.0.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_licenses/blueoak-1.0.0.txt b/_licenses/blueoak-1.0.0.txt index f9dce2a..f25e4ba 100644 --- a/_licenses/blueoak-1.0.0.txt +++ b/_licenses/blueoak-1.0.0.txt @@ -1,5 +1,5 @@ --- -title: Blue Oak Model License +title: Blue Oak Model License 1.0.0 spdx-id: BlueOak-1.0.0 description: A permissive license whose main conditions require providing notice of the license. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code. @@ -81,4 +81,4 @@ No contributor can revoke this license. ***As far as the law allows, this software comes as is, without any warranty or condition, and no contributor will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** \ No newline at end of file +software or this license, under any kind of legal claim.***