chore(stainless): add config for file header (#4126)

# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

This PR adds Stainless config to specify the Meta copyright file header
for generated files.

Doing it via config instead of custom code will reduce the probability
of git conflict.

## Test Plan
<!-- Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.* -->

- review preview builds
This commit is contained in:
Sam El-Borai 2025-11-12 17:39:21 +01:00 committed by GitHub
parent 539b9c08f3
commit 63137f9af1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -463,6 +463,12 @@ resources:
settings: settings:
license: MIT license: MIT
unwrap_response_fields: [data] unwrap_response_fields: [data]
file_header: |
Copyright (c) Meta Platforms, Inc. and affiliates.
All rights reserved.
This source code is licensed under the terms described in the LICENSE file in
the root directory of this source tree.
openapi: openapi:
transformations: transformations: