Answer the question
In order to leave comments, you need to log in
Transfer of rights to the program: how to specify the author of the program?
Hello.
At the moment I am writing a program that would look very nice in my portfolio. But the rights to the program will be transferred to the customer. Is it possible to somehow mark its author in the program itself? If so, how?
Thank you.
Answer the question
In order to leave comments, you need to log in
IANAL, but according to our laws (Article 1265 of the Civil Code of the Russian Federation), the right to be recognized as the author of a work is inalienable and non-transferable. Typically, authorship is indicated next to the copyright owner, for example:
/* 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 <[email protected]>
*
[...]
according to our laws (Article 1265 of the Civil Code of the Russian Federation), the right to be recognized as the author of a work is inalienable and non-transferable
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question