OSDN Git Service

modify header comments for MELPA
authorHIRAOKA Kazuyuki <khi@users.osdn.me>
Tue, 5 Apr 2016 11:42:21 +0000 (20:42 +0900)
committerHIRAOKA Kazuyuki <khi@users.osdn.me>
Tue, 5 Apr 2016 12:18:35 +0000 (21:18 +0900)
ChangeLog
howm.el

index 85c1066..1a808cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
+
+       * howm.el: modify header comments for MELPA
+       ref. `Info(elisp) D.8 Conventional Headers for Emacs Libraries`
+       thx > Yuki Inoue san (inouetakahiroki at gmail.com)
+
 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
 
        * configure.ac: test version
 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
 
        * configure.ac: test version
diff --git a/howm.el b/howm.el
index 33fb7cb..4f1e773 100644 (file)
--- a/howm.el
+++ b/howm.el
@@ -1,22 +1,26 @@
 ;;; howm.el --- Wiki-like note-taking tool
 ;;; howm.el --- Wiki-like note-taking tool
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016
-;;;   HIRAOKA Kazuyuki <khi@users.sourceforge.jp>
-;;; $Id: howm.el,v 1.22 2011-12-31 15:07:29 hira Exp $
-;;;
-;;; This program 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 1, or (at your option)
-;;; any later version.
-;;;
-;;; This program 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.
-;;;
-;;; The GNU General Public License is available by anonymouse ftp from
-;;; prep.ai.mit.edu in pub/gnu/COPYING.  Alternately, you can write to
-;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-;;; USA.
+
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016 HIRAOKA Kazuyuki
+
+;; Author: HIRAOKA Kazuyuki <khi@users.sourceforge.jp>
+;; URL: http://howm.osdn.jp
+;; Version: 1.4.3
+;; Package-Requires: ((cl-lib "0.5"))
+
+;; This program 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 1, or (at your option)
+;; any later version.
+
+;; This program 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.
+
+;; The GNU General Public License is available by anonymouse ftp from
+;; prep.ai.mit.edu in pub/gnu/COPYING.  Alternately, you can write to
+;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
+;; USA.
 ;;--------------------------------------------------------------------
 
 ;;; DESCRIPTION:
 ;;--------------------------------------------------------------------
 
 ;;; DESCRIPTION: