Hitori Otegaru Wiki Modoki
Revision | 6d6b4ca60e5c164a3e284ba82156b8ae33e83b7a (tree) |
---|---|
Time | 2016-04-05 21:18:35 |
Author | HIRAOKA Kazuyuki <khi@user...> |
Commiter | HIRAOKA Kazuyuki |
modify header comments for MELPA
@@ -1,3 +1,9 @@ | ||
1 | +2016-04-05 HIRAOKA Kazuyuki <khi@users.sourceforge.jp> | |
2 | + | |
3 | + * howm.el: modify header comments for MELPA | |
4 | + ref. `Info(elisp) D.8 Conventional Headers for Emacs Libraries` | |
5 | + thx > Yuki Inoue san (inouetakahiroki at gmail.com) | |
6 | + | |
1 | 7 | 2016-01-01 HIRAOKA Kazuyuki <khi@users.sourceforge.jp> |
2 | 8 | |
3 | 9 | * configure.ac: test version |
@@ -1,22 +1,26 @@ | ||
1 | 1 | ;;; howm.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016 | |
3 | -;;; HIRAOKA Kazuyuki <khi@users.sourceforge.jp> | |
4 | -;;; $Id: howm.el,v 1.22 2011-12-31 15:07:29 hira Exp $ | |
5 | -;;; | |
6 | -;;; This program is free software; you can redistribute it and/or modify | |
7 | -;;; it under the terms of the GNU General Public License as published by | |
8 | -;;; the Free Software Foundation; either version 1, or (at your option) | |
9 | -;;; any later version. | |
10 | -;;; | |
11 | -;;; This program is distributed in the hope that it will be useful, | |
12 | -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | -;;; GNU General Public License for more details. | |
15 | -;;; | |
16 | -;;; The GNU General Public License is available by anonymouse ftp from | |
17 | -;;; prep.ai.mit.edu in pub/gnu/COPYING. Alternately, you can write to | |
18 | -;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, | |
19 | -;;; USA. | |
2 | + | |
3 | +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016 HIRAOKA Kazuyuki | |
4 | + | |
5 | +;; Author: HIRAOKA Kazuyuki <khi@users.sourceforge.jp> | |
6 | +;; URL: http://howm.osdn.jp | |
7 | +;; Version: 1.4.3 | |
8 | +;; Package-Requires: ((cl-lib "0.5")) | |
9 | + | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation; either version 1, or (at your option) | |
13 | +;; any later version. | |
14 | + | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | + | |
20 | +;; The GNU General Public License is available by anonymouse ftp from | |
21 | +;; prep.ai.mit.edu in pub/gnu/COPYING. Alternately, you can write to | |
22 | +;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, | |
23 | +;; USA. | |
20 | 24 | ;;-------------------------------------------------------------------- |
21 | 25 | |
22 | 26 | ;;; DESCRIPTION: |