Hitori Otegaru Wiki Modoki
Revision | 3c09485c5a7c42ceca839d649abd196599df9d6e (tree) |
---|---|
Time | 2020-12-31 19:08:35 |
Author | Hiraoka <khi@user...> |
Commiter | Hiraoka |
update copyright years
@@ -1,3 +1,7 @@ | ||
1 | +2020-12-31 HIRAOKA Kazuyuki <khi@users.osdn.me> | |
2 | + | |
3 | + * howm.el.in: update copyright years | |
4 | + | |
1 | 5 | 2020-12-29 HIRAOKA Kazuyuki <khi@users.osdn.me> |
2 | 6 | |
3 | 7 | * howm-mode.el (howm-template-title): |
@@ -1,6 +1,6 @@ | ||
1 | 1 | ;;; action-lock.el --- invoke magic action by RET key on spell strings |
2 | 2 | |
3 | -;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
3 | +;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
4 | 4 | ;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
5 | 5 | ;; |
6 | 6 | ;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; cheat-font-lock.el --- modify font-lock-keywords |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; gfunc.el --- support for generic function |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,6 +1,6 @@ | ||
1 | 1 | ;;; honest-report.el --- make bug report with screenshot and keylog |
2 | 2 | |
3 | -;; Copyright (C) 2005-2019 | |
3 | +;; Copyright (C) 2005-2020 | |
4 | 4 | ;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
5 | 5 | ;; |
6 | 6 | ;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-backend.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-common.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-date.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-lang-en.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-lang-fr.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; French translation by french-speaking howm users |
@@ -1,6 +1,6 @@ | ||
1 | 1 | ;;; howm-lang-ja.el --- Wiki-like note-taking tool |
2 | 2 | ;;; -*- Coding: iso-2022-7bit -*- |
3 | -;;; Copyright (C) 2005-2019 | |
3 | +;;; Copyright (C) 2005-2020 | |
4 | 4 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
5 | 5 | ;;; |
6 | 6 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-menu.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-misc.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-mkmenu.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-mode.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-reminder.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-vars.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; howm-view.el --- Wiki-like note-taking tool |
2 | -;;; Copyright (C) 2002, 2003, 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2002, 2003, 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -2,7 +2,7 @@ | ||
2 | 2 | ;;; -*- Emacs-Lisp -*- |
3 | 3 | ;;; howm.el. Generated from howm.el.in by configure. |
4 | 4 | |
5 | -;; Copyright (C) 2002, 2003, 2004, 2005-2019 HIRAOKA Kazuyuki | |
5 | +;; Copyright (C) 2002, 2003, 2004, 2005-2020 HIRAOKA Kazuyuki | |
6 | 6 | |
7 | 7 | ;; Author: HIRAOKA Kazuyuki <khi@users.osdn.me> |
8 | 8 | ;; URL: https://howm.osdn.jp |
@@ -2,7 +2,7 @@ | ||
2 | 2 | ;;; -*- Emacs-Lisp -*- |
3 | 3 | ;;; @configure_input@ |
4 | 4 | |
5 | -;; Copyright (C) 2002, 2003, 2004, 2005-2019 HIRAOKA Kazuyuki | |
5 | +;; Copyright (C) 2002, 2003, 2004, 2005-2020 HIRAOKA Kazuyuki | |
6 | 6 | |
7 | 7 | ;; Author: HIRAOKA Kazuyuki <khi@users.osdn.me> |
8 | 8 | ;; URL: https://howm.osdn.jp |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; illusion.el --- load, edit, and submit something which is not pure file |
2 | -;;; Copyright (C) 2005-2019 | |
2 | +;;; Copyright (C) 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | ||
1 | 1 | ;;; riffle.el --- template of list browser with immediate preview |
2 | -;;; Copyright (C) 2004, 2005-2019 | |
2 | +;;; Copyright (C) 2004, 2005-2020 | |
3 | 3 | ;;; HIRAOKA Kazuyuki <khi@users.osdn.me> |
4 | 4 | ;;; |
5 | 5 | ;;; This program is free software; you can redistribute it and/or modify |