branch: externals/websocket
commit fca05614306c455af1cf783bc97021527050dcc6
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Fix copyright and author info.
This is a mirror of the changes to in the GNU elpa repository made by
Stefan Monnier.
---
websocket.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/websocket.el b/websocket.el
index c42f2ccfe7..1b0b29436a 100644
--- a/websocket.el
+++ b/websocket.el
@@ -1,9 +1,8 @@
;;; websocket.el --- Emacs WebSocket client and server
-;; Copyright (c) 2013 Free Software Foundation, Inc.
+;; Copyright (c) 2013, 2016 Free Software Foundation, Inc.
-;; Author: Andrew Hyatt <ahyatt at gmail dot com>
-;; Maintainer: Andrew Hyatt <ahyatt at gmail dot com>
+;; Author: Andrew Hyatt <[email protected]>
;; Keywords: Communication, Websocket, Server
;; Version: 1.5
;;