Skip to content

Commit 1da5df0

Browse files
authored
fix: oss compliance (#1615)
1 parent 63041a4 commit 1da5df0

File tree

202 files changed

+2576
-886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+2576
-886
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*
2-
* Copyright (c) 2020, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
6-
*/
71
module.exports = {
82
extends: ['eslint-config-salesforce-typescript', 'eslint-config-salesforce-license', 'plugin:sf-plugin/library'],
93
};

.git2gus/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"productTag": "a1aB000000005G3IAI",
2+
"productTag": "a1aB00000004Bx8IAE",
33
"productTagLabels": {
44
"area:codecompletion": "a1aB0000000JglYIAS",
55
"area:debugger": "a1aB00000000v2YIAQ",
@@ -31,7 +31,7 @@
3131
"type:feedback": "",
3232
"type:duplicate": ""
3333
},
34-
"defaultBuild": "offcore.tooling.48",
34+
"defaultBuild": "offcore.tooling.58",
3535
"hideWorkItemUrl": "true",
3636
"statusWhenClosed": "CLOSED"
3737
}

.github/CODEOWNERS

Lines changed: 0 additions & 10 deletions
This file was deleted.

CODEOWNERS

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# CODEOWNERS adds reviewers depending on the location of the change.
2-
# Each line is a file pattern followed by one or more owners.
3-
# Order is important; the last matching pattern takes the most
4-
# precedence. When someone opens a pull request that only
5-
# modifies JS files, only @js-owner and not the global
6-
# owner(s) will be requested for a review.
1+
# Technical writers will be added as reviewers on markdown changes.
2+
*.md @forcedotcom/cli-docs
73

8-
# These owners will be the default owners for everything in
9-
# the repo. Unless a later match takes precedence,
10-
# @forcedotcom/pdt will be requested for
11-
# review when someone opens a pull request.
12-
* @forcedotcom/pdt @forcedotcom/platform-cli
13-
#ECCN:Open Source
4+
# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing.
5+
#ECCN:Open Source 5D002
6+
#GUSINFO:Platform CLI,Platform CLI

CODE_OF_CONDUCT.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ culture where everyone feels included.
88

99
Salesforce open-source projects are committed to providing a friendly, safe, and
1010
welcoming environment for all, regardless of gender identity and expression,
11-
sexual orientation, disability, physical appearance, body size, ethnicity, nationality,
12-
race, age, religion, level of experience, education, socioeconomic status, or
11+
sexual orientation, disability, physical appearance, body size, ethnicity, nationality,
12+
race, age, religion, level of experience, education, socioeconomic status, or
1313
other similar personal characteristics.
1414

1515
The goal of this code of conduct is to specify a baseline standard of behavior so
@@ -25,33 +25,33 @@ Open Source Conduct Committee at [email protected].
2525

2626
In the interest of fostering an open and welcoming environment, we as
2727
contributors and maintainers pledge to making participation in our project and
28-
our community a harassment-free experience for everyone, regardless of gender
29-
identity and expression, sexual orientation, disability, physical appearance,
30-
body size, ethnicity, nationality, race, age, religion, level of experience, education,
28+
our community a harassment-free experience for everyone, regardless of gender
29+
identity and expression, sexual orientation, disability, physical appearance,
30+
body size, ethnicity, nationality, race, age, religion, level of experience, education,
3131
socioeconomic status, or other similar personal characteristics.
3232

3333
## Our Standards
3434

3535
Examples of behavior that contributes to creating a positive environment
3636
include:
3737

38-
- Using welcoming and inclusive language
39-
- Being respectful of differing viewpoints and experiences
40-
- Gracefully accepting constructive criticism
41-
- Focusing on what is best for the community
42-
- Showing empathy toward other community members
38+
* Using welcoming and inclusive language
39+
* Being respectful of differing viewpoints and experiences
40+
* Gracefully accepting constructive criticism
41+
* Focusing on what is best for the community
42+
* Showing empathy toward other community members
4343

4444
Examples of unacceptable behavior by participants include:
4545

