libmatheval.git -

summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am 4
-rw-r--r--lib/common.h 4
-rw-r--r--lib/error.c 4
-rw-r--r--lib/error.h 4
-rw-r--r--lib/g77_interface.c 4
-rw-r--r--lib/matheval.c 4
-rw-r--r--lib/matheval.h 4
-rw-r--r--lib/node.c 4
-rw-r--r--lib/node.h 4
-rw-r--r--lib/parser.y 8
-rw-r--r--lib/scanner.l 8
-rw-r--r--lib/symbol_table.c 4
-rw-r--r--lib/symbol_table.h 4
-rw-r--r--lib/xmalloc.c 4
-rw-r--r--lib/xmalloc.h 4
-rw-r--r--lib/xmath.c 4
-rw-r--r--lib/xmath.h 4
17 files changed, 38 insertions, 38 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d91f0f2..fa6704f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
-# Software Foundation, Inc.
+# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+# Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/lib/common.h b/lib/common.h
index 6e9a489..89d5813 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.c b/lib/error.c
index d2bdc54..b6e012d 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.h b/lib/error.h
index 366ef39..9e44f62 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/g77_interface.c b/lib/g77_interface.c
index e5735a3..83202d2 100644
--- a/lib/g77_interface.c
+++ b/lib/g77_interface.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 Free
+ * Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.c b/lib/matheval.c
index 84e972e..e167e25 100644
--- a/lib/matheval.c
+++ b/lib/matheval.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.h b/lib/matheval.h
index 363a407..5857eb1 100644
--- a/lib/matheval.h
+++ b/lib/matheval.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.c b/lib/node.c
index 4bceb47..5dbd01d 100644
--- a/lib/node.c
+++ b/lib/node.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.h b/lib/node.h
index 02d4a8f..af06124 100644
--- a/lib/node.h
+++ b/lib/node.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/parser.y b/lib/parser.y
index e5b9335..d998e5a 100644
--- a/lib/parser.y
+++ b/lib/parser.y
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
@@ -21,8 +21,8 @@
%{
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* GNU libmatheval is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/scanner.l b/lib/scanner.l
index 47809ea..610cd32 100644
--- a/lib/scanner.l
+++ b/lib/scanner.l
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
@@ -21,8 +21,8 @@
%{
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.c b/lib/symbol_table.c
index b13cff8..478668b 100644
--- a/lib/symbol_table.c
+++ b/lib/symbol_table.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.h b/lib/symbol_table.h
index 50df09d..29d2c34 100644
--- a/lib/symbol_table.h
+++ b/lib/symbol_table.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 760b7f9..aa04f0e 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.h b/lib/xmalloc.h
index 79a1eeb..6a4bad1 100644
--- a/lib/xmalloc.h
+++ b/lib/xmalloc.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.c b/lib/xmath.c
index 2698ede..1310b2f 100644
--- a/lib/xmath.c
+++ b/lib/xmath.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.h b/lib/xmath.h
index 8a42f32..921e442 100644
--- a/lib/xmath.h
+++ b/lib/xmath.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月25日 13:53:53 +0000

AltStyle によって変換されたページ (->オリジナル) /