Commit 179ed8f5 by Richard Sandiford Committed by Richard Sandiford

2015-01-15 Richard Sandiford <richard.sandiford@arm.com>

	Update copyright years in docs/.

From-SVN: r219693
parent 8fced9b9
2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
Update copyright years in docs/.
2015-01-15 David Malcolm <dmalcolm@redhat.com> 2015-01-15 David Malcolm <dmalcolm@redhat.com>
* libgccjit.c (gcc_jit_block_add_assignment_op): Check that the * libgccjit.c (gcc_jit_block_add_assignment_op): Check that the
......
...@@ -41,7 +41,7 @@ master_doc = 'index' ...@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'libgccjit' 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 # GCC-specific: extract version information from "gcc" src subdir for
# use in "version" and "release" below. # use in "version" and "release" below.
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
/* Smoketest example for libgccjit.so /* 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. This file is part of GCC.
......
/* Smoketest example for libgccjit.so C++ API /* 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. This file is part of GCC.
......
/* Usage example for libgccjit.so /* 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. This file is part of GCC.
......
/* Usage example for libgccjit.so's C++ API /* 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. This file is part of GCC.
......
/* Usage example for libgccjit.so /* 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. This file is part of GCC.
......
/* Usage example for libgccjit.so's C++ API /* 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. This file is part of GCC.
......
/* A simple stack-based virtual machine to demonstrate /* A simple stack-based virtual machine to demonstrate
JIT-compilation. JIT-compilation.
Copyright (C) 2014 Free Software Foundation, Inc. Copyright (C) 2014-2015 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* A simple stack-based virtual machine to demonstrate /* A simple stack-based virtual machine to demonstrate
JIT-compilation. JIT-compilation.
Copyright (C) 2014 Free Software Foundation, Inc. Copyright (C) 2014-2015 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
.. Copyright (C) 2014 Free Software Foundation, Inc. .. Copyright (C) 2014-2015 Free Software Foundation, Inc.
Originally contributed by David Malcolm <dmalcolm@redhat.com> Originally contributed by David Malcolm <dmalcolm@redhat.com>
This is free software: you can redistribute it and/or modify it This is free software: you can redistribute it and/or modify it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment