105 lines
4.8 KiB
HTML
105 lines
4.8 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<!-- Information for maintainers of GNU software, last updated November 7, 2017.
|
||
|
|
||
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||
|
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||
|
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation,
|
||
|
Inc.
|
||
|
|
||
|
Permission is granted to copy, distribute and/or modify this document
|
||
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
||
|
any later version published by the Free Software Foundation; with no
|
||
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||
|
Texts. A copy of the license is included in the section entitled
|
||
|
"GNU Free Documentation License". -->
|
||
|
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
|
||
|
<head>
|
||
|
<title>Information for Maintainers of GNU Software: License Notices for Other Files</title>
|
||
|
|
||
|
<meta name="description" content="Information for Maintainers of GNU Software: License Notices for Other Files">
|
||
|
<meta name="keywords" content="Information for Maintainers of GNU Software: License Notices for Other Files">
|
||
|
<meta name="resource-type" content="document">
|
||
|
<meta name="distribution" content="global">
|
||
|
<meta name="Generator" content="makeinfo">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<link href="index.html#Top" rel="start" title="Top">
|
||
|
<link href="Index.html#Index" rel="index" title="Index">
|
||
|
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
|
||
|
<link href="License-Notices.html#License-Notices" rel="up" title="License Notices">
|
||
|
<link href="External-Libraries.html#External-Libraries" rel="next" title="External Libraries">
|
||
|
<link href="License-Notices-for-Documentation.html#License-Notices-for-Documentation" rel="prev" title="License Notices for Documentation">
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
a.summary-letter {text-decoration: none}
|
||
|
blockquote.smallquotation {font-size: smaller}
|
||
|
div.display {margin-left: 3.2em}
|
||
|
div.example {margin-left: 3.2em}
|
||
|
div.indentedblock {margin-left: 3.2em}
|
||
|
div.lisp {margin-left: 3.2em}
|
||
|
div.smalldisplay {margin-left: 3.2em}
|
||
|
div.smallexample {margin-left: 3.2em}
|
||
|
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
|
||
|
div.smalllisp {margin-left: 3.2em}
|
||
|
kbd {font-style:oblique}
|
||
|
pre.display {font-family: inherit}
|
||
|
pre.format {font-family: inherit}
|
||
|
pre.menu-comment {font-family: serif}
|
||
|
pre.menu-preformatted {font-family: serif}
|
||
|
pre.smalldisplay {font-family: inherit; font-size: smaller}
|
||
|
pre.smallexample {font-size: smaller}
|
||
|
pre.smallformat {font-family: inherit; font-size: smaller}
|
||
|
pre.smalllisp {font-size: smaller}
|
||
|
span.nocodebreak {white-space:nowrap}
|
||
|
span.nolinebreak {white-space:nowrap}
|
||
|
span.roman {font-family:serif; font-weight:normal}
|
||
|
span.sansserif {font-family:sans-serif; font-weight:normal}
|
||
|
ul.no-bullet {list-style: none}
|
||
|
-->
|
||
|
</style>
|
||
|
<link rel="stylesheet" type="text/css" href="/software/gnulib/manual.css">
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
|
||
|
<a name="License-Notices-for-Other-Files"></a>
|
||
|
<div class="header">
|
||
|
<p>
|
||
|
Previous: <a href="License-Notices-for-Documentation.html#License-Notices-for-Documentation" accesskey="p" rel="prev">License Notices for Documentation</a>, Up: <a href="License-Notices.html#License-Notices" accesskey="u" rel="up">License Notices</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html#Index" title="Index" rel="index">Index</a>]</p>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<a name="License-Notices-for-Other-Files-1"></a>
|
||
|
<h4 class="subsection">6.6.5 License Notices for Other Files</h4>
|
||
|
|
||
|
<p>Small supporting files, short manuals (under 300 lines long) and rough
|
||
|
documentation (<samp>README</samp> files, <samp>INSTALL</samp> files, etc.) can
|
||
|
use a simple all-permissive license like this one:
|
||
|
</p>
|
||
|
<div class="smallexample">
|
||
|
<pre class="smallexample">Copying and distribution of this file, with or without modification,
|
||
|
are permitted in any medium without royalty provided the copyright
|
||
|
notice and this notice are preserved. This file is offered as-is,
|
||
|
without any warranty.
|
||
|
</pre></div>
|
||
|
|
||
|
<p>Older versions of this license did not have the second sentence with
|
||
|
the express warranty disclaimer. There is no urgent need to update
|
||
|
existing files, but new files should use the new text.
|
||
|
</p>
|
||
|
<p>If your package distributes Autoconf macros that are intended to be
|
||
|
used (hence distributed) by third-party packages under possibly
|
||
|
incompatible licenses, you may also use the above all-permissive
|
||
|
license for these macros.
|
||
|
</p>
|
||
|
<p>These kinds of files can also be put in the public domain. If
|
||
|
publishing in the US, it is enough to insert a notice saying so.
|
||
|
Otherwise, use Creative Commons’s CC0—See
|
||
|
<a href="https://creativecommons.org/choose/zero/">https://creativecommons.org/choose/zero/</a>.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|