Skip to content

Commit 6fc4c11

Browse files
authored
Merge pull request #16 from badpacketsllc/change-license
Update license and contact information.
2 parents 9957c45 + 8212002 commit 6fc4c11

File tree

9 files changed

+235
-323
lines changed

9 files changed

+235
-323
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @woodrad @okta-mat

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

AUTHORS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Bad Packets, LLC
21
Mathew Woodyard

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Run prospector static analysis using docker.
2-
# Copyright (C) 2020-2022 Bad Packets, LLC
3-
# https://www.badpackets.net
4-
# Licensed under a GPLv2 license
2+
# Copyright (C) 2022 Okta, Inc.
3+
# Licensed under the Apache License 2.0
54
#
65
# To run `prospector` against code in the current directory using the image
76
# from Docker Hub:

LICENSE

Lines changed: 201 additions & 278 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ Please be nice and follow our
8686
License
8787
-------
8888

89-
GPLv2
89+
Apache License 2.0
9090

9191
Author Information
9292
------------------
9393

9494
[Mathew Woodyard](https://www.matwoodyard.com)
95-
96-
[Bad Packets LLC](https://badpackets.net)

test/bad_code.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
"""
22
prospector static analysis failing test example
3-
Copyright (C) 2020-2022 Bad Packets, LLC
4-
https://www.badpackets.net
3+
Copyright (C) 2022 Okta, Inc.
54
6-
This program is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation, either version 2 of the License, or
9-
(at your option) any later version.
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
108
11-
This program is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU General Public License for more details.
9+
http://www.apache.org/licenses/LICENSE-2.0
1510
16-
You should have received a copy of the GNU General Public License
17-
along with this program. If not, see <https://www.gnu.org/licenses/>.
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
1816
"""
1917

2018

test/good_code.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
"""
22
prospector static analysis passing test example
3-
Copyright (C) 2020-2022 Bad Packets, LLC
4-
https://www.badpackets.net
3+
Copyright (C) 2022 Okta, Inc.
54
6-
This program is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation, either version 2 of the License, or
9-
(at your option) any later version.
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
108
11-
This program is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU General Public License for more details.
9+
http://www.apache.org/licenses/LICENSE-2.0
1510
16-
You should have received a copy of the GNU General Public License
17-
along with this program. If not, see <https://www.gnu.org/licenses/>.
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
1816
"""
1917

2018

test/test_build.py

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
"""
22
prospector container build test suite
3-
Copyright (C) 2020-2022 Bad Packets, LLC
4-
https://www.badpackets.net
3+
Copyright (C) 2022 Okta, Inc.
54
6-
This program is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU General Public License as published by
8-
the Free Software Foundation, either version 2 of the License, or
9-
(at your option) any later version.
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
108
11-
This program is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU General Public License for more details.
9+
http://www.apache.org/licenses/LICENSE-2.0
1510
16-
You should have received a copy of the GNU General Public License
17-
along with this program. If not, see <https://www.gnu.org/licenses/>.
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
1816
"""
1917

2018
import subprocess

0 commit comments

Comments
 (0)