diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-12 09:03:46 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-12 09:03:46 -0800 |
commit | 439d6b1c9bc790f8ae344a8caaeb5164123d8f0c (patch) | |
tree | 59d6c748fd00bc2d508d02321df9e08109895db2 /lisp/org/ox-html.el | |
parent | 02934b678e47fdbb19b4a20452f3f04f78e3beae (diff) | |
download | emacs-439d6b1c9bc790f8ae344a8caaeb5164123d8f0c.tar.gz emacs-439d6b1c9bc790f8ae344a8caaeb5164123d8f0c.tar.bz2 emacs-439d6b1c9bc790f8ae344a8caaeb5164123d8f0c.zip |
Fix and standardize some copyright and license notices
* ob-abc.el: Add year, part of Emacs, standardize license text.
* ob-ebnf.el: Part of Emacs, standardize license text.
* ob-makefile.el: Fix years.
* org-macro.el, ox-beamer.el, ox-latex.el, ox-org.el: Part of Emacs.
* ox-ascii.el, ox-md.el, ox.el: Use range for years, part of Emacs.
* ox-html.el: Part of Emacs.
(org-html-scripts): Add 2013 to copyright years.
(org-html-infojs-template): Set copyright holder to FSF.
* ox-icalendar.el: Part of Emacs, fix years.
* ox-texinfo.el: Copyright to FSF, use range for years.
Diffstat (limited to 'lisp/org/ox-html.el')
-rw-r--r-- | lisp/org/ox-html.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index c47cc8610ad..5aeaaf7bccf 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el @@ -1,11 +1,13 @@ ;;; ox-html.el --- HTML Back-End for Org Export Engine -;; Copyright (C) 2011-2013 Free Software Foundation, Inc. +;; Copyright (C) 2011-2013 Free Software Foundation, Inc. ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Jambunathan K <kjambunathan at gmail dot com> ;; Keywords: outlines, hypermedia, calendar, wp +;; This file is part of GNU Emacs. + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or @@ -184,7 +186,7 @@ the headline itself.") @licstart The following is the entire license notice for the JavaScript code in this tag. -Copyright (C) 2012 Free Software Foundation, Inc. +Copyright (C) 2012-2013 Free Software Foundation, Inc. The JavaScript code in this tag is free software: you can redistribute it and/or modify it under the terms of the GNU @@ -381,7 +383,7 @@ means to use the maximum value consistent with other options." * @licstart The following is the entire license notice for the * JavaScript code in %SCRIPT_PATH. * - * Copyright (C) 2012-2013 Sebastian Rose + * Copyright (C) 2012-2013 Free Software Foundation, Inc. * * * The JavaScript code in this tag is free software: you can |