Skip to content

Commit 158ffc8

Browse files
authored
Merge pull request #79 from YATIN072007/fix/issue-59-spdx-identifiers
Added SPDX license identifiers for project compliance
2 parents aa46e2b + cf4deec commit 158ffc8

File tree

9 files changed

+0
-20
lines changed

9 files changed

+0
-20
lines changed

.github/workflows/scorecard.yml

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

.gitignore

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

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<!-- SPDX-License-Identifier: Apache-2.0 -->
2-
32
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
43
violations or concerns.

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- SPDX-License-Identifier: Apache-2.0 -->
2-
32
# Contributing to APIS
43

54
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- SPDX-License-Identifier: Apache-2.0 -->
2-
32
# APIS Project Governance Policy
43

54
## Overview

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
32
GIT_BASE_URL=https://github.com/hyphae
43

54
.PHONY: help

NOTICE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- SPDX-License-Identifier: Apache-2.0 -->
2-
32
# Copyright
43
## APIS (Autonomous Power Interchange System)
54
## © 2020 Sony Corporation

README.md

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

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

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.
375363
---
376364

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

mongodb/db/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
32
*
43
!.gitignore

0 commit comments

Comments
 (0)