From 67a91e4ac7e0887a11cd56857d1fdb1dd0a71c03 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 11 Nov 2024 15:42:06 +0100 Subject: [PATCH] headers headers headers --- .../docs/general/legal/licenses/third-party/BSD-zero.md | 3 +++ .../content/docs/general/legal/licenses/third-party/CC-A-4.md | 3 +++ .../docs/general/legal/licenses/third-party/CC-A-SA-4.md | 3 +++ .../docs/general/legal/licenses/third-party/CC-zero-uni.md | 3 +++ .../content/docs/general/legal/licenses/third-party/ISC.md | 3 +++ .../docs/general/legal/licenses/third-party/MIT-syn.md | 3 +++ .../content/docs/general/legal/licenses/third-party/OFL.md | 4 ++++ .../docs/general/legal/licenses/third-party/blueoak.md | 3 +++ .../content/docs/general/legal/licenses/third-party/bsd2.md | 3 +++ .../docs/general/legal/licenses/third-party/freetype.md | 3 +++ .../content/docs/general/legal/licenses/third-party/gplv3.md | 4 ++++ .../content/docs/general/legal/licenses/third-party/lgpl3.md | 4 ++++ .../content/docs/general/legal/licenses/third-party/mit.md | 4 ++++ .../content/docs/general/legal/licenses/third-party/moz2.md | 4 ++++ .../docs/general/legal/licenses/third-party/python2.md | 4 ++++ .../docs/general/legal/licenses/third-party/unicode.md | 4 ++++ .../content/docs/general/legal/licenses/third-party/w3c.md | 4 ++++ 17 files changed, 59 insertions(+) diff --git a/website/src/content/docs/general/legal/licenses/third-party/BSD-zero.md b/website/src/content/docs/general/legal/licenses/third-party/BSD-zero.md index 24abb54431d..ea29f33deb8 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/BSD-zero.md +++ b/website/src/content/docs/general/legal/licenses/third-party/BSD-zero.md @@ -1,2 +1,5 @@ +--- +title: BSD Zero +--- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. 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/website/src/content/docs/general/legal/licenses/third-party/CC-A-4.md b/website/src/content/docs/general/legal/licenses/third-party/CC-A-4.md index d5e345bcf65..e2c5a7a42e5 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/CC-A-4.md +++ b/website/src/content/docs/general/legal/licenses/third-party/CC-A-4.md @@ -1,3 +1,6 @@ +--- +title: Creative Commons A-4 +--- Creative Commons Attribution 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. diff --git a/website/src/content/docs/general/legal/licenses/third-party/CC-A-SA-4.md b/website/src/content/docs/general/legal/licenses/third-party/CC-A-SA-4.md index a07977ca69f..12b5bd0a034 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/CC-A-SA-4.md +++ b/website/src/content/docs/general/legal/licenses/third-party/CC-A-SA-4.md @@ -1,3 +1,6 @@ +--- +title: Creative Commons A-SA-4 +--- Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Corporation ("Creative Commons") is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an "as-is" basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. diff --git a/website/src/content/docs/general/legal/licenses/third-party/CC-zero-uni.md b/website/src/content/docs/general/legal/licenses/third-party/CC-zero-uni.md index ff314cca237..23389543584 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/CC-zero-uni.md +++ b/website/src/content/docs/general/legal/licenses/third-party/CC-zero-uni.md @@ -1,3 +1,6 @@ +--- +title: Creative Commons Zero +--- Creative Commons Legal Code CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. Statement of Purpose diff --git a/website/src/content/docs/general/legal/licenses/third-party/ISC.md b/website/src/content/docs/general/legal/licenses/third-party/ISC.md index 00bd19a46b0..be2867c97a1 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/ISC.md +++ b/website/src/content/docs/general/legal/licenses/third-party/ISC.md @@ -1,3 +1,6 @@ +--- +title: ISC +--- ISC License 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. diff --git a/website/src/content/docs/general/legal/licenses/third-party/MIT-syn.md b/website/src/content/docs/general/legal/licenses/third-party/MIT-syn.md index 34dc942e0eb..854374f2a46 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/MIT-syn.md +++ b/website/src/content/docs/general/legal/licenses/third-party/MIT-syn.md @@ -1,3 +1,6 @@ +--- +title: MIT Synopsis +--- Permission is hereby granted, free of charge, to any person obtaining a copy of this software annotated with this license and the Software, to deal in the Software without restriction, including without limitation diff --git a/website/src/content/docs/general/legal/licenses/third-party/OFL.md b/website/src/content/docs/general/legal/licenses/third-party/OFL.md index 0dba8aaebb1..75a659331b1 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/OFL.md +++ b/website/src/content/docs/general/legal/licenses/third-party/OFL.md @@ -1,3 +1,7 @@ +--- +title: OFL +--- + Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" This Font Software is licensed under the SIL Open Font License, Version 1.1. diff --git a/website/src/content/docs/general/legal/licenses/third-party/blueoak.md b/website/src/content/docs/general/legal/licenses/third-party/blueoak.md index c5402b9577a..7074c5bc564 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/blueoak.md +++ b/website/src/content/docs/general/legal/licenses/third-party/blueoak.md @@ -1,3 +1,6 @@ +--- +title: Blue Oak Model License +--- # Blue Oak Model License Version 1.0.0 diff --git a/website/src/content/docs/general/legal/licenses/third-party/bsd2.md b/website/src/content/docs/general/legal/licenses/third-party/bsd2.md index affe2a77e22..72e98d8a4e1 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/bsd2.md +++ b/website/src/content/docs/general/legal/licenses/third-party/bsd2.md @@ -1,3 +1,6 @@ +--- +title: BSD 2-Clause +--- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/website/src/content/docs/general/legal/licenses/third-party/freetype.md b/website/src/content/docs/general/legal/licenses/third-party/freetype.md index 07093389697..d2fdb05cf33 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/freetype.md +++ b/website/src/content/docs/general/legal/licenses/third-party/freetype.md @@ -1,3 +1,6 @@ +--- +title: FreeType Project +--- The FreeType Project LICENSE 2006-Jan-27 Copyright 1996-2002, 2006 by David Turner, Robert Wilhelm, and Werner Lemberg Introduction diff --git a/website/src/content/docs/general/legal/licenses/third-party/gplv3.md b/website/src/content/docs/general/legal/licenses/third-party/gplv3.md index 1110e898746..f9b074d32af 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/gplv3.md +++ b/website/src/content/docs/general/legal/licenses/third-party/gplv3.md @@ -1,3 +1,7 @@ +--- +title: GPL V3 +--- + GNU General Public License ========================== diff --git a/website/src/content/docs/general/legal/licenses/third-party/lgpl3.md b/website/src/content/docs/general/legal/licenses/third-party/lgpl3.md index b5b7019e052..f239092c618 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/lgpl3.md +++ b/website/src/content/docs/general/legal/licenses/third-party/lgpl3.md @@ -1,3 +1,7 @@ +--- +title: LPGL V3 +--- + GNU Lesser General Public License ================================= diff --git a/website/src/content/docs/general/legal/licenses/third-party/mit.md b/website/src/content/docs/general/legal/licenses/third-party/mit.md index 1f95d26c5ac..bf2ea95ca86 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/mit.md +++ b/website/src/content/docs/general/legal/licenses/third-party/mit.md @@ -1,3 +1,7 @@ +--- +title: MIT +--- + 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. diff --git a/website/src/content/docs/general/legal/licenses/third-party/moz2.md b/website/src/content/docs/general/legal/licenses/third-party/moz2.md index 807f26f79d7..4af629ebcfa 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/moz2.md +++ b/website/src/content/docs/general/legal/licenses/third-party/moz2.md @@ -1,3 +1,7 @@ +--- +title: Mozilla V2 +--- + Mozilla Public License Version 2.0 1. Definitions 1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. diff --git a/website/src/content/docs/general/legal/licenses/third-party/python2.md b/website/src/content/docs/general/legal/licenses/third-party/python2.md index 9f9a5f7a450..36ed8264724 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/python2.md +++ b/website/src/content/docs/general/legal/licenses/third-party/python2.md @@ -1,3 +1,7 @@ +--- +title: Python 2 +--- + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using this software ("Python") in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. diff --git a/website/src/content/docs/general/legal/licenses/third-party/unicode.md b/website/src/content/docs/general/legal/licenses/third-party/unicode.md index 54a2421c19a..61b0964a133 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/unicode.md +++ b/website/src/content/docs/general/legal/licenses/third-party/unicode.md @@ -1,3 +1,7 @@ +--- +title: Unicode +--- + UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/. Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/. diff --git a/website/src/content/docs/general/legal/licenses/third-party/w3c.md b/website/src/content/docs/general/legal/licenses/third-party/w3c.md index 47d6da04e7c..0836f469614 100644 --- a/website/src/content/docs/general/legal/licenses/third-party/w3c.md +++ b/website/src/content/docs/general/legal/licenses/third-party/w3c.md @@ -1,3 +1,7 @@ +--- +title: W3C +--- + This work is being provided by the copyright holders under the following license. License By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.