Included Software, Images and Icons
###################################
General Information
===================
Spyder incorporates code and image assets from various external sources,
each of which is covered by its own license and copyright notice.
These files are listed here with their corresponding authors,
permission notices, disclaimers, and copyright statements; these are also
included in the files' directory and/or their headers, as appropriate.
Any file not listed here is covered by Spyder's MIT (Expat) license,
described in the LICENSE.txt file in this repository and Spyder's __init__.py.
Images, icons and font gyphs that include trademarked elements are used for
informational purposes only, and do not necessarily constitute any endorsement,
association or ownership by or of the marks or their respective owners.
All trademarks are the property of their respective owners.
-------------------------------------------------------------------------------
Instructions for Adding a New Entry
-----------------------------------
All files or groups of files, including source code, images, icons, and other
assets, that originate from projects outside of the Spyder organization
(regardless of the license), must be documented here.
Please see the Contributing Guide, CONTRIBUTING.md, for full details on the
criteria for inclusion and other steps you need to take to ensure transparency,
legal clarity and license compliance.
Always check with the Spyder team (on Github, Gitter or the Google Group)
before adding content from an external project, and only do so when necessary.
Add one entry per code repo, icon set or font face, or other cohesive
unit within which the source material is organized and distributed as.
New entries for icons should be in order of the number of icons used;
other entries should be in order of inclusion.
Pay careful attention to the number of blank lines before and after headings,
horizontal rules, sections, and other elements.
This helps keep this document semi-machine-readable and helps avoid conflicts.
Break this document at 79 characters, and at periods (sentences) unless the
text is copied directly from an external file (license, header, etc).
Follow the project standards here and for added files (see CONTRIBUTING.md).
Please check the list below to ensure your project's license is on it.
If not, you'll need to add it (but double-check it with us first).
Add its name here, and copy the plain text (broken at > 80 characters) in the
final section at the end of this document, at the end of the list.
Source code licenses:
* MIT (Expat) License
* 3-Clause ("Modified") BSD License
* Python Software Foundation License Version 2
* Apache License 2.0
Additional asset licenses:
* GNU LGPL 2.1 (with GPL 2.0)
* GNU LGPL 3.0 (with GPL 3.0)
* Creative Commons Attribution 3.0
* SIL Open Font License 1.1
-------------------------------------------------------------------------------
New Entry Template
------------------
# Fields that should be replaced are marked with <this-is-a-field>.
# Some fields are optional, indicated with [<option-one> OR <two>]
# Comments, indicated with # (like this one) are only for reference and should
# not be included in the final product.
# Beginning of template #
[<Project-Name> OR <Named-Subcomponent> from <Project-Name>] <version-used>
-------------------------------------------------------------------------
Copyright <year(s)> <author-name> [(<email-or-website>) IF provided]
# Use the author-provided form, if given, correcting obvious syntax errors
# (e.g. remove commas, false "All rights reserved" statements, etc)
# List additional copyright lines here, if provided
# If modified by Spyder contributors after adding, additionally list:
[Copyright (c) <current-year>- Spyder Project Contributors (see AUTHORS.txt)]
Author: <author-name> | <author-email> | <author-website>
Site: <main-project-website-other-than-github> # Unless no site exists
[Source: <main-page-of-github-etc-repository>]
[Download: <page-to-download-icons-or-assets>] # If not the same as above
License: <full-name-of-license-including-version>
<canonical-url-to-authoritative-license-text>
[No modifications made. OR Modifications made to [each file] to <purpose>.]
<license-summary-text-and-notices-from-original-project>
# If the project includes a NOTICE.txt file, copy its contents verbatim here.
# Additionally, include any non-canonical text in the project's license file
# (i.e. that not part of the actual license itself, as reproduced below)
# Any text from an AUTHORS file, any file header text aside from the copyright,
# Any legal-related text in the readme (credits, acknowledgments, license, etc)
# and any other legal text, disclaimer, notice, attribution etc. present.
# Trim all line breaks to no more than one consecutive blank line
[<project-name> is used in Spyder under the terms of the <specific-licensed>.
See below for the full text of the <specific-license>.] # If dual-licensed
# Pick the license closest to Spyder's, or otherwise the most permissive
# Include any additional custom explanatory text describing usage of the
# project/component/asset with Spyder here
See below for the full text of the <full-name-of-license-including-version>.
The current <project-name> license can be viewed at:
<direct-link-to-license-file-on-github-etc>
[Later versions of the <full-name-of-license] can be viewed at:
<link-to-license-creator-site>] # For "any later version" licenses, like LGPL
[The current license summary can be viewed at:
<link-to-license-summary-on-project-or-license-creator-page>] # If present
[The current version of the original file[s] can be viewed at:
<link-to-github-etc-of-original-file>] # If only specific file(s) used
<links-to-further-files-if-applicable]
Files covered:
<path/to/file/in/spyder/repo.py> # Should always be relative to the repo root
-------------------------------------------------------------------------------
# End of template #
===============================================================================
Source Code
===========
Electrum
--------
Copyright (C) 2018 The Electrum Developers
Author: Thomas Voegtlin and others | electrumdev@gmail.com
https://github.com/spesmilo/electrum/graphs/contributors
Site: https://electrum.org/
Source: https://github.com/spesmilo/electrum
License: MIT (Expat) License | https://opensource.org/licenses/MIT
Modifications made to add ellipsis to displayed text in a QLineEdit.
See below for the full text of the MIT License.
The current Electrum license can be viewed at:
https://github.com/spesmilo/electrum/blob/master/LICENCE
The current versions of the original files can be viewed at:
https://github.com/spesmilo/electrum/blob/master/electrum/gui/qt/amountedit.py
Files covered:
spyder/widgets/helperwidgets.py
-------------------------------------------------------------------------------
QDarkStyleSheet
---------------
Copyright (c) 2013- Colin Duquesnoy and others (see QDarkStyleSheet/AUTHORS.rst)
Author: Colin Duquesnoy and others | colin.duquesnoy@gmail.com
https://github.com/ColinDuquesnoy/QDarkStyleSheet/graphs/contributors
Site: https://github.com/ColinDuquesnoy/QDarkStyleSheet/
Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet
License: MIT (Expat) License | https://opensource.org/licenses/MIT
Modifications made to adapt each file to Spyder.
See below for the full text of the MIT License.
The current QDarkStyleSheet license can be viewed at:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/LICENSE.rst
The current versions of the original files can be viewed at:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/__init__.py
Files covered:
spyder/app/utils.py
-------------------------------------------------------------------------------
MathJax 2.7.5
-------------
Copyright (c) 2009-2012 Design Science, Inc.
Author: The MathJax Co
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Spyder集成开发环境 v5.5.1.zip (2000个子文件)
example.c 302B
.coveragerc 366B
example.cpp 1KB
spam.cpp 146B
default.css 9KB
default.css 7KB
dark_pydoc.css 6KB
pygments.css 3KB
pygments.css 3KB
light_pydoc.css 2KB
base.css 320B
example.css 107B
说明.htm 4KB
jn.html 44KB
layout.html 3KB
loading.html 3KB
loading.html 3KB
usage.html 888B
kernel_error.html 714B
warning.html 607B
blank.html 495B
example.html 235B
pytest.ini 1KB
example.java 445B
Main.js 961KB
mathmaps_ie.js 887KB
Main.js 610KB
Main.js 559KB
Main.js 538KB
mathjax-sre.js 474KB
TeX-MML-AM_HTMLorMML-full.js 395KB
Accessible-full.js 356KB
TeX-AMS-MML_HTMLorMML-full.js 356KB
TeX-MML-AM_CHTML-full.js 342KB
TeX-MML-AM_SVG-full.js 334KB
TeX-AMS_HTML-full.js 307KB
TeX-AMS-MML_SVG-full.js 296KB
AM_HTMLorMML-full.js 292KB
TeX-AMS_CHTML-full.js 283KB
TeX-MML-AM_HTMLorMML.js 278KB
TeX-AMS_SVG-full.js 275KB
TeX-MML-AM_SVG.js 274KB
TeX-MML-AM_CHTML.js 274KB
MML_HTMLorMML-full.js 274KB
jquery.js 247KB
Accessible.js 239KB
AM_CHTML-full.js 239KB
TeX-AMS-MML_HTMLorMML.js 239KB
TeX-AMS-MML_SVG.js 236KB
AM_SVG-full.js 231KB
MML_CHTML-full.js 221KB
TeX-AMS_HTML.js 217KB
TeX-AMS_SVG.js 215KB
TeX-AMS_CHTML.js 215KB
MML_SVG-full.js 213KB
AM_HTMLorMML.js 175KB
Main.js 172KB
AM_CHTML.js 171KB
MML_HTMLorMML.js 157KB
Main.js 155KB
Main.js 154KB
MML_SVG.js 153KB
MML_CHTML.js 153KB
AM_SVG.js 147KB
fontdata.js 140KB
Main.js 139KB
Main.js 130KB
Main.js 123KB
math_symbols.js 119KB
Main.js 119KB
Main.js 119KB
Main.js 118KB
Main.js 117KB
Main.js 115KB
Main.js 112KB
Main.js 111KB
Main.js 108KB
Main.js 107KB
Main.js 103KB
Main.js 102KB
Main.js 100KB
Main.js 100KB
Main.js 99KB
Main.js 99KB
Main.js 93KB
Main.js 92KB
Main.js 90KB
Main.js 85KB
jax.js 81KB
Main.js 78KB
Main.js 75KB
Main.js 75KB
Main.js 72KB
Main.js 71KB
Main.js 71KB
Main.js 71KB
Main.js 71KB
Main.js 71KB
Main.js 70KB
Main.js 70KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
芝麻粒儿
- 粉丝: 6w+
- 资源: 2万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功