diff options
author | Glenn Morris <rgm@gnu.org> | 2017-07-05 14:08:35 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-07-05 14:08:35 -0400 |
commit | 0fda6d53e38cc7073186fed0bd862221d21500ab (patch) | |
tree | e335f995abdc24aa4dde9adb5f6f58a821960781 /lisp/org/ob-lua.el | |
parent | 26a308ea112637911fd3870139ba0e2d98e58aa0 (diff) | |
download | emacs-0fda6d53e38cc7073186fed0bd862221d21500ab.tar.gz emacs-0fda6d53e38cc7073186fed0bd862221d21500ab.tar.bz2 emacs-0fda6d53e38cc7073186fed0bd862221d21500ab.zip |
; Standardize some copyright and license notices
Diffstat (limited to 'lisp/org/ob-lua.el')
-rw-r--r-- | lisp/org/ob-lua.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-lua.el b/lisp/org/ob-lua.el index fa60b0ee2d6..686d41a4b68 100644 --- a/lisp/org/ob-lua.el +++ b/lisp/org/ob-lua.el @@ -1,6 +1,6 @@ ;;; ob-lua.el --- Org Babel functions for Lua evaluation -*- lexical-binding: t; -*- -;; Copyright (C) 2014, 2016, 2017 Free Software Foundation, Inc. +;; Copyright (C) 2014, 2016-2017 Free Software Foundation, Inc. ;; Authors: Dieter Schoen ;; Keywords: literate programming, reproducible research |