diff options
Diffstat (limited to 'gcc/jit/docs/examples/tut03-sum-of-squares.cc')
-rw-r--r-- | gcc/jit/docs/examples/tut03-sum-of-squares.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/examples/tut03-sum-of-squares.cc b/gcc/jit/docs/examples/tut03-sum-of-squares.cc index 32b07410d3a4..e19d89a2e743 100644 --- a/gcc/jit/docs/examples/tut03-sum-of-squares.cc +++ b/gcc/jit/docs/examples/tut03-sum-of-squares.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. |