Skip to content

Commit 49452ed

Browse files
committed
chore: add license
1 parent 54f2f3a commit 49452ed

File tree

1 file changed

+23
-0
lines changed
  • src/extensionsIntegrated/CollapseFolders

1 file changed

+23
-0
lines changed

src/extensionsIntegrated/CollapseFolders/main.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
/*
2+
* GNU AGPL-3.0 License
3+
*
4+
* Copyright (c) 2021 - present core.ai . All rights reserved.
5+
*
6+
* This program is free software: you can redistribute it and/or modify it
7+
* under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* This program is distributed in the hope that it will be useful, but WITHOUT
12+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
14+
* for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
18+
*
19+
*/
20+
21+
/* Displays a Collapse button in the sidebar area */
22+
/* when the button gets clicked, it closes all the directories recursively that are opened */
23+
/* Styling for the button is done in `../../styles/Extn-CollapseFolders.less` */
124
define(function (require, exports, module) {
225
const AppInit = require("utils/AppInit");
326
const ProjectManager = require("project/ProjectManager");

0 commit comments

Comments
 (0)