summaryrefslogtreecommitdiff
path: root/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/docs/examples/tut04-toyvm/toyvm.cc')
-rw-r--r--gcc/jit/docs/examples/tut04-toyvm/toyvm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc b/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
index d2235bc57f02..8fd9b65edf1f 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-2015 Free Software Foundation, Inc.
+ Copyright (C) 2014-2016 Free Software Foundation, Inc.
This file is part of GCC.