diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-21 18:28:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-21 18:28:40 +0100 |
commit | 69c19532812516accaed16ecd8f478acf497de79 (patch) | |
tree | b2c7a191a11aed4dd6acee2ea204804b2e77577f /public/static/js/collapse.js | |
parent | 59d74f1429281bfdf8e10447d649050c757a9b8e (diff) |
Switch to AGPL v3 for DBF program code
Diffstat (limited to 'public/static/js/collapse.js')
-rw-r--r-- | public/static/js/collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/js/collapse.js b/public/static/js/collapse.js index 1bfc398..5ea412c 100644 --- a/public/static/js/collapse.js +++ b/public/static/js/collapse.js @@ -1,7 +1,7 @@ /* * Copyright (C) 2020 Daniel Friesel * - * SPDX-License-Identifier: BSD-2-Clause + * SPDX-License-Identifier: AGPL-3.0-or-later */ function reload_app() { |