diff --git a/spug_web/src/pages/home/Notice.js b/spug_web/src/pages/home/Notice.js index 7e25a97..0710421 100644 --- a/spug_web/src/pages/home/Notice.js +++ b/spug_web/src/pages/home/Notice.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug + * Copyright (c) + * Released under the AGPL-3.0 License. + */ import React, { useEffect, useState } from 'react'; import { Button, Card, List, Modal, Form, Input, Switch, Divider } from 'antd'; import { DownSquareOutlined, PlusOutlined, UpSquareOutlined, SoundOutlined } from '@ant-design/icons';