Skip to content

Commit aa46e2b

Browse files
authored
Merge pull request #81 from goyalpalak18/add-spdx-license-identifiers
Add spdx license identifiers
2 parents aac3c07 + 4eda96d commit aa46e2b

File tree

12 files changed

+35
-0
lines changed

12 files changed

+35
-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: 13 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

@@ -359,6 +361,17 @@ Set up APIS for your neighborhood and bring energy independence to your communit
359361
### 🎓 **For Researchers**
360362
Contribute to the future of distributed energy systems through APIS development and research.
361363

364+
## Code Quality Tooling (Java)
365+
366+
APIS Java modules may use standard code quality tools to keep the codebase
367+
consistent and modern.
368+
369+
- **Checkstyle** is used to enforce Java coding conventions.
370+
- **Modernizer** helps detect usage of legacy Java APIs.
371+
- **OpenRewrite** can assist with automated refactoring and modernization.
372+
373+
Configuration for these tools is typically done through Maven (`pom.xml`)
374+
and may vary between modules.
362375
---
363376

364377
*Made with ❤️ by the APIS Community - Powering the future, one battery at a time.*

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)