Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom pipeline update license #17347

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

star-e
Copy link
Contributor

@star-e star-e commented Jul 10, 2024

Update license of generated files, to remove lint warnings in typescript.

Changelog

  • No code is changed

Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

Copy link

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -35962,31 +35962,8 @@
             createUploadPair(target?: string, mipLevels?: number, numSlices?: number, targetMostDetailedMip?: number, targetFirstSlice?: number, targetPlaneSlice?: number): UploadPair;
             createMovePair(source?: string, target?: string, mipLevels?: number, numSlices?: number, targetMostDetailedMip?: number, targetFirstSlice?: number, targetPlaneSlice?: number): MovePair;
             createPipelineStatistics(): PipelineStatistics;
         }
-        /****************************************************************************
-         Copyright (c) 2021-2023 Xiamen Yaji Software Co., Ltd.
-        
-         http://www.cocos.com
-        
-         Permission is hereby granted, free of charge, to any person obtaining a copy
-         of this software and associated documentation files (the "Software"), to deal
-         in the Software without restriction, including without limitation the rights to
-         use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-         of the Software, and to permit persons to whom the Software is furnished to do so,
-         subject to the following conditions:
-        
-         The above copyright notice and this permission notice shall be included in
-         all copies or substantial portions of the Software.
-        
-         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-         THE SOFTWARE.
-         ****************************************************************************/
         /**
          * ========================= !DO NOT CHANGE THE FOLLOWING SECTION MANUALLY! =========================
          * The following section is auto-generated.
          * ========================= !DO NOT CHANGE THE FOLLOWING SECTION MANUALLY! =========================

@star-e star-e requested a review from dumganhar July 10, 2024 04:21
@dumganhar dumganhar merged commit ca4e257 into cocos:v3.8.4 Jul 10, 2024
24 checks passed
@star-e star-e deleted the v3.8.4-license branch July 10, 2024 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants