Skip to content

Commit

Permalink
Update headers in all files, copyright etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Jan 1, 2012
1 parent e59ac55 commit 300d560
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 10 deletions.
24 changes: 24 additions & 0 deletions Makefile
@@ -1,3 +1,27 @@
# makefile for anything.

# Author: Michael Markert.
# Copyright (C) 2011~2012, Michael Markert, all rights reserved.

## This file is NOT part of GNU Emacs
##
## License
##
## 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 3, 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.
##
## You should have received a copy of the GNU General Public License
## along with this program; see the file COPYING. If not, write to
## the Free Software Foundation, Inc., 51 Franklin Street, Fifth
## Floor, Boston, MA 02110-1301, USA.

# emacs invocation
EMACS := emacs -Q -batch

Expand Down
4 changes: 2 additions & 2 deletions anything-config.el
Expand Up @@ -11,8 +11,8 @@
;; Thierry Volpiatto <thierry.volpiatto@gmail.com>
;; Copyright (C) 2007 ~ 2011, Tassilo Horn, all rights reserved.
;; Copyright (C) 2009, Andy Stewart, all rights reserved.
;; Copyright (C) 2009 ~ 2011, rubikitch, all rights reserved.
;; Copyright (C) 2009 ~ 2011, Thierry Volpiatto, all rights reserved.
;; Copyright (C) 2009 ~ 2012, rubikitch, all rights reserved.
;; Copyright (C) 2009 ~ 2012, Thierry Volpiatto, all rights reserved.

;; Created: 2009-02-16 21:38:23

Expand Down
9 changes: 6 additions & 3 deletions anything-match-plugin.el
@@ -1,9 +1,12 @@
;;; anything-match-plugin.el --- Humane match plug-in for anything
;;; anything-match-plugin.el --- Multiple regexp matching methods for anything

;; Author: rubikitch <rubikitch@ruby-lang.org>

;; Copyright (C) 2008~2011 rubikitch, all rights reserved.
;; Copyright (C) 2011, Thierry Volpiatto, all rights reserved.
;; Maintainers: rubikitch <rubikitch@ruby-lang.org>
;; Thierry Volpiatto <thierry.volpiatto@gmail.com>

;; Copyright (C) 2008~2012, rubikitch, all rights reserved.
;; Copyright (C) 2011~2012, Thierry Volpiatto, all rights reserved.

;; Keywords: anything, matching
;; X-URL: <http://repo.or.cz/w/anything-config.git>
Expand Down
4 changes: 2 additions & 2 deletions anything.el
@@ -1,8 +1,8 @@
;;;; anything.el --- open anything / QuickSilver-like candidate-selection framework

;; Copyright (C) 2007 Tamas Patrovics
;; 2008 ~ 2011 rubikitch <rubikitch@ruby-lang.org>
;; 2011 Thierry Volpiatto <thierry.volpiatto@gmail.com>
;; 2008 ~ 2012 rubikitch <rubikitch@ruby-lang.org>
;; 2011 ~ 2012 Thierry Volpiatto <thierry.volpiatto@gmail.com>

;; Author: Tamas Patrovics

Expand Down
6 changes: 3 additions & 3 deletions developer-tools/autodoc.el
@@ -1,10 +1,10 @@
;;; autodoc.el --- Inline auto documentation of lisp sources files.

;; Author: Thierry Volpiatto
;; Author: Thierry Volpiatto <thierry.volpiatto@gmail.com>

;; Copyright (C) 2010 Thierry Volpiatto, all rights reserved.
;; Copyright (C) 2010 ~ 2012, Thierry Volpiatto, all rights reserved.

;; Compatibility: GNU Emacs 23.1.92.1
;; Compatibility: GNU Emacs 23/24+

;; This file is not part of GNU Emacs.

Expand Down

0 comments on commit 300d560

Please sign in to comment.