Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the license header #1373

Open
vttranlina opened this issue Dec 5, 2024 · 0 comments
Open

Update the license header #1373

vttranlina opened this issue Dec 5, 2024 · 0 comments

Comments

@vttranlina
Copy link
Member

Currently, most source code files not contain license header.

Some files have an Apache header copied from the James project.

We need to add the GNU license header to all our files.
(comment: #1354 (comment))

Retained attribution:

/***************************************************************
* As a subpart of Twake Mail this file is edited by Linagora.                            *
*                                                                                                                                   *
* https://twake-mail.com/                                                                                      *
* https://linagora.com                                                                                            *
*                                                                                                                                  *
* This file is thus subject to The Affero Gnu Public License version 3.          *
*                                                                                                                                  *
* https://www.gnu.org/licenses/agpl-3.0.en.html                                             *
*                                                                                                                                  *
* This program is distributed in the hope that it will be useful,                     *
* but WITHOUT ANY WARRANTY; without even the implied warranty of     *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the     *
* GNU Affero General Public License for more details.                                    *
*                                                                                                                                  *
* This file was taken and adapted from the Apache James project                *
*                                                                                                                                  *
*    https://james.apache.org                                                                                 *
*                                                                                                                                  *
* It was originally licensed under the Apache V2 license.                                *
*                                                                                                                                  *
*    http://www.apache.org/licenses/LICENSE-2.0                                             *
*                                                                                                                                  *
 ***************************************************************/

We shall add in all of our files also the following header I believe:

/***************************************************************
* As a subpart of Twake Mail this file is edited by Linagora.                            *
*                                                                                                                                   *
* https://twake-mail.com/                                                                                      *
* https://linagora.com                                                                                            *
*                                                                                                                                  *
* This file is thus subject to The Affero Gnu Public License version 3.          *
*                                                                                                                                  *
* https://www.gnu.org/licenses/agpl-3.0.en.html                                             *
*                                                                                                                                  *
* This program is distributed in the hope that it will be useful,                     *
* but WITHOUT ANY WARRANTY; without even the implied warranty of     *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the     *
* GNU Affero General Public License for more details.                                    *
 ***************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant