aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris2009-01-10 23:01:48 +0000
committerGlenn Morris2009-01-10 23:01:48 +0000
commiteedcb417fa241eab63fc1cc9d9a94233050e8779 (patch)
tree016ee9b62498636531fb1761b3bb688ae797c952 /lib-src
parentf8850136928ca2b6b43de41425cd18196dd55c7a (diff)
downloademacs-eedcb417fa241eab63fc1cc9d9a94233050e8779.tar.gz
emacs-eedcb417fa241eab63fc1cc9d9a94233050e8779.zip
Comment (add Author:, based on authors.el).
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/hexl.c7
-rwxr-xr-xlib-src/vcdiff7
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 @@
1/* Convert files for Emacs Hexl mode. 1/* Convert files for Emacs Hexl mode.
2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1989, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3 2008, 2009 Free Software Foundation, Inc. 3 2009 Free Software Foundation, Inc.
4
5Author: Keith Gabryelski
6(according to authors.el)
4 7
5This file is not considered part of GNU Emacs. 8This file is not considered part of GNU Emacs.
6 9
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 @@
1#! /bin/sh 1#! /bin/sh
2# 2
3# Enhanced sccs diff utility for use with vc mode. 3# Enhanced sccs diff utility for use with vc mode.
4# This version is more compatible with rcsdiff(1). 4# This version is more compatible with rcsdiff(1).
5# 5
6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005, 6# Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004, 2005,
7# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 7# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8 8
9# Author: Paul Eggert
10# (according to authors.el)
11
9# This file is part of GNU Emacs. 12# This file is part of GNU Emacs.
10 13
11# GNU Emacs is free software: you can redistribute it and/or modify 14# GNU Emacs is free software: you can redistribute it and/or modify