emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex b37c59a 1/2: Add proper copyright header to some


From: Tassilo Horn
Subject: [elpa] externals/auctex b37c59a 1/2: Add proper copyright header to some styles
Date: Mon, 17 Apr 2017 03:04:14 -0400 (EDT)

branch: externals/auctex
commit b37c59a2514443cd8522507ac115260a74ea7019
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add proper copyright header to some styles
    
    Add the required headers so that the ELPA build works again.
---
 style/jsreport.el | 28 ++++++++++++++++++++++++++++
 style/tarticle.el | 28 ++++++++++++++++++++++++++++
 style/tbook.el    | 28 ++++++++++++++++++++++++++++
 style/treport.el  | 28 ++++++++++++++++++++++++++++
 4 files changed, 112 insertions(+)

diff --git a/style/jsreport.el b/style/jsreport.el
index 009a00b..4603647 100644
--- a/style/jsreport.el
+++ b/style/jsreport.el
@@ -1,5 +1,33 @@
 ;;; jsreport.el - Special code for jsreport class.
 
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+;; Author: Ikumi Keita <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2017-03-23
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX 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, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Please write me.
+
 ;;; Code:
 
 (defvar LaTeX-jsreport-class-options
diff --git a/style/tarticle.el b/style/tarticle.el
index c617fa3..f1bde04 100644
--- a/style/tarticle.el
+++ b/style/tarticle.el
@@ -1,5 +1,33 @@
 ;;; tarticle.el - Special code for tarticle class.
 
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+;; Author: Ikumi Keita <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2017-03-23
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX 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, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Please write me.
+
 ;;; Code:
 
 (TeX-load-style "jarticle")
diff --git a/style/tbook.el b/style/tbook.el
index 530633e..5c4167a 100644
--- a/style/tbook.el
+++ b/style/tbook.el
@@ -1,5 +1,33 @@
 ;;; tbook.el - Special code for tbook class.
 
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+;; Author: Ikumi Keita <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2017-03-23
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX 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, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Please write me.
+
 ;;; Code:
 
 (TeX-load-style "jbook")
diff --git a/style/treport.el b/style/treport.el
index e16f423..583b01f 100644
--- a/style/treport.el
+++ b/style/treport.el
@@ -1,5 +1,33 @@
 ;;; treport.el - Special code for treport class.
 
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+;; Author: Ikumi Keita <address@hidden>
+;; Maintainer: address@hidden
+;; Created: 2017-03-23
+;; Keywords: tex
+
+;; This file is part of AUCTeX.
+
+;; AUCTeX 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, or (at your option)
+;; any later version.
+
+;; AUCTeX is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with AUCTeX; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+;; 02110-1301, USA.
+
+;;; Commentary:
+
+;; Please write me.
+
 ;;; Code:
 
 (TeX-load-style "jreport")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]