contributing-dolfin.tex

来自「Dolfin provide a high-performance linear」· TEX 代码 · 共 26 行

TEX
26
字号
% DOLFIN-specific part of chapter contributing.tex%------------------------------------------------------------------------------\section{License agreement}\index{license}By contributing a patch to \package{}, you agree to license yourcontributed code under the GNU Lesser General Public License (acondition also built into the LGPL license of the code you havemodified). Before creating the patch, please update the author anddate information of the file(s) you have modified according to thefollowing example:\begin{code}// Copyright (C) 2004-2005 Johan Hoffman and Anders Logg.// Licensed under the GNU LGPL Version 2.1.//// Modified by Johan Jansson 2005.// Modified by Garth N. Wells 2005.//// First added:  2004-06-22// Last changed: 2005-09-01\end{code}As a rule of thumb, the original author of a file holds the copyright.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?