Arrange licensing info according to REUSE 3.2 convention.
Chris Pressey
7 months ago
0 | |
// dam-editable.js
|
|
0 |
// SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
|
|
1 |
// For more information, please refer to <https://unlicense.org/>
|
|
2 |
// SPDX-License-Identifier: Unlicense
|
1 | 3 |
|
2 | 4 |
(function() {
|
3 | 5 |
function makeEditable(config) {
|
0 | |
// dam-saveable.js
|
|
0 |
// SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
|
|
1 |
// For more information, please refer to <https://unlicense.org/>
|
|
2 |
// SPDX-License-Identifier: Unlicense
|
1 | 3 |
|
2 | 4 |
(function() {
|
3 | 5 |
function makeSaveable(config) {
|
|
0 |
// SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain.
|
|
1 |
// For more information, please refer to <https://unlicense.org/>
|
|
2 |
// SPDX-License-Identifier: Unlicense
|
|
3 |
|
0 | 4 |
/* dam.js version 0.2. This file is in the public domain. */
|
1 | 5 |
|
2 | 6 |
(function() {
|