IANAL, но по нашим законам (ст. 1265 ГК РФ) право признаваться автором произведения неотчуждаемо и непередаваемо. Обычно авторство указывают рядом с указанием владельца авторского права, например:
/* audit.c -- Auditing support
* Gateway between the kernel (e.g., selinux) and the user-space audit daemon.
* System-call specific features have moved to auditsc.c
*
* Copyright 2003-2007 Red Hat Inc., Durham, North Carolina.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
[...]
* Written by Rickard E. (Rik) Faith <faith@redhat.com>
*
[...]