Skip to content

Commit bdab036

Browse files
author
Jesse Laning
committed
update license comment
1 parent 860c76a commit bdab036

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

argparse.h

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
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
*/

example.cpp

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
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
*/

tests.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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>

0 commit comments

Comments
 (0)