# HG changeset patch # User Oleksandr Gavenko # Date 1612044258 -7200 # Node ID 9d72f44245708cdfc8d60110ad0e6272c8e23f7d # Parent 3c60aeba5004698d08271777ab990b1a4855b20e Removed mentioning of author and copyright from all files' headers. diff -r 3c60aeba5004 -r 9d72f4424570 .emacs-my --- 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 , 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))) diff -r 3c60aeba5004 -r 9d72f4424570 Makefile --- 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 -# -# You can do anything with this file without any warranty. - ################################################################ # Standard Makefile settings. diff -r 3c60aeba5004 -r 9d72f4424570 init.el --- 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 , 2008-2010. -;; -;; This file placed in public domain. -;; ;; For load order see README. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff -r 3c60aeba5004 -r 9d72f4424570 mylisp-obsolete/iar-linker-config-mode.el --- 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 - -;; You can do anything with this file without any warranty. - -;; Author: Oleksandr Gavenko -;; Maintainer: Oleksandr Gavenko -;; 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: diff -r 3c60aeba5004 -r 9d72f4424570 mylisp-obsolete/iar4-linker-config-mode.el --- 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 - -;; You can do anything with this file without any warranty. - -;; Author: Oleksandr Gavenko -;; Maintainer: Oleksandr Gavenko -;; 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: diff -r 3c60aeba5004 -r 9d72f4424570 mylisp-obsolete/nsis-mode.el --- 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 - -;; You can do anything with this file without any warranty. - -;; Author: Oleksandr Gavenko -;; Maintainer: Oleksandr Gavenko -;; Created: 2009-09-14 -;; Version: 0.1 -;; Keywords: languages - ;;; Commentary: ;; ;; Very pure syntax highlighting. diff -r 3c60aeba5004 -r 9d72f4424570 mylisp/my-log-mode.el --- 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 - -;; You can do anything with this file without any warranty. - -;; Author: Oleksandr Gavenko -;; Maintainer: Oleksandr Gavenko -;; Created: 2011-02-09 -;; Version: 0.1 -;; Keywords: logging - ;;; Commentary: ;; -;; Very pure release. ;;; Code: