File tree Expand file tree Collapse file tree 3 files changed +8
-22
lines changed
Expand file tree Collapse file tree 3 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 11/* *
2- * argparse.h is free software: you can redistribute it and/or modify
3- * it under the terms of the GNU General Public License v3 as published by
4- * the Free Software Foundation.
5- *
6- * argparse.h is distributed in the hope that it will be useful,
7- * but WITHOUT ANY WARRANTY; without even the implied warranty of
8- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9- * GNU General Public License for more details.
10- *
11- * You should have received a copy of the GNU General Public License
12- * along with argparse.h. If not, see <https://www.gnu.org/licenses/>.
2+ * License: Apache 2.0 with LLVM Exception or GPL v3
133 *
144 * Author: Jesse Laning
155 */
Original file line number Diff line number Diff line change 11/* *
2- * This program is free software: you can redistribute it and/or modify
3- * it under the terms of the GNU General Public License v3 as published by
4- * the Free Software Foundation.
5- *
6- * This Program is distributed in the hope that it will be useful,
7- * but WITHOUT ANY WARRANTY; without even the implied warranty of
8- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9- * GNU General Public License for more details.
10- *
11- * You should have received a copy of the GNU General Public License
12- * along with this program. If not, see <https://www.gnu.org/licenses/>.
2+ * License: Apache 2.0 with LLVM Exception or GPL v3
133 *
144 * Author: Jesse Laning
155 */
Original file line number Diff line number Diff line change 1+ /* *
2+ * License: Apache 2.0 with LLVM Exception or GPL v3
3+ *
4+ * Author: Jesse Laning
5+ */
6+
17#include < cmath>
28#include < functional>
39#include < iostream>
You can’t perform that action at this time.
0 commit comments