Skip to content

Commit 5f47d82

Browse files
committed
license: AGPLv3 → MS-RSL
1 parent c1a9ae2 commit 5f47d82

File tree

2,045 files changed

+2087
-2758
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,045 files changed

+2087
-2758
lines changed

.vscode/templates/cjsx.lict

-2
This file was deleted.

.vscode/templates/coffee.lict

-2
This file was deleted.

.vscode/templates/css.lict

-2
This file was deleted.

.vscode/templates/html.lict

-2
This file was deleted.

.vscode/templates/js.lict

-2
This file was deleted.

.vscode/templates/jsx.lict

-2
This file was deleted.

.vscode/templates/sass.lict

-2
This file was deleted.

.vscode/templates/scss.lict

-2
This file was deleted.

.vscode/templates/ts.lict

-2
This file was deleted.

.vscode/templates/tsx.lict

-2
This file was deleted.

.vscode/templates/xml.lict

-2
This file was deleted.

LICENSE.md

+15-664

README.md

+14-13

src/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
module.exports = {

src/c.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/*
@@ -13,7 +13,7 @@ or just require('./c.js').
1313
The functions below in some cases return things, and in some cases set global variables! Read docs.
1414
1515
COPYRIGHT : (c) 2021 SageMath, Inc.
16-
LICENSE : AGPLv3
16+
LICENSE : MS-RSL
1717
*/
1818

1919
process.env.COCALC_ROOT = require("path").resolve(__dirname);

src/packages/assets/cocalc-icons-font/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
@font-face {

src/packages/assets/dropzone/css/basic.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
.dropzone,

src/packages/assets/dropzone/css/dropzone.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
.dropzone,

src/packages/assets/jquery/jquery-ui/css/humanity/jquery-ui.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/assets/jquery/jquery-ui/js/jquery-ui.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/assets/jquery/plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/assets/jquery/plugins/bootstrap-colorpicker/js/bootstrap-colorpicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/*

src/packages/assets/jquery/plugins/bootstrap_hide_show.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
import * as $ from "jquery";

src/packages/assets/misc/talk-20121004/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
License: MS-RSL – see LICENSE.md for details
44
-->
55

66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

src/packages/assets/misc/talk-20121004/ui/default/framing.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/*

src/packages/assets/misc/talk-20121004/ui/default/opera.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
.slide {

src/packages/assets/misc/talk-20121004/ui/default/outline.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
.layout div, #footer *, #controlForm * {display: none;}

src/packages/assets/misc/talk-20121004/ui/default/pretty.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
body {background: #FFF url(bodybg.gif) -16px 0 no-repeat; color: #000; font-size: 2em;}

src/packages/assets/misc/talk-20121004/ui/default/print.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/assets/misc/talk-20121004/ui/default/s5-core.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
div#header, div#footer, div#controls, .slide {position: absolute;}

src/packages/assets/misc/talk-20121004/ui/default/slides.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
@import url(s5-core.css); /* required to make the slide show run at all */

src/packages/assets/misc/talk-20121004/ui/default/slides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
// S5 v1.1 slides.js -- released into the Public Domain

src/packages/assets/rainbow/generic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/rainbow/python.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/rainbow/rainbow.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/assets/rainbow/salvus.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/serviceWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
// for v0, we keep all of this empty

src/packages/assets/term/term.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/threejs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<!--
1+
<!--
22
This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
License: MS-RSL – see LICENSE.md for details
44
-->
55

66
<body>

src/packages/assets/threejs/r73/CanvasRenderer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/threejs/r73/Detector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/threejs/r73/OrbitControls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/assets/threejs/r73/Projector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/**

src/packages/backend/base-path.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/* Determine the base path for this CoCalc service.

src/packages/backend/execute-code.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//########################################################################
22
// This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
// License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
// License: MS-RSL – see LICENSE.md for details
44
//########################################################################
55

66
// Execute code in a subprocess.

src/packages/backend/files/delete-files.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
import { getHome } from "./util";

src/packages/backend/get-listing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
/*

src/packages/backend/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
exports.misc_node = require("./misc_node");

src/packages/backend/misc/async-utils-node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3-
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
3+
* License: MS-RSL – see LICENSE.md for details
44
*/
55

66
import { access, readFile, unlink } from "node:fs/promises";

0 commit comments

Comments
 (0)