/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/licensing/testdata/licensed.c
24 строки
771 B
Owen Rumney
feat: Add support for license scanning (#2418)
13 июл 2022, 22:36
Не верифицирован
13 июл 2022, 22:36
a3a66df
Код
Авторство
О чём код?
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 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 Affero General Public License for more details. * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ int func1() { /* implementation */ return 0; } int func2() { /* implementation */ return 0; }