]> git.eshelyaron.com Git - emacs.git/commitdiff
# Add 2015 to copyright years
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Feb 2015 02:45:40 +0000 (18:45 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Feb 2015 02:45:40 +0000 (18:45 -0800)
lisp/net/sasl-scram-rfc.el
test/automated/sasl-scram-rfc-tests.el

index 3d86da43f35047eac44661cb9045487734ac6fac..6c8c00959b14147fc7d170214d603e6feeb5ea08 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sasl-scram-rfc.el --- SCRAM-SHA-1 module for the SASL client framework  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 ;; Author: Magnus Henoch <magnus.henoch@gmail.com>
 
index c747e5f65c3258a5455787b1f553be15cd85b6d8..46b139b21a72c5ebe8bca94da54685c90aa48aa8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sasl-scram-rfc-tests.el --- tests for SCRAM-SHA-1       -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 ;; Author: Magnus Henoch <magnus.henoch@gmail.com>