File tree Expand file tree Collapse file tree 8 files changed +104
-32
lines changed
test/commands/api/request Expand file tree Collapse file tree 8 files changed +104
-32
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 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 2026, 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
817import fs from 'node:fs' ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 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 2026, 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 */
716import { readFileSync , createReadStream } from 'node:fs' ;
817import { ProxyAgent } from 'proxy-agent' ;
Original file line number Diff line number Diff line change 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 2026, 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
817export default { } ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 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 2026, 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 */
716import { createWriteStream } from 'node:fs' ;
817import { Messages , SfError } from '@salesforce/core' ;
Original file line number Diff line number Diff line change 11/*
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
2+ * Copyright 2026, 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
817import { join } from 'node:path' ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 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 2026, 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 */
716import fs from 'node:fs' ;
817import * as process from 'node:process' ;
Original file line number Diff line number Diff line change 11/*
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
2+ * Copyright 2026, 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
817import { join } from 'node:path' ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 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 2026, 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 */
716import fs from 'node:fs' ;
817import * as process from 'node:process' ;
You can’t perform that action at this time.
0 commit comments