dealii / code-gallery

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

`TravelingWaves`: needs an open source license #194

Closed tamiko closed 3 months ago

tamiko commented 3 months 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 3 months ago

I'm fine with that, thank you!