aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/examples/tut01-hello-world.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-01-15 22:15:47 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-01-15 22:15:47 +0000
commit179ed8f5e2fbbb62b441d06d3550880d6b21c356 (patch)
tree775bf1bd318c05c944aa89d581ebf30a4984caf9 /gcc/jit/docs/examples/tut01-hello-world.c
parent8fced9b97676f141d8334dda3319b6f7998c063d (diff)
downloadgcc-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/tut01-hello-world.c')
-rw-r--r--gcc/jit/docs/examples/tut01-hello-world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/examples/tut01-hello-world.c b/gcc/jit/docs/examples/tut01-hello-world.c
index 49c9651..762fa3e 100644
--- a/gcc/jit/docs/examples/tut01-hello-world.c
+++ b/gcc/jit/docs/examples/tut01-hello-world.c
@@ -1,5 +1,5 @@
/* Smoketest example for libgccjit.so
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 Free Software Foundation, Inc.
This file is part of GCC.