Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0fa15c5
Commit
f0fa15c5
authored
Jan 21, 2007
by
Glenn Morris
Browse files
Add 2007 to copyright years.
parent
af4c16d1
Changes
224
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
21 deletions
+21
-21
lisp/calc/calc-aent.el
lisp/calc/calc-aent.el
+1
-1
lisp/calc/calc-alg.el
lisp/calc/calc-alg.el
+1
-1
lisp/calc/calc-arith.el
lisp/calc/calc-arith.el
+1
-1
lisp/calc/calc-bin.el
lisp/calc/calc-bin.el
+1
-1
lisp/calc/calc-comb.el
lisp/calc/calc-comb.el
+1
-1
lisp/calc/calc-cplx.el
lisp/calc/calc-cplx.el
+1
-1
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+1
-1
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+1
-1
lisp/calc/calc-fin.el
lisp/calc/calc-fin.el
+1
-1
lisp/calc/calc-forms.el
lisp/calc/calc-forms.el
+1
-1
lisp/calc/calc-frac.el
lisp/calc/calc-frac.el
+1
-1
lisp/calc/calc-funcs.el
lisp/calc/calc-funcs.el
+1
-1
lisp/calc/calc-graph.el
lisp/calc/calc-graph.el
+1
-1
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+2
-2
lisp/calc/calc-incom.el
lisp/calc/calc-incom.el
+1
-1
lisp/calc/calc-keypd.el
lisp/calc/calc-keypd.el
+1
-1
lisp/calc/calc-lang.el
lisp/calc/calc-lang.el
+1
-1
lisp/calc/calc-macs.el
lisp/calc/calc-macs.el
+1
-1
lisp/calc/calc-map.el
lisp/calc/calc-map.el
+1
-1
lisp/calc/calc-math.el
lisp/calc/calc-math.el
+1
-1
No files found.
lisp/calc/calc-aent.el
View file @
f0fa15c5
;;; calc-aent.el --- algebraic entry functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-alg.el
View file @
f0fa15c5
;;; calc-alg.el --- algebraic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-arith.el
View file @
f0fa15c5
;;; calc-arith.el --- arithmetic functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-bin.el
View file @
f0fa15c5
;;; calc-bin.el --- binary functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-comb.el
View file @
f0fa15c5
;;; calc-comb.el --- combinatoric functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-cplx.el
View file @
f0fa15c5
;;; calc-cplx.el --- Complex number functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-embed.el
View file @
f0fa15c5
;;; calc-embed.el --- embed Calc in a buffer
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-ext.el
View file @
f0fa15c5
;;; calc-ext.el --- various extension functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-fin.el
View file @
f0fa15c5
;;; calc-fin.el --- financial functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-forms.el
View file @
f0fa15c5
;;; calc-forms.el --- data format conversion functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-frac.el
View file @
f0fa15c5
;;; calc-frac.el --- fraction functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-funcs.el
View file @
f0fa15c5
;;; calc-funcs.el --- well-known functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-graph.el
View file @
f0fa15c5
;;; calc-graph.el --- graph output functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-help.el
View file @
f0fa15c5
;;; calc-help.el --- help display functions for Calc,
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
@@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc."
(
princ
(
format
"GNU Emacs Calculator version %s.\n"
calc-version
))
(
princ
" By Dave Gillespie.\n"
)
(
princ
" Copyright (C) 200
6
Free Software Foundation, Inc.\n\n"
)
(
princ
" Copyright (C) 200
7
Free Software Foundation, Inc.\n\n"
)
(
princ
"Type `h s' for a more detailed summary.\n"
)
(
princ
"Or type `h i' to read the full Calc manual on-line.\n\n"
)
(
princ
"Basic keys:\n"
)
...
...
lisp/calc/calc-incom.el
View file @
f0fa15c5
;;; calc-incom.el --- complex data type input functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-keypd.el
View file @
f0fa15c5
;;; calc-keypd.el --- mouse-capable keypad input for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-lang.el
View file @
f0fa15c5
;;; calc-lang.el --- calc language functions
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-macs.el
View file @
f0fa15c5
;;; calc-macs.el --- important macros for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-map.el
View file @
f0fa15c5
;;; calc-map.el --- higher-order functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
lisp/calc/calc-math.el
View file @
f0fa15c5
;;; calc-math.el --- mathematical functions for Calc
;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; 2005, 2006
, 2007
Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment