libmatheval.git -

summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am 4
-rw-r--r--tests/basics.at 4
-rw-r--r--tests/bin_ops.at 4
-rw-r--r--tests/constants.at 4
-rw-r--r--tests/functions.at 4
-rw-r--r--tests/matheval.c 4
-rw-r--r--tests/matheval.sh.in 4
-rw-r--r--tests/numbers.at 4
-rw-r--r--tests/package.m4 4
-rw-r--r--tests/testsuite.at 4
-rw-r--r--tests/un_ops.at 4
-rw-r--r--tests/variables.at 4
12 files changed, 24 insertions, 24 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9e6bd7d..90544b6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/basics.at b/tests/basics.at
index b01b596..458b16a 100644
--- a/tests/basics.at
+++ b/tests/basics.at
@@ -1,7 +1,7 @@
# Checking the basics. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/bin_ops.at b/tests/bin_ops.at
index f021021..83b4caf 100644
--- a/tests/bin_ops.at
+++ b/tests/bin_ops.at
@@ -1,7 +1,7 @@
# Checking the binary operations. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/constants.at b/tests/constants.at
index c70a7ad..c179000 100644
--- a/tests/constants.at
+++ b/tests/constants.at
@@ -1,7 +1,7 @@
# Checking the constants. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/functions.at b/tests/functions.at
index 206671b..c5ce20c 100644
--- a/tests/functions.at
+++ b/tests/functions.at
@@ -1,7 +1,7 @@
# Checking the functions. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/matheval.c b/tests/matheval.c
index 023d1dc..789765e 100644
--- a/tests/matheval.c
+++ b/tests/matheval.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
- * Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+ * 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/tests/matheval.sh.in b/tests/matheval.sh.in
index d1b1a30..48ee838 100644
--- a/tests/matheval.sh.in
+++ b/tests/matheval.sh.in
@@ -2,8 +2,8 @@
# @configure_input@
# Wrapper around a non installed matheval to make it work as an installed one.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/numbers.at b/tests/numbers.at
index 87587f3..4a990b3 100644
--- a/tests/numbers.at
+++ b/tests/numbers.at
@@ -1,7 +1,7 @@
# Checking the numbers. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/package.m4 b/tests/package.m4
index 67d11f9..2694e5e 100644
--- a/tests/package.m4
+++ b/tests/package.m4
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [libmatheval])
m4_define([AT_PACKAGE_TARNAME], [libmatheval])
-m4_define([AT_PACKAGE_VERSION], [1.1.10])
-m4_define([AT_PACKAGE_STRING], [libmatheval 1.1.10])
+m4_define([AT_PACKAGE_VERSION], [1.1.11])
+m4_define([AT_PACKAGE_STRING], [libmatheval 1.1.11])
m4_define([AT_PACKAGE_BUGREPORT], [asamardzic@gnu.org])
diff --git a/tests/testsuite.at b/tests/testsuite.at
index e857049..dc89741 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,7 @@
# Main testsuite file. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/un_ops.at b/tests/un_ops.at
index d26b854..cb990be 100644
--- a/tests/un_ops.at
+++ b/tests/un_ops.at
@@ -1,7 +1,7 @@
# Checking the unary operations. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/variables.at b/tests/variables.at
index ff9cd9c..23beed7 100644
--- a/tests/variables.at
+++ b/tests/variables.at
@@ -1,7 +1,7 @@
# Checking the variables. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月05日 21:57:33 +0000

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