diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:30:10 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:30:10 +0000 |
| commit | e5094b336f698f718ea8886cae439c42f4bc16cd (patch) | |
| tree | ac1da63b9b4c24a79a59bcb8cf73aba1c399f837 /libstdc++-v3/python | |
| parent | 5a5f1b4888d9cd093b608d0f547d50d2a4928908 (diff) | |
| download | ppe42-gcc-e5094b336f698f718ea8886cae439c42f4bc16cd.tar.gz ppe42-gcc-e5094b336f698f718ea8886cae439c42f4bc16cd.zip | |
Update copyright years in libstdc++-v3/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206301 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/python')
| -rw-r--r-- | libstdc++-v3/python/Makefile.am | 2 | ||||
| -rw-r--r-- | libstdc++-v3/python/hook.in | 2 | ||||
| -rw-r--r-- | libstdc++-v3/python/libstdcxx/v6/printers.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/python/Makefile.am b/libstdc++-v3/python/Makefile.am index 6f8f01a1cc0..ac7341a2806 100644 --- a/libstdc++-v3/python/Makefile.am +++ b/libstdc++-v3/python/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the python subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2009-2013 Free Software Foundation, Inc. +## Copyright (C) 2009-2014 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/python/hook.in b/libstdc++-v3/python/hook.in index 9ddbf76c430..3620523b595 100644 --- a/libstdc++-v3/python/hook.in +++ b/libstdc++-v3/python/hook.in @@ -1,5 +1,5 @@ # -*- python -*- -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/python/libstdcxx/v6/printers.py b/libstdc++-v3/python/libstdcxx/v6/printers.py index 3465348fbe2..05da17b61ea 100644 --- a/libstdc++-v3/python/libstdcxx/v6/printers.py +++ b/libstdc++-v3/python/libstdcxx/v6/printers.py @@ -1,6 +1,6 @@ # Pretty-printers for libstc++. -# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# Copyright (C) 2008-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |

