CVSROOT: /web/grep Module name: grep Changes by: Karl Berry <karl> 09/05/24 18:43:01
Index: manual/html_node/Copying.html =================================================================== RCS file: manual/html_node/Copying.html diff -N manual/html_node/Copying.html --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ manual/html_node/Copying.html 24 May 2009 18:42:58 -0000 1.1 @@ -0,0 +1,76 @@ +<html lang="en"> +<head> +<title>Copying - GNU Grep 2.5.4</title> +<meta http-equiv="Content-Type" content="text/html"> +<meta name="description" content="GNU Grep 2.5.4"> +<meta name="generator" content="makeinfo 4.13"> +<link title="Top" rel="start" href="index.html#Top"> +<link rel="prev" href="Reporting-Bugs.html#Reporting-Bugs" title="Reporting Bugs"> +<link rel="next" href="Index.html#Index" title="Index"> +<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> +<!-- +This manual is for `grep', a pattern matching engine. + +Copyright (C) 1999, 2000, 2001, 2002, 2005, 2008, 2009 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, with no Front-Cover Texts, + and with no Back-Cover Texts. A copy of the license is included + in the section entitled ``GNU Free Documentation License''. + --> +<meta http-equiv="Content-Style-Type" content="text/css"> +<style type="text/css"><!-- + pre.display { font-family:inherit } + pre.format { font-family:inherit } + pre.smalldisplay { font-family:inherit; font-size:smaller } + pre.smallformat { font-family:inherit; font-size:smaller } + pre.smallexample { font-size:smaller } + pre.smalllisp { font-size:smaller } + span.sc { font-variant:small-caps } + span.roman { font-family:serif; font-weight:normal; } + span.sansserif { font-family:sans-serif; font-weight:normal; } +--></style> +</head> +<body> +<div class="node"> +<a name="Copying"></a> +<p> +Next: <a rel="next" accesskey="n" href="Index.html#Index">Index</a>, +Previous: <a rel="previous" accesskey="p" href="Reporting-Bugs.html#Reporting-Bugs">Reporting Bugs</a>, +Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> +<hr> +</div> + +<h2 class="chapter">6 Copying</h2> + +<p><a name="index-copying-247"></a> +GNU grep is licensed under the GNU GPL, which makes it <dfn>free +software</dfn>. + + <p>The “free” in “free software” refers to liberty, not price. As +some GNU project advocates like to point out, think of “free speech” +rather than “free beer”. In short, you have the right (freedom) to +run and change grep and distribute it to other people, and—if you +want—charge money for doing either. The important restriction is +that you have to grant your recipients the same rights and impose the +same restrictions. + + <p>This general method of licensing software is sometimes called +<dfn>open source</dfn>. The GNU project prefers the term “free software” +for reasons outlined at +<a href="http://www.gnu.org/philosophy/open-source-misses-the-point.html">http://www.gnu.org/philosophy/open-source-misses-the-point.html</a>. + + <p>This manual is free documentation in the same sense. The +documentation license is included below. The license for the program +is available with the source code, or at +<a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a>. + +<ul class="menu"> +<li><a accesskey="1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">GNU Free Documentation License</a> +</ul> + + </body></html> +
