696881ae82
- Clean up and standardization of MIT licenses after discussion with legal team. - Update README.md with blurb for top-level files. - MIT License explicitly mentioned for relevant projects. - Removal of years. - Copyright attribution should be to `Advanced Micro Devices, Inc.` and not `AMD ROCm(TM) Software` - Removal of `All rights reserved.` - Reduce line width of the text for readability. - Add clear visual separators for additional licenses. - Convert text files to markdown format for aforementioned separators. - Update build scripts to point to renamed files. - Fixed SMI doc references Co-authored-by: Maisam Arif <Maisam.Arif@amd.com>
43 linhas
660 B
YAML
43 linhas
660 B
YAML
resources:
|
|
repositories:
|
|
- repository: pipelines_repo
|
|
type: github
|
|
endpoint: ROCm
|
|
name: ROCm/ROCm
|
|
|
|
variables:
|
|
- group: common
|
|
- template: /.azuredevops/variables-global.yml@pipelines_repo
|
|
|
|
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- amd-staging
|
|
- amd-mainline
|
|
paths:
|
|
exclude:
|
|
- .github
|
|
- docs
|
|
- '.*.y*ml'
|
|
- '*.md'
|
|
- LICENSE
|
|
|
|
pr:
|
|
autoCancel: true
|
|
branches:
|
|
include:
|
|
- amd-staging
|
|
- amd-mainline
|
|
paths:
|
|
exclude:
|
|
- .github
|
|
- docs
|
|
- '.*.y*ml'
|
|
- '*.md'
|
|
- LICENSE
|
|
drafts: false
|
|
|
|
jobs:
|
|
- template: ${{ variables.CI_COMPONENT_PATH }}/rocm_smi_lib.yml@pipelines_repo
|