Changeset View
Changeset View
Standalone View
Standalone View
documentation/content/en/articles/committers-guide/_index.adoc
| Show First 20 Lines • Show All 2,801 Lines • ▼ Show 20 Lines | |||||
| As a rule, when in doubt, ask. | As a rule, when in doubt, ask. | ||||
| It is much easier to give advice than to fix the source tree. | It is much easier to give advice than to fix the source tree. | ||||
| The FreeBSD Project suggests and uses this text as the preferred license scheme: | The FreeBSD Project suggests and uses this text as the preferred license scheme: | ||||
| [.programlisting] | [.programlisting] | ||||
| .... | .... | ||||
| /* | /* | ||||
| * SPDX-License-Identifier: BSD-2-Clause | |||||
| * | |||||
| * Copyright (c) [year] [your name] | * Copyright (c) [year] [your name] | ||||
| * | * | ||||
| * Redistribution and use in source and binary forms, with or without | * SPDX-License-Identifier: BSD-2-Clause | ||||
| * modification, are permitted provided that the following conditions | |||||
| * are met: | |||||
| * 1. Redistributions of source code must retain the above copyright | |||||
| * notice, this list of conditions and the following disclaimer. | |||||
| * 2. 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. | |||||
| * | |||||
| * THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. | |||||
| * | * | ||||
| * [id for your version control system, if any] | * [id for your version control system, if any] | ||||
emaste: As @lwhsu mentions this should also be removed (perhaps as a separate commit) | |||||
| */ | */ | ||||
| .... | .... | ||||
| The FreeBSD project strongly discourages the so-called "advertising clause" in new code. | The FreeBSD project strongly discourages the so-called "advertising clause" in new code. | ||||
| Due to the large number of contributors to the FreeBSD project, complying with this clause for many commercial vendors has become difficult. | Due to the large number of contributors to the FreeBSD project, complying with this clause for many commercial vendors has become difficult. | ||||
| If you have code in the tree with the advertising clause, please consider removing it. | If you have code in the tree with the advertising clause, please consider removing it. | ||||
| In fact, please consider using the above license for your code. | In fact, please consider using the above license for your code. | ||||
| ▲ Show 20 Lines • Show All 1,025 Lines • Show Last 20 Lines | |||||
As @lwhsu mentions this should also be removed (perhaps as a separate commit)