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

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

[elpa] externals/pyim aa695dc 1/3: Fix pyim-test.el header.


From: Feng Shu
Subject: [elpa] externals/pyim aa695dc 1/3: Fix pyim-test.el header.
Date: Wed, 24 Feb 2021 00:36:20 -0500 (EST)

branch: externals/pyim
commit aa695dcd0e63bc55899f34dc5c324e98a3eaf6f0
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Fix pyim-test.el header.
---
 tests/pyim-tests.el | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 96f40cf..4ff66dd 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -1,27 +1,34 @@
 ;;; pyim-tests.el ---  unit tests for pyim -*- coding: utf-8 -*-
 
-;; Author: Chen Bin <chenbin DOT sh AT gmail DOT com>
+;; * Header
+;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
-;;; License:
+;; Author: Chen Bin <chenbin.sh@gmail.com>
+;; Maintainer: Chen Bin <chenbin.sh@gmail.com>
+;;             Feng Shu <tumashu@163.com>
+;; URL: https://github.com/tumashu/pyim
+;; Keywords: convenience, Chinese, pinyin, input-method
 
-;; This file is not part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs 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
+;; 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 this program; if not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
+;;  pyim test case.
 
+;;; Code:
+;; * 代码                                                                 :code:
 (require 'ert)
 (require 'pyim)
 (require 'pyim-dregcache)
@@ -54,4 +61,5 @@
     (should (eq (length words) 43))))
 
 (ert-run-tests-batch-and-exit)
+;; * Footer
 ;;; pyim-tests.el ends here



reply via email to

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