diff options
Diffstat (limited to 'lisp/org/ox-html.el')
| -rw-r--r-- | lisp/org/ox-html.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index bf08de10af7..06edb821e1a 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ox-html.el --- HTML Back-End for Org Export Engine -*- lexical-binding: t; -*- | 1 | ;;; ox-html.el --- HTML Back-End for Org Export Engine -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> | 5 | ;; Author: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Jambunathan K <kjambunathan at gmail dot com> | 6 | ;; Jambunathan K <kjambunathan at gmail dot com> |
| @@ -234,7 +234,7 @@ property on the headline itself.") | |||
| 234 | @licstart The following is the entire license notice for the | 234 | @licstart The following is the entire license notice for the |
| 235 | JavaScript code in this tag. | 235 | JavaScript code in this tag. |
| 236 | 236 | ||
| 237 | Copyright (C) 2012-2017 Free Software Foundation, Inc. | 237 | Copyright (C) 2012-2018 Free Software Foundation, Inc. |
| 238 | 238 | ||
| 239 | The JavaScript code in this tag is free software: you can | 239 | The JavaScript code in this tag is free software: you can |
| 240 | redistribute it and/or modify it under the terms of the GNU | 240 | redistribute it and/or modify it under the terms of the GNU |
| @@ -524,7 +524,7 @@ means to use the maximum value consistent with other options." | |||
| 524 | * @licstart The following is the entire license notice for the | 524 | * @licstart The following is the entire license notice for the |
| 525 | * JavaScript code in %SCRIPT_PATH. | 525 | * JavaScript code in %SCRIPT_PATH. |
| 526 | * | 526 | * |
| 527 | * Copyright (C) 2012-2017 Free Software Foundation, Inc. | 527 | * Copyright (C) 2012-2018 Free Software Foundation, Inc. |
| 528 | * | 528 | * |
| 529 | * | 529 | * |
| 530 | * The JavaScript code in this tag is free software: you can | 530 | * The JavaScript code in this tag is free software: you can |
| @@ -553,7 +553,7 @@ means to use the maximum value consistent with other options." | |||
| 553 | @licstart The following is the entire license notice for the | 553 | @licstart The following is the entire license notice for the |
| 554 | JavaScript code in this tag. | 554 | JavaScript code in this tag. |
| 555 | 555 | ||
| 556 | Copyright (C) 2012-2017 Free Software Foundation, Inc. | 556 | Copyright (C) 2012-2018 Free Software Foundation, Inc. |
| 557 | 557 | ||
| 558 | The JavaScript code in this tag is free software: you can | 558 | The JavaScript code in this tag is free software: you can |
| 559 | redistribute it and/or modify it under the terms of the GNU | 559 | redistribute it and/or modify it under the terms of the GNU |