summaryrefslogtreecommitdiff
path: root/gcc/config/arm/neon-docgen.ml
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/neon-docgen.ml')
-rw-r--r--gcc/config/arm/neon-docgen.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/neon-docgen.ml b/gcc/config/arm/neon-docgen.ml
index 46cae14fdc2..5788a533e19 100644
--- a/gcc/config/arm/neon-docgen.ml
+++ b/gcc/config/arm/neon-docgen.ml
@@ -1,6 +1,6 @@
(* ARM NEON documentation generator.
- Copyright (C) 2006-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
Contributed by CodeSourcery.
This file is part of GCC.
@@ -322,7 +322,7 @@ let document_group chan (group_title, group_extractor) =
let gnu_header chan =
List.iter (fun s -> Printf.fprintf chan "%s\n" s) [
- "@c Copyright (C) 2006-2013 Free Software Foundation, Inc.";
+ "@c Copyright (C) 2006-2014 Free Software Foundation, Inc.";
"@c This is part of the GCC manual.";
"@c For copying conditions, see the file gcc.texi.";
"";