]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/jit/docs/examples/tut04-toyvm/toyvm.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / jit / docs / examples / tut04-toyvm / toyvm.cc
index d2235bc57f021cce7bf2664e7d6e03b3e3244b3f..8fd9b65edf1fa5a1381f429f11b175eddd589c05 100644 (file)
@@ -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.