diff options
Diffstat (limited to 'lisp/net/sasl-cram.el')
-rw-r--r-- | lisp/net/sasl-cram.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/sasl-cram.el b/lisp/net/sasl-cram.el index 2427f4976e3..ef5699ddc6e 100644 --- a/lisp/net/sasl-cram.el +++ b/lisp/net/sasl-cram.el @@ -1,6 +1,6 @@ ;;; sasl-cram.el --- CRAM-MD5 module for the SASL client framework -*- lexical-binding: t -*- -;; Copyright (C) 2000, 2007-2021 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2007-2022 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@gnu.org> ;; Kenichi OKADA <okada@opaopa.org> |