1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-28 22:53:04 +02:00

BSD-4-Clause tweaks

Following up on #669 

- hidden is not needed as it is the default
- shorten description, don't refer to "4th clause" as the advertising clause is actually the 3rd clause
This commit is contained in:
Mike Linksvayer 2019-11-23 14:34:23 -08:00 committed by GitHub
parent 289246a8a9
commit 2ceafa9b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
---
title: BSD 4-Clause "Original" or "Old" License
spdx-id: BSD-4-Clause
hidden: true
description: A permissive license similar to the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a>, but with a 4th clause (known as the "advertising clause") that requires an acknowledgment of the original source in all advertising material.
description: A permissive license similar to the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a>, but with an "advertising clause" that requires an acknowledgment of the original source in all advertising material.
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace [project] with the project organization, if any, that sponsors this work.