~ubuntu-branches/ubuntu/trusty/patch/trusty-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-06-30 16:14:19 UTC
  • mfrom: (6.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130630161419-xg7lwk3vpejzedyc
Tags: 2.7.1-3
* Call 'ed' without a path. Closes: #714423.
* Update copyright for GPL v3. Closes: #664640.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This version of `patch' has many changes made by the Free Software Foundation.
 
1
This is GNU patch, which applies diff files to original files.
 
2
 
 
3
This version of patch has many changes made by the Free Software Foundation.
2
4
They add support for:
3
5
 * handling arbitrary binary data and large files
4
6
 * the unified context diff format that GNU diff can produce
7
9
 * improved interaction with RCS and SCCS
8
10
 * the GNU conventions for option parsing and configuring and compilation.
9
11
 * better POSIX compliance
10
 
They also fix some bugs.  See the NEWS and ChangeLog files for details.
 
12
They also fix some bugs.
 
13
 
 
14
If you obtained this file as part of a "git clone", then see the
 
15
README-hacking file.  If this file came to you as part of a tar archive,
 
16
then see the file INSTALL for compilation and installation instructions.
 
17
 
 
18
See the file NEWS for a list of major changes in the current release.
 
19
A more detailed descripiton of all changes can be found in the file ChangeLog
 
20
in tar archives, and with "git log" which shows the version control history.
11
21
 
12
22
Tutorial-style documentation for patch is included in the GNU
13
23
Diffutils package; get GNU Diffutils 2.8 or later for up-to-date
14
24
documentation for patch.
15
25
 
16
 
For GNU and Unix build and installation instructions, see the file INSTALL.
17
26
Use `configure --disable-largefile' to disable large file support;
18
27
this is reportedly necessary on Red Hat GNU/Linux 6.0 to avoid a C library bug.
19
28
For MS-DOS using DJGPP tools, see the file pc/djgpp/README.
36
45
 
37
46
Copyright (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
38
47
 
39
 
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1999, 2002, 2009
40
 
Free Software Foundation, Inc.
 
48
Copyright (C) 1989-1993, 1997, 1999, 2002, 2009, 2011-2012 Free Software
 
49
Foundation, Inc.
41
50
 
42
51
This program is free software: you can redistribute it and/or modify
43
52
it under the terms of the GNU General Public License as published by
44
 
the Free Software Foundation; either version 2, or (at your option)
45
 
any later version.
 
53
the Free Software Foundation, either version 3 of the License, or
 
54
(at your option) any later version.
46
55
 
47
56
This program is distributed in the hope that it will be useful,
48
57
but WITHOUT ANY WARRANTY; without even the implied warranty of
49
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
50
 
See the GNU General Public License for more details.
 
58
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
59
GNU General Public License for more details.
51
60
 
52
61
You should have received a copy of the GNU General Public License
53
 
along with this file; see the file COPYING.
54
 
If not, write to the Free Software Foundation,
55
 
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
62
along with this program.  If not, see <http://www.gnu.org/licenses/>.