diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-01-03 11:03:58 +0100 |
commit | 85ec4feb11167c9e4489361bf2399a20afbe52c8 (patch) | |
tree | 7892dce393111dcf4d6553ddf89de00240ecfce8 /gcc/jit/docs | |
parent | ada38d5fa317498d15be166623520b9152c650cb (diff) | |
download | gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.zip gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.tar.gz gcc-85ec4feb11167c9e4489361bf2399a20afbe52c8.tar.bz2 |
Update copyright years.
From-SVN: r256169
Diffstat (limited to 'gcc/jit/docs')
43 files changed, 82 insertions, 82 deletions
diff --git a/gcc/jit/docs/_build/texinfo/libgccjit.texi b/gcc/jit/docs/_build/texinfo/libgccjit.texi index a3b206f..3bc5ae4 100644 --- a/gcc/jit/docs/_build/texinfo/libgccjit.texi +++ b/gcc/jit/docs/_build/texinfo/libgccjit.texi @@ -23,7 +23,7 @@ libgccjit 8.0.0 (experimental 20171031), October 31, 2017 David Malcolm -Copyright @copyright{} 2014-2017 Free Software Foundation, Inc. +Copyright @copyright{} 2014-2018 Free Software Foundation, Inc. @end quotation @end copying @@ -46,7 +46,7 @@ Copyright @copyright{} 2014-2017 Free Software Foundation, Inc. @c %**start of body @anchor{index doc}@anchor{0} -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -85,7 +85,7 @@ wrapper classes around the C API, to save typing. Contents: -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -388,7 +388,7 @@ Running the test suite @chapter Tutorial -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -432,7 +432,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -583,7 +583,7 @@ hello world @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -1037,7 +1037,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -1170,7 +1170,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -1651,7 +1651,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -1843,7 +1843,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -3992,7 +3992,7 @@ instr9: @noindent -@c Copyright (C) 2015-2017 Free Software Foundation, Inc. +@c Copyright (C) 2015-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -4824,7 +4824,7 @@ to an executable. It's also possible to compile it to an object file, and to a dynamic library. See the documentation of @pxref{4a,,gcc_jit_context_compile_to_file()} for more information. -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -4846,7 +4846,7 @@ and to a dynamic library. See the documentation of @chapter Topic Reference -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -5623,7 +5623,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -5740,7 +5740,7 @@ object's context is released. @end cartouche @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -6378,7 +6378,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) Function pointer types can be created using @pxref{91,,gcc_jit_context_new_function_ptr_type()}. -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -7464,7 +7464,7 @@ PTR[INDEX] in C (or, indeed, to @code{PTR + INDEX}). @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -8090,7 +8090,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2017 Free Software Foundation, Inc. +@c Copyright (C) 2017-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -8173,7 +8173,7 @@ Generate a @pxref{a,,gcc_jit_type} for a function pointer with the given return type and parameters. @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -8261,7 +8261,7 @@ argument is true, this will also set up @cite{gcc_jit_location} information throughout the context, pointing at the dump file as if it were a source file, giving you @emph{something} you can step through in the debugger. -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -8538,7 +8538,7 @@ There is currently no support for specifying libraries to link against. @end deffn -@c Copyright (C) 2015-2017 Free Software Foundation, Inc. +@c Copyright (C) 2015-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -8789,7 +8789,7 @@ entrypoints: @code{LIBGCCJIT_ABI_10} covers the addition of @pxref{85,,gcc_jit_context_new_rvalue_from_vector()} -@c Copyright (C) 2015-2017 Free Software Foundation, Inc. +@c Copyright (C) 2015-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -9100,7 +9100,7 @@ for its presence using @noindent @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -9138,7 +9138,7 @@ production yet. Contents: -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -9273,7 +9273,7 @@ Compiling a context @section Tutorial -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -9316,7 +9316,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -9451,7 +9451,7 @@ hello world @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -9847,7 +9847,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -9962,7 +9962,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -10466,7 +10466,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. @@ -10623,7 +10623,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -12549,7 +12549,7 @@ instr9: @noindent -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -12571,7 +12571,7 @@ instr9: @section Topic Reference -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -12965,7 +12965,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -13063,7 +13063,7 @@ obj: 4.0 * (float)i @noindent @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -13351,7 +13351,7 @@ size of the struct is not known), or later specified using @pxref{8d,,gcc_jit_struct_set_fields()}. @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -14253,7 +14253,7 @@ gccjit::lvalue element = array[0]; @noindent @end quotation -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -14716,7 +14716,7 @@ create_code (gcc_jit_context *c_ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -14797,7 +14797,7 @@ argument is true, this will also set up @cite{gccjit::location} information throughout the context, pointing at the dump file as if it were a source file, giving you @emph{something} you can step through in the debugger. -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it @@ -14869,7 +14869,7 @@ This is a thin wrapper around the @pxref{4a,,gcc_jit_context_compile_to_file()} API entrypoint. @end deffn -@c Copyright (C) 2014-2017 Free Software Foundation, Inc. +@c Copyright (C) 2014-2018 Free Software Foundation, Inc. @c Originally contributed by David Malcolm <dmalcolm@redhat.com> @c @c This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/conf.py b/gcc/jit/docs/conf.py index 3f163bf..8484224 100644 --- a/gcc/jit/docs/conf.py +++ b/gcc/jit/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'libgccjit' -copyright = u'2014-2017 Free Software Foundation, Inc.' +copyright = u'2014-2018 Free Software Foundation, Inc.' # GCC-specific: extract version information from "gcc" src subdir for # use in "version" and "release" below. diff --git a/gcc/jit/docs/cp/index.rst b/gcc/jit/docs/cp/index.rst index 44bf28d..8075421 100644 --- a/gcc/jit/docs/cp/index.rst +++ b/gcc/jit/docs/cp/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/index.rst b/gcc/jit/docs/cp/intro/index.rst index dfcbe0b..0c6105b 100644 --- a/gcc/jit/docs/cp/intro/index.rst +++ b/gcc/jit/docs/cp/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial01.rst b/gcc/jit/docs/cp/intro/tutorial01.rst index 74ac775..a284288 100644 --- a/gcc/jit/docs/cp/intro/tutorial01.rst +++ b/gcc/jit/docs/cp/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial02.rst b/gcc/jit/docs/cp/intro/tutorial02.rst index f13b17e..72f1530 100644 --- a/gcc/jit/docs/cp/intro/tutorial02.rst +++ b/gcc/jit/docs/cp/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial03.rst b/gcc/jit/docs/cp/intro/tutorial03.rst index 84151ca..dc733f1 100644 --- a/gcc/jit/docs/cp/intro/tutorial03.rst +++ b/gcc/jit/docs/cp/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial04.rst b/gcc/jit/docs/cp/intro/tutorial04.rst index 35f90b8..188d757 100644 --- a/gcc/jit/docs/cp/intro/tutorial04.rst +++ b/gcc/jit/docs/cp/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/compilation.rst b/gcc/jit/docs/cp/topics/compilation.rst index 6cd08e6..d4cd9b3 100644 --- a/gcc/jit/docs/cp/topics/compilation.rst +++ b/gcc/jit/docs/cp/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/contexts.rst b/gcc/jit/docs/cp/topics/contexts.rst index 6dd35f6..338d68f 100644 --- a/gcc/jit/docs/cp/topics/contexts.rst +++ b/gcc/jit/docs/cp/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/expressions.rst b/gcc/jit/docs/cp/topics/expressions.rst index b0081f6..db0e33b1 100644 --- a/gcc/jit/docs/cp/topics/expressions.rst +++ b/gcc/jit/docs/cp/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/functions.rst b/gcc/jit/docs/cp/topics/functions.rst index d70deaf..ca1141d 100644 --- a/gcc/jit/docs/cp/topics/functions.rst +++ b/gcc/jit/docs/cp/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/index.rst b/gcc/jit/docs/cp/topics/index.rst index 2c5afe1..f1ac3f4 100644 --- a/gcc/jit/docs/cp/topics/index.rst +++ b/gcc/jit/docs/cp/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/locations.rst b/gcc/jit/docs/cp/topics/locations.rst index e1b6e63..3827899 100644 --- a/gcc/jit/docs/cp/topics/locations.rst +++ b/gcc/jit/docs/cp/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/objects.rst b/gcc/jit/docs/cp/topics/objects.rst index 376305b..3b803e1 100644 --- a/gcc/jit/docs/cp/topics/objects.rst +++ b/gcc/jit/docs/cp/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/types.rst b/gcc/jit/docs/cp/topics/types.rst index 1df896e..bae6e64 100644 --- a/gcc/jit/docs/cp/topics/types.rst +++ b/gcc/jit/docs/cp/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/examples/tut01-hello-world.c b/gcc/jit/docs/examples/tut01-hello-world.c index 7259f01..afeb862 100644 --- a/gcc/jit/docs/examples/tut01-hello-world.c +++ b/gcc/jit/docs/examples/tut01-hello-world.c @@ -1,5 +1,5 @@ /* Smoketest example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut01-hello-world.cc b/gcc/jit/docs/examples/tut01-hello-world.cc index efee951..b22c8aa 100644 --- a/gcc/jit/docs/examples/tut01-hello-world.cc +++ b/gcc/jit/docs/examples/tut01-hello-world.cc @@ -1,5 +1,5 @@ /* Smoketest example for libgccjit.so C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut02-square.c b/gcc/jit/docs/examples/tut02-square.c index f17e517..13efb11 100644 --- a/gcc/jit/docs/examples/tut02-square.c +++ b/gcc/jit/docs/examples/tut02-square.c @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut02-square.cc b/gcc/jit/docs/examples/tut02-square.cc index 259f23b..19a3081 100644 --- a/gcc/jit/docs/examples/tut02-square.cc +++ b/gcc/jit/docs/examples/tut02-square.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut03-sum-of-squares.c b/gcc/jit/docs/examples/tut03-sum-of-squares.c index b1595d1..8c5b93c 100644 --- a/gcc/jit/docs/examples/tut03-sum-of-squares.c +++ b/gcc/jit/docs/examples/tut03-sum-of-squares.c @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut03-sum-of-squares.cc b/gcc/jit/docs/examples/tut03-sum-of-squares.cc index e19d89a..309eeea 100644 --- a/gcc/jit/docs/examples/tut03-sum-of-squares.cc +++ b/gcc/jit/docs/examples/tut03-sum-of-squares.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c index 9750a4d..32780ef 100644 --- a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c +++ b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c @@ -1,6 +1,6 @@ /* A simple stack-based virtual machine to demonstrate JIT-compilation. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc b/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc index 2da6db4..5b36721 100644 --- a/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc +++ b/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc @@ -1,6 +1,6 @@ /* A simple stack-based virtual machine to demonstrate JIT-compilation. - Copyright (C) 2014-2017 Free Software Foundation, Inc. + Copyright (C) 2014-2018 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/index.rst b/gcc/jit/docs/index.rst index eb0fd70..5def959 100644 --- a/gcc/jit/docs/index.rst +++ b/gcc/jit/docs/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst index 4ad7f61..8f58b16 100644 --- a/gcc/jit/docs/internals/index.rst +++ b/gcc/jit/docs/internals/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/index.rst b/gcc/jit/docs/intro/index.rst index 417d157..a2c5e7d 100644 --- a/gcc/jit/docs/intro/index.rst +++ b/gcc/jit/docs/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial01.rst b/gcc/jit/docs/intro/tutorial01.rst index c85410b..3a66e9d 100644 --- a/gcc/jit/docs/intro/tutorial01.rst +++ b/gcc/jit/docs/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial02.rst b/gcc/jit/docs/intro/tutorial02.rst index e926f4c..1b411a1 100644 --- a/gcc/jit/docs/intro/tutorial02.rst +++ b/gcc/jit/docs/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial03.rst b/gcc/jit/docs/intro/tutorial03.rst index 926ee13..9286bee 100644 --- a/gcc/jit/docs/intro/tutorial03.rst +++ b/gcc/jit/docs/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial04.rst b/gcc/jit/docs/intro/tutorial04.rst index 7002b57..1d15aca 100644 --- a/gcc/jit/docs/intro/tutorial04.rst +++ b/gcc/jit/docs/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial05.rst b/gcc/jit/docs/intro/tutorial05.rst index 5673247..a5d3440 100644 --- a/gcc/jit/docs/intro/tutorial05.rst +++ b/gcc/jit/docs/intro/tutorial05.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2017 Free Software Foundation, Inc. +.. Copyright (C) 2015-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/compatibility.rst b/gcc/jit/docs/topics/compatibility.rst index 84d342b..0185fcf 100644 --- a/gcc/jit/docs/topics/compatibility.rst +++ b/gcc/jit/docs/topics/compatibility.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2017 Free Software Foundation, Inc. +.. Copyright (C) 2015-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/compilation.rst b/gcc/jit/docs/topics/compilation.rst index 587555a..8654cb3 100644 --- a/gcc/jit/docs/topics/compilation.rst +++ b/gcc/jit/docs/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/contexts.rst b/gcc/jit/docs/topics/contexts.rst index 53305a3..8f58a32 100644 --- a/gcc/jit/docs/topics/contexts.rst +++ b/gcc/jit/docs/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/expressions.rst b/gcc/jit/docs/topics/expressions.rst index e6e09dd..ace4973 100644 --- a/gcc/jit/docs/topics/expressions.rst +++ b/gcc/jit/docs/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/function-pointers.rst b/gcc/jit/docs/topics/function-pointers.rst index b5b9d1b..dbaf374 100644 --- a/gcc/jit/docs/topics/function-pointers.rst +++ b/gcc/jit/docs/topics/function-pointers.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2017 Free Software Foundation, Inc. +.. Copyright (C) 2017-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/functions.rst b/gcc/jit/docs/topics/functions.rst index 513e19b..3733d17 100644 --- a/gcc/jit/docs/topics/functions.rst +++ b/gcc/jit/docs/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/index.rst b/gcc/jit/docs/topics/index.rst index a912a6d..65cdab8 100644 --- a/gcc/jit/docs/topics/index.rst +++ b/gcc/jit/docs/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/locations.rst b/gcc/jit/docs/topics/locations.rst index d73e4ee..d3cec37 100644 --- a/gcc/jit/docs/topics/locations.rst +++ b/gcc/jit/docs/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/objects.rst b/gcc/jit/docs/topics/objects.rst index c0c512f..87b0770 100644 --- a/gcc/jit/docs/topics/objects.rst +++ b/gcc/jit/docs/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/performance.rst b/gcc/jit/docs/topics/performance.rst index ef929e5..9df0a75 100644 --- a/gcc/jit/docs/topics/performance.rst +++ b/gcc/jit/docs/topics/performance.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2017 Free Software Foundation, Inc. +.. Copyright (C) 2015-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/types.rst b/gcc/jit/docs/topics/types.rst index a9ab9b3..a43f670 100644 --- a/gcc/jit/docs/topics/types.rst +++ b/gcc/jit/docs/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2017 Free Software Foundation, Inc. +.. Copyright (C) 2014-2018 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it |