2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 15 Jan 2015 22:15:47 +0000 (22:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 15 Jan 2015 22:15:47 +0000 (22:15 +0000)
Update copyright years in docs/.

From-SVN: r219693

40 files changed:
gcc/jit/ChangeLog
gcc/jit/docs/_build/texinfo/libgccjit.texi
gcc/jit/docs/conf.py
gcc/jit/docs/cp/index.rst
gcc/jit/docs/cp/intro/index.rst
gcc/jit/docs/cp/intro/tutorial01.rst
gcc/jit/docs/cp/intro/tutorial02.rst
gcc/jit/docs/cp/intro/tutorial03.rst
gcc/jit/docs/cp/intro/tutorial04.rst
gcc/jit/docs/cp/topics/contexts.rst
gcc/jit/docs/cp/topics/expressions.rst
gcc/jit/docs/cp/topics/functions.rst
gcc/jit/docs/cp/topics/index.rst
gcc/jit/docs/cp/topics/locations.rst
gcc/jit/docs/cp/topics/objects.rst
gcc/jit/docs/cp/topics/results.rst
gcc/jit/docs/cp/topics/types.rst
gcc/jit/docs/examples/tut01-hello-world.c
gcc/jit/docs/examples/tut01-hello-world.cc
gcc/jit/docs/examples/tut02-square.c
gcc/jit/docs/examples/tut02-square.cc
gcc/jit/docs/examples/tut03-sum-of-squares.c
gcc/jit/docs/examples/tut03-sum-of-squares.cc
gcc/jit/docs/examples/tut04-toyvm/toyvm.c
gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
gcc/jit/docs/index.rst
gcc/jit/docs/internals/index.rst
gcc/jit/docs/intro/index.rst
gcc/jit/docs/intro/tutorial01.rst
gcc/jit/docs/intro/tutorial02.rst
gcc/jit/docs/intro/tutorial03.rst
gcc/jit/docs/intro/tutorial04.rst
gcc/jit/docs/topics/contexts.rst
gcc/jit/docs/topics/expressions.rst
gcc/jit/docs/topics/functions.rst
gcc/jit/docs/topics/index.rst
gcc/jit/docs/topics/locations.rst
gcc/jit/docs/topics/objects.rst
gcc/jit/docs/topics/results.rst
gcc/jit/docs/topics/types.rst

index 70a3d5707ff275b1cf01495ff2b03c930658e7dc..ad5382ae96a27c89001add81576195cce59bc715 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Update copyright years in docs/.
+
 2015-01-15  David Malcolm  <dmalcolm@redhat.com>
 
        * libgccjit.c (gcc_jit_block_add_assignment_op): Check that the
index 8213f9a8d00c42b29e672521cd69e63f3aaea8a0..e45b0d526997a4814ecaced5090126dffc30ecb2 100644 (file)
@@ -23,7 +23,7 @@ libgccjit 5.0.0 (experimental 20150113), January 13, 2015
 
 David Malcolm
 
-Copyright @copyright{} 2014, Free Software Foundation
+Copyright @copyright{} 2014-2015 Free Software Foundation, Inc.
 @end quotation
 
 @end copying
@@ -46,7 +46,7 @@ Copyright @copyright{} 2014, Free Software Foundation
 
 @c %**start of body
 @anchor{index doc}@anchor{0}
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -334,7 +334,7 @@ Running the test suite
 @chapter Tutorial
 
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -377,7 +377,7 @@ the details in later parts of this tutorial.
 
 @example
 /* Smoketest example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -528,7 +528,7 @@ hello world
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -982,7 +982,7 @@ Here's what the above looks like as a complete program:
 
 @example
 /* Usage example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1115,7 +1115,7 @@ result: 25
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -1586,7 +1586,7 @@ install it with @cite{yum install python-xdot}):
 
 @example
 /* Usage example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -1778,7 +1778,7 @@ loop_test returned: 285
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -3927,7 +3927,7 @@ instr9:
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -3949,7 +3949,7 @@ instr9:
 @chapter Topic Reference
 
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -4592,7 +4592,7 @@ The default value is 0 (unoptimized).
 @end deffn
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -4708,7 +4708,7 @@ object's context is released.
 @end cartouche
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -5154,7 +5154,7 @@ Populate the fields of a formerly-opaque struct type.
 This can only be called once on a given struct type.
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6133,7 +6133,7 @@ PTR[INDEX]
 in C (or, indeed, to @code{PTR + INDEX}).
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6510,7 +6510,7 @@ return;
 @noindent
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6594,7 +6594,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 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6737,7 +6737,7 @@ by calling @pxref{17,,gcc_jit_result_get_code()} or
 @pxref{a8,,gcc_jit_result_get_global()} on it.
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6775,7 +6775,7 @@ production yet.
 
 Contents:
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6901,7 +6901,7 @@ Source Locations
 @section Tutorial
 
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -6944,7 +6944,7 @@ the details in later parts of this tutorial.
 
 @example
 /* Smoketest example for libgccjit.so C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -7079,7 +7079,7 @@ hello world
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -7475,7 +7475,7 @@ Here's what the above looks like as a complete program:
 
 @example
 /* Usage example for libgccjit.so's C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -7590,7 +7590,7 @@ result: 25
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -8092,7 +8092,7 @@ install it with @cite{yum install python-xdot}):
 
 @example
 /* Usage example for libgccjit.so's C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -8249,7 +8249,7 @@ loop_test returned: 285
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -10155,7 +10155,7 @@ instr9:
 
 @noindent
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -10177,7 +10177,7 @@ instr9:
 @section Topic Reference
 
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -10491,7 +10491,7 @@ This is a thin wrapper around the C API
 meaning.
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -10588,7 +10588,7 @@ obj: 4.0 * (float)i
 @noindent
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -10842,7 +10842,7 @@ size of the struct is not known), or later specified using
 @pxref{79,,gcc_jit_struct_set_fields()}.
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -11711,7 +11711,7 @@ gccjit::lvalue element = array[0];
 @noindent
 @end quotation
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -12004,7 +12004,7 @@ return;
 @noindent
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -12085,7 +12085,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 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
@@ -12140,7 +12140,7 @@ This cleans up the result; after calling this, it's no longer
 valid to use the result.
 @end deffn
 
-@c Copyright (C) 2014 Free Software Foundation, Inc.
+@c Copyright (C) 2014-2015 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
index c300339322f574a86053f28fbb2e7bd8ddbde401..1bdc081be4b1ef723d0f3127ea1fc9570fc74e01 100644 (file)
@@ -41,7 +41,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libgccjit'
-copyright = u'2014, Free Software Foundation'
+copyright = u'2014-2015 Free Software Foundation, Inc.'
 
 # GCC-specific: extract version information from "gcc" src subdir for
 # use in "version" and "release" below.
index 9483f14611fc0e680ec58eb20c11388e54984933..aac196def58a848b8ba90f9c10e8f6375f78dd8d 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index d3bcec93c75dbf21ecdc5276f54368a06b8e84bc..8614a2fa81576d3956ff6bea3dd7c25ecc51fd3e 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index f9348ebbfdee5a5b1be62371e99d90cb6b0ceae1..0bdb72838cfc3a1feba27cf327c076bce848cf27 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 97f001fdb6232a0e505f1d30f897f496b13cb73d..de260b8cc4c2d12928f02ac7714654e39f7fa2b1 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index c72d78f24159f1b56153515ea135b8758d4920a4..aac781d69ef3eb5a4173d54c59dd1a8fa04f1ab3 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 9244195ac6c720d66bf4a52755e32033eac653d6..5468ae46864c91c13252eda0db364c3f4ec02638 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index eb54e7732afd65d76a8409424e760cc38918621d..12a4e507c84fa3211e98fca9ca268ac1ac30dbbf 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 84ff741a9339180376aa51eb930c42cce4ee8325..bacfde1ffc152bc1b2aba83860be5290aa3e7f46 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 3acc608d19452a07c485a9ce0f8849e8d0a44f24..a31b2787f7db14ea686ff6db8b6bbc428160c2eb 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index a12913751539048abd716ffc480181a82c60000f..d47f583a365d159348fc0eddb7c85b7939f3948d 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 255e6f934bc2be9bd1130d9c9f679c3acf44c1fb..8e0848deab6de47120673ca8ca67c3af1ec688d9 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index cb4fc8b6d100a610b4d13d3cbcbb640c011b78c5..714b645a690c5ed4a06a00e324bbcc33fd686a7c 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 18200acdbb292e5f5a13df38f5bd8f590310f89e..a48339a6fd7177216a30425f4049e51c221e86b2 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index af1e4dca3dafd658967ddbff7658e69b822e4367..aa0640e6111d59a89c2b5d13bba3fa8effd772ac 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 49c9651db2b537a51a845845816e8875e1b77ff5..762fa3e3363733a6e82a5282f553ff8708dc2b4e 100644 (file)
@@ -1,5 +1,5 @@
 /* Smoketest example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index d70fe6791af9af2d990307cb75266ba8be758c8f..a14cbee291665970898321f062695af5607575dc 100644 (file)
@@ -1,5 +1,5 @@
 /* Smoketest example for libgccjit.so C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 9ee1f38ea8682926d5cd7e39d8604954ca60dc65..1d1796c78e65c0588d0ebae7842d9d56b0c32c54 100644 (file)
@@ -1,5 +1,5 @@
 /* Usage example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a48245ee1f9fca3d16c78393aa8e7310ff36b279..0957705395307950dcd72aa69381b4d477b105ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Usage example for libgccjit.so's C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 594230b5563abd30c34844d1c054598845c4b504..16fea7fabf3eb17c3a4c85d9cc400cee7149f9cc 100644 (file)
@@ -1,5 +1,5 @@
 /* Usage example for libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index dc0832fac2e2f1e28a2311ee8ae05731fd98e603..04783992b732a0e91c1ff346236de44f40dd90ca 100644 (file)
@@ -1,5 +1,5 @@
 /* Usage example for libgccjit.so's C++ API
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0089ea785de74cbb785dcde6482dd4efa1cb98da..b7c4b4a197f3680b43d574418776dd9ac7e6e55d 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple stack-based virtual machine to demonstrate
    JIT-compilation.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 3a9bbdea86aa2fdc3e3cf979bb2027c995c0b2ac..d2235bc57f021cce7bf2664e7d6e03b3e3244b3f 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple stack-based virtual machine to demonstrate
    JIT-compilation.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 343279a38a488235372ff391769ef1443b519c81..88e0031364e20cd2c0dd64286945e9766bf61a58 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 0d8d5f650f212955f64546f5720f2eb20ea06af6..cf024f3bc06b7fb5a9074fd837a34947f31a23e5 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index d3bcec93c75dbf21ecdc5276f54368a06b8e84bc..8614a2fa81576d3956ff6bea3dd7c25ecc51fd3e 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index b1a51288d7b08409cbf589bfca9723f49c9b37db..4fe109e2a82f731d0fb2ae20082a6f55f00176c1 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index b8d35ae822d7f59533796f6ee604a1af22e02285..196ac44de60bfe14d848003f9ca23d47fbe73fd9 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 08451509d162e458f2f3b3a421c029467d236839..cd7136a3c9ce151aa9e2222d857aacbbe8dbfd6e 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 3aac6703b4c634abb615e2fc148833a93293e86e..945544778ee9b8ff34ceda3a8b0f16ad2414059c 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index d62217befcdb8c4a8f8bb289852f5981f43c3e2c..0d81f1ebd6fd9c63d25d449e319e12433ef1055d 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index b56a1dba8e279dd49f9e02fbb989868e793a8987..1cedb6621bec6fe045135342b0118eec64fd10bd 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 1795b0c221a3799c6af32c8a12ad502c1c19fa20..774a556574347d7edf3401bae30039a9243b43fb 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index a12913751539048abd716ffc480181a82c60000f..d47f583a365d159348fc0eddb7c85b7939f3948d 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index d1db97436229a556f697640d6855254042b782e8..58a76b675fcdd763d9e67df558efd07eeffcbf9e 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index b05888d4ff39a78b3d7227f721a455b041ffef7f..3ae63097ed2e22b0ae69db154af03c2e26f2007f 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index aa5ea8be28e910e7681bf40065f4d63d3c0bc850..d77ddc84474fd3b0eee106b5755ddc1abd53f2b7 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it
index 2824c96b6bb8ff880564aac539a32b3c35880f43..fa7aea677c1d122cef53261cc12b2d577b496241 100644 (file)
@@ -1,4 +1,4 @@
-.. Copyright (C) 2014 Free Software Foundation, Inc.
+.. Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Originally contributed by David Malcolm <dmalcolm@redhat.com>
 
    This is free software: you can redistribute it and/or modify it