aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-01-04 12:49:55 +0000
committerJakub Jelinek <jakub@redhat.com>2013-01-04 12:49:55 +0000
commit54160a4a388bc1188d6eecec511ab00b5ec0ef5e (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/go
parent1475c07a136038e58be01dbc7f95abf17e76554d (diff)
Update Copyright years for files modified in 2011 and/or 2012.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/config-lang.in2
-rw-r--r--gcc/go/go-system.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/config-lang.in b/gcc/go/config-lang.in
index 7ad5736f661..ba1f0c1d319 100644
--- a/gcc/go/config-lang.in
+++ b/gcc/go/config-lang.in
@@ -1,6 +1,6 @@
# config-lang.in -- Top level configure fragment for gcc Go frontend.
-# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010, 2012 Free Software Foundation, Inc.
# This file is part of GCC.
diff --git a/gcc/go/go-system.h b/gcc/go/go-system.h
index 85160cd4910..e7ca3c43755 100644
--- a/gcc/go/go-system.h
+++ b/gcc/go/go-system.h
@@ -1,5 +1,5 @@
// go-system.h -- Go frontend inclusion of gcc header files -*- C++ -*-
-// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+// Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
// This file is part of GCC.