Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ec85e1a
feat(scanoss-agent): Initial version of scanoss agent for Fossology. …
scanoss-qg Mar 14, 2022
6cfcb88
Adding File match info and renamed agent to "scanoss"
scanoss-qg Mar 25, 2022
bcdbb2e
Adding File match info and renamed agent to "scanoss"
scanoss-qg Mar 28, 2022
56ace8a
Merge branch 'scanoss-qg/2166/scanoss-agent' of https://github.com/sc…
scanoss-qg Mar 28, 2022
8d5a651
Merge branch 'scanoss-qg/2166/scanoss-agent' of https://github.com/sc…
scanoss-qg Mar 28, 2022
1b7d480
Merge branch 'scanoss-qg/2166/scanoss-agent' of https://github.com/sc…
scanoss-qg Mar 28, 2022
0ca008b
Fixing php style checks
scanoss-qg Mar 29, 2022
9e17a53
fixing PCBF errors
scanoss-qg Mar 29, 2022
e71768c
Removing dependencies for json.h and other scanner features not neede…
scanoss-qg Mar 30, 2022
4fbc47b
Update src/scanoss/agent/main.c
scanoss-qg May 23, 2022
55992e3
Applying changes suggested by reviewer
scanoss-qg May 23, 2022
c95545c
Merge branch 'scanoss-qg/2166/scanoss-agent' of https://github.com/sc…
scanoss-qg May 23, 2022
eba37ee
Update Makefile
scanoss-qg May 23, 2022
b547100
Update scanoss.html.twig
scanoss-qg May 23, 2022
9785ac5
Update scanoss.html.twig
scanoss-qg May 23, 2022
cf164a2
Removing openssl dependency. Using Crypt instead.
scanoss-qg May 23, 2022
66279c1
Update mod_deps
scanoss-qg May 23, 2022
a755cd2
Create README.MD
scanoss-qg May 23, 2022
a8abe02
Update README.MD
scanoss-qg May 23, 2022
03d4f3d
Update blacklist_ext.h
scanoss-qg May 23, 2022
d5a39af
Update README.MD
scanoss-qg May 23, 2022
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
Prev Previous commit
Next Next commit
Update mod_deps
  • Loading branch information
scanoss-qg authored May 23, 2022
commit 66279c19b8ee1706f8197382245f1583d42c60f2
25 changes: 13 additions & 12 deletions src/scanoss/mod_deps
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
#!/usr/bin/env bash
# FOSSology mod_deps script
# This script helps you install dependencies on a system. for a module
#
# Copyright (C) 2011 Hewlett-Packard Development Company, L.P.
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2 as published by the Free Software Foundation.
#
######################################################################
# SCANOSS Agent for FOSSLogy
# Copyright (C) 2018-2022 SCANOSS.COM
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
######################################################################

source "$(dirname ${BASH_SOURCE[0]})/../../utils/utils.sh"

Expand Down