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

Licensing: CeresFE contains files of unknown origin #172

Closed
tamiko opened this issue Feb 23, 2024 · 4 comments · Fixed by #209
Closed

Licensing: CeresFE contains files of unknown origin #172

tamiko opened this issue Feb 23, 2024 · 4 comments · Fixed by #209

Comments

@tamiko
Copy link
Member

tamiko commented Feb 23, 2024

The following files:

have the following headers:

/*
 * config_in.h
 *
 *  Created on: Aug 17, 2015
 *      Author: antonermakov
 */
/*
 * ellipsoid_fit.h
 *
 *  Created on: Jul 24, 2015
 *      Author: antonermakov
 */

which does not appear to be the main author of the code gallery contribution.

@tamiko tamiko changed the title Licensing: CeresFE continas files of unknown origin Licensing: CeresFE contains files of unknown origin Feb 23, 2024
@marcfehling
Copy link
Member

@elstargazer -- ping

@marcfehling
Copy link
Member

marcfehling commented Jan 10, 2025

@AntonErmakov -- We would like that all code gallery programs have an open source license. You can read more about it here: https://github.com/dealii/code-gallery/blob/master/LICENSE.md

The CeresFE program contains files that are not assigned to any license (see #172 (comment)). If you are indeed the author of these files, would you be OK if we adjust the header of the files with a license as follows:

/* -----------------------------------------------------------------------------
 *
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception OR LGPL-2.1-or-later
 * Copyright (C) XXXX by <YOUR NAME>
 *
 * This file is part of the deal.II code gallery.
 *
 * -----------------------------------------------------------------------------

We recommend that the code has the same license terms that apply to deal.II, which is dual-licensed under Apache License 2.0 with LLVM Exception and the GNU Lesser General Public License v2.1 or later.

@elstargazer
Copy link
Contributor

elstargazer commented Jan 10, 2025 via email

@AntonErmakov
Copy link

AntonErmakov commented Jan 11, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants