Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa1e26d4
Commit
aa1e26d4
authored
May 17, 2005
by
Thien-Thi Nguyen
Browse files
Update years in copyright notice; nfc.
parent
903ec1ba
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
19 additions
and
19 deletions
+19
-19
lisp/net/ange-ftp.el
lisp/net/ange-ftp.el
+1
-1
lisp/net/browse-url.el
lisp/net/browse-url.el
+1
-1
lisp/net/eudc.el
lisp/net/eudc.el
+1
-1
lisp/net/ldap.el
lisp/net/ldap.el
+1
-1
lisp/net/net-utils.el
lisp/net/net-utils.el
+1
-1
lisp/net/quickurl.el
lisp/net/quickurl.el
+1
-1
lisp/net/rlogin.el
lisp/net/rlogin.el
+1
-1
lisp/net/snmp-mode.el
lisp/net/snmp-mode.el
+1
-1
lisp/net/telnet.el
lisp/net/telnet.el
+1
-1
lisp/net/tls.el
lisp/net/tls.el
+1
-1
lisp/net/tramp-ftp.el
lisp/net/tramp-ftp.el
+1
-1
lisp/net/tramp-smb.el
lisp/net/tramp-smb.el
+1
-1
lisp/net/tramp-util.el
lisp/net/tramp-util.el
+1
-1
lisp/net/tramp-uu.el
lisp/net/tramp-uu.el
+1
-1
lisp/net/tramp-vc.el
lisp/net/tramp-vc.el
+1
-1
lisp/net/tramp.el
lisp/net/tramp.el
+1
-1
lisp/net/trampver.el
lisp/net/trampver.el
+1
-1
lisp/net/webjump.el
lisp/net/webjump.el
+1
-1
lisp/net/zone-mode.el
lisp/net/zone-mode.el
+1
-1
No files found.
lisp/net/ange-ftp.el
View file @
aa1e26d4
;;; ange-ftp.el --- transparent FTP support for GNU Emacs
;; Copyright (C) 1989,90,91,92,93,94,95,96,98, 2000, 2001
;; Copyright (C) 1989,90,91,92,93,94,95,96,98, 2000, 2001
, 2005
;; Free Software Foundation, Inc.
;; Author: Andy Norman (ange@hplb.hpl.hp.com)
...
...
lisp/net/browse-url.el
View file @
aa1e26d4
;;; browse-url.el --- pass a URL to a WWW browser
;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001,
2004,
2005
;; Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001, 2005
;; Free Software Foundation, Inc.
;; Author: Denis Howe <dbh@doc.ic.ac.uk>
...
...
lisp/net/eudc.el
View file @
aa1e26d4
;;; eudc.el --- Emacs Unified Directory Client
;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2002
, 2005
Free Software Foundation, Inc.
;; Author: Oscar Figueiredo <oscar@cpe.fr>
;; Maintainer: Pavel Jank <Pavel@Janik.cz>
...
...
lisp/net/ldap.el
View file @
aa1e26d4
;;; ldap.el --- client interface to LDAP for Emacs
;; Copyright (C) 1998, 1999, 2000, 2002, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2002, 200
5
Free Software Foundation, Inc.
;; Author: Oscar Figueiredo <oscar@cpe.fr>
;; Maintainer: FSF
...
...
lisp/net/net-utils.el
View file @
aa1e26d4
;;; net-utils.el --- network functions
;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001
, 2005
Free Software Foundation, Inc.
;; Author: Peter Breton <pbreton@cs.umb.edu>
;; Created: Sun Mar 16 1997
...
...
lisp/net/quickurl.el
View file @
aa1e26d4
;;; quickurl.el --- insert an URL based on text at point in buffer
;; Copyright (C) 1999,2000,2001 Free Software Foundation, Inc.
;; Copyright (C) 1999,2000,2001
,2005
Free Software Foundation, Inc.
;; Author: Dave Pearson <davep@davep.org>
;; Maintainer: Dave Pearson <davep@davep.org>
...
...
lisp/net/rlogin.el
View file @
aa1e26d4
;;; rlogin.el --- remote login interface
;; Copyright (C) 1992, 93, 94, 95, 97, 1998, 2002 Free Software Foundation, Inc.
;; Copyright (C) 1992, 93, 94, 95, 97, 1998, 2002
, 2005
Free Software Foundation, Inc.
;; Author: Noah Friedman
;; Maintainer: Noah Friedman <friedman@splode.com>
...
...
lisp/net/snmp-mode.el
View file @
aa1e26d4
;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
;; Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc.
;; Copyright (C) 1995, 1998, 2002
, 2005
Free Software Foundation, Inc.
;; Author: Paul D. Smith <psmith@BayNetworks.com>
;; Keywords: data
...
...
lisp/net/telnet.el
View file @
aa1e26d4
;;; telnet.el --- run a telnet session from within an Emacs buffer
;; Copyright (C) 1985, 88, 1992, 94, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 1985, 88, 1992, 94, 200
5
Free Software Foundation, Inc.
;; Author: William F. Schelter
;; Maintainer: FSF
...
...
lisp/net/tls.el
View file @
aa1e26d4
;;; tls.el --- TLS/SSL support via wrapper around GnuTLS
;; Copyright (C) 1996-1999, 2003, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 1996-1999, 2003, 200
5
Free Software Foundation, Inc.
;; Author: Simon Josefsson <simon@josefsson.org>
;; Keywords: comm, tls, gnutls, ssl
...
...
lisp/net/tramp-ftp.el
View file @
aa1e26d4
;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP and EFS -*- coding: iso-8859-1; -*-
;; Copyright (C) 2002, 200
3, 2004
Free Software Foundation, Inc.
;; Copyright (C) 2002, 200
5
Free Software Foundation, Inc.
;; Author: Michael Albinus <Michael.Albinus@alcatel.de>
;; Keywords: comm, processes
...
...
lisp/net/tramp-smb.el
View file @
aa1e26d4
;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding: iso-8859-1; -*-
;; Copyright (C) 2002,
2003, 2004,
2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2005 Free Software Foundation, Inc.
;; Author: Michael Albinus <michael.albinus@gmx.de>
;; Keywords: comm, processes
...
...
lisp/net/tramp-util.el
View file @
aa1e26d4
;;; -*- coding: iso-2022-7bit; -*-
;;; tramp-util.el --- Misc utility functions to use with Tramp
;; Copyright (C) 2001, 2002,
2003, 2004,
2005 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
;; Author: kai.grossjohann@gmx.net
;; Keywords: comm, extensions, processes
...
...
lisp/net/tramp-uu.el
View file @
aa1e26d4
;;; -*- coding: iso-2022-7bit; -*-
;;; tramp-uu.el --- uuencode in Lisp
;; Copyright (C) 2002, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 2002, 200
5
Free Software Foundation, Inc.
;; Author: Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
;; Keywords: comm, terminals
...
...
lisp/net/tramp-vc.el
View file @
aa1e26d4
;;; tramp-vc.el --- Version control integration for TRAMP.el
;; Copyright (C) 2000, 2001, 2002,
2003, 2004,
2005 by Free Software Foundation, Inc.
;; Copyright (C) 2000, 2001, 2002, 2005 by Free Software Foundation, Inc.
;; Author: Daniel Pittman <daniel@danann.net>
;; Keywords: comm, processes
...
...
lisp/net/tramp.el
View file @
aa1e26d4
;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; -*-
;;; tramp.el --- Transparent Remote Access, Multiple Protocol
;; Copyright (C) 1998, 1999, 2000, 2001, 2002,
2003, 2004,
2005 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
;; Author: kai.grossjohann@gmx.net
;; Keywords: comm, processes
...
...
lisp/net/trampver.el
View file @
aa1e26d4
...
...
@@ -2,7 +2,7 @@
;;; trampver.el --- Transparent Remote Access, Multiple Protocol
;;; lisp/trampver.el. Generated from trampver.el.in by configure.
;; Copyright (C) 2003 Free Software Foundation, Inc.
;; Copyright (C) 2003
, 2005
Free Software Foundation, Inc.
;; Author: Kai.Grossjohann@CS.Uni-Dortmund.DE
;; Keywords: comm, processes
...
...
lisp/net/webjump.el
View file @
aa1e26d4
;;; webjump.el --- programmable Web hotlist
;; Copyright (C) 1996, 1997, 200
4
Free Software Foundation, Inc.
;; Copyright (C) 1996, 1997, 200
5
Free Software Foundation, Inc.
;; Author: Neil W. Van Dyke <nwv@acm.org>
;; Created: 09-Aug-1996
...
...
lisp/net/zone-mode.el
View file @
aa1e26d4
;;; zone-mode.el --- major mode for editing DNS zone files
;; Copyright (C) 1998 Free Software Foundation, Inc.
;; Copyright (C) 1998
, 2005
Free Software Foundation, Inc.
;; Author: John Heidemann <johnh@isi.edu>
;; Keywords: DNS, languages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment