forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12180 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f89510ab88
commit
94007ab875
|
@ -650,7 +650,7 @@ directory.
|
||||||
</P>
|
</P>
|
||||||
<P>Note that by providing us the files to release, you are agreeing to
|
<P>Note that by providing us the files to release, you are agreeing to
|
||||||
make them open-source, i.e. we can release them under the terms of the
|
make them open-source, i.e. we can release them under the terms of the
|
||||||
GPL used as a license for the rest of LAMMPS. See <A HREF = "Section_intro.html#intro_4">Section
|
GPL, used as a license for the rest of LAMMPS. See <A HREF = "Section_intro.html#intro_4">Section
|
||||||
1.4</A> for details.
|
1.4</A> for details.
|
||||||
</P>
|
</P>
|
||||||
<P>With user packages and files, all we are really providing (aside from
|
<P>With user packages and files, all we are really providing (aside from
|
||||||
|
@ -664,6 +664,16 @@ agreeing to support your code which means answer questions, fix bugs,
|
||||||
and maintain it if LAMMPS changes in some way that breaks it (an
|
and maintain it if LAMMPS changes in some way that breaks it (an
|
||||||
unusual event).
|
unusual event).
|
||||||
</P>
|
</P>
|
||||||
|
<P>NOTE: If you prefer to actively develop and support your add-on
|
||||||
|
feature yourself, then you may wish to make it available for download
|
||||||
|
from your own website, as a user package that LAMMPS users can add to
|
||||||
|
their copy of LAMMPS. See the <A HREF = "http://lammps.sandia.gov/offsite.html">Offsite LAMMPS packages and
|
||||||
|
tools</A> page of the LAMMPS web
|
||||||
|
site for examples of groups that do this. We are happy to advertise
|
||||||
|
your package and web site from that page. Simply email the
|
||||||
|
<A HREF = "http://lammps.sandia.gov/authors.html">developers</A> with info about
|
||||||
|
your package and we will post it there.
|
||||||
|
</P>
|
||||||
<P>The previous sections of this doc page describe how to add new "style"
|
<P>The previous sections of this doc page describe how to add new "style"
|
||||||
files of various kinds to LAMMPS. Packages are simply collections of
|
files of various kinds to LAMMPS. Packages are simply collections of
|
||||||
one or more new class files which are invoked as a new style within a
|
one or more new class files which are invoked as a new style within a
|
||||||
|
|
|
@ -624,7 +624,7 @@ directory.
|
||||||
|
|
||||||
Note that by providing us the files to release, you are agreeing to
|
Note that by providing us the files to release, you are agreeing to
|
||||||
make them open-source, i.e. we can release them under the terms of the
|
make them open-source, i.e. we can release them under the terms of the
|
||||||
GPL used as a license for the rest of LAMMPS. See "Section
|
GPL, used as a license for the rest of LAMMPS. See "Section
|
||||||
1.4"_Section_intro.html#intro_4 for details.
|
1.4"_Section_intro.html#intro_4 for details.
|
||||||
|
|
||||||
With user packages and files, all we are really providing (aside from
|
With user packages and files, all we are really providing (aside from
|
||||||
|
@ -638,6 +638,16 @@ agreeing to support your code which means answer questions, fix bugs,
|
||||||
and maintain it if LAMMPS changes in some way that breaks it (an
|
and maintain it if LAMMPS changes in some way that breaks it (an
|
||||||
unusual event).
|
unusual event).
|
||||||
|
|
||||||
|
NOTE: If you prefer to actively develop and support your add-on
|
||||||
|
feature yourself, then you may wish to make it available for download
|
||||||
|
from your own website, as a user package that LAMMPS users can add to
|
||||||
|
their copy of LAMMPS. See the "Offsite LAMMPS packages and
|
||||||
|
tools"_http://lammps.sandia.gov/offsite.html page of the LAMMPS web
|
||||||
|
site for examples of groups that do this. We are happy to advertise
|
||||||
|
your package and web site from that page. Simply email the
|
||||||
|
"developers"_http://lammps.sandia.gov/authors.html with info about
|
||||||
|
your package and we will post it there.
|
||||||
|
|
||||||
The previous sections of this doc page describe how to add new "style"
|
The previous sections of this doc page describe how to add new "style"
|
||||||
files of various kinds to LAMMPS. Packages are simply collections of
|
files of various kinds to LAMMPS. Packages are simply collections of
|
||||||
one or more new class files which are invoked as a new style within a
|
one or more new class files which are invoked as a new style within a
|
||||||
|
|
Loading…
Reference in New Issue