Skip to content

Commit e86946c

Browse files
committed
Corrected header
1 parent 59e4783 commit e86946c

File tree

11 files changed

+30
-24
lines changed

11 files changed

+30
-24
lines changed

.browserslistrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# .browserslistrc
2-
#
3-
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4-
# This file is part of Network Pro.
5-
#
6-
# Supported browsers
7-
81
defaults and fully supports es6-module
92
maintained node versions
103
last 2 node major versions

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .editorconfig
22
#
3+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro.
56
#

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .gitattributes
22
#
3+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro.
56
#

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# .gitignore
2+
#
3+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
4+
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
5+
# This file is part of Network Pro.
6+
17
# Created by https://www.toptal.com/developers/gitignore/api/python,node,visualstudiocode
28
# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,visualstudiocode
39

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .prettierignore
22
#
3+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro.
56

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"singleQuote": false,
77
"quoteProps": "as-needed",
88
"jsxSingleQuote": true,
9-
"trailingComma": "es5",
9+
"trailingComma": "all",
1010
"bracketSpacing": true,
1111
"objectWrap": "preserve",
1212
"bracketSameLine": true,

.stylelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .stylelintignore
22
#
3+
# Copyright © 2025 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro.
56

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
---
2-
date:
3-
created: 2025-01-01
4-
updated: 2025-06-01
5-
title: About Network Pro™
6-
summary: Learn more about Network Pro Strategies (Network Pro™) and the services we offer.
7-
authors:
8-
- team
9-
tags:
10-
- networkpro
11-
- documentation
12-
- about
13-
- services
14-
---
1+
<!-- =====================================================================
2+
README.md
3+
4+
Copyright © 2025 Network Pro Strategies (Network Pro™)
5+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6+
This file is part of Network Pro.
7+
====================================================================== -->
158

169
<sup>[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
1710
`CC-BY-4.0 OR GPL-3.0-or-later`</sup>

eslint.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
/* ==========================================================================
1+
/* =========================================================================
22
eslint.config.mjs
33
4+
Copyright © 2025 Network Pro Strategies (Network Pro™)
45
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
56
This file is part of Network Pro.
6-
========================================================================== */
7+
========================================================================= */
78

89
import js from "@eslint/js"; // Provides ESLint core rules and recommended config
910
import json from "@eslint/json";

postcss.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/* =========================================================================
2+
postcss.config.mjs
3+
4+
Copyright © 2025 Network Pro Strategies (Network Pro™)
5+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6+
This file is part of Network Pro.
7+
========================================================================= */
8+
19
export default {
210
plugins: {
311
autoprefixer: {}, // Enables autoprefixer and uses Browserslist configuration

0 commit comments

Comments
 (0)