### Add License Identifier to Package Description Source: https://choosealicense.com/licenses/blueoak-1.0.0 Optionally, add `BlueOak-1.0.0` to your project's package description (e.g., in Node.js, Ruby, or Rust) to ensure the license is displayed in package directories. ```text BlueOak-1.0.0 ``` -------------------------------- ### Specify License in Package Description Source: https://choosealicense.com/licenses/zlib Add this identifier to project configuration files to ensure the license is correctly identified in package directories. ```text Zlib ``` -------------------------------- ### WTFPL License Text Source: https://choosealicense.com/licenses/wtfpl This is the full text of the Do What The F*ck You Want To Public License, Version 2. It grants broad permissions for use, distribution, and modification. ```text DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. ``` -------------------------------- ### Define Work Manifest Source: https://choosealicense.com/licenses/lppl-1.3c Use this statement to explicitly list the files that constitute the work when a manifest file is provided. ```LaTeX % This work consists of all files listed in manifest.txt. ``` -------------------------------- ### Apply LPPL License Notice Source: https://choosealicense.com/licenses/lppl-1.3c Include this notice in each component of your work to specify distribution and modification conditions under the LPPL. ```LaTeX %% pig.dtx %% Copyright 2005 M. Y. Name % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX % version 2005/12/01 or later. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is M. Y. Name. % % This work consists of the files pig.dtx and pig.ins % and the derived file pig.sty. ``` -------------------------------- ### BSD 3-Clause Clear License Text Source: https://choosealicense.com/licenses/bsd-3-clause-clear This is the full text of the BSD 3-Clause Clear License. Use this text when applying the license to your project. Remember to replace [year] and [fullname] with the appropriate details. ```plaintext The Clear BSD License Copyright (c) [year] [fullname] All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ``` -------------------------------- ### Blue Oak Model License 1.0.0 Text Source: https://choosealicense.com/licenses/blueoak-1.0.0 This is the full text of the Blue Oak Model License 1.0.0. It should be included in a LICENSE.md file in the root of your project. Ensure all recipients receive a copy of the license or a link to it. ```plaintext # 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.*** ```