mirror of git://gcc.gnu.org/git/gcc.git
Update copyrights
libvtv: Update copyrights. contrib: * update-copyright.py (GCCCmdLine): Add libvtv. From-SVN: r227262
This commit is contained in:
parent
7e5c754721
commit
dfa3751556
|
|
@ -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>
|
2015-08-04 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
* texi2pod.pl: Escape braces in regexp involving @strong{...}.
|
* texi2pod.pl: Escape braces in regexp involving @strong{...}.
|
||||||
|
|
|
||||||
|
|
@ -745,6 +745,7 @@ class GCCCmdLine (CmdLine):
|
||||||
# libsanitiser is imported from upstream.
|
# libsanitiser is imported from upstream.
|
||||||
self.add_dir ('libssp')
|
self.add_dir ('libssp')
|
||||||
self.add_dir ('libstdc++-v3', LibStdCxxFilter())
|
self.add_dir ('libstdc++-v3', LibStdCxxFilter())
|
||||||
|
self.add_dir ('libvtv')
|
||||||
self.add_dir ('lto-plugin')
|
self.add_dir ('lto-plugin')
|
||||||
# zlib is imported from upstream.
|
# zlib is imported from upstream.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
Update copyrights.
|
||||||
|
|
||||||
2015-08-01 Caroline Tice <cmtice@google.com>
|
2015-08-01 Caroline Tice <cmtice@google.com>
|
||||||
|
|
||||||
PR 66521
|
PR 66521
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## Makefile for the VTV library.
|
## Makefile for the VTV library.
|
||||||
##
|
##
|
||||||
## Copyright (C) 2013 Free Software Foundation, Inc.
|
## Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
##
|
##
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- shell-script -*-
|
# -*- shell-script -*-
|
||||||
# Copyright (C) 2013 Free Software Foundation, Inc.
|
# Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2013 Free Software Foundation, Inc.
|
# Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
/* This test script is part of GDB, the GNU debugger.
|
/* This test script is part of GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright 1993, 1994, 1997, 1998, 1999, 2003, 2004,
|
Copyright (C) 1993-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## Makefile for the testsuite subdirectory of the VTV library.
|
## Makefile for the testsuite subdirectory of the VTV library.
|
||||||
##
|
##
|
||||||
## Copyright (C) 2013 Free Software Foundation, Inc.
|
## Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
##
|
##
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
// Copyright (C) 2012-2013
|
// Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
// Free Software Foundation
|
|
||||||
//
|
//
|
||||||
// This file is part of GCC.
|
// This file is part of GCC.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
// Copyright (C) 2012-2013
|
// Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
// Free Software Foundation
|
|
||||||
//
|
//
|
||||||
// This file is part of GCC.
|
// This file is part of GCC.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
// Copyright (C) 2012-2013
|
// Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
// Free Software Foundation
|
|
||||||
//
|
//
|
||||||
// This file is part of GCC.
|
// This file is part of GCC.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/* Copyright (C) 2012-2013
|
/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||||
Free Software Foundation
|
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue