summaryrefslogtreecommitdiff
path: root/static/js/controllers/replies_controller.js
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-27 11:36:51 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-27 11:36:51 -0600
commit25bfb67759844e02f6e4824f3e074b9eb3cd4960 (patch)
treee35b8e1f65c5bde1ec29b0bc3c82bcbbb21d352d /static/js/controllers/replies_controller.js
parent8690226ec041c28a21cb5267b69632ecc280a089 (diff)
Add license notice to javascripts
Diffstat (limited to 'static/js/controllers/replies_controller.js')
-rw-r--r--static/js/controllers/replies_controller.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/controllers/replies_controller.js b/static/js/controllers/replies_controller.js
index dfcafb2..e76179d 100644
--- a/static/js/controllers/replies_controller.js
+++ b/static/js/controllers/replies_controller.js
@@ -1,3 +1,7 @@
+/* @license
+magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
+@license-end */
+
import { BaseController } from "./base_controller.js";
export class RepliesController extends BaseController {