Skip to content

Commit b745fed

Browse files
committed
add instructions for setting license
1 parent 6854091 commit b745fed

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

episodes/editing.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,19 @@ life_cycle
169169
license
170170
: The license the lesson is registered under (defaults to CC-BY 4.0)
171171

172+
::::::::::: callout
173+
174+
### Changing the default license
175+
176+
The default license for a lesson created with {sandpaper} is CC-BY 4.0.
177+
To use a different license
178+
179+
1. Change the "license" variable to the name of your desired license.
180+
1. Replace the contents of 'LICENSE.md' with the text of your license *or* add a new variable called "license_url" and set to the url for your license.
181+
182+
:::::::::::::::::::
183+
184+
172185
source
173186
: The github source of the lesson
174187

@@ -356,8 +369,7 @@ of this page and this will be the first page that anyone sees.
356369

357370
## `README.md`
358371

359-
This page gives information to maintainers about what to expect inside of th
360-
repository and how to contribute.
372+
This page gives information to maintainers about what to expect inside of the repository and how to contribute.
361373

362374
## Making your lesson citable
363375
You can add information about how people should cite your lesson by adding a citation file to your lesson repository. If the root folder of your lesson project includes a file called `CITATION` or `CITATION.cff`, the _'Cite'_ page footer of your lesson site will link to this file.

0 commit comments

Comments
 (0)