git @ Cat's Eye Technologies Gemooy / 0532afc
Arrange licensing info according to REUSE 3.2 convention. Chris Pressey 7 months ago
3 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
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
13
24 (function() {
35 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
13
24 (function() {
35 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
04 /* dam.js version 0.2. This file is in the public domain. */
15
26 (function() {