Removed mentioning of author and copyright from all files' headers.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 31 Jan 2021 00:04:18 +0200
changeset 1718 9d72f4424570
parent 1717 3c60aeba5004
child 1719 89c448a9fdbd
Removed mentioning of author and copyright from all files' headers.
.emacs-my
Makefile
init.el
mylisp-obsolete/iar-linker-config-mode.el
mylisp-obsolete/iar4-linker-config-mode.el
mylisp-obsolete/nsis-mode.el
mylisp/my-log-mode.el
--- a/.emacs-my	Sun Jan 31 00:01:57 2021 +0200
+++ b/.emacs-my	Sun Jan 31 00:04:18 2021 +0200
@@ -1,10 +1,5 @@
 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
-;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2015.
-;;
-;; This file formed from parts and ideas from many sites/docs and
-;; placed in public domain.
-;;
 ;; Config file for GNU Emacs.
 ;;
 ;; For load order see README.
@@ -166,12 +161,8 @@
 
 (cl-eval-when (compile) (require 'info))
 
-;; Set in ~/.emacs.d/.emacs-auth:
-;; (setq user-full-name "Oleksandr Gavenko")
-;; (setq user-mail-address "gavenkoa@gmail.com")
-;; (setq user-nick "gavenkoa")
-;; (setq user-home-page "http://gavenkoa.users.sf.net")
-;; (setq user-home-page "http://defun.work/")
+;; Following variables are loaded by (load my-lisp-auth t) from init.el:
+;; user-full-name  user-mail-address  user-nick  user-home-page
 
 (defvar user-nick (user-login-name)
   "My nick name.")
@@ -1956,8 +1947,8 @@
 (add-hook 'org-mode-hook #'mypasshide-mode)
 
 (defun my-org-archive-location (path)
-  "For given PATH make path to archive. Currently add undescore
-before file extention. If file name doesn't match
+  "For given PATH makes path for archive. Currently adds
+undescore before file extention. If file name doesn't match
 `org-agenda-file-regexp' or have no extention return `nil'."
   (if (and (file-name-extension path)
            (string-match org-agenda-file-regexp (file-name-nondirectory path)))
--- a/Makefile	Sun Jan 31 00:01:57 2021 +0200
+++ b/Makefile	Sun Jan 31 00:04:18 2021 +0200
@@ -1,7 +1,3 @@
-# Copyright (C) 2008-2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-#
-# You can do anything with this file without any warranty.
-
 
 ################################################################
 # Standard Makefile settings.
--- a/init.el	Sun Jan 31 00:01:57 2021 +0200
+++ b/init.el	Sun Jan 31 00:04:18 2021 +0200
@@ -1,9 +1,5 @@
 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
 ;;
-;; Written by Oleksandr Gavenko <gavenkoa@gmail.com>, 2008-2010.
-;;
-;; This file placed in public domain.
-;;
 ;; For load order see README.
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- a/mylisp-obsolete/iar-linker-config-mode.el	Sun Jan 31 00:01:57 2021 +0200
+++ b/mylisp-obsolete/iar-linker-config-mode.el	Sun Jan 31 00:04:18 2021 +0200
@@ -1,18 +1,8 @@
 ;;; iar-linker-config-mode.el --- major mode for highlighting IAR Embedded Workbench 5.x linker scripts
 
-;; Copyright (C) 2009, 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-
-;; You can do anything with this file without any warranty.
-
-;; Author: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Maintainer: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Created: 2009-11-08
-;; Version: 0.1
-;; Keywords: languages
-
 ;;; Commentary:
 ;;
-;; Very pure highlighting and not all available syntax.
+;; Very poor highlighting, not all syntax is covered.
 
 ;;; Code:
 
--- a/mylisp-obsolete/iar4-linker-config-mode.el	Sun Jan 31 00:01:57 2021 +0200
+++ b/mylisp-obsolete/iar4-linker-config-mode.el	Sun Jan 31 00:04:18 2021 +0200
@@ -1,18 +1,8 @@
 ;;; iar-linker-config-mode.el --- major mode for highlighting IAR Embedded Workbench 4.x linker scripts
 
-;; Copyright (C) 2009, 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-
-;; You can do anything with this file without any warranty.
-
-;; Author: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Maintainer: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Created: 2009-11-04
-;; Version: 0.1
-;; Keywords: languages
-
 ;;; Commentary:
 ;;
-;; Very pure highlighting and not all available syntax.
+;; Very poor highlighting, not all syntax is covered.
 
 ;;; Code:
 
--- a/mylisp-obsolete/nsis-mode.el	Sun Jan 31 00:01:57 2021 +0200
+++ b/mylisp-obsolete/nsis-mode.el	Sun Jan 31 00:04:18 2021 +0200
@@ -1,15 +1,5 @@
 ;;; iar-linker-config-mode.el --- major mode for highlighting NSIS scripts
 
-;; Copyright (C) 2009, 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-
-;; You can do anything with this file without any warranty.
-
-;; Author: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Maintainer: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Created: 2009-09-14
-;; Version: 0.1
-;; Keywords: languages
-
 ;;; Commentary:
 ;;
 ;; Very pure syntax highlighting.
--- a/mylisp/my-log-mode.el	Sun Jan 31 00:01:57 2021 +0200
+++ b/mylisp/my-log-mode.el	Sun Jan 31 00:04:18 2021 +0200
@@ -1,18 +1,7 @@
 ;;; my-log-mode.el --- major mode for error logs
 
-;; Copyright (C) 2010 by Oleksandr Gavenko <gavenkoa@gmail.com>
-
-;; You can do anything with this file without any warranty.
-
-;; Author: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Maintainer: Oleksandr Gavenko <gavenkoa@gmail.com>
-;; Created: 2011-02-09
-;; Version: 0.1
-;; Keywords: logging
-
 ;;; Commentary:
 ;;
-;; Very pure release.
 
 ;;; Code: