Skip to content

Commit 4eda96d

Browse files
Palak Goyalgoyalpalak18
authored andcommitted
Add SPDX license identifiers to source file headers
Add SPDX-License-Identifier: Apache-2.0 to all source files using the appropriate comment syntax for each file type. Also add missing shebang lines to mongodb shell scripts. Closes #59 Signed-off-by: Palak Goyal <palakgoyal@Palaks-MacBook-Pro.local>
1 parent 53dc743 commit 4eda96d

File tree

12 files changed

+24
-0
lines changed

12 files changed

+24
-0
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
#
13
# This workflow uses actions that are not certified by GitHub. They are provided
24
# by a third-party and are governed by separate terms of service, privacy
35
# policy, and support documentation.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
/apis-*/

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
<!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13
All participants agree to abide by the [Code of Conduct](https://lfprojects.org/policies/code-of-conduct/). Please contact [conduct@lfenergy.org](conduct@lfenergy.org) to report any
24
violations or concerns.

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13
# Contributing to APIS
24

35
Thank you for your interest in contributing to APIS! We welcome contributions from the community to help improve and grow this project.

GOVERNANCE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13
# APIS Project Governance Policy
24

35
## Overview

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0
12

23
GIT_BASE_URL=https://github.com/hyphae
34

NOTICE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13
# Copyright
24
## APIS (Autonomous Power Interchange System)
35
## © 2020 Sony Corporation

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- SPDX-License-Identifier: Apache-2.0 -->
2+
13
# 🔋 APIS - Autonomous Power Interchange System
24
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hyphae/APIS/badge)](https://scorecard.dev/viewer/?uri=github.com/hyphae/APIS)
35

mongodb/db/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
13
*
24
!.gitignore

mongodb/start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/sh
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
echo 'call start.sh'
25

36
cd $(dirname "${0}")

0 commit comments

Comments
 (0)