diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2015-01-15 22:15:47 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2015-01-15 22:15:47 +0000 |
commit | 179ed8f5e2fbbb62b441d06d3550880d6b21c356 (patch) | |
tree | 775bf1bd318c05c944aa89d581ebf30a4984caf9 /gcc/jit/docs/examples/tut04-toyvm | |
parent | 8fced9b97676f141d8334dda3319b6f7998c063d (diff) | |
download | gcc-179ed8f5e2fbbb62b441d06d3550880d6b21c356.zip gcc-179ed8f5e2fbbb62b441d06d3550880d6b21c356.tar.gz gcc-179ed8f5e2fbbb62b441d06d3550880d6b21c356.tar.bz2 |
2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
Update copyright years in docs/.
From-SVN: r219693
Diffstat (limited to 'gcc/jit/docs/examples/tut04-toyvm')
-rw-r--r-- | gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 | ||||
-rw-r--r-- | gcc/jit/docs/examples/tut04-toyvm/toyvm.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c index 0089ea7..b7c4b4a 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 Free Software Foundation, Inc. + Copyright (C) 2014-2015 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 3a9bbde..d2235bc 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 Free Software Foundation, Inc. + Copyright (C) 2014-2015 Free Software Foundation, Inc. This file is part of GCC. |