瀏覽代碼

Update poll.js

Visman 2 年之前
父節點
當前提交
65c7b5d7ac
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      public/js/poll.js

+ 7 - 0
public/js/poll.js

@@ -1,3 +1,10 @@
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
+
 if (typeof ForkBB === "undefined" || !ForkBB) {
     var ForkBB = {};
 }