]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/web-server/examples/000-hello-world.el
Fix up copyright headers.
[gnu-emacs-elpa] / packages / web-server / examples / 000-hello-world.el
index e0ed687a6a47f982d34c440f3e8a68852d2aae1b..c428052191bf660fe3fb67efa203f6555c364c9c 100644 (file)
@@ -1,4 +1,6 @@
 ;;; hello-world.el --- simple hello world server using Emacs Web Server
+;; Copyright (C) 2014  Free Software Foundation, Inc.
+
 (ws-start
  (lambda (request)
    (with-slots (process headers) request