Mail Archives: djgpp/2000/11/07/14:15:44
> Date: Tue, 7 Nov 2000 10:26:17 -0600
> From: JT Williams <jeffw AT darwin DOT sfbr DOT org>
>
> I'm confused about the policy regarding copyright notices in
> source files. For example, here's the header from a DJGPP file:
>
> /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
> /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
> /*
> * This is file GETDOS_V.C
> *
> * Copyright (c) 1994,95 Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
> *
> * This software may be used freely so long as this copyright notice is
> * left intact. There is no warranty on this software.
> *
> */
FWIW, I only put such Copyright notices on highly non-trivial code,
such as stat etc. (getdos_v.c was originally written for stat and
fstat).
> Now, suppose a user (`User') makes some changes to this routine
> (improvements, extensions, bugfixes, whatever), would he add his own
> copyright line?
It's up to the user (modulo the assignment papers that DJ might need).
> If so, what rights does that give him and each of the two existing
> copyright holders?
Nothing, except fame (``I did that, see?'') and a right to claim that
they worked on DJGPP. The real copyright is whatever COPYING.dj says.
- Raw text -