summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-19 21:43:22 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-19 21:43:22 +0100
commit447299c13f05b6346aab1308254f108a2b6c35e8 (patch)
tree966a573559eba3e7322dad439d41e11be90200c9 /demos
parent75a9644b62a216d51758c93e1eaa2f9110553586 (diff)
downloadgmp-447299c13f05b6346aab1308254f108a2b6c35e8.tar.gz
Canonicalise copyright headers.
Diffstat (limited to 'demos')
-rw-r--r--demos/Makefile.am6
-rw-r--r--demos/calc/Makefile.am6
-rw-r--r--demos/expr/Makefile.am6
-rw-r--r--demos/expr/README6
-rw-r--r--demos/expr/expr-impl.h6
-rw-r--r--demos/expr/expr.c6
-rw-r--r--demos/expr/expr.h6
-rw-r--r--demos/expr/exprf.c6
-rw-r--r--demos/expr/exprfa.c6
-rw-r--r--demos/expr/exprq.c6
-rw-r--r--demos/expr/exprqa.c6
-rw-r--r--demos/expr/exprv.c6
-rw-r--r--demos/expr/exprz.c6
-rw-r--r--demos/expr/exprza.c6
-rw-r--r--demos/expr/run-expr.c6
-rw-r--r--demos/expr/t-expr.c6
-rw-r--r--demos/perl/GMP.xs6
-rw-r--r--demos/perl/INSTALL6
18 files changed, 54 insertions, 54 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index ed256676b..0d6a4d3fc 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -5,9 +5,9 @@
# This file is part of the GNU MP Library.
#
# The GNU MP Library is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or (at your
-# option) any later version.
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 3 of the License, or (at
+# your option) any later version.
#
# The GNU MP Library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/calc/Makefile.am b/demos/calc/Makefile.am
index fbe0c735a..9453b7c56 100644
--- a/demos/calc/Makefile.am
+++ b/demos/calc/Makefile.am
@@ -5,9 +5,9 @@
# This file is part of the GNU MP Library.
#
# The GNU MP Library is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or (at your
-# option) any later version.
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 3 of the License, or (at
+# your option) any later version.
#
# The GNU MP Library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/Makefile.am b/demos/expr/Makefile.am
index 56be5a4a2..393953db2 100644
--- a/demos/expr/Makefile.am
+++ b/demos/expr/Makefile.am
@@ -5,9 +5,9 @@
# This file is part of the GNU MP Library.
#
# The GNU MP Library is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or (at your
-# option) any later version.
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 3 of the License, or (at
+# your option) any later version.
#
# The GNU MP Library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/README b/demos/expr/README
index c1e71ee5e..42201c9a1 100644
--- a/demos/expr/README
+++ b/demos/expr/README
@@ -3,9 +3,9 @@ Copyright 2001, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/expr-impl.h b/demos/expr/expr-impl.h
index ee61d3eec..ce9ea43e2 100644
--- a/demos/expr/expr-impl.h
+++ b/demos/expr/expr-impl.h
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/expr.c b/demos/expr/expr.c
index c1df5d5ae..781da866b 100644
--- a/demos/expr/expr.c
+++ b/demos/expr/expr.c
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/expr.h b/demos/expr/expr.h
index e9cb31e21..f686cb164 100644
--- a/demos/expr/expr.h
+++ b/demos/expr/expr.h
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprf.c b/demos/expr/exprf.c
index 75e89c808..405fd76a0 100644
--- a/demos/expr/exprf.c
+++ b/demos/expr/exprf.c
@@ -5,9 +5,9 @@ Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprfa.c b/demos/expr/exprfa.c
index 1972fbc10..05930187e 100644
--- a/demos/expr/exprfa.c
+++ b/demos/expr/exprfa.c
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprq.c b/demos/expr/exprq.c
index 08139b3a0..8e49ef704 100644
--- a/demos/expr/exprq.c
+++ b/demos/expr/exprq.c
@@ -5,9 +5,9 @@ Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprqa.c b/demos/expr/exprqa.c
index b7973fc37..3431bd75e 100644
--- a/demos/expr/exprqa.c
+++ b/demos/expr/exprqa.c
@@ -5,9 +5,9 @@ Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprv.c b/demos/expr/exprv.c
index 31009df8b..0fbb8d1d7 100644
--- a/demos/expr/exprv.c
+++ b/demos/expr/exprv.c
@@ -6,9 +6,9 @@ Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprz.c b/demos/expr/exprz.c
index fd0b60ab9..9a0aa82ef 100644
--- a/demos/expr/exprz.c
+++ b/demos/expr/exprz.c
@@ -5,9 +5,9 @@ Copyright 2000-2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/exprza.c b/demos/expr/exprza.c
index cd848fe1e..6c2639842 100644
--- a/demos/expr/exprza.c
+++ b/demos/expr/exprza.c
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/run-expr.c b/demos/expr/run-expr.c
index d045b3920..161c3e430 100644
--- a/demos/expr/run-expr.c
+++ b/demos/expr/run-expr.c
@@ -5,9 +5,9 @@ Copyright 2000-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/expr/t-expr.c b/demos/expr/t-expr.c
index c31ec5eb8..190679e24 100644
--- a/demos/expr/t-expr.c
+++ b/demos/expr/t-expr.c
@@ -5,9 +5,9 @@ Copyright 2000-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/perl/GMP.xs b/demos/perl/GMP.xs
index 25bbc1292..56948e13d 100644
--- a/demos/perl/GMP.xs
+++ b/demos/perl/GMP.xs
@@ -5,9 +5,9 @@ Copyright 2001-2003 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
diff --git a/demos/perl/INSTALL b/demos/perl/INSTALL
index 5f204bcf5..65d67f624 100644
--- a/demos/perl/INSTALL
+++ b/demos/perl/INSTALL
@@ -3,9 +3,9 @@ Copyright 2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at your
-option) any later version.
+it under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation; either version 3 of the License, or (at
+your option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY