diff options
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/hexl.c | 7 | ||||
-rwxr-xr-x | lib-src/vcdiff | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 6002e020b7d..231fd85a4f8 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -1,6 +1,9 @@ /* Convert files for Emacs Hexl mode. - Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009 Free Software Foundation, Inc. + +Author: Keith Gabryelski +(according to authors.el) This file is not considered part of GNU Emacs. diff --git a/lib-src/vcdiff b/lib-src/vcdiff index 7ef2aea3450..c31032a39be 100755 --- a/lib-src/vcdiff +++ b/lib-src/vcdiff @@ -1,11 +1,14 @@ #! /bin/sh -# + # Enhanced sccs diff utility for use with vc mode. # This version is more compatible with rcsdiff(1). -# + # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Author: Paul Eggert +# (according to authors.el) + # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify |