Skip to content

Commit 6af59a7

Browse files
chore(scanner): Update display name, fix detekt issue, and add copyright
Signed-off-by: Prakash Mishra <[email protected]>
1 parent 08c39a1 commit 6af59a7

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

plugins/scanners/nomos/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2025 Prakash Mishra
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scanners/nomos/src/main/kotlin/Nomossa.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2025 Prakash Mishra
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -56,7 +56,8 @@ object NomossaCommand : CommandLineTool {
5656
* and mapping its output to ORT's scan result format.
5757
*/
5858
@OrtPlugin(
59-
displayName = "Nomossa",
59+
id = "FOSSology-Nomossa",
60+
displayName = "FOSSology-Nomossa",
6061
description = "A wrapper for [Nomossa](https://github.com/fossology/fossology).",
6162
factory = ScannerWrapperFactory::class
6263
)

plugins/scanners/nomos/src/main/kotlin/NomossaConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2025 Prakash Mishra
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scanners/nomos/src/main/kotlin/NomossaResultExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2025 Prakash Mishra
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scanners/nomos/src/main/kotlin/NomossaResultParser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2025 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
2+
* Copyright (C) 2025 Prakash Mishra
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)