Mercurial > xmpp-account-manager
diff mam.js @ 60:6d861d881b96
Add license headers to all source files.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 24 May 2020 13:09:16 +0200 |
parents | 45bd945c5722 |
children | 78c873be0caa |
line wrap: on
line diff
--- a/mam.js +++ b/mam.js @@ -1,3 +1,11 @@ +// SPDX-License-Identifier: AGPL-3.0-only +/* + * Copyright © 2018-2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> + * Copyright © 2020 Mathieu Pasquet <mathieui@mathieui.net> + * + * Released under GNU AGPL v3 only, read the file 'LICENSE' for more information. + */ + 'use strict'; function initMAM(connection) {