emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-auth.el


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-auth.el
Date: Tue, 19 Oct 2004 17:41:27 -0400

Index: emacs/lisp/url/url-auth.el
diff -c emacs/lisp/url/url-auth.el:1.6 emacs/lisp/url/url-auth.el:1.7
*** emacs/lisp/url/url-auth.el:1.6      Sat Oct 16 14:54:58 2004
--- emacs/lisp/url/url-auth.el  Tue Oct 19 21:33:58 2004
***************
*** 1,26 ****
  ;;; url-auth.el --- Uniform Resource Locator authorization modules
  ;; Keywords: comm, data, processes, hypermedia
  
! 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
! ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
! ;;;
! ;;; This file is part of GNU Emacs.
! ;;;
! ;;; GNU Emacs is free software; you can redistribute it and/or modify
! ;;; it under the terms of the GNU General Public License as published by
! ;;; the Free Software Foundation; either version 2, or (at your option)
! ;;; any later version.
! ;;;
! ;;; GNU Emacs is distributed in the hope that it will be useful,
! ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
! ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
! ;;; GNU General Public License for more details.
! ;;;
! ;;; You should have received a copy of the GNU General Public License
! ;;; along with GNU Emacs; see the file COPYING.  If not, write to the
! ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
! ;;; Boston, MA 02111-1307, USA.
! 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  
  (require 'url-vars)
  (require 'url-parse)
--- 1,27 ----
  ;;; url-auth.el --- Uniform Resource Locator authorization modules
+ 
+ ;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
+ 
  ;; Keywords: comm, data, processes, hypermedia
  
! ;; This file is part of GNU Emacs.
! 
! ;; GNU Emacs is free software; you can redistribute it and/or modify
! ;; it under the terms of the GNU General Public License as published by
! ;; the Free Software Foundation; either version 2, or (at your option)
! ;; any later version.
! 
! ;; GNU Emacs is distributed in the hope that it will be useful,
! ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
! ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
! ;; GNU General Public License for more details.
! 
! ;; You should have received a copy of the GNU General Public License
! ;; along with GNU Emacs; see the file COPYING.  If not, write to the
! ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
! ;; Boston, MA 02111-1307, USA.
! 
! ;;; Code:
  
  (require 'url-vars)
  (require 'url-parse)
***************
*** 314,316 ****
--- 315,318 ----
  (provide 'url-auth)
  
  ;;; arch-tag: 04058625-616d-44e4-9dbf-4b46b00b2a91
+ ;;; url-auth.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]