aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorGlenn Morris2008-01-08 04:37:27 +0000
committerGlenn Morris2008-01-08 04:37:27 +0000
commit8cabe764e9f3acb3d2b029c4737c8c885346655c (patch)
tree4e083322362ae5aaf74bfa81d8146711d3ff6208 /src/floatfns.c
parentea8c20e07fbf07dba92bfdb9d22354e3d8fcb91b (diff)
downloademacs-8cabe764e9f3acb3d2b029c4737c8c885346655c.tar.gz
emacs-8cabe764e9f3acb3d2b029c4737c8c885346655c.zip
Add 2008 to copyright years.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 6ad9b95686e..3f512ff3ccc 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -1,6 +1,6 @@
1/* Primitive operations on floating point for GNU Emacs Lisp interpreter. 1/* Primitive operations on floating point for GNU Emacs Lisp interpreter.
2 Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, 2 Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6