diff --git a/src/dam/dam-editable.js b/src/dam/dam-editable.js index 3628630..71b7c0a 100644 --- a/src/dam/dam-editable.js +++ b/src/dam/dam-editable.js @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain. // For more information, please refer to <https://unlicense.org/> // SPDX-License-Identifier: Unlicense + +/* dam-editable.js version 0.2. */ (function() { function makeEditable(config) { diff --git a/src/dam/dam-saveable.js b/src/dam/dam-saveable.js index d44aa74..ca6f39e 100644 --- a/src/dam/dam-saveable.js +++ b/src/dam/dam-saveable.js @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: Chris Pressey, the creator of this work, has dedicated it to the public domain. // For more information, please refer to <https://unlicense.org/> // SPDX-License-Identifier: Unlicense + +/* dam-saveable.js version 0.2. */ (function() { function makeSaveable(config) {