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

From Definition of Free Cultural Works
Jump to navigation Jump to search
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 21: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:

Fd sq icon use.svg The freedom to use and perform the work: The licensee must be allowed to make any use, private or public, of the work. For kinds of works where it is relevant, this freedom should include all derived uses ("related rights") such as performing or interpreting the work. There must be no exception regarding, for example, political or religious considerations.
Fd sq icon study.svg The freedom to study the work and apply the information: The licensee must be allowed to examine the work and to use the knowledge gained from the work in any way. The license may not, for example, restrict "reverse engineering".
Fd sq icon copy.svg The freedom to redistribute copies: Copies may be sold, swapped or given away for free, as part of a larger work, a collection, or independently. There must be no limit on the amount of information that can be copied. There must also not be any limit on who can copy the information or on where the information can be copied.
Fd sq icon add.svg The freedom to distribute derivative works: In order to give everyone the ability to improve upon a work, the license must not limit the freedom to distribute a modified version (or, for physical works, a work somehow derived from the original), regardless of the intent and purpose of such modifications. However, some restrictions may be applied to protect these essential freedoms or the attribution of authors.

Additonally, a work released in this way will have:

Fd sq icon pd.svg

No 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 $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 ~ %