Skip to content

Commit d43cf26

Browse files
dhruvpeterabose
authored andcommitted
Add GNU AGPL license header for files not in phoenix folder having 2012-2021 Adobe Copyright.
1 parent 1321af1 commit d43cf26

File tree

175 files changed

+4819
-5761
lines changed

Some content is hidden

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

175 files changed

+4819
-5761
lines changed

src/LiveDevelopment/Agents/CSSAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/ConsoleAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/DOMAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/DOMHelpers.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/DOMNode.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/EditAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/GotoAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/HighlightAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

src/LiveDevelopment/Agents/NetworkAgent.js

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
/*
2-
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
3-
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
2+
* GNU AGPL-3.0 License
43
*
5-
* Permission is hereby granted, free of charge, to any person obtaining a
6-
* copy of this software and associated documentation files (the "Software"),
7-
* to deal in the Software without restriction, including without limitation
8-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9-
* and/or sell copies of the Software, and to permit persons to whom the
10-
* Software is furnished to do so, subject to the following conditions:
4+
* Modified Work Copyright (c) 2021 - present core.ai . All rights reserved.
5+
* Original work Copyright (c) 2012 - 2021 Adobe Systems Incorporated. All rights reserved.
116
*
12-
* The above copyright notice and this permission notice shall be included in
13-
* all copies or substantial portions of the Software.
7+
* This program is free software: you can redistribute it and/or modify it
8+
* under the terms of the GNU Affero General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
1411
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21-
* DEALINGS IN THE SOFTWARE.
12+
* This program is distributed in the hope that it will be useful, but WITHOUT
13+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
15+
* for more details.
16+
*
17+
* You should have received a copy of the GNU Affero General Public License
18+
* along with this program. If not, see https://opensource.org/licenses/AGPL-3.0.
2219
*
2320
*/
2421

0 commit comments

Comments
 (0)