Thread: source files without copyright notices

source files without copyright notices

From
Joe Conway
Date:
I never noticed before, but today I came across a header file without
any copyright notice at all. Turns out there are quite a few:
 grep -riL Copyright src/* --include=*.c --include=*.h

Shouldn't at least some of these get a copyright?

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


Re: source files without copyright notices

From
Michael Paquier
Date:
On Tue, Jan 19, 2016 at 5:55 AM, Joe Conway <mail@joeconway.com> wrote:
> I never noticed before, but today I came across a header file without
> any copyright notice at all. Turns out there are quite a few:
>
>   grep -riL Copyright src/* --include=*.c --include=*.h
>
> Shouldn't at least some of these get a copyright?

+1 for adding them where needed to be consistent, for example the
files in snowball don't need them. It would be nice as well to fix the
header format of what is in ecpg... That's a boring and repetitive
work, I don't mind helping out.
-- 
Michael