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 fa6704f..c8866f8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+# 2012 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/lib/common.h b/lib/common.h
index 89d5813..89ea60d 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.c b/lib/error.c
index b6e012d..e7d9f6e 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.h b/lib/error.h
index 9e44f62..b4b8773 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/g77_interface.c b/lib/g77_interface.c
index 83202d2..2acd74c 100644
--- a/lib/g77_interface.c
+++ b/lib/g77_interface.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
+ * Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.c b/lib/matheval.c
index e167e25..12a5ffe 100644
--- a/lib/matheval.c
+++ b/lib/matheval.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.h b/lib/matheval.h
index 5857eb1..367a837 100644
--- a/lib/matheval.h
+++ b/lib/matheval.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.c b/lib/node.c
index 5dbd01d..1e935ee 100644
--- a/lib/node.c
+++ b/lib/node.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.h b/lib/node.h
index af06124..caa3fb7 100644
--- a/lib/node.h
+++ b/lib/node.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/parser.y b/lib/parser.y
index d998e5a..d634592 100644
--- a/lib/parser.y
+++ b/lib/parser.y
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 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, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 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 610cd32..0c60cda 100644
--- a/lib/scanner.l
+++ b/lib/scanner.l
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 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, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.c b/lib/symbol_table.c
index 478668b..6f8e3e8 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, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.h b/lib/symbol_table.h
index 29d2c34..3fc0b77 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, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index aa04f0e..ea740ee 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.h b/lib/xmalloc.h
index 6a4bad1..052601c 100644
--- a/lib/xmalloc.h
+++ b/lib/xmalloc.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.c b/lib/xmath.c
index 1bd5f81..27644dc 100644
--- a/lib/xmath.c
+++ b/lib/xmath.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.h b/lib/xmath.h
index 4a54db1..07fc3ca 100644
--- a/lib/xmath.h
+++ b/lib/xmath.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
- * Free Software Foundation, Inc.
+ * Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+ * 2012 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月07日 08:42:32 +0000

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