dealii / code-gallery

A collection of codes based on deal.II contributed by deal.II users
Other
44 stars 53 forks source link

`nonlinear-heat_transfer_with_AD_NOX`: needs an open source license #193

Closed tamiko closed 1 month ago

tamiko commented 1 month ago

@magomedovs Thanks a lot again for your code contribution. In order to properly integrate it into the code gallery we would need an open source license that applies to your code contribution. You can read more about it here: https://github.com/dealii/code-gallery/blob/master/LICENSE.md

We recommend that you publish your code under 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.

If you are OK with it then we would add the following license header to all source files:

/* -----------------------------------------------------------------------------
 *
 * 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.
 *
 * -----------------------------------------------------------------------------
 */
magomedovs commented 1 month ago

But "nonlinear-heat_transfer_with_AD_NOX" was not contributed by me :)

marcfehling commented 1 month ago

@narasimhan-2604 -- ping

tamiko commented 1 month ago

@magomedovs Apologies, I have opened way too many issues/pull requests in the last 72h :sweat_smile:

narasimhan-2604 commented 1 month ago

Sorry for the late response. Yes I am ok with this. Please go ahead.