Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update COPYING file #750

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Replace bogus data with a better message and the vendor. [#665](https://github.com/greenbone/openvas/pull/665)
- Improve log message for WMI connect failed or missing WMI support. [#670](https://github.com/greenbone/openvas/pull/670)
- Don't use g_error. Use g_warning instead and let the scanner to continue. [#710](https://github.com/greenbone/openvas/pull/710)
- Update COPYING file. [#750](https://github.com/greenbone/openvas/pull/750)

### Fixed
- Fix issues discovered with clang compiler. [#654](https://github.com/greenbone/openvas/pull/654)
Expand Down
6 changes: 4 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ tool with the following command:


src/CMakeLists.txt: GPL-2+
src/alivedetection.c: GPL-2+
src/alivedetection.h: GPL-2+
src/attack.c: GPL-2
src/attack.h: GPL-2
src/attack_tests.c: GPL-2+
src/hosts.c: GPL-2
src/hosts.h: GPL-2
src/main.c: GPL-2+
src/nasl_plugins.c: GPL-2
src/openvas.c: GPL-2
src/openvas.h: GPL-2+
src/pluginlaunch.c: GPL-2
src/pluginlaunch.h: GPL-2
src/pluginload.c: GPL-2
Expand Down Expand Up @@ -160,6 +161,7 @@ misc/network.h: GPL-2+
misc/nvt_categories.h: GPL-2+
misc/pcap.c: GPL-2+
misc/pcap_openvas.h: GPL-2+
misc/pcap_tests.c: GPL-2+
misc/plugutils.c: GPL-2+
misc/plugutils.h: GPL-2+
misc/scanneraux.h: GPL-2+
Expand Down