Add copyright notice.
authorOleksander Gavenko <gavenko_a@3g.ua>
Thu, 17 Apr 2008 23:58:12 +0300
changeset 6 d1c4515c3cfa
parent 5 ddf0660702ec
child 7 8eae4300e86f
Add copyright notice.
.emacs
.emacs-custom.el
--- a/.emacs	Thu Apr 17 23:58:11 2008 +0300
+++ b/.emacs	Thu Apr 17 23:58:12 2008 +0300
@@ -1,6 +1,11 @@
 ;; -*- mode: lisp; coding: cp1251 -*-
-;; Gavenko Alexander, ~/.emacs file for GNU Emacs 21.
-;; Гавенко Алескандр, ~/.emacs файл для GNU Emacs 21.
+;;
+;; Copyright (C) 2008 by Gavenko Oleksandr
+;; Copyright (C) 2008 by Гавенко Алескандр
+;;
+;; ~/.emacs file for GNU Emacs 21.
+
+
 
 ;; silent runing
 (setq inhibit-startup-message t)
@@ -184,7 +189,6 @@
 (global-set-key [?\C-x right] 'next-buffer)
 (global-set-key [?\C-x left]  'previous-buffer)
 
-
 (global-set-key (kbd "\e\eg") 'goto-line)
 (global-set-key (kbd "\e\er") 'query-replace-regexp)
 
--- a/.emacs-custom.el	Thu Apr 17 23:58:11 2008 +0300
+++ b/.emacs-custom.el	Thu Apr 17 23:58:12 2008 +0300
@@ -1,3 +1,8 @@
+;; -*- mode: lisp; coding: cp1251 -*-
+
+;; Copyright (C) 2008 by Gavenko Oleksandr
+;; Copyright (C) 2008 by Гавенко Алескандр
+
 (custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.