Version 1.1 of the definition has been released. Please help updating it, contribute translations, and help us with the design of logos and buttons to identify free cultural works and licenses!
Licenses/CC-0: Difference between revisions
m (Reverted edits by 2601:144:C000:35D:5B9:9D8:609B:691B (talk) to last revision by Mormegil) Tags: Rollback Reverted |
Tag: Reverted |
||
Line 13: | Line 13: | ||
[[Permissible_restrictions|Additional conditions]] are not guaranteed to be in place. | [[Permissible_restrictions|Additional conditions]] are not guaranteed to be in place. | ||
|} | |} | ||
Last login: Sun Oct 31 11:49:04 on ttys000 | |||
liliannameza@Liliannas-MacBook-Air ~ % https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path | |||
zsh: no such file or directory: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path | |||
liliannameza@Liliannas-MacBook-Air ~ % echo "$HOME/.local/bin" >> $GITHUB_PATH | |||
zsh: no such file or directory: | |||
liliannameza@Liliannas-MacBook-Air ~ % {name}<<{delimiter} | |||
{value} | |||
{delimiter} | |||
zsh: command not found: name | |||
liliannameza@Liliannas-MacBook-Air ~ % - id: get-id | |||
run: | | |||
id=$(echo ${{github.event.client_payload.value}} | cut -d- -f2) | |||
echo "::set-output name=id::$id" | |||
- run: echo "${{steps.get-id.outputs.id}}" | |||
zsh: command not found: id: | |||
zsh: command not found: run: | |||
zsh: bad substitution | |||
::set-output name=id:: | |||
zsh: bad substitution | |||
liliannameza@Liliannas-MacBook-Air ~ % - id: get-id | |||
uses: actions/github-script@0.9.0 | |||
with: | |||
script: | | |||
const id = context.payload.client_payload.value.split('-')[1] | |||
core.setOutput('id', id) | |||
- run: echo "${{steps.get-id.outputs.id}}" | |||
zsh: command not found: id: | |||
zsh: command not found: uses: | |||
zsh: command not found: with: | |||
zsh: command not found: script: | |||
zsh: no matches found: context.payload.client_payload.value.split(-)[1] | |||
zsh: unknown file attribute: i | |||
liliannameza@Liliannas-MacBook-Air ~ % docs/adrs/0549-composite-run-steps.md | |||
zsh: no such file or directory: docs/adrs/0549-composite-run-steps.md | |||
liliannameza@Liliannas-MacBook-Air ~ % steps: | |||
- id: deploy | |||
- uses: GoogleCloudPlatform/github-actions/deploy-cloudrun@master | |||
+ uses: google-github-actions/deploy-cloudrun@main | |||
zsh: command not found: steps: | |||
zsh: command not found: id: | |||
zsh: command not found: uses: | |||
zsh: command not found: + | |||
liliannameza@Liliannas-MacBook-Air ~ % |
Revision as of 19:49, 31 October 2021
The Creative Commons Zero License is the most permissive Creative Commons license because it effectively releases a work into the public domain.
A work released in this way grants all the four freedoms listed in the definition of free cultural works:
Additonally, a work released in this way will have:
No RestrictionsAdditional conditions are not guaranteed to be in place. |
Last login: Sun Oct 31 11:49:04 on ttys000 liliannameza@Liliannas-MacBook-Air ~ % https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path zsh: no such file or directory: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path liliannameza@Liliannas-MacBook-Air ~ % echo "$HOME/.local/bin" >> $GITHUB_PATH zsh: no such file or directory: liliannameza@Liliannas-MacBook-Air ~ % {name}<<{delimiter} {value} {delimiter} zsh: command not found: name liliannameza@Liliannas-MacBook-Air ~ % - id: get-id
run: | id=$(echo $Template:Github.event.client payload.value | cut -d- -f2) echo "::set-output name=id::$id"
- run: echo "$Template:Steps.get-id.outputs.id" zsh: command not found: id: zsh: command not found: run: zsh: bad substitution
- set-output name=id::
zsh: bad substitution liliannameza@Liliannas-MacBook-Air ~ % - id: get-id
uses: actions/github-script@0.9.0 with: script: | const id = context.payload.client_payload.value.split('-')[1] core.setOutput('id', id)
- run: echo "$Template:Steps.get-id.outputs.id" zsh: command not found: id: zsh: command not found: uses: zsh: command not found: with: zsh: command not found: script: zsh: no matches found: context.payload.client_payload.value.split(-)[1] zsh: unknown file attribute: i liliannameza@Liliannas-MacBook-Air ~ % docs/adrs/0549-composite-run-steps.md zsh: no such file or directory: docs/adrs/0549-composite-run-steps.md liliannameza@Liliannas-MacBook-Air ~ % steps:
- id: deploy
- uses: GoogleCloudPlatform/github-actions/deploy-cloudrun@master + uses: google-github-actions/deploy-cloudrun@main
zsh: command not found: steps: zsh: command not found: id: zsh: command not found: uses: zsh: command not found: + liliannameza@Liliannas-MacBook-Air ~ %