46-
- The use of sexualized language or imagery and unwelcome sexual attention or
47-
advances
48-
- Personal attacks, insulting/derogatory comments, or trolling
49-
- Public or private harassment
50-
- Publishing, or threatening to publish, others' private information—such as
51-
a physical or electronic address—without explicit permission
52-
- Other conduct which could reasonably be considered inappropriate in a
53-
professional setting
54-
- Advocating for or encouraging any of the above behaviors
46+
* The use of sexualized language or imagery and unwelcome sexual attention or
47+
advances
48+
* Personal attacks, insulting/derogatory comments, or trolling
49+
* Public or private harassment
50+
* Publishing, or threatening to publish, others' private information—such as
51+
a physical or electronic address—without explicit permission
52+
* Other conduct which could reasonably be considered inappropriate in a
53+
professional setting
54+
* Advocating for or encouraging any of the above behaviors
5555

5656
## Our Responsibilities
5757

@@ -77,28 +77,28 @@ further defined and clarified by project maintainers.
7777
## Enforcement
7878

7979
Instances of abusive, harassing, or otherwise unacceptable behavior may be
80-
reported by contacting the Salesforce Open Source Conduct Committee
81-
at [email protected]. All complaints will be reviewed and investigated
82-
and will result in a response that is deemed necessary and appropriate to the
83-
circumstances. The committee is obligated to maintain confidentiality with
84-
regard to the reporter of an incident. Further details of specific enforcement
80+
reported by contacting the Salesforce Open Source Conduct Committee
81+
at [email protected]. All complaints will be reviewed and investigated
82+
and will result in a response that is deemed necessary and appropriate to the
83+
circumstances. The committee is obligated to maintain confidentiality with
84+
regard to the reporter of an incident. Further details of specific enforcement
8585
policies may be posted separately.
8686

8787
Project maintainers who do not follow or enforce the Code of Conduct in good
8888
faith may face temporary or permanent repercussions as determined by other
89-
members of the project's leadership and the Salesforce Open Source Conduct
89+
members of the project's leadership and the Salesforce Open Source Conduct
9090
Committee.
9191

9292
## Attribution
9393

9494
This Code of Conduct is adapted from the [Contributor Covenant][contributor-covenant-home],
95-
version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html.
96-
It includes adaptions and additions from [Go Community Code of Conduct][golang-coc],
95+
version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html.
96+
It includes adaptions and additions from [Go Community Code of Conduct][golang-coc],
9797
[CNCF Code of Conduct][cncf-coc], and [Microsoft Open Source Code of Conduct][microsoft-coc].
9898

9999
This Code of Conduct is licensed under the [Creative Commons Attribution 3.0 License][cc-by-3-us].
100100

101-
[contributor-covenant-home]: https://www.contributor-covenant.org 'https://www.contributor-covenant.org/'
101+
[contributor-covenant-home]: https://www.contributor-covenant.org (https://www.contributor-covenant.org/)
102102
[golang-coc]: https://golang.org/conduct
103103
[cncf-coc]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
104104
[microsoft-coc]: https://opensource.microsoft.com/codeofconduct/

examples/component-resolution/index.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2021, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
// @ts-ignore
817
import { ComponentSet, ZipTreeContainer } from '@salesforce/source-deploy-retrieve';

examples/deploy/index.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2021, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
// @ts-ignore
817
import { ComponentSet, MetadataMember } from '@salesforce/source-deploy-retrieve';

examples/package-creation/index.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2021, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
import {
817
ComponentSet,

examples/retrieve/index.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2021, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2025, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
// @ts-ignore
817
import { ComponentSet, MetadataMember } from '@salesforce/source-deploy-retrieve';

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@jsforce/jsforce-node": "^3.10.4",
4545
"@salesforce/cli-plugins-testkit": "^5.3.39",
46-
"@salesforce/dev-scripts": "^11.0.3",
46+
"@salesforce/dev-scripts": "^11.0.4",
4747
"@types/deep-equal-in-any-order": "^1.0.1",
4848
"@types/fast-levenshtein": "^0.0.4",
4949
"@types/graceful-fs": "^4.1.9",
@@ -166,8 +166,7 @@
166166
"test:only",
167167
"test:compile",
168168
"test:registry-validation",
169-
"test:snapshot",
170-
"test:bundle"
169+
"test:snapshot"
171170
]
172171
},
173172
"test:registry-validation": {

0 commit comments

Comments
 (0)