diff options
Diffstat (limited to 'gcc/config/arm/neon-docgen.ml')
-rw-r--r-- | gcc/config/arm/neon-docgen.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/neon-docgen.ml b/gcc/config/arm/neon-docgen.ml index ec0db4a0932..f17314f2ab3 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, 2007, 2012 Free Software Foundation, Inc. + Copyright (C) 2006-2013 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 Free Software Foundation, Inc."; + "@c Copyright (C) 2006-2013 Free Software Foundation, Inc."; "@c This is part of the GCC manual."; "@c For copying conditions, see the file gcc.texi."; ""; |