This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: [PATCH v2] malloc/tst-valloc.c: Improve test coverage and use test-skeleton.c.


On Wed, 2 Oct 2013, Carlos O'Donell wrote:

> > diff --git a/malloc/tst-valloc.c b/malloc/tst-valloc.c
> > index 643a0dd..3648f2f 100644
> > --- a/malloc/tst-valloc.c
> > +++ b/malloc/tst-valloc.c
> > @@ -1,23 +1,91 @@
> > -/* Test case by Stephen Tweedie <sct@redhat.com>.  */
> > -#include <unistd.h>
> > -#include <stdio.h>
> > +/* Copyright (C) 2013 Free Software Foundation, Inc.
> 
> Complete rewrite so 2013 is OK.

But, the first line of any new file should be a comment describing the 
file - the copyright line should be the *second* line.

-- 
Joseph S. Myers
joseph@codesourcery.com


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