diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-27 14:26:08 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-27 14:26:08 +0000 |
commit | adf0b967b2c8279fa305eceaabf2cf34474bb5a8 (patch) | |
tree | 966f95c411f7be7b97438b06c11aa98f9ded0883 /contrib | |
parent | d0724418ec3cca82bc779a1773ce1f64e874a2cc (diff) | |
download | gcc-adf0b967b2c8279fa305eceaabf2cf34474bb5a8.tar.gz |
Update copyrights
libvtv:
Update copyrights.
contrib:
* update-copyright.py (GCCCmdLine): Add libvtv.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rw-r--r-- | contrib/update-copyright.py | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index b8581ccd7ee..4493c19dfd1 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * update-copyright.py (GCCCmdLine): Add libvtv. + 2015-08-04 Uros Bizjak <ubizjak@gmail.com> * texi2pod.pl: Escape braces in regexp involving @strong{...}. diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index f7b522a1355..e5f17b4d3b4 100644 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -745,6 +745,7 @@ class GCCCmdLine (CmdLine): # libsanitiser is imported from upstream. self.add_dir ('libssp') self.add_dir ('libstdc++-v3', LibStdCxxFilter()) + self.add_dir ('libvtv') self.add_dir ('lto-plugin') # zlib is imported from upstream. |