diff options
Diffstat (limited to 'gcc/jit/docs/examples/tut02-square.cc')
-rw-r--r-- | gcc/jit/docs/examples/tut02-square.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/examples/tut02-square.cc b/gcc/jit/docs/examples/tut02-square.cc index 19a308117e8..eccc4871cae 100644 --- a/gcc/jit/docs/examples/tut02-square.cc +++ b/gcc/jit/docs/examples/tut02-square.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. |