This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove my name from a couple tests (Re: [PATCH 18/28] check gdb_python_initialized everywhere)


On 05/15/2013 05:43 PM, Pedro Alves wrote:
> On 05/07/2013 07:05 PM, Doug Evans wrote:

>> Blech.  I never liked adding one's name to files.
>> The data is useless after a few years and does a disservice to all
>> those who come after.
> 
> I agree.  I see I ended up with my name mentioned in a
> couple tests.  I think I'll remove it.
> 
> I saw that glibc recently-ish started rejecting
> submissions that included "contributed by"/"written by"/etc.
> statements, even.
> 
>>
>> I bring this up because this text in python-selftest.exp is completely bogus.
>>
>> +# This file was written by Andrew Cagney (cagney at redhat dot com),
>> +# derived from xfullpath.exp (written by Joel Brobecker), derived from
>> +# selftest.exp (written by Rob Savoye).

Done.

---
Remove my name from a couple tests.

Tested on x86_64 Fedora 17.

gdb/testsuite/
2013-05-15  Pedro Alves  <palves@redhat.com>

	* gdb.base/fixsection.c: Remove attribution.
	* gdb.base/watch-read.exp: Ditto.
---
 gdb/testsuite/gdb.base/fixsection.c   |    4 +---
 gdb/testsuite/gdb.base/watch-read.exp |    2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/gdb/testsuite/gdb.base/fixsection.c b/gdb/testsuite/gdb.base/fixsection.c
index d2eff9a..a55fd00 100644
--- a/gdb/testsuite/gdb.base/fixsection.c
+++ b/gdb/testsuite/gdb.base/fixsection.c
@@ -11,9 +11,7 @@
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-   This file was written by Pedro Alves (pedro@codesourcery.com).  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

 #include <stdio.h>
 #include <stdlib.h>
diff --git a/gdb/testsuite/gdb.base/watch-read.exp b/gdb/testsuite/gdb.base/watch-read.exp
index 0de28e5..9a5e388 100644
--- a/gdb/testsuite/gdb.base/watch-read.exp
+++ b/gdb/testsuite/gdb.base/watch-read.exp
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.

-# This file was written by Pedro Alves <pedro@codesourcery.com>
-
 # This file is part of the gdb testsuite.

 #


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]