Skip to content

Commit 68ed00f

Browse files
chore: adapt license entry (#175)
Replaces the placeholder value "SEE LICENSE IN LICENSE" with "Apache-2.0" as the project is licensed under Apache 2.0, and the LICENSE file contains the full license text. Co-authored-by: Nick Josipovic <[email protected]>
1 parent 27ebef1 commit 68ed00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
55
"repository": "cap-js/change-tracking",
66
"author": "SAP SE (https://www.sap.com)",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "Apache-2.0",
88
"main": "cds-plugin.js",
99
"files": [
1010
"lib",

0 commit comments

Comments
 (0)