[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 7afe2019 025/257: * latex-test.el: Add proper copyright header.
From: |
Tassilo Horn |
Subject: |
main 7afe2019 025/257: * latex-test.el: Add proper copyright header. |
Date: |
Fri, 19 Apr 2024 15:36:18 -0400 (EDT) |
branch: main
commit 7afe2019bee9278bad33ecd3e99a6f5bfa997459
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* latex-test.el: Add proper copyright header.
---
tests/latex/latex-test.el | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/tests/latex/latex-test.el b/tests/latex/latex-test.el
index a2d71e45..6e042308 100644
--- a/tests/latex/latex-test.el
+++ b/tests/latex/latex-test.el
@@ -1,3 +1,29 @@
+;;; latex-test.el --- tests for LaTeX mode?
+
+;; Copyright (C) 2014 Free Software Foundation, Inc.
+
+;; 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.
+
+;;; Code:
+
+(require 'ert)
+
+
(defvar LaTeX-indent-tabular-test/in (expand-file-name "tabular-in.tex"))
(defvar LaTeX-indent-tabular-test/out (expand-file-name "tabular-out.tex"))
@@ -11,3 +37,5 @@
(with-temp-buffer
(insert-file-contents LaTeX-indent-tabular-test/out)
(buffer-string)))))
+
+;;; latex-test.el ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 7afe2019 025/257: * latex-test.el: Add proper copyright header.,
Tassilo Horn <=