lcpp-org / crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.
https://crane-plasma-chemistry.readthedocs.io/
GNU Lesser General Public License v2.1
21 stars 20 forks source link

MOOSE copyright header comment in CRANE source code should be removed #84

Closed cticenhour closed 1 year ago

cticenhour commented 1 year ago

Flagging this is an issue since I noticed it while working on fixing up CRANE documentation. There are many objects in CRANE that contain some version of the following header:

/****************************************************************/
/*               DO NOT MODIFY THIS HEADER                      */
/* MOOSE - Multiphysics Object Oriented Simulation Environment  */
/*                                                              */
/*           (c) 2010 Battelle Energy Alliance, LLC             */
/*                   ALL RIGHTS RESERVED                        */
/*                                                              */
/*          Prepared by Battelle Energy Alliance, LLC           */
/*            Under Contract No. DE-AC07-05ID14517              */
/*            With the U. S. Department of Energy               */
/*                                                              */
/*            See COPYRIGHT for full restrictions               */
/****************************************************************/

This is the MOOSE copyright header, and should not be used in CRANE. This issue can be closed when all of these headers have been removed from the code.

smpeyres commented 1 year ago

Sure thing, I'll work on this as I find time.