From: HIRAOKA Kazuyuki Date: Tue, 5 Apr 2016 11:42:21 +0000 (+0900) Subject: modify header comments for MELPA X-Git-Url: http://git.sourceforge.jp/view?p=howm%2Fhowm.git;a=commitdiff_plain;h=6d6b4ca60e5c164a3e284ba82156b8ae33e83b7a modify header comments for MELPA --- diff --git a/ChangeLog b/ChangeLog index 85c1066..1a808cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-04-05 HIRAOKA Kazuyuki + + * 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 * configure.ac: test version diff --git a/howm.el b/howm.el index 33fb7cb..4f1e773 100644 --- a/howm.el +++ b/howm.el @@ -1,22 +1,26 @@ ;;; 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 -;;; $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 +;; 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: