Lines Matching refs:ofile

26 static inline void copyright(FILE* ofile)  in copyright()  argument
28 fprintf(ofile,"/*\n"); in copyright()
29 fprintf(ofile," * Copyright (C) 1996-2017 Edward F. Valeev and Justin T. Fermann\n"); in copyright()
30 fprintf(ofile," *\n"); in copyright()
31 fprintf(ofile," * This file is part of Libint.\n"); in copyright()
32 fprintf(ofile," *\n"); in copyright()
33 fprintf(ofile," * Libint is free software: you can redistribute it and/or modify\n"); in copyright()
34 …fprintf(ofile," * it under the terms of the GNU Lesser General Public License as published by\n"); in copyright()
35 fprintf(ofile," * the Free Software Foundation, either version 3 of the License, or\n"); in copyright()
36 fprintf(ofile," * (at your option) any later version.\n"); in copyright()
37 fprintf(ofile," *\n"); in copyright()
38 fprintf(ofile," * Libint is distributed in the hope that it will be useful,\n"); in copyright()
39 fprintf(ofile," * but WITHOUT ANY WARRANTY; without even the implied warranty of\n"); in copyright()
40 fprintf(ofile," * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"); in copyright()
41 fprintf(ofile," * GNU Lesser General Public License for more details.\n"); in copyright()
42 fprintf(ofile," *\n"); in copyright()
43 fprintf(ofile," * You should have received a copy of the GNU Lesser General Public License\n"); in copyright()
44 fprintf(ofile," * along with Libint. If not, see <http://www.gnu.org/licenses/>.\n"); in copyright()
45 fprintf(ofile," *\n"); in copyright()
46 fprintf(ofile," */\n\n"); in copyright()