From 7474ca4858b0db1847e12d2e4963788b77c3c5a5 Mon Sep 17 00:00:00 2001 From: liuyujielol <2073201758GD@gmail.com> Date: Wed, 15 Nov 2023 14:44:00 +0800 Subject: [PATCH] repo: make pkgcheck happy repo UnusedEclasses: unused eclass: xetex-package UnusedGlobalUse: use.desc unused flags: 3dfx, 3dnow, Xaw3d, a52, aac, aalib, accessibility, acl, acpi, adabas, adns, afs, aim, alsa, altivec, ao, apache2, apm, arts, audiofile, avahi, bash-completion, bcmath, berkdb, bidi, bindist, birdstep, blas, bluetooth, bonobo, bootstrap, boundschecking, bzip2, calendar, canna, caps, cdb, cddb, cdinstall, cdparanoia, cdr, chasen, chewing, clamav, cracklib, crypt, cscope, ctype, cups, curlwrappers, db2, dbase, dbm, dbmaker, dbx, dedicated, dga, directfb, dri, dts, dv, dvb, dvd, dvdr, dvdread, eds, emboss, empress, empress-bcs, encode, esd, esoob, ev6, evo, examples, exif, expat, fam, fastcgi, fbcon, ffmpeg, fftw, filepro, firebird, firefox, flac, flatfile, fltk, foomaticdb, fortran, freetds, freewnn, frontbase, ftp, gb, gcj, gd, gd-external, gdbm, ggi, gif, ginac, glut, gmp, gnustep, gnutls, gphoto2, gpm, gps, graphviz, gsl, gstreamer, gtk, gtkhtml, guile, hal, howl, hyperwave-api, ibm, icc, icq, idn, ieee1394, ifc, imagemagick, imap, imlib, immqt, immqt-bc, informix, inifile, innodb, interbase, iodbc, ipod, ipv6, jabber, jack, java, javascript, jbig, jikes, joystick, jpeg, jpeg2k, junit, kde, kdeenablefinal, kdehiddenvisibility, kdexdeltas, krb4, ladcca, ladspa, lame, lapack, lash, lcms, ldap, leim, lesstif, libcaca, libedit, libgda, libsamplerate, libwww, lirc, livecd, lm_sensors, m17n-lib, mad, maildir, mailwrapper, matroska, matrox, mbox, mcal, mcve, memlimit, mhash, migemo, mikmod, milter, mime, minimal, mmap, mmx, mng, mnogosearch, mono, motif, mozilla, mpi, mplayer, msn, msql, mssql, mule, multilib, musepack, musicbrainz, mysql, mysqli, nas, ncurses, neXt, netboot, netcdf, nis, nntp, nocd, nocxx, nptl, nsplugin, ocaml, oci8, odbc, offensive, ofx, ogg, old-linux, openal, openexr, opengl, oracle, oracle7, osc, oscar, oss, ovrimos, pcmcia, pcntl, pda, perl, pfpro, php, pic, plotutils, png, portaudio, posix, postgres, ppds, prelude, profile, python, qdbm, qt3, qt4, quicktime, radius, rdesktop, readline, recode, ruby, samba, sapdb, sasl, sdl, seamonkey, session, sharedext, sharedmem, shorten, simplexml, skey, slang, slp, smartcard, sndfile, snmp, soap, sockets, socks5, solid, source, sox, speex, spell, spl, sqlite, sqlite3, sse, sse2, startup-notification, svg, svga, sybase, sybase-ct, syslog, sysvipc, szip, tcl, tcpd, tetex, theora, threads, tidy, tiff, tk, tokenizer, truetype, uclibc, unicode, v4l, vanilla, vcd, verbose, vhosts, videos, vim-syntax, voodoo3, vorbis, wddx, wifi, win32codecs, wmf, wxwindows, x264, xattr, xcomposite, xface, xine, xinerama, xinetd, xml, xmlrpc, xosd, xpm, xprint, xscreensaver, xsl, xulrunner, xv, xvid, yahoo, yaz, zh_TW, zlib UnusedLicenses: unused licenses: ALWIL-EULA, BitDefender-ASU-EUSLA, Foxit-EULA, Maxthon, Proton, PyCharm_Academic_license, PyCharm_Classroom_license, PyCharm_OpenSource_license, PyCharm_Preview_License, PyCharm_license, Synrc-Research-Center, Unicode_License, Yunio, dingding, epgsql, goldrush, ntufonts, synrc, synrc-sh UnusedMirrors: unused mirror: troubledwater Signed-off-by: liuyujielol <2073201758GD@gmail.com> --- eclass/xetex-package.eclass | 255 ---------------- licenses/ALWIL-EULA | 126 -------- licenses/BitDefender-ASU-EUSLA | 184 ------------ licenses/Foxit-EULA | 38 --- licenses/Maxthon | 119 -------- licenses/Proton | 449 ---------------------------- licenses/PyCharm_Academic_license | 1 - licenses/PyCharm_Classroom_license | 1 - licenses/PyCharm_OpenSource_license | 1 - licenses/PyCharm_Preview_License | 62 ---- licenses/PyCharm_license | 1 - licenses/Synrc-Research-Center | 18 -- licenses/Unicode_License | 53 ---- licenses/Yunio | 146 --------- licenses/dingding | 278 ----------------- licenses/epgsql | 11 - licenses/goldrush | 13 - licenses/ntufonts | 12 - licenses/synrc | 15 - licenses/synrc-sh | 13 - profiles/thirdpartymirrors | 1 - profiles/use.desc | 342 +-------------------- profiles/use.local.desc | 35 --- sets.conf | 4 - setting_id.sh | 4 - 25 files changed, 1 insertion(+), 2181 deletions(-) delete mode 100644 eclass/xetex-package.eclass delete mode 100644 licenses/ALWIL-EULA delete mode 100644 licenses/BitDefender-ASU-EUSLA delete mode 100644 licenses/Foxit-EULA delete mode 100644 licenses/Maxthon delete mode 100644 licenses/Proton delete mode 100644 licenses/PyCharm_Academic_license delete mode 100644 licenses/PyCharm_Classroom_license delete mode 100644 licenses/PyCharm_OpenSource_license delete mode 100644 licenses/PyCharm_Preview_License delete mode 100644 licenses/PyCharm_license delete mode 100644 licenses/Synrc-Research-Center delete mode 100644 licenses/Unicode_License delete mode 100644 licenses/Yunio delete mode 100644 licenses/dingding delete mode 100644 licenses/epgsql delete mode 100644 licenses/goldrush delete mode 100644 licenses/ntufonts delete mode 100644 licenses/synrc delete mode 100644 licenses/synrc-sh delete mode 100644 profiles/use.local.desc delete mode 100644 sets.conf delete mode 100644 setting_id.sh diff --git a/eclass/xetex-package.eclass b/eclass/xetex-package.eclass deleted file mode 100644 index b4b2b251285..00000000000 --- a/eclass/xetex-package.eclass +++ /dev/null @@ -1,255 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xetex-package.eclass,v 1.37 2008/08/30 13:49:28 aballier Exp $ - -# @ECLASS: xetex-package.eclass -# @MAINTAINER: -# TeX team -# -# Author Matthew Turk -# Martin Ehmsen -# @BLURB: An eclass for easy installation of LaTeX packages -# @DESCRIPTION: -# This eClass is designed to be easy to use and implement. The vast majority of -# LaTeX packages will only need to define SRC_URI (and sometimes S) for a -# successful installation. If fonts need to be installed, then the variable -# SUPPLIER must also be defined. -# -# However, those packages that contain subdirectories must process each -# subdirectory individually. For example, a package that contains directories -# DIR1 and DIR2 must call xetex-package_src_compile() and -# xetex-package_src_install() in each directory, as shown here: -# -# src_compile() { -# cd ${S} -# cd DIR1 -# xetex-package_src_compile -# cd .. -# cd DIR2 -# xetex-package_src_compile -# } -# -# src_install() { -# cd ${S} -# cd DIR1 -# xetex-package_src_install -# cd .. -# cd DIR2 -# xetex-package_src_install -# } -# -# The eClass automatically takes care of rehashing TeX's cache (ls-lR) after -# installation and after removal, as well as creating final documentation from -# TeX files that come with the source. Note that we break TeX layout standards -# by placing documentation in /usr/share/doc/${PN} -# -# For examples of basic installations, check out dev-tex/aastex and -# dev-tex/leaflet . -# -# NOTE: The CTAN "directory grab" function creates files with different MD5 -# signatures EVERY TIME. For this reason, if you are grabbing from the CTAN, -# you must either grab each file individually, or find a place to mirror an -# archive of them. (iBiblio) -# -# Use EAPI2 to make USE dependency easy to specify -EAPI="4" -# -# It inherits base. - -inherit base - -# here we check three different case for installing xetex, -# first is the standard texlive-2008 installation, -# second is suppose to be the minimal installation of texlive-xetex-2008 -# this case is not very certain, but may work. -# last is the solo xetex -RDEPEND="|| ( - >=app-text/texlive-2008[xetex] - ( - >=dev-texlive/texlive-xetex-2008 - >=dev-texlive/texlive-fontsrecommended-2008 - virtual/latex-base - ) - >=app-text/xetex-0.997 - )" -DEPEND="${RDEPEND} - >=sys-apps/texinfo-4.2-r5" -HOMEPAGE="http://www.tug.org/" -SRC_URI="ftp://tug.ctan.org/macros/xetex/" -TEXMF="/usr/share/texmf" - -# @ECLASS-VARIABLE: SUPPLIER -# @DESCRIPTION: -# This refers to the font supplier; it should be overridden (see eclass -# DESCRIPTION above) -SUPPLIER="misc" - -# @FUNCTION: xetex-package_has_tetex3 -# @RETURN: true if at least one of (>=tetex-3 or >=ptex-3.1.8 or >=texlive-core-2007) is installed, else false -# @DESCRIPTION: -# It is often used to know if the current TeX installation supports gentoo's -# texmf-update or if the package has to do it the old way -xetex-package_has_tetex_3() { - if has_version '>=app-text/tetex-3' || has_version '>=app-text/ptex-3.1.8' || has_version '>=app-text/texlive-core-2007' ; then - true - else - false - fi -} - -# @FUNCTION: xetex-package_src_doinstall -# @USAGE: [ module ] -# @DESCRIPTION: -# [module] can be one or more of: sh, sty, cls, fd, clo, def, cfg, dvi, ps, pdf, -# tex, dtx, tfm, vf, afm, pfb, ttf, bst, styles, doc, fonts, bin, or all. -# If [module] is not given, all is assumed. -# It installs the files found in the current directory to the standard locations -# for a TeX installation -xetex-package_src_doinstall() { - debug-print function $FUNCNAME $* - # This actually follows the directions for a "single-user" system - # at http://www.ctan.org/installationadvice/ modified for gentoo. - [ -z "$1" ] && xetex-package_src_install all - - while [ "$1" ]; do - case $1 in - "sh") - for i in `find . -maxdepth 1 -type f -name "*.${1}"` - do - dobin $i || die "dobin $i failed" - done - ;; - "sty" | "cls" | "fd" | "clo" | "def" | "cfg") - for i in `find . -maxdepth 1 -type f -name "*.${1}"` - do - insinto ${TEXMF}/tex/xetex/${PN} - doins $i || die "doins $i failed" - done - ;; - "dvi" | "ps" | "pdf") - for i in `find . -maxdepth 1 -type f -name "*.${1}"` - do - insinto /usr/share/doc/${PF} - doins $i || die "doins $i failed" - dosym /usr/share/doc/${PF}/$(basename ${i}) ${TEXMF}/doc/xetex/${PN}/${i} - #dodoc -u $i - done - ;; - "tex" | "dtx") - for i in `find . -maxdepth 1 -type f -name "*.${1}"` - do - einfo "Making documentation: $i" - texi2dvi -q -c --language=latex $i &> /dev/null - done - ;; - "tfm" | "vf" | "afm") - for i in `find . -maxdepth 1 -type f -name "*.${1}"` - do - insinto ${TEXMF}/fonts/${1}/${SUPPLIER}/${PN} - doins $i || die "doins $i failed" - done - ;; - "pfb") - for i in `find . -maxdepth 1 -type f -name "*.pfb"` - do - insinto ${TEXMF}/fonts/type1/${SUPPLIER}/${PN} - doins $i || die "doins $i failed" - done - ;; - "ttf") - for i in `find . -maxdepth 1 -type f -name "*.ttf"` - do - insinto ${TEXMF}/fonts/truetype/${SUPPLIER}/${PN} - doins $i || die "doins $i failed" - done - ;; - "bst") - for i in `find . -maxdepth 1 -type f -name "*.bst"` - do - insinto ${TEXMF}/bibtex/bst/${PN} - doins $i || die "doins $i failed" - done - ;; - "styles") - xetex-package_src_doinstall sty cls fd clo def cfg bst - ;; - "doc") - xetex-package_src_doinstall tex dtx dvi ps pdf - ;; - "fonts") - xetex-package_src_doinstall tfm vf afm pfb ttf - ;; - "bin") - xetex-package_src_doinstall sh - ;; - "all") - xetex-package_src_doinstall styles fonts bin doc - ;; - esac - shift - done -} - -# @FUNCTION: xetex_src_configure -# @DESCRIPTION: -# Overide base_src_configure phrase which is inherited from base.eclass -# ( http://rafb.net/p/HgzEoq71.html ) -xetex-package_src_configure() { - einfo "Nothing to configure." -} - -# @FUNCTION: xetex-package_src_compile -# @DESCRIPTION: -# Calls xetex for each *.ins in the current directory in order to generate the -# relevant files that will be installed -xetex-package_src_compile() { - debug-print function $FUNCNAME $* - for i in `find \`pwd\` -maxdepth 1 -type f -name "*.ins"` - do - einfo "Extracting from $i" - xetex --interaction=batchmode $i &> /dev/null - done -} - -# @FUNCTION: xetex-package_src_install -# @DESCRIPTION: -# Installs the package -xetex-package_src_install() { - debug-print function $FUNCNAME $* - xetex-package_src_doinstall all - if [ -n "${DOCS}" ] ; then - dodoc ${DOCS} - fi -} - -# @FUNCTION: xetex-pacakge_pkg_postinst -# @DESCRIPTION: -# Calls xetex-package_rehash to ensure the TeX installation is consistent with -# the kpathsea database -xetex-package_pkg_postinst() { - debug-print function $FUNCNAME $* - xetex-package_rehash -} - -# @FUNCTION: xetex-package_pkg_postrm -# @DESCRIPTION: -# Calls xetex-package_rehash to ensure the TeX installation is consistent with -# the kpathsea database -xetex-package_pkg_postrm() { - debug-print function $FUNCNAME $* - xetex-package_rehash -} - -# @FUNCTION: xetex-package_rehash -# @DESCRIPTION: -# Rehashes the kpathsea database, according to the current TeX installation -xetex-package_rehash() { - debug-print function $FUNCNAME $* - if xetex-package_has_tetex_3 ; then - texmf-update - else - texconfig rehash - fi -} - -EXPORT_FUNCTIONS src_configure src_compile src_install pkg_postinst pkg_postrm diff --git a/licenses/ALWIL-EULA b/licenses/ALWIL-EULA deleted file mode 100644 index 9b9c7f759a5..00000000000 --- a/licenses/ALWIL-EULA +++ /dev/null @@ -1,126 +0,0 @@ - END USER LICENSE AGREEMENT - -THIS IS A CONTRACT BETWEEN YOU AND ALWIL SOFTWARE, A -PRAGUE, CZECH REPUBLIC CORPORATION. BY USING THIS SOFTWARE YOU -ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. -If you do not agree with the terms and conditions of this -Agreement, do not continue in install process and return this -software to reseller where you obtained it. - -This package contains software (Software) and related -explanatory written materials (Documentation). The term -Software shall also include any upgrades, notified versions, -updates, additions and copies of the Software licensed to you -by ALWIL Software. ALWIL Software grants to you a non-exclusive -license to use the Software and Documentation, provided that you -agree the following: - -1. Use of the Software. -You may: -Install the Software in a single location on a hard disk or -other storage device of up to the number of computers -indicated in the license agreement. -Provided the Software is configured for network use, install -and use the Software on a single file server for use on a -single local area network for either (but not both) of the -following purposes: - -1.1 permanent installation onto a hard disk or other storage - device of up to the permitted number of computers, or -1.2 use of the Software over such a network, provided the - number of different computers on which the Software is used - does not exceed the permitted number of computers. - -The primary user of each computer on which the Software is -installed or used may also install the Software on one home or -portable computer. However, the Software may not be used on -the secondary computer by another person at the same time the -Software on the primacy computer is being used. - -Make one backup copy of the Software, provided your backup -copy is not installed or used on any computer. - -2. Copyright. -The Software is the intellectual property of ALWIL Software -and is protected by U.S./Czech Republic copyright law, -international treaty provisions, and applicable laws of the -country in which is being used. The structure, organisation -and code of the Software are the valuable trade secrets and -confidential information of ALWIL Software. Therefore you must -treat the Software just as you would any other copyrighted -material such as a book. In other words, you may not copy the -Software or the Documentation except as set forth in the -section 1 of this license agreement. Any copies that you are -permitted to make pursuant to this Agreement must contain the -same copyright and other proprietary notices which appear on -or in the Software. You agree not to modify, adapt, translate, -reserve engineer, de-compile, disassemble or otherwise attempt -to discover the source of the Software. Registered trademark -shall be used in accordance with accepted trademark practice, -including identification of trademark owner's name. -Trademarks can only be used to identify printed output -produced by the Software. The use of any trademark as herein -authorised does not give you any rights of ownership in that -trademark. Except as stated above, this Agreement does not -grant you any rights to intellectual property rights in this -Software. -Requests for information can be directed to Software -Development, ALWIL Software, Prubezna 76, 100 00 Praha 10, -Czech Republic. - -3. Transfer -You may not rent, lease, sub-license, or lend the Software or -Documentation. You may, however, transfer all your rights to -use the Software to another person or legal entity, provided -that you transfer this Agreement and transfer (or destroy), -the Software, including all copies, updates and prior -versions, and all Documentation to such person or entity and -provided that you retain no copies, including copies stored on -your computer. - -4. Limited Warranty -ALWIL Software warrants to you that the Software will perform -substantially in accordance with the Documentation for 90 day -period following your receipt of the Software. To make a -warranty claim, you must return the Software to the location -where you obtained it along with a copy of your sales receipt -within 30 day period. If the Software does not perform -substantially in accordance with the Documentation, the entire -and exclusive liability of ALWIL Software and its distributors, and -your exclusive remedy shall be limited to either, at ALWIL's -option, the replacement of the Software or the refund of the -license fee you paid for the Software. - -ALWIL SOFTWARE AND ITS DISTRIBUTORS DO NOT AND CANNOT WARRANT THE -PERFORMANCE OR RESULTS YOU MAY OBTAIN BY USING THE SOFTWARE OR -DOCUMENTATION. THE FOREGOING STATES THE SOLE AND EXCLUSIVE -REMEDIES FOR ALWIL'S OR ITS DISTRIBUTOR'S BREACH OF WARRANTY. -EXCEPT FOR THE FOREGOING LIMITED WARRANTY, ALWIL AND ITS -DISTRIBUTORS MAKE NO WARRANTIES OR CONDITIONS, EXPRESS OR -IMPLIED, AS TO NONINFRINGEMENT OFTHIRD PARTY RIGHTS, -MERCHANTABILITY, SUITABLE QUALITY OR FITNESS FOR ANY -PARTICULAR PURPOSE. IN NO EVENT WILL ALWIL OR ITS DISTRIBUTORS -BE LIABLE TO YOU FOR ANY CONSEQUENTIAL, INCIDENTAL OR SPECIAL -DAMAGES, INCLUDING ANY LOST PROFITS OR LOST SAVINGS, EVEN IF -AN ALWIL REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES, OR FOR ANY CLAIM BY ANY THIRD PARTY. - -5. Governing Law and General Provisions -This Agreement will be governed by the laws in the force in -the country within the European Union, Switzerland or Norway -in which you are located at the moment of entering into this Agreement. -If you are located outside the European Union, Switzerland or -Norway the laws of Czech Republic shall govern this Agreement. - -If you have any questions regarding this agreement or if you -have any questions regarding to this Agreement or if you wish -to request any information from ALWIL, please write ALWIL -Trade Ltd., Prubezna 76, 100 00 Prague 10, Czech Republic, -tel. +420 274 005 111. - -ALWIL and ALWIL's logo are registrated trademarks of ALWIL -Trade Limited. -AVAST and AVAST's logo are registrated trademarks of ALWIL -Sofware. -All the other product names are registered trademarks of their -repective holders. diff --git a/licenses/BitDefender-ASU-EUSLA b/licenses/BitDefender-ASU-EUSLA deleted file mode 100644 index 757fc70a1c8..00000000000 --- a/licenses/BitDefender-ASU-EUSLA +++ /dev/null @@ -1,184 +0,0 @@ - BitDefender Antivirus Scanner for Unices - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - End User Software License Agreement - - - Copyright (c) 2008 BITDEFENDER - - IF YOU DO NOT AGREE TO THESE TERMS AND CONDITIONS DO NOT INSTALL THE - SOFTWARE. BY SELECTING "I ACCEPT", "OK", "CONTINUE", "YES" OR BY INSTALLING - OR USING THE SOFTWARE IN ANY WAY, YOU ARE INDICATING YOUR COMPLETE - UNDERSTANDING AND ACCEPTANCE OF THE TERMS OF THIS AGREEMENT. - - These Terms cover the home-user or corporate BitDefender Solutions and - Services licensed to you, including the related documentation and any update - and upgrade of the applications delivered to you under the purchased license - or under any related service agreement, as defined in the documentation, as - well as any copy thereof. - - This License Agreement is a legal agreement between you (either an - individual or a legal person) and BITDEFENDER for the use of the - BITDEFENDER software product identified above, which includes computer - software and services, and may include the associated media, printed - materials, and "online" or electronic documentation (hereinafter referred to - as "BitDefender"), all of which are protected by international copyright - laws and international treaties. By installing, copying or using - BitDefender, you agree to be bound by the terms of this agreement. - - If you do not agree to the terms of this agreement, do not install or use - BitDefender. - - BitDefender License. BitDefender is protected by copyright laws and - international copyright treaties, as well as other intellectual property - laws and treaties. BitDefender is licensed, not sold. - - GRANT OF LICENSE. BITDEFENDER hereby grants you and only you the following - non-exclusive, limited, non-transferable and royalty-bearing license to - use BitDefender. - - The BitDefender Antivirus Scanner for Unices ("BitDefender") is subject to 3 - types of license: - - 1. Trial License. The product is distributed with a trial key which grants - the user a 30 day trial period as of install time, under the terms of the - license agreement. At the end of the trial period, all scan- based product - features (disinfect, delete) will be disabled and the user will have to - either go online to www.bitdefender.com and register for a personal license - or purchase a commercial license from any BitDefender reseller. - - 2. Home or Personal Use License. This license is free of charge and it can - be retrieved from the BitDefender website after filling in a short form. It - only allows the product to be used for personal purposes, with no commercial - implications whatsoever, under the terms of the EULA. For example, under the - Personal License, you are allowed to scan your personal laptop or desktop - computer but YOU ARE NOT ALLOWED TO USE THE PRODUCT IN A BUSINESS - ENVIRONMENT SUCH AS AN OFFICE COMPUTER OR A COMPANY SERVER. - - 3. Commercial Use License. If you intend to use BitDefender with your own - integration system or pre-designed scripts, you must purchase the Commercial - License. The commercial license allows for the product to be used in any - environment whatsoever throughout the licensing period, under the terms of - the EULA. Commercial Licenses are granted on an individual user basis, which - simply means that the cost depends on how many users benefit from the - features of the product. - - LICENSE TERM. The license hereunder is granted as of the date BitDefender - has been purchased and until the end of the period for which such license - has been purchased. - - UPGRADES. If BitDefender is upgrade labeled, in order to use it, you must - hold a BITDEFENDER license allowing you to use products identified by - such company as eligible for upgrade. An upgrade labeled BitDefender - product shall replace and/or supplement the product based on which - your were eligibile for such upgrade. You may use the resulting upgraded - product only in accordance with the terms of this License Agreement. If - BitDefender is an upgrade of a software package component which was licensed - to you as a single product, BitDefender may only be used and transferred - as part of that single product package and it may not be separated so as to - be used by more than the total number of licensed users. The terms and - conditions of this license shall replace and supersede any previous - agreements that may have existed between you and BITDEFENDER regarding - the original product or the resulting upgraded product. - - COPYRIGHT. All rights, titles and interest in and to BitDefender and all - copyrights in and to BitDefender (including but not limited to any images, - photographs, logos, animations, video, audio, music, text, and "applets" - incorporated into BitDefender), the accompanying printed materials, and any - copies of BitDefender are property of BITDEFENDER. BitDefender is protected - by copyright laws and international treaty provisions. Therefore, - BitDefender must be treated as any other copyrighted material. The printed - materials accompanying BitDefender shall not be copied. All copyright - notices shall be reproduced and included, in their original form, in all of - the BitDefender copies created, irrespective of the media or form in - which BitDefender exists. The BitDefender license shall not be sub-licensed, - rented, sold, leased or shared. The BitDefender source code shall not be - reverse engineered, recompiled, disassembled, no derivative works shall be - created based on it, it shall not be modified, translated and no - attempts to discover it shall be made. - - LIMITED WARRANTY. BITDEFENDER warrants a 30 day fault free period for the - media on which BitDefender is distributed as of the date BitDefender has - been delivered to you. Any breach of this warranty shall only result in - BITDEFENDER replacing the faulty media, at its sole discretion, upon receipt - of the said media, or refunding the BitDefender price. BITDEFENDER does not - warrant either the uninterrupted or error free operation of BitDefender or - the correction of possible errors. BITDEFENDER does not warrant that - BitDefender will meet your requirements. - - EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, BITDEFENDER DISCLAIMS ALL - OTHER WARRANTIES, EXPRESS OR IMPLIED, WITH RESPECT TO THE PRODUCTS, - ENHANCEMENTS, MAINTENANCE THEREOF OR SUPPORT RELATED THERETO, OR ANY - OTHER MATERIALS (TANGIBLE OR INTANGIBLE) OR SERVICES THAT IT HAS SUPPLIED. - BITDEFENDER HEREBY EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTIES AND - CONDITIONS, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INTERFERENCE, - ACCURACY OF DATA, ACCURACY OF INFORMATIONAL CONTENT, SYSTEM INTEGRATION, AND - NON-INFRINGEMENT OF THIRD PARTY RIGHTS BY FILTERING, DISABLING, OR - REMOVING SUCH THIRD PARTY'S SOFTWARE, SPYWARE, ADWARE, COOKIES, EMAILS, - DOCUMENTS, ADVERTISEMENTS OR THE LIKE, WHETHER ARISING BY STATUTE, LAW, - COURSE OF DEALING, CUSTOM AND PRACTICE, OR TRADE USAGE. - - DISCLAIMER OF DAMAGES. Anyone using, testing, or evaluating BitDefender - shall bears all risks as to the quality and performance of BitDefender. - Under no circumstances shall BITDEFENDER be liable for any damages of any - kind, including, without limitation, direct or indirect damages arising out - of the use, performance, or delivery of BitDefender, even if BITDEFENDER - has been advised of the existence or possibility of such damages. - - SOME STATES DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY FOR - INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION - MAY NOT APPLY TO YOU. - - UNDER NO CIRCUMSTANCES SHALL BITDEFENDER'S LIABILITY EXCEED THE PURCHASE - PRICE PAID BY YOU FOR BITDEFENDER. The disclaimers and limitations set forth - above shall apply regardless of whether you accept to use, evaluate, or - test BitDefender. - - IMPORTANT NOTICE TO USERS. THIS SOFTWARE IS NOT FAULT-TOLERANT AND IT IS NOT - DESIGNED OR INTENDED FOR USE IN ANY HAZARDOUS ENVIRONMENT REQUIRING FAIL- - SAFE PERFORMANCE OR OPERATION. THIS SOFTWARE IS NOT INTENDED FOR USE IN THE - OPERATION OF AIRCRAFT NAVIGATION, NUCLEAR FACILITIES, OR COMMUNICATION - SYSTEMS, WEAPONS SYSTEMS, DIRECT OR INDIRECT LIFE-SUPPORT SYSTEMS, AIR - TRAFFIC CONTROL, OR ANY APPLICATION OR INSTALLATION WHERE FAILURE COULD - RESULT IN DEATH, SEVERE PHYSICAL INJURY OR DAMAGE TO PROPERTY. - - GENERAL. This Agreement shall be governed by the Romanian law and by the - international copyright regulations and treaties. The courts of Romania - shall have exclusive jurisdiction and venue to adjudicate any dispute - arising from these License Terms. - - BitDefender prices, costs and use fees are subject to change without prior - notice to you. - - In the event of invalidity of any provision of this Agreement, the - invalidity shall not affect the validity of the remaining portions of this - Agreement. - - BitDefender and the BitDefender logos are trademarks of BITDEFENDER. All - other trademarks used in the product or in associated materials are property - of their respective owners. - - Any breach of these terms and conditions shall result in the immediate - termination of this license, without any notice. You shall not be entitled - to a refund from BITDEFENDER or any resellers of BitDefender as a result of - such termination. Confidentiality terms and conditions and restrictions on - use shall remain in force even after termination. - - BITDEFENDER may revise these Terms at any time and the revised terms shall - automatically apply to the corresponding versions of the Software - distributed under such terms. None of these Terms being found to be void and - unenforceable shall affect the validity of rest of the Terms, which shall - remain valid and enforceable. - - In case of controversy or inconsistency between the translations of these - Terms into other languages, the English version issued by BITDEFENDER shall - prevail. - - Contact BITDEFENDER, at 24, Preciziei Boulevard, West Gate Building H2, - ground floor, 6th district, Bucharest, Romania, e-mail address: - office@bitdefender.com - --- - BitDefender - http://www.bitdefender.com/ diff --git a/licenses/Foxit-EULA b/licenses/Foxit-EULA deleted file mode 100644 index 3486080f201..00000000000 --- a/licenses/Foxit-EULA +++ /dev/null @@ -1,38 +0,0 @@ -Foxit Reader End User License Agreement - -This agreement is made between Foxit Software Company of Fremont, California, -USA ("Foxit") and you, the person who makes use of Foxit Reader ("User"). - -User must agree all terms in this agreement in order to use Foxit Reader -legally. If User doesn't agree to all terms in this agreement, please don't use -Foxit Reader, and delete all related files from User’s computer. - -1. OWNERSHIP: Foxit Reader is fully owned by Foxit, this license agreement -doesn't change the ownership. - -2. LICENSE: Foxit grants User the license to use Foxit Reader, free of charge, -if User accepts all the conditions listed in this agreement. "Use" means loading -the product to CPU, memory, and/or other storages of User’s computer. - -3. CONDITIONS: To be licensed to use Foxit Reader, User must: -a) Not modify any part of Foxit Reader; -b) Agree to release Foxit from all liabilities caused directly or -indirectly by using Foxit Reader; - -4. EVALUATION USE: Some functions of Foxit Reader require an -additional license to fully operate. If User uses them without an -additional license, Foxit Reader may put evaluation marks onto -User’s document when User uses those functions and saves the -document. Foxit Reader will notify User when User uses those -functions for the first time. In order to use Foxit Reader, User -must accept the consequences of any modification made by Foxit -Reader when User saves a document. - -5. REDISTRIBUTION: User can redistribute Foxit Reader under this -agreement under the condition that User agrees not to redistribute -Foxit Reader on mobile devices or embedded devices including -cellular phones, PDA’s, and all other handheld devices. - -6. LIABILIY: Foxit's liability is limited to replacement or refund -only if the software downloaded from the Foxit website is -virus-infected. diff --git a/licenses/Maxthon b/licenses/Maxthon deleted file mode 100644 index 649d2697496..00000000000 --- a/licenses/Maxthon +++ /dev/null @@ -1,119 +0,0 @@ -傲游(Maxthon)浏览器使用许可证协议 - -重要提示: - -当您安装傲游(MAXTHON)浏览器时,您可能需要安装第三方供应商的软件产品。这些第三方软件产品的列表可能会在安装过程中予以显示。每个第三方软件产品可能有自己的最终用户许可协议。请自行阅读并决定是否接受此类软件的许可协议。 - -与linux系统开发者相关的重要授权条款 -傲游授权各种linux发行版在其软件中心或者类似功能模块中加入本版本的傲游(MAXTHON)浏览器软件,供其用户下载并安装使用。但是: - -任何linux发行版在其系统安装包中预置本版本的傲游(MAXTHON)浏览器软件均应事先取得傲游的书面明确授权。 - -不允许对本版本的傲游(MAXTHON)浏览器软件及其特定组件进行二次打包。 - -本《傲游(Maxthon)浏览器使用许可证协议》(以下简称《协议》)适用于傲游(Maxthon)浏览器的可执行代码版本。 - -傲游(Maxthon)浏览器受中华人民共和国著作权法、中华人民共和国签署的国际著作权条约和其它知识产权法律法规及条约的保护,其所有知识产权归傲游天下科技有限公司所有。 - -该软件应在严格遵守《协议》的条件及《协议》列出的其他条件下使用。如需使用本软件中包含的开源代码,必须遵守该开源代码附带的相关授权协议中的相关规定。 - -只有阅读并同意《协议》的条款并同意在《协议》列出的条件下严格遵守《协议》条款才能继续,否则何情况下保留软件拷贝或继续使用软件的行为都是不受法律保护的,您必须删除您所持有的所有软件拷贝。 - -1. 相关定义 -傲游(Maxthon)浏览器:意为傲游天下科技有限公司开发的一款网页浏览器,用于在网络或/和文件系统中读写文件。 - -软件:傲游(Maxthon)浏览器,亦即傲游(Maxthon)浏览器软件封包中包含的所有的文件及其信息。 - -2. 您与傲游的关系 -除非与傲游另有书面协议,否则,您与傲游之间签定的协议将始终包括但不限于本文所陈述的各项条款。针对傲游(Maxthon)浏览器源代码中的部分开放源代码软件许可构成了单独的书面协议。只有在相关开放源代码软件许可明确声明取代本协议的情况下,您与傲游之间就使用傲游(Maxthon)浏览器或其中所包含的特定组件所签署的协议才必须遵守开放源代码软件许可中的相关规定。 - -3. 接受协议条款 -要使用软件,必须先阅读并同意本协议。如不接受本协议,则无法使用软件。 - -您可以通过以下方式接受本协议: - -(A)在傲游通过软件的用户界面向您提供相应选项时,点击接受或同意; - -(B)实际使用软件。在后一种情况下,您了解并同意,傲游会将您对软件的使用视为从开始使用的那一刻开始接受条款。 - -一旦您安装、复制或以其他方式使用本软件产品,即表示同意接受协议各项条款的约束。如果您不同意本《协议》,则不能获得使用本软件产品的权利。 - -本《协议》可由傲游随时更新,且毋须另行通知。本《协议》条款一旦发生变更,傲游将在本软件或网页上公布更新内容。更新后的协议内容一旦公布即有效代替原来的协议条款。您可随时登陆本软件或网站查阅最新版协议条款。 - -您认可并同意傲游可在不提供事先通知的情况下,随时变更所提供服务的形式和性质。通常也无需提前通知您,便可自行决定不再(永远或暂时)为您或用户提供相关的服务(或相关服务中的任意功能)。 - -如您违反本《协议》中所规定的义务,并因此类行为造成了任何不良后果(其中包括 傲游可能遭受的任何损失或损害),您将独自承担全部责任,而傲游对您或任何第三方不承担任何责任。 - -4. 协议的语言 -如果傲游向您提供了对协议汉语版本的翻译,则您同意该翻译版本仅供方便查阅之用,您与傲游之间的关系需受协议汉语版本的制约。 - -如果汉语协议的内容与翻译版本的内容发生冲突,应以汉语协议内容为准。 - -5. 隐私与个人信息 -有关傲游的隐私保护信息,请参阅傲游的隐私政策,网址为:http://www.maxthon.cn/privacy.htm 。该策略解释了在您使用软件时,傲游如何处理您的个人信息并保护您的隐私。 - -您同意根据傲游的隐私政策使用您的数据。 - -隐私策略的条款可由傲游随时更新,且毋须另行通知。傲游将在http://www.maxthon.cn/privacy.htm 发布更新内容, 更新后的协议内容一旦公布即有效代替原来的协议条款。您可随时登陆本软件或网站查阅最新版协议条款。以便您能随时了解我们会收集什么信息, 我们可能会如何使用这些信息以及我们是否会把此信息透露给第三方等。 - -6. 保护条款 -所有权: - -您认可并同意傲游拥有所有包含在软件中及与软件相关的法定权利、所有权和权益,包括存在于软件中及与软件相关的所有知识产权。(无论这些权利是否已经注册,亦无论存在于世界上什么地方) - -除非您与傲游另有书面约定,否则《协议》不会授予您使用任何傲游商业名称、商标、服务标记、徽标、域名及其他明显标志的权利。 - -许可: - -傲游授予您全球范围内、免费、不可转让的非专有个人许可。 - -根据第2.2条规定,除非法律明确允许或要求,或经傲游明确书面授权,否则您不得实施(也不得允许他人)如下行为; - -删除或修改本协议条款; - -对本软件进行反向工程、反编译或以其他方式提取软件或其任意部分的源代码; - -修改、破坏软件原状或创建衍生作品; - -根据第2 条规定,除非傲游授予您明确的书面许可,否则您不得转让对软件的使用权(或授予分许可)、针对您对软件的使用权设置担保权益,或以其他方式转让您对软件的使用权的任何部分。 - -免责声明: - -您应了解,您需要应具备本软件产品运行所需的条件,您必须保证有权使用Linux操作系统及系统组件等。在适用法律允许的最大范围内,傲游在任何情况下不就用户因使用或不能使用本软件产品所发生的特殊的、意外的、直接的或间接的侵权或遭致损失承担赔偿责任。即使已事先被告知该损害发生的可能性。 - -您应了解,使用本软件涉及到Internet服务,会受到软硬件环境及网络环境的不稳定和不可控性的影响。因此服务存在因不可抗力、计算机病毒或攻击、系统不稳定、您所在位置、关机以及其他任何技术、互联网络、通信线路原因等造成的服务中断或不能满足您要求的风险。您须承担以上风险,对因此导致用户不能发送和接受阅读信息、或接发错信息,傲游不承担任何责任。 - -您需了解,使用本软件访问或下载的所有信息中(包括但不限于数据文件、文字、计算机软件、音频、视频或图片文件),您可能会看到有攻击性的、下流的或令人反感的内容,均由内容始发者负全部责任。您应自担使用软件时与此相关的风险。傲游对因此导致任何因用户不正当或非法使用Internet服务产生的直接、间接、偶然、特殊及后续的损害,不承担任何责任。 - -7. 如果出现下述情况,傲游可随时终止与您的法定协议: -您违反了任何《协议》条款的规定(或您的行为方式明显表明您无意或无法遵循条款规定); - -与傲游合作向您提供软件相关服务的合作伙伴终止了与傲游的关系或停止向您提供服务; - -傲游不再向您所居住或使用软件服务的国家/地区的用户提供服务; - -8. 《协议》条款变更 -本《协议》可由傲游随时更新,且毋须另行通知。本《协议》条款一旦发生变更,傲游将在本软件或网页上公布更新内容。更新后的协议内容一旦公布即有效代替原来的协议条款。您可随时登陆本软件或网站查阅最新版协议条款。 - -您理解并同意,如果您在《协议》或附加条款发生更改之后使用软件,您对软件的使用将被傲游视为已接受更新后的《协议》或附加条款。 - -9. 纠纷及解决 -本协议适用中华人民共和国法律。如双方就《协议》内容或其执行发生任何争议,双方应尽量友好协商解决;《协议》,及其规定的您与傲游的关系受傲游主要经营场所所在地北京海淀区中级人民法院管辖。 - -联系地址: - -中国 北京 海淀区 丹棱街3号中国电子大厦B座301-308室 - -邮编:100080 - -工作时间 周一~周五 9:00-18:00 (法定假日休息) - -电话:+86 10 51651772 - -传真:+86 10 82652648 - -技术支持(中文):support@maxthon.net - -商务合作:business@maxthon.com - -请在发送电子邮件之前访问我们的主站(中文)http://www.maxthon.cn ,我们提供了多种帮助服务以对您做出比电子邮件更快的响应速度 diff --git a/licenses/Proton b/licenses/Proton deleted file mode 100644 index 62c8ab9504c..00000000000 --- a/licenses/Proton +++ /dev/null @@ -1,449 +0,0 @@ -Copyright (c) 2018-2020, Valve Corporation -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, -this list of conditions and the following disclaimer in the documentation and/or -other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors -may be used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Browse the source code for more information - - https://github.com/ValveSoftware/Proton - ----- ---- ---- ---- - -This software contains a modified version of Wine licensed under the LGPL 2.1. Wine is - - Copyright (c) 1993-2020 the Wine project authors - -Visit Wine at - - https://winehq.org - -View our modifications at - - https://github.com/ValveSoftware/wine - ----- ---- ---- ---- - -This software contains a modified version of DXVK licensed under the zlib/libpng license. DXVK is - - Copyright (c) 2017-2020 Philip Rebohle - Copyright (c) 2019-2020 Joshua Ashton - -Visit DXVK at - - https://github.com/doitsujin/dxvk - -View our modifications at - - https://github.com/ValveSoftware/dxvk - ----- ---- ---- ---- - -This software contains FAudio licensed under the zlib license. FAudio is - - Copyright (c) 2011-2020 Ethan Lee, Luigi Auriemma, and the MonoGame Team - -Visit FAudio at - - https://github.com/FNA-XNA/FAudio - ----- ---- ---- ---- - -This software contains glib licensed under the LGPL 2.1. - -Visit glib at - - https://wiki.gnome.org/Projects/GLib - ----- ---- ---- ---- - -This software contains gstreamer, gst-plugins-base, and gst-plugins-good licensed under the LGPL 2. - -Visit gstreamer at - - https://gstreamer.freedesktop.org/ - ----- ---- ---- ---- - -This software contains some Liberation Fonts licensed under the SIL Open Font License, available at LICENSE.OFL. These fonts are - - Copyright (c) 2010 Google Corporation - Copyright (c) 2012 Red Hat, Inc. - -Visit Liberation Fonts at - - https://github.com/liberationfonts/liberation-fonts - ----- ---- ---- ---- - -This software contains Source Han Sans licensed under the SIL Open Font License, available at LICENSE.OFL. This font is - - Copyright 2014-2019 Adobe (http://www.adobe.com/) - -Visit Source Han Sans at - - https://github.com/adobe-fonts/source-han-sans - ----- ---- ---- ---- - -This software contains some fonts from the Google Noto collection, licensed under the SIL Open Font License, available at LICENSE.OFL. They are - - Copyright 2015 Google Inc. - -Visit the Google Noto fonts collection at - - https://www.google.com/get/noto/ - ----- ---- ---- ---- - -This software contains wine-mono, parts of which are included under a variety of licenses. - - Parts of Mono (mono/) are variously licensed under the GPL, LGPL, and MIT X11 licenses. All parts are available as LGPL or MIT X11 except for the following: - * The ICSharpCode.SharpZipLib library is available as GPL with an exception (see mono/mcs/class/ICSharpCode.SharpZipLib/README). - * mcs/jay is BSD-licensed. - - The Visual Basic class libraries (mono-basic/) are MIT X11. The compiler is LGPL v2. - - FNA is a mix of MSPL and MIT. It has the following library dependencies: - * FAudio, MojoShader, Theorafile, SDL2, SDL_image_compact, and SDL2-CS are zlib-licensed. SDL2-CS is built into FNA.dll. - * FNA.NetStub is MSPL. - - The winforms and wpf libraries are MIT. - -wine-mono itself is included under the MIT license. wine-mono is - - Copyright (c) 2012 Vincent Povirk for CodeWeavers - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - -Visit wine-mono at - - https://github.com/madewokherd/wine-mono - -View wine-mono's complete license at - - https://github.com/madewokherd/wine-mono/blob/master/COPYING - ----- ---- ---- ---- - -This software contains wine-gecko, parts of which are included under a variety of licenses. - -wine-gecko itself is included under the Mozilla Public License 2.0. - -wine-gecko is available in Source Code form at - - https://sourceforge.net/p/wine/wine-gecko - ----- ---- ---- ---- - -This software contains a modified version of Vkd3d licensed under the LGPL 2.1. Vkd3d is - - Copyright 2016-2019 the Vkd3d project authors - -Visit Vkd3d at - - https://source.winehq.org/git/vkd3d.git - -View our modifications at - - https://github.com/ValveSoftware/vkd3d - ----- ---- ---- ---- - -This software contains orc. Orc is - - Copyright 2002 - 2009 David A. Schleef - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING - IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - - The source code implementing the Mersenne Twister algorithm is - subject to the following license: - - Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Visit orc at - - https://gitlab.freedesktop.org/gstreamer/orc - ----- ---- ---- ---- - -This software contains the following Rust libraries under the MIT license: - - gstreamer-rs - - array-init - Copyright (c) 2010 The Rust Project Developers - - autocfg - Copyright (c) 2018 Josh Stone - - bitflags - num-integer - num-rational - num-traits - Copyright (c) 2014 The Rust Project Developers - - cfg-if - pkg-config - proc-macro2 - toml - Copyright (c) 2014 Alex Crichton - - chrono - Copyright (c) 2014 Kang Seonghoon - - crc32fast - Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors - - futures-channel - futures-core - futures-executor - futures-macro - futures-task - futures-util - Copyright (c) 2016 Alex Crichton - Copyright (c) 2017 The Tokio Authors - - glib - Copyright (c) 2013-2015 The Gtk-rs Project Developers - - heck - unicode-segmentation - unicode-xid - Copyright (c) 2015 The Rust Project Developers - - libc - Copyright (c) 2014-2020 The Rust Project Developers - - muldiv - Copyright (c) 2017 Sebastian Dröge - - murmur3 - Copyright (c) 2016 Stu Small - - pin-utils - Copyright (c) 2018 The pin-utils authors - - pretty-hex - Copyright (c) 2018 Andrei Volnin - - proc-macro-error - Copyright (c) 2019-2020 CreepySkeleton - - proc-macro-hack - Copyright (c) 2018 David Tolnay - - quote - Copyright (c) 2016 The Rust Project Developers - - slab - Copyright (c) 2019 Carl Lerche - - time - Copyright (c) 2019 Jacob Pratt - - version_check - Copyright (c) 2017-2018 Sergio Benitez - - anyhow - either - itertools - once_cell - paste - pin-project - proc-macro-crate - serde - syn - syn-mid - thiserror - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - ----- ---- ---- ---- - -Parts of this software are based on the OpenVR SDK, which is - - Copyright (c) 2015, Valve Corporation - All rights reserved. - - Redistribution and use in source and binary forms, with or without modification, - are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation and/or - other materials provided with the distribution. - - 3. Neither the name of the copyright holder nor the names of its contributors - may be used to endorse or promote products derived from this software without - specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR - ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Visit OpenVR at - - https://github.com/ValveSoftware/openvr - ----- ---- ---- ---- - -Parts of this software are based on the AMD AGS library, which is - - Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - ----- ---- ---- ---- - -This software contains the jxrlib library, which is - - Copyright (c) Microsoft Corp. All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING - IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/PyCharm_Academic_license b/licenses/PyCharm_Academic_license deleted file mode 100644 index 72e996e2747..00000000000 --- a/licenses/PyCharm_Academic_license +++ /dev/null @@ -1 +0,0 @@ -LICENSE AGREEMENT FOR PYCHARM (Academic License) IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. 1. PARTIES (a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. (b) "Licensee" means the individual who is a student, faculty or staff member at an educational institution, or the educational institution specified in the License Certificate, exercising rights under, and complying with all of the terms of, this Agreement. For purposes of this definition, "educational institution" means a public or private school, college, university or other post secondary educational establishment. 2. DEFINITIONS (a) "Authorized User" means (i) if Licensee is an individual, sole Licensee; (ii) if Licensee is an educational institution, any student, faculty or staff member authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. (b) "Client" means a computer device used by Authorized User for running Software. (c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. (d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. (e) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software"). 3. OWNERSHIP (a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. (b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. 4. GRANT OF LICENSE Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: (a) Licensee may: (i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; (ii) use Software for non-commercial, educational purposes only, including conducting academic research or providing educational services; and (iii) make one back-up copy of Software solely for archival purposes. (b) Licensee may not: (i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; (ii) reverse-engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; (iii) allow the use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple Clients or on different operating systems at a time; or (iv) use Software for any commercial purpose. 5. THIRD PARTY SOFTWARE LICENSE (a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. (b) Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. (c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. 6. RESTRICTED USE DURING EVALUATION PERIOD (a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). (b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. (c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. 7. LICENSE FEES AND PAYMENTS Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. 8. UPGRADES (a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. IfLicensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software. (b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. 9. LIMITED WARRANTY SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. 10. DISCLAIMER OF DAMAGES (a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. (b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. 11. EXPORT REGULATIONS Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. 12. TERMINATION If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. 13. MARKETING Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. 14. GENERAL (a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. (b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. (c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. (d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. (e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. For exceptions or modifications to this Agreement, please contact Licensor at: Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic Fax: +420 241 722 540 E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/licenses/PyCharm_Classroom_license b/licenses/PyCharm_Classroom_license deleted file mode 100644 index 68d27048a75..00000000000 --- a/licenses/PyCharm_Classroom_license +++ /dev/null @@ -1 +0,0 @@ -LICENSE AGREEMENT FOR PYCHARM (Classroom License) Version 11, Effective as of 16 May 2013 IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. 1. PARTIES (a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na h?ebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. (b) "Licensee" means a public or private school, college, training courses, university and other post secondary educational establishment specified in the License Certificate, exercising rights under, and complying with the terms of this Agreement. 2. DEFINITIONS (a) "Authorized User" means any student, faculty or staff member authorized by Licensee to use the Software while performing duties within the scope of their employment or assignment. (b) "Software" means software program known as IntelliJ IDEA in binary form, including its documentation, upgrades provided pursuant to Section 7 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 6 of this Agreement by parties other than Licensor and that either integrated with or made part of IntelliJ IDEA (collectively, "Third Party Software"). (c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. (d) "License Key" means a unique key-code that enables Licensee to use the Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for the Software. (e) "Client" means a computer device owned, leased or otherwise directly controlled by Licensee; that is part of Licensee's internal network domain, located at Licensee's permanent facilities, and used by Authorized User for running the Software. (f) "License Server" means a software program that issues and revokes License Tickets to/from Clients based on installed License Key. (g) "License ticket" means a token granted to a Client by the License Server in order to activate the Software installed on the Client. 3. OWNERSHIP (a) The Software is the property of Licensor or its suppliers. The Software is licensed, not sold. Title and copyrights to the Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of the Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. (b) The Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in the Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. 4. GRANT OF LICENSE Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use the Software for a period of 1 (one) year as follows: (a) Licensee may: (i) install and use the version of the Software that has been specified in License Certificate on any number of Clients; (ii) use the Software by Authorized Users solely in support of classroom instruction of students. The right to use the Software for any other purposes is expressly prohibited; (iii) allow Authorized Users to install and use the Software for homework at their residencies on personally owned computers and process respective License Tickets, provided that they agree to all provisions of this Agreement; (iv) install License Server solely on its own Clients (in such a case the Section 4 letter a) iii) of this Agreement shall not apply); (v) process License Tickets to Clients; and (vi) make one back-up copy of the Software for archival purposes. (b) Licensee may not: (i) sell, redistribute (except as set forth in Paragraph 5 herein), encumber, give, lend, rent, lease, sublicense, or otherwise transfer the Software, or any portions of the Software, to anyone without the prior written consent of Licensor; (ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the Software; or (iii) use the Software for any commercial purposes. Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of the Software by Authorized Users in an inappropriate manner or access to the Software by unauthorized users. 5. THIRD PARTY SOFTWARE LICENSE (a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. (b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. (c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. 6. UPGRADES AND LICENSE RENEWAL (a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site atwww.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. (b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade download or license renewal. 7. LIMITED WARRANTY SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. 8. DISCLAIMER OF DAMAGES (a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. (b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. 9. EXPORT REGULATIONS Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. 10. TERMINATION If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its computers and archives, and also ensure that it is deleted by Authorized Users. LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. 11. MARKETING Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. 12. GENERAL (a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. (b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. (c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. (d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. (e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. For exceptions or modifications to this Agreement, please contact Licensor at: Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic Fax: +420 241 722 540 E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/licenses/PyCharm_OpenSource_license b/licenses/PyCharm_OpenSource_license deleted file mode 100644 index c5a41aa540e..00000000000 --- a/licenses/PyCharm_OpenSource_license +++ /dev/null @@ -1 +0,0 @@ -LICENSE AGREEMENT FOR PYCHARM (Open Source Project Development License) IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. 1. PARTIES (a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. (b) "Licensee" means an open source development group specified in the License Certificate. 2. DEFINITIONS (a) "Authorized User" means a software developer or other open source development group member who is authorized by Licensee to use Software for the purpose of development of an open source project. (b) "Client" means a computer device used by Authorized User for running Software. (c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. (d) "License Key" means a unique key-code that enables Licensee to use Software by multiple Authorized Users at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. (e) "Software" means software program known as JetBrains PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 6 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of JetBrains PyCharm (collectively, "Third Party Software"). 3. OWNERSHIP (a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. (b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. 4. GRANT OF LICENSE Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable, royalty-free license to use Software for a period of 1 (one) year as follows: (a) Licensee may: (i) install and use the licensed edition and version of Software on any number of Clients and on any operating system supported by Software; (ii) use Software by Authorized Users solely for the purpose of development of non-commercial open source projects that meet the Open Source Definition at: http://www.opensource.org/docs/osd The right to use Software for any other purposes is expressly prohibited, and; (iii) make one back-up copy of Software for archival purposes. (b) Licensee may not: (i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; (ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or (iii) use Software for any commercial purposes. Licensee agrees to comply with the terms of this Agreement, and to take reasonable measures to prevent use of Software by Authorized Users in an inappropriate manner or access to Software by unauthorized users. 5. THIRD PARTY SOFTWARE LICENSE (a) Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. (b) Licensee agrees and acknowledges that Sections 7 and 8 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. (c) LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. 6. UPGRADES AND LICENSE RENEWAL (a) Upgrades to new versions of Software are optional and free of charge during the 1-year license term. Licensee may obtain the generally available new versions of Software by downloading them from Licensor's web site at www.jetbrains.com. Licensee may renew its license for another year by submitting a written request to Licensor 30 (thirty) days prior to the license expiration date. (b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software or license renewal the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase or license renewal. 7. LIMITED WARRANTY SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. 8. DISCLAIMER OF DAMAGES (a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. (b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. 9. EXPORT REGULATIONS Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. 10. TERMINATION If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must delete Software from its Clients and archives, and also ensure that it is deleted by Authorized Users. LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. 11. MARKETING Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. 12. GENERAL (a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. (b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. (c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. (d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. (e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. For exceptions or modifications to this Agreement, please contact Licensor at: Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic Fax: +420 241 722 540 E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/licenses/PyCharm_Preview_License b/licenses/PyCharm_Preview_License deleted file mode 100644 index 76c6f93ab59..00000000000 --- a/licenses/PyCharm_Preview_License +++ /dev/null @@ -1,62 +0,0 @@ -JetBrains Technology Preview License Agreement - -IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT WHICH COVERS YOUR USE OF UNRELEASED SOFTWARE PROVIDED BY JETBRAINS S.R.O. ("LICENSOR") REFERENCED HEREIN AS JETBRAINS TECHNOLOGY. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING JETBRAINS TECHNOLOGY, YOU (EITHER AN INDIVIDUAL OR AN ENTITY) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. - -IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE JETBRAINS TECHNOLOGY. - -1. DEFINITIONS - -(a) "Evaluation Period" means forty five (45) days from the date of installation of JetBrains Technology on Your computer. - -(b) "JetBrains Technology" means a preview version of software program known as PyCharm which is not generally available, including its documentation, any modifications, and any Third Party Software. - -(c) Third Party Software means software programs that are owned and licensed by parties other than Licensor and that either integrated with or made part of JetBrains Technology. - -2. JETBRAINS TECHNOLOGY OWNERSHIP, LICENSE GRANT AND USE - -(a) JetBrains Technology is the property of Licensor or its suppliers. Title and copyrights to JetBrains Technology, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of JetBrains Technology regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. - -(b) Subject to the terms, conditions, and limitations set forth in Section 2 (c) of this Agreement, Licensor hereby grants to You a limited, non-exclusive, non-transferable, royalty-free license to: - -(i) use JetBrains Technology in accordance with its documentation during Evaluation Period; - -(ii) copy JetBrains Technology for archival or backup purposes, provided that all titles and trademarks, copyright, and restricted rights notices are reproduced on such copies. - -(c) You are not expressly permitted to: - -(i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer JetBrains Technology, or any portions of JetBrains Technology; - -(ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of JetBrains Technology, or create derivative works from JetBrains Technology; - -(iii) continue using JetBrains Technology upon termination of this Agreement as set forth in Section 5 herein. - -(d) You can provide to Licensor Your feedback, suggestions or ideas concerning the functionality and performance of JetBrains Technology (collectively, "Feedback"). You agree that Your Feedback will automatically become the property of Licensor and may be used by Licensor to improve JetBrains Technology or other Licensor's products. Licensor shall have a non-exclusive, perpetual, irrevocable, royalty-free, worldwide right and license to use, reproduce, disclose, sublicense, distribute, modify, and otherwise exploit Feedback without restriction. No obligation is assumed or may be implied on Licensor by receipt, examination or use of Feedback. For the avoidance of any doubt, this Section 2(d) does not apply to any Third Party Software. - -(e) You acknowledge that Licensor shall be under no obligation to provide technical support or upgrades for JetBrains Technology. - - -3. LIMITATION OF LIABILITY - -(a) You understand that JetBrains Technology is only a preview version of the software product which has not been publicly announced or made available by Licensor, and that Licensor has no express or implied obligation to publicly announce or make available any production version of JetBrains Technology, or any product similar to or compatible with JetBrains Technology. You also understand that JetBrains Technology may contain errors, and that Licensor has no express or implied obligation to fix such errors. JetBrains Technology may contain features, functionality or modules that will not necessary be included in the production version of JetBrains Technology. You acknowledge that You use JetBrains Technology at Your own risk. - -(b) JETBRAINS TECHNOLOGY IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE. - -4. DISCLAIMER OF DAMAGES - -REGARDLESS OF WHETHER ANY REMEDY SET FORTH HEREIN FAILS OF ITS ESSENTIAL PURPOSE, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY YOU OR ANY USER OF THE JETBRAINS TECHNOLOGY, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OR INABILITY TO USE THE JETBRAINS TECHNOLOGY, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. - -5. TERMINATION - -This Agreement shall terminate upon the earlier of (a) automatic expiration of Evaluation Period based on the system date; (b) public release of any production version of JetBrains Technology, or (c) termination by Licensor, in its sole discretion, upon notice on Licensor's website. Upon termination of this Agreement, rights to use JetBrains Technology granted to You under this Agreement shall immediately terminate, and You shall immediately cease using JetBrains Technology. - -6. GENERAL - -(a) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between You and Licensor concerning Your use of JetBrains Technology, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to JetBrains Technology. - -(b) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. - -(c) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. You agree that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. - -(d) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or You may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. - -For any questions regarding this Agreement, please contact JetBrains at sales@jetbrains.com. diff --git a/licenses/PyCharm_license b/licenses/PyCharm_license deleted file mode 100644 index be17ba84b40..00000000000 --- a/licenses/PyCharm_license +++ /dev/null @@ -1 +0,0 @@ -LICENSE AGREEMENT FOR PYCHARM (Commercial and Personal License) IMPORTANT! READ CAREFULLY: THIS IS A LEGAL AGREEMENT. BY DOWNLOADING, INSTALLING, COPYING, SAVING ON YOUR COMPUTER, OR OTHERWISE USING THIS SOFTWARE, YOU (LICENSEE, AS DEFINED BELOW) ARE BECOMING A PARTY TO THIS AGREEMENT AND YOU ARE CONSENTING TO BE BOUND BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT, YOU SHOULD NOT DOWNLOAD, INSTALL AND USE THE SOFTWARE. 1. PARTIES (a) "Licensor" means JetBrains s.r.o., having its principal place of business at Na hrebenech II 1718/10, Prague, 14700, Czech Republic, registered with Commercial Register kept by the Municipal Court of Prague, Section C, file 86211, ID.Nr.: 265 02 275. (b) "Licensee" means the individual or legal entity specified in the License Certificate. For legal entities, "Licensee" includes any entity which controls, is controlled by, or is under common control with Licensee. For purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 2. DEFINITIONS (a) "Authorized User" means (i) if Licensee is an individual, solely Licensee; (ii) if Licensee is a legal entity, any employee, independent contractor and other temporary worker authorized by Licensee to use Software while performing duties within the scope of their employment or assignment. (b) "Client" means a computer device used by Authorized User for running Software. (c) "License Certificate" means evidence of a license provided by Licensor to Licensee in electronic or printed form. (d) "License Key" means a unique key-code that enables a single Authorized User to use Software at a time. Only Licensor and/or its representatives are permitted to produce License Keys for Software. (e) "License Server" means a server application that is designed to store License Keys and to enable access to Software from Clients within Licensee's local area network ("Licensee's LAN"). License Server may be optionally provided by Licensor to Licensee. (f) "Server Computer" means a central computer device that is part of Licensee's LAN and that is dedicated by Licensee to run License Server. (g) "Software" means software program known as PyCharm in binary form, including its documentation, upgrades provided pursuant to Section 8 of this Agreement, and any third party software programs that are owned and licensed pursuant to Section 5 of this Agreement by parties other than Licensor and that are either integrated with or made part of PyCharm (collectively, "Third Party Software"). 3. OWNERSHIP (a) Software is the property of Licensor or its suppliers. Software is licensed, not sold. Title and copyrights to Software, in whole and in part and all copies thereof, and all modifications, enhancements, derivatives and other alterations of Software regardless of who made any modifications, if any, are, and will remain, the sole and exclusive property of Licensor and its suppliers. (b) Software is protected by United States Copyright Law and International Treaty provisions. Further, the structure, organization, and code embodied in Software are the valuable and confidential trade secrets of Licensor and its suppliers and are protected by intellectual property laws and treaties. Licensee agrees to abide by the copyright law and all other applicable laws of the United States including, but not limited to, export control laws. 4. GRANT OF LICENSE Subject to the terms, conditions, and limitations set forth in this Agreement, including any amendments thereto, Licensor hereby grants to Licensee a limited, non-exclusive, non-transferable license to use Software as follows: (a) Licensee may: (i) install and use the licensed edition and version of Software specified in License Certificate(s) on any number of Clients and on any operating system supported by Software, provided that a number of concurrent users of Software never exceeds the number of Authorized Users specified in the appropriate License Certificate(s) and that the same License Key is not used by multiple Authorized Users, on multiple Clients, or on different operating systems at a time; (ii) access Software from Clients via License Server if Licensee has obtained License Server from Licensor. Licensee may install multiple instances of License Server, provided that Licensee complies with restrictions set forth in this Section 4; and (iii) make one back-up copy of Software solely for archival purposes. (b) Licensee may not: (i) sell, redistribute, encumber, give, lend, rent, lease, sublicense, or otherwise transfer Software, or any portions of Software, to anyone without the prior written consent of Licensor; (ii) reverse engineer, decompile, disassemble, modify, translate, make any attempt to discover the source code of Software, or create derivative works from Software; or (iii) allow the use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time. Software may contain a feature preventing concurrent use of the same License Key by multiple Authorized Users, on multiple instances of License Server, on multiple Clients or on different operating systems at a time. (c) Additional Limitations for private individuals (applicable to Personal License only): If Licensee is a private individual, Licensee acknowledges that Software provided under this Agreement is only for his/her individual use and agrees to purchase Software using his/her own funds only. Notwithstanding anything to the contrary set forth above, Licensee may not use Software, and this Agreement shall not be in effect, in the event that Licensee does not pay Software license fee using Licensees own funds, or if any third party pays Software license fee, or if Licensee expects or receives reimbursement for Software license fee from any third party. 5. THIRD PARTY SOFTWARE LICENSE Licensee agrees to comply with the terms and conditions contained in Third-Party Software license agreements with respect to the applicable Third-Party Software. Licensee agrees and acknowledges that Sections 9 and 10 of this Agreement shall also govern Licensee's use of the Third-Party Software. Licensor will have no responsibility with respect to any Third Party Software, and Licensee will look solely to the licensor(s) of the Third Party Software for any remedy. Licensor claims no right in the Third Party Software, and the same is owned exclusively by the licensor(s) of the Third Party Software. LICENSOR PROVIDES NO WARRANTY, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH RESPECT TO ANY THIRD PARTY SOFTWARE. 6. RESTRICTED USE DURING EVALUATION PERIOD (a) Subject to the terms of this Agreement, Licensee is granted a right to use Software for evaluation purposes without charge for a period of thirty (30) days from the date of installation of Software unless otherwise specified (Evaluation Period). (b) Licensees use of Software during Evaluation Period shall be limited to the internal evaluation of Software for the sole purpose of determining whether Software meets Licensees requirements and whether Licensee desires to continue using Software. (c) Upon expiration of Evaluation Period, Licensee must obtain License Key for perpetual use of Software or cease using Software. Software contains a feature that will automatically disable Software upon expiration of Evaluation Period. Licensee may not disable, destroy, or remove this feature of Software, and any attempt to do so will be in violation of this Agreement and will terminate Licensee's rights to use Software. 7. LICENSE FEES AND PAYMENTS Licensee will pay to Licensor the license fee and other charges and expenses as set forth in an appropriate invoice or other purchase documentation. Licensor may charge Licensee interest for any payment that is more than thirty (30) days past due at the rate of one and one-half percent (1.5%) per month or the highest amount allowed by law, whichever is lower. 8. UPGRADES (a) All generally available Upgrades to Software will be free of charge to Licensee during the initial one (1) year period after purchase of Software. If Licensee obtains a new License Key for upgrade, Licensee shall destroy a License Key obtained for the previous version of Software. (b) If not agreed otherwise in writing between Licensor and Licensee, upon upgrading to new version of Software the relationship between parties shall be governed and amended (if applicable) by the terms and conditions of License agreement related to Software available at www.jetbrains.com on the day of upgrade purchase. 9. LIMITED WARRANTY SOFTWARE IS PROVIDED TO LICENSEE "AS IS" AND WITHOUT WARRANTIES. LICENSOR MAKES NO WARRANTY AS TO ITS USE OR PERFORMANCE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR, AND ITS AFFILIATES, SUPPLIERS AND RESELLERS, DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. 10. DISCLAIMER OF DAMAGES (a) TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR OR ITS AFFILIATES, LICENSORS, SUPPLIERS OR RESELLERS BE LIABLE TO LICENSEE UNDER ANY THEORY FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY USER OF SOFTWARE, OR FOR ANY SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL, OR SIMILAR DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONFIDENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER ) ARISING OUT OF THE USE OR INABILITY TO USE SOFTWARE, OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND REGARDLESS OF THE LEGAL OR EQUITABLE THEORY (CONTRACT, TORT OR OTHERWISE) UPON WHICH THE CLAIM IS BASED. (b) IN ANY CASE, LICENSOR'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS AGREEMENT WILL BE LIMITED TO THE AMOUNT ACTUALLY PAID BY LICENSEE FOR SOFTWARE UNDER THIS AGREEMENT. 11. EXPORT REGULATIONS Licensee agrees and accepts that Software may be subject to import and export laws of any country, including those of the European Union and United States (specifically the Export Administration Regulations (EAR)). Licensee acknowledges that it is not a citizen, national, or resident of, and is not under control of the governments of Cuba, Iran, North Korea, Sudan or Syria and is not otherwise a restricted end-user as defined by applicable export control laws. Further, Licensee acknowledges that it will not download or otherwise export or re-export Software or any related technical data directly or indirectly to the above-mentioned countries or to citizens, nationals, or residents of those countries, or to any other restricted end user or for any restricted end-use. 12. TERM AND TERMINATION (a) Except as otherwise provided in License Certificate, the license granted herein shall be perpetual. (b) If Licensee fails to comply with the terms and conditions of this Agreement, this Agreement and Licensee's right and license to use Software will terminate immediately. Licensee may terminate this Agreement at any time by notifying Licensor. Upon the termination of this Agreement, Licensee must cease using Software and delete Software from its Clients and archives. LICENSEE AGREES THAT UPON TERMINATION OF THIS AGREEMENT FOR ANY REASON, LICENSOR MAY TAKE ACTIONS SO THAT SOFTWARE NO LONGER OPERATES. 13. MARKETING Licensee agree to be identified as a customer of Licensor and that Licensor may refer to Licensee by name, trade name and trademark, if applicable, and may briefly describe Licensee's business in Licensor's marketing materials, on Licensor's web site, in public or legal documents. Licensee hereby grants Licensor a license to use Licensee's name and any of Licensee's trade names and trademarks solely pursuant to this marketing section. 14. GENERAL (a) Licensor reserves the right at any time to cease the support of Software and to alter prices, features, specifications, capabilities, functions, licensing terms, release dates, general availability or other characteristics of Software. (b) This Agreement, including the Third Party Software license agreements, constitutes the entire agreement between the parties concerning Licensee's use of Software, and supersedes any and all prior or contemporaneous oral or written representations, communications, or advertising with respect to Software. No purchase order, other ordering document or any hand written or typewritten text which purports to modify or supplement the printed text of this Agreement or any schedule will add to or vary the terms of this Agreement unless signed by both Licensee and Licensor. (c) A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach. The provisions of this Agreement which require or contemplate performance after the expiration or termination of this Agreement will be enforceable notwithstanding said expiration or termination. (d) This Agreement will be governed by the laws of Czech Republic, without reference to conflict of laws principles. Licensee agrees that any litigation relating to this Agreement may only be brought in, and will be subject to the jurisdiction of, any Court of Czech Republic. (e) Titles are inserted for convenience only and will not affect in any way the meaning or interpretation of this Agreement. If any provision of this Agreement is held invalid, the remainder of this Agreement will continue in full force and effect. Either Licensor or Licensee may assign this Agreement in the case of a merger or sale of substantially all of its respective assets to another entity. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and assigns. For exceptions or modifications to this Agreement, please contact Licensor at: Address: Na hrebenech II 1718/10, Prague, 14700, Czech Republic Fax: +420 241 722 540 E-mail: sales@jetbrains.com \ No newline at end of file diff --git a/licenses/Synrc-Research-Center b/licenses/Synrc-Research-Center deleted file mode 100644 index c1808387f12..00000000000 --- a/licenses/Synrc-Research-Center +++ /dev/null @@ -1,18 +0,0 @@ -Copyright (c) 2013 Maxim Sokhatsky, Synrc Research Center - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -Software may only be used for the great good and the true happiness of all sentient beings. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/licenses/Unicode_License b/licenses/Unicode_License deleted file mode 100644 index a2f08e1a7c9..00000000000 --- a/licenses/Unicode_License +++ /dev/null @@ -1,53 +0,0 @@ -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE - -Unicode Data Files include all data files under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, -and http://www.unicode.org/utility/trac/browser/. - -Unicode Data Files do not include PDF online code charts under the -directory http://www.unicode.org/Public/. - -Software includes any source code published in the Unicode Standard -or under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, -and http://www.unicode.org/utility/trac/browser/. - -NOTICE TO USER: Carefully read the following legal agreement. -BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA -FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, -AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. -IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE -DATA FILES OR SOFTWARE. - -COPYRIGHT AND PERMISSION NOTICE - -Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under -the Terms of Use in http://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of the Unicode data files and any associated documentation (the "Data Files") -or Unicode software and any associated documentation (the "Software") to deal -in the Data Files or Software without restriction, including without -limitation the rights to use, copy, modify, merge, publish, distribute, -and/or sell copies of the Data Files or Software, and to permit persons to -whom the Data Files or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies of the Data -Files or Software, or -(b) this copyright and permission notice appear in associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS -INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR -CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE -OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall not -be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written authorization -of the copyright holder. diff --git a/licenses/Yunio b/licenses/Yunio deleted file mode 100644 index 4c08219ca8b..00000000000 --- a/licenses/Yunio +++ /dev/null @@ -1,146 +0,0 @@ -云诺(Yunio)服务条款 -感谢您选择 云诺 服务!在使用本服务前,请您务必先仔细阅读本协议以下条款: - -(一)定义 -1.“云诺 服务”/“本服务”,包括截止目前已经推出的在线同步和储存服务及后续 云诺 可能推出的纳入 云诺 互联网应用范畴内的其他服务。 云诺 将不断创新致力于向您提供最优体验,您认知并同意 云诺 提供的服务形式和本质可不经事先通知您而不时变换。 -2.“云诺 服务”即 云诺 运用在线同步和储存服务系统,按照用户已同意的 云诺 指定的服务协议条款,依据接收到的用户帐号、密码和用户指令(用户指令,包括但不限于用户手动操作所发出的指令以及用户客户端软件自动同步所发出的指令)进行相应的操作,通过互联网络为用户提供远程文件储存的服务。 -3. 本协议所提“自动同步”,是指用户登录其客户端软件(例如:云诺 的 Windows、Mac、iOS 或 Android 客户端)并且在其客户端软件链接到互联网的前提下,客户端软件监测到用户所设置的同步目录项下的本地文件发生“变化”后自动将“变化”更新到该用户的网络帐户下,以及在监测到该用户的网络帐户下文件发生“变化”后自动将“变化”更新到用户所设置的同步目录项下本地文件的行为。本协议所提“变化”,包括但不限于文件/文件夹的增加、删除、更名、更改、移动。 -(二)接受本协议 -1. 所有用户,包括但不限于“在线同步和储存服务用户”拟使用本服务的全部或部分必须首先同意本协议。如果您不接受本协议,请不要使用本服务的全部或部分。 -2. 即便您没有点击同意本协议,您的下述行为也将视为您对本协议的认可: -2.1 点击注册链接注册本服务,您的注册行为将视为您对本协议的完全同意; -2.2 实际使用本服务,您的使用行为将视为您对本协议的完全同意; -2.3 实际使用 云诺 连同本服务一并提供的任何产品或服务,您的使用行为将视为您对本协议的完全同意; -2.4 实际使用第三方连同本服务一并提供的任何产品或服务,您的使用行为将视为您对本协议的完全同意。 -3. 您继续之前,云诺 强烈建议您打印或在本地保存本协议作为备案。 -(三)服务资费 -云诺 将有可能就本服务的全部或部分向用户收取费用,具体资费政策以 云诺 届时公布内容为准,届时如您不同意按照 云诺 制定的收费标准支付服务费用,您可自行主动取消本服务。 - -(四)本协议和/或本服务的变更 -1. 云诺 有权依照本协议约定方式就本协议的有关约定和/或有关服务内容进行变更,包括但不限于对在线同步和储存用户按照 云诺 规定的标准进行分级并针对不同级别的在线储存用户提供不同服务内容,对 云诺 在线储存服务的储存空间、储存格式要求、用户帐户下网站回收站中文件的保留时间、对保存在用户帐户下的相同文件名的文件/文件夹因发生“变化”所产生的历史记录版本的数量、本服务的具体形式、方法等进行调整。 云诺 将在该变更内容确定后通过本协议第(十二)条约定的方式向用户公布,一旦本协议和/或有关服务内容发生变动,云诺 将会在该变更内容确定后通过本协议第(十二)条约定的方式向用户公布。 - -2. 请您不时关注本协议及本服务有关内容,以便掌握任何变动情况。如果您不同意 云诺 变更的内容,您可以主动取消获得的本服务。如果您在变更内容通告后15天内未主动取消本服务,包括但不限于未删除储存或发布的数字作品,则视为接受本协议和/或有关服务的变更;变更内容通告后您如果仍继续使用 云诺 提供的产品和服务亦构成对有关变更的接受。本协议及针对某项服务添加相关特别约定、专项服务协议中凡提及“主动取消本服务”均仅指用户以邮件方式主动联系本服务的 云诺 客服并明确告知 云诺 客服取消服务,云诺 客服联系邮件为support@yun.io。如用户针对变更内容有异议,应立即停止使用本服务,并在上述约定期限内主动取消本服务, 但无权要求 云诺 退还其已支付的费用(如果有关服务为收费服务)。 - -3. 同时,云诺 将可能进一步扩充本服务功能,针对该部分新增功能将有可能附带特别适用于该功能的协议内容,请您在使用该新增功能前,仔细阅读该功能所附带协议(如有)。届时您接受该项新增功能服务的前提为您同意该项新增功能服务所附带的所有法律文件,包括但不限于本协议及新增功能服务所附带的协议。如果您不接受该新增功能所附带协议,请您切勿使用该新增功能,您的使用行为将被视为您完全接受该附带协议。同时您知悉并同意如本协议与任何针对某项新增服务添加相关特别约定、协议不一致的,均优先适用针对新增功能所添加相关特别约定及协议的规定。 -(五)服务开通及中止、终止 -1. 服务的开通 -1.1 用户接受 云诺 指定的服务条款完成相应的用户帐户注册程序后,便成为本服务的合法用户; -1.2 用户在申请使用本服务时,必须向 云诺 提供真实、准确的个人资料,如个人资料有任何变动,必须及时更新,以便 云诺 确认您的身份,为您提供密码找回等服务。如您的密码被遗忘、丢失或被盗用,您可按 云诺 规定的流程申请重置或更换,除按规定的流程为您重置或更换密码外, 云诺 对此不承担其他任何责任; -1.3 用户申请成功后,每个用户都将获得一个用户帐户并由该用户掌握其相应的密码,该用户帐户和密码由用户负责保管;用户应当对以其用户帐户进行的所有活动和事件负法律责任。若因为用户自身原因,而导致帐户、密码遭他人非法使用时, 云诺 将不负责处理。用户自身原因包括但不限于:任意向第三者透露帐户和密码及所有注册资料;多人共享同一个帐户;安装非法或来路不明的程序;将已经登陆帐号的设备提供给他人使用等; -1.4 用户输入的姓名和身份证、护照、军人证号码结合其与之对应的证件,作为用户的有效身份证明;在无法有效证明其身份时,云诺 有权拒绝向其提供任何信息或承担任何义务; -1.5 如若有任何第三方向 云诺 发出指示,在确认其提供账户、密码信息准确的情况下,用户同意且 云诺 有权视为该行为获得了用户的充分授权,该行为所产生结果直接归属于用户本身。 -2. 服务的中止 -2.1 为了本服务的正常运行, 云诺 需要定期或不定期地进行维护,因此类情况而造成的正常服务中断,用户应该予以理解,云诺 将尽合理努力事先进行通告,并尽力避免服务中断或将中断时间限制在最短时间内;但对因此产生的不便和损失, 云诺 不承担责任; -2.2 如发生下列任何一种情形, 云诺 有权随时中断向用户提供本协议项下的服务而无需通知用户,对因此而产生的不便或损害,云诺 对用户或第三人均不承担任何责任: -2.2.1 定期检查或施工,更新软硬件等, 云诺 有权暂停服务,但 云诺 会尽快完成维护、更新工作; -2.2.2 服务器遭受损坏,无法正常运作; -2.2.3 突发性的软硬件设备与电子通信设备故障; -2.2.4 网络提供商线路或其它故障; -2.2.5 在紧急情况之下为维护国家安全或其它用户及第三者之人身安全; -2.2.6 不可抗力及其他第三方原因。 -2.3 当在线储存用户的剩余储存空间小于当前将要修改新增或者上传(包括但不限于在线储存用户自行手动上传、使用客户端软件(例如: 云诺 的 Windows、Mac、iOS 或 Android 客户端)的自动同步功能而自动同步上传,下同)新增或者自动保存的空间大小请求时, 云诺 将取消该在线储存用户本次对当前文件的上传和修改操作,并暂停对网络储存文件的自动保存服务,直至该在线储存用户清理出足够的储存空间。本条所述情况发生时,不会对已有在线文档造成任何影响。 云诺 在此提示 在线储存用户:请您关注剩余储存空间大小,并自行判断上述情况发生的可能性,自行承担上述情况发生时而可能造成的损失。 -3. 服务的终止 -用户可以联系客服自行主动取消本服务,一旦取消成功,该用户所有与本服务相关的内容,包括但不限于在线储存的内容或发布的数字作品,将会被自动删除。 云诺 强烈建议您在主动取消本服务前,自行备份相关内容。在您主动取消本服务后, 云诺 拒绝提供任何恢复服务。 -4. 除前款所述情形外,用户同意 云诺 享有在任何时候尽量提前给予网站公告(网站: http://www.yunio.com/ )通知的方式中断或终止部分或全部本服务的权利,用户已明确知晓上述权利的授予且知晓因上述权利的行使可能给自身及其他第三方造成的直接或间接利益减损,用户在此明确表示不追究 云诺 因行使上述单方中断或终止服务权利而可能导致的一切责任。 - -5. 如果 云诺 就本协议有关服务进行收费,则本协议项下该收费的有关服务终止后(仅指 云诺 决定终止提供该有关服务的情形),对于用户已经购买但尚未使用的有关服务, 云诺 将不会以任何方式退还给用户。 云诺 针对该用户已经购买但尚未使用的有关服务有权予以拒绝进行退还处理。 - -6. 无论因任何原因终止服务,云诺 将就该帐户予以删除。 -(六)广告 -1. 用户认可 云诺 有权在向用户提供服务时可展示广告和推销,无论是针对自身产品/服务或第三方产品/服务。 -2. 云诺 在服务上展示广告和推销的方式、模式和范围可不经向用户特别通知而变更。 -3. 用户应意识到作为服务一部分展示给用户的内容,包括但不限于服务中的广告及服务中的赞助内容,可能受知识产权的保护。用户不得修改、租赁、出租、借贷、出售、分发该内容(无论全部还是部分)或根据该内容创作衍生作品,除非 云诺 或内容权利人在单独协议中特别告知用户可以为之。 -4. 您于本服务或经由本服务与广告商进行通讯或商业往来,或参与促销活动,包含相关商品或服务之付款及交付,以及前述交易其他任何相关条款、条件、保证或声明,完全为您与前述广告商之间之行为。 云诺 依其注册地法律法规及本协议,毋须承担对广告及广告商进行审查、甄别之义务。 -5. 前述任何交易或前述广告商出现于本服务所生之任何性质的损失或损害,您同意 云诺 不予负责。 -(七)网站行为 -1. 本网站在国家法律、法规、政策范围内,依照用户指令(包括但不限于:用户使用在本网站注册的帐号/密码前提下,直接在本网站或在 云诺 合作的网站上的操作、用户对客户端软件的操作等相关操作)提供相关内容的上传、下载、储存、管理(包括但不限于进行删除操作)、链接或搜索服务,本网站不对用户发布数字作品进行任何编辑、修改或选择,仅为用户提供储存、发布数字作品和搜索、下载、使用数字作品的平台。 -2. 本网站不能控制用户发布数字作品的合法性以及其来源、归属,也不承担任何预先审核义务。本网站提醒用户应该通过自己的谨慎判断确定发布数字作品的合法性和有效性。 -3. 本网站不能控制或保证用户完全遵照本协议发布或使用数字作品,包括但不限于该数字作品与用户使用的其他软件的兼容性、可用性、稳定性。本网站提醒用户可能存在用户超出本协议范围进行发布或使用数字作品的侵权行为,用户应自行承担因此而产生的一切损失,包括但不限于因使用经本服务下载或取得的任何资料导致用户电脑系统损坏或资料丢失。本网站仅在必要时提供协助义务。 -4. 本网站不涉及任何基于发布数字作品而产生的包括权属确认、使用授权等在内的一切法律关系及法律纠纷。本网站不以任何形式参与发布用户或者使用用户包括授权使用等在内行为,也拒绝承担基于此所产生的一切责任。 -5. 用户对使用本网站上的发布数字作品自行承担风险,本网站不就用户的任何行为做任何形式的保证。 -6. 本网站的发布数字作品,除因站务管理需要并已获得本网站授权而由本网站管理人员发布的公告类帖文外,仅代表该发布用户本人观点,与本网站立场无关。 -7. 因如下所列任何原因而造成的个人资料泄露、丢失、被盗用或被篡改等,本网站均获得免责: -(a) 任何因政府管制而造成的暂时性关闭等影响网络正常浏览的不可抗力原因; -(b) 任何计算机系统问题、黑客攻击、计算机病毒侵入或发作的原因。 -(八)用户行为 -1. 用户所储存、发布内容均系其合法享有著作权的作品或依法取得著作权人授权的作品(及享有相关权益及第三方授权的其他内容);用户就该内容依法享有的著作权或使用授权能完全满足本网站规则对该内容加以使用。 -2. 您经由本服务储存、发布数字作品,完全是您而非 云诺 的责任。 云诺 无法控制经由本服务储存、发布数字作品,因此不保证储存、发布数字作品之正确性、合法性、安全性、完整性或品质。 -3. 云诺 对于您使用本服务所储存、发布的数字作品不承担任何审查或保证责任,您承诺您使用本服务完全合法且不侵犯任何第三方的合法权益,如您使用本服务违反法律规定或侵害到其他人合法权益导致任何第三人提出索赔的,均由您独立承担全部法律责任。云诺 接受您提交内容之行为均不得视为 云诺 对该内容的认可。 -4. 如若 云诺 有理由认为您使用本服务之行为违反法律规定或有任何第三方告知 云诺 您使用本服务之行为侵犯其合法权益的, 云诺 有权在不预先通知您的情况下立即屏蔽或者删除相应内容,并暂停或终止您使用本服务的全部或部分,即便您使用本服务发布之内容有可能最终未被有管辖权的司法机构认定为非法或侵犯任何第三方的合法权益。 -5. 您若将 云诺 在线储存服务作下述使用, 云诺 有权屏蔽或者删除任何前述内容,并暂停或终止您使用本服务的全部或部分: -5.1“发布”任何非法、有害、胁迫、滥用、骚扰、侵害、中伤、粗俗、猥亵、诽谤、侵害他人隐私、有害或种族歧视的或道德上令人不快的“内容”; -5.2 以任何方式危害未成年人; -5.3 冒充任何人或机构,包含但不限于 云诺 主管. 论坛版主. 工作人员,或以虚伪不实的方式陈述或谎称与任何人或机构部门; -5.4 伪造 云诺 官方网站以及任何 云诺 在线储存服务以欺骗其它用户; -5.5 将侵害任何人之任何专利、 商标、 商业秘密、著作权或其他专属权利(以下简称“权利”)之“内容”加以“发布”; -5.6 将任何广告“内容”或其他任何形式的劝诱“内容”加以“发布”; -5.7 将设计目的在于干扰. 破坏或限制任何计算机软件. 硬件或通讯设备功能之软件病毒或其他计算机代码. 档案和程序之任何“内容”,加以“发布”; -5.8 破坏正常的使用流程,恶意共享文件,上传大量垃圾“内容”到公共储存空间; -5.9 干扰或破坏本服务或与本服务相连线之服务器和网络,或不遵守于本服务连线网络之规定. 程序. 政策或规范; -5.10 故意或非故意违反任何相关现行有效法律; -5.11 收集和储存其他用户之个人资料; -5.12 其他 云诺 认为有害或不当行为。 -6. 用户应遵守中华人民共和国相关法律法规(如果用户在中华人民共和国境外使用本服务,应遵守所在国家或地区的法律法规)。用户保证其所发布的数字作品不存在任何违法中华人民共和国法律、法规、政策的内容;不存在任何违背社会风俗、社会道德和互联网一般道德和礼仪的内容;不存在其他任何不当内容。特别提示,用户不得发布下列内容,否则 云诺 有权删除任何前述数字作品并暂停或终止您使用本服务的全部或部分: -6.1 反对中华人民共和国宪法所确定的基本原则的; -6.2 危害国家统一、主权和领土完整的; -6.3 泄露国家秘密,危害国家安全或者损害国家荣誉和利益的; -6.4 煽动民族仇恨、民族歧视,破坏民族团结或者侵害民族风俗、习惯的; -6.5 破坏国家宗教政策,宣扬邪教、迷信的; -6.6 散布谣言,扰乱社会秩序,破坏社会稳定的; -6.7 散布淫秽、赌博、暴力或者教唆犯罪的; -6.8 侮辱或者诽谤他人,侵害他人合法权益的; -6.9 危害社会公德或者民族优秀文化传统的; -6.10 发布任何非法、有害、胁迫、滥用、骚扰、侵害、中伤、粗俗、猥亵、诽谤、侵害他人隐私、有害或种族歧视的或道德上令人不快的数字作品; -6.11 以任何方式危害未成年人; -6.12 冒充任何人或机构,包含但不限于 云诺 主管、论坛版主、工作人员,或以虚伪不实的方式陈述或谎称与任何人或机构部门; -6.13 伪造 云诺 官方网站以及任何本服务以欺骗其它用户; -6.14 将侵害任何人之任何专利、商标、商业秘密、著作权或其他专属权利(以下简称“权利”)之数字作品加以发布; -6.15 将任何广告数字作品或其他任何形式的劝诱数字作品加以发布; -6.16 将设计目的在于干扰、破坏或限制任何计算机软件、硬件或通讯设备功能之软件病毒或其他计算机代码、档案和程序之任何数字作品,加以发布; -6.17 破坏正常的使用流程、恶意共享文件、发布大量垃圾数字作品到公共储存空间; -6.18 未经允许,进入计算机信息网络或者使用计算机信息网络资源的;未经允许,对计算机信息网络功能进行删除、修改或者增加的;未经允许,对进入计算机信息网络中储存、处理或者传输的数据和应用程序进行删除、修改或者增加的;干扰或破坏本服务或与本服务相连线之服务器和网络,或不遵守于本服务连线网络之规定、程序、政策或规范; -6.19 故意或非故意违反任何相关现行有效法律; -6.20 收集和储存其他用户之个人资料; -6.21 其他 云诺 认为有害或不当行为。 -7. 用户授权 -7.1 授权内容 -发布用户授权任何使用用户均可在法律允许的范围内就其发布在 云诺 的数字作品免费使用于非商业目的;上述授权为普通全球授权,不可分授权或转授权;该使用授权包括著作权法第十条所指复制权、发行权、出租权、展览权、表演权、放映权、、广播权、信息网络传播权、摄制权、改编权、翻译权、汇编权。“商业目的”在此界定为无论是否收费盈利,但凡与商业运营、推广等相关的目的或以任何直接或者间接的方式为公司或其他营利性组织服务均视为具备商业性; -7.2 授权限制 -为获得上述授权,使用用户应依照法律规定履行相关义务,尊重并不得侵犯发布用户人身性质的著作权,包括发表权、修改权、署名权、保持作品完整的权利;且应完全在本协议约定授权范围内使用,如若涉及任何超出本协议约定授权范围的使用均应自行与发布用户联系并获得其书面授权。同时在使用发布数字作品时在合理位置附上本协议内容全文使得第三方能明确获悉本协议条款,并不得就该协议条款作任何修改; -7.2 授权终止 -如若发布用户删除其发布的该数字作品,则该授权自删除行为完成时停止,该撤销行为对已发生的授权使用不具备溯及力,已授权行为可且仅可在原有范围内继续使用;除上述情况外,该授权持续生效。 -您使用任何发布数字作品的内容时,均依赖前述内容之正确性、合法性、完整性、安全性或实用性,您同意必须自行加以评估,承担所有风险。 -本网站在此声明,上述授权条款并不代表本网站已就发布用户的发布数字作品予以使用,不构成任何证明本网站使用发布用户的发布数字作品的依据。 -(九)移除通知 -1. 如果您认为发布用户发布在本网站发布数字作品侵犯您所享有的著作权,请以书面通知的形式向本网站提供以下信息以便本网站进行移除,通知书应包括以下内容: -1.1 涉嫌侵权发布数字作品所侵犯的著作权权属证明; -1.2 权利人的姓名(名称)、联系方式、地址、身份证复印件(自然人)、单位登记证明复印件(单位); -1.3 要求移除的发布数字作品的准确名称和网络地址; -1.4 侵犯著作权的相关证据; -1.5 通知书内容的真实性声明; -1.6 通知书需著作权人亲笔签名,若为单位则需加盖单位公章。 -本网站的联系方式为:support@yun.io -本网站将根据您发出的通知立即移除相关内容,并保留该通知 6 个月。但若您发出的通知书不符合上述约定,则视为未发出,本网站将不会采取任何措施。移除上述内容后,若本网站收到原发布用户的反通知证明被移除内容的合法性的,本网站有权恢复被移除的内容,并不承担任何责任。 -(十)声明 -1. 您需要自行承担下述责任和赔偿费用: -1.1 您经由本服务在线储存内容、共享在线储存的内容、发布数字作品侵害到其他人任何权益导致任何第三人提出索赔或请求; -1.2 您违反本协议导致任何第三人提出索赔或请求; -1.3 索赔请求包括但不限于合理的律师费和 云诺 及其关联公司、 主管、 代理人、 联名厂商或其他伙伴及员工的经济损失; -1.4 您自行承担因储存、发布数字作品所产生的一切法律责任,并保证本网站可在法律允许的范围内最大限度享有免责权。 -2. 服务范围 本服务仅供个人在中国大陆地区范围内(香港、澳门、台湾地区除外)用于非商业目的的使用,您不得以任何方式出售、转让本服务、将本服务租赁给其他方使用或以任何方式利用本服务牟取利益,任何超出上述授权范围的使用均被视为未经授权的非法使用行为, 云诺 保留权利要求相关责任人承担相应的法律责任包括但不限于民事责任、行政责任、刑事责任。 -3. 第三方行为之免责 因本服务的提供有赖于 云诺 之外的第三方提供的服务及资源,因此,如您使用本服务遭受的损失系由于 云诺 之外的第三方提供的服务及资源所致,您只能向该第三方追索赔偿, 云诺 将尽可能的予以协助,但对此不承担任何责任。 -4. 云诺 的有限保证 有限保证取代任何文档、包装、或其他资料中的任何其他明示或默示的保证(如果有)。 云诺 仅以"现有状况且包含所有错误"的形式提供相关的产品、软件或程序及任何服务,并仅保证: -(a) 云诺 所提供的产品和服务能基本符合 云诺 正式公布的要求; -(b) 云诺 所提供的相关产品和服务基本与 云诺 正式公布的服务承诺相符; -(c) 云诺 仅在商业上允许的合理范围内尽力解决 云诺 在提供产品和服务过程中所遇到的任何问题。 -在适用法律允许的最大范围内,云诺 明确表示不提供任何其他类型的保证,不论是明示的或默示的,包括但不限于适销性、适用性、可靠性、准确性、完整性、无病毒以及无错误的任何默示保证和责任。 在适用法律允许的最大范围内,云诺 并不担保 云诺 所提供的产品和服务一定能满足用户的要求或符合用户的期望,也不担保提供的产品和服务不会被中断,并且对产品和服务的及时性、安全性、出错发生,以及信息是否能准确、及时、顺利的传送均不作任何担保。 在适用法律允许的最大范围内,云诺 不就因用户使用 云诺 的产品和服务引起的、或在任何方面与 云诺 的产品和服务有关的任何意外的、非直接的、特殊的、或间接的损害或请求(包括但不限于因人身伤害、因用户隐私泄漏、用户个人资料或用户的文件、内容、信息、数据等的泄露、丢失、被盗用等,因未能履行包括诚信或合理谨慎在内的任何责任、因过失和因任何其他金钱上的损失或其他损失而造成的损害赔偿)承担任何责任。 -5. 无第三方受益人 本协议仅为用户和 云诺 的利益而订立。除许可的继承或转让之外,本协议非为任何他人的利益而订立。 -(十一)通告 -所有致用户的通告均可通过电子邮件或常规的站内信件或网站公告传送。其它重要事项均可以此形式进行。 -该通告于发送或公告之日视为已送达收件人。因为特殊原因(特殊原因包括但不限于:用户提供的电子邮箱失效、用户的邮箱设有邮件过滤、邮件拦截功能)导致用户的电子邮件地址无法成功收到 云诺 软件向您所提供的电子邮箱发送的通告, 云诺 对此不承担任何责任。 -(十二)法律管辖 -本协议的订立、执行和解释及争议的解决均应适用中国法律。 -如双方就本协议内容或其执行发生任何争议,双方应尽量友好协商解决;协商不成时,用户和 云诺 一致同意交由网站运营商所在地有管辖权的法院管辖。 -(十三)其他 -用户对服务之任何部分或本协议的任何部分之意见及建议可通过客户服务部门与 云诺 联系。 -请点击:http://www.yunio.com/ 查看客服联系方式。 diff --git a/licenses/dingding b/licenses/dingding deleted file mode 100644 index 6afe06927b4..00000000000 --- a/licenses/dingding +++ /dev/null @@ -1,278 +0,0 @@ -钉钉服务协议 - - - -欢迎使用钉钉产品及服务! - -提示:在使用钉钉产品及服务之前,您应当认真阅读并遵守《钉钉服务协议》(以下简称“本协议”)以及《钉钉隐私权政策》。请您务必审慎阅读、充分理解各条款内容,特别是免除或者限制责任的条款、争议解决和法律适用条款。免除或者限制责任的条款可能将以加粗字体显示,您应重点阅读。 - -当您按照注册页面提示填写信息、阅读并同意本协议且完成全部注册程序后,或您按照激活页面提示填写信息、阅读并同意本协议且完成全部激活程序后,或您以其他钉钉允许的方式实际使用本服务时,即表示您已充分阅读、理解并接受本协议的全部内容,本协议即产生法律约束力。您承诺接受并遵守本协议的约定,届时您不应以未阅读本协议的内容或者未获得钉钉对您问询的解答等理由,主张本协议无效或要求撤销本协议。 - - - -一、缔约主体 - -本协议由通过钉钉网站、移动客户端及PC端钉钉应用软件、硬件以及其他方式使用钉钉服务的用户(以下简称“用户”或“您”)与钉钉(中国)信息技术有限公司、钉钉科技有限公司(以下合称“钉钉公司”、“钉钉”或“我们”)共同缔结。 - - - -二、协议内容和效力 - -1、本协议内容包括本协议正文及所有我们已经发布或将来可能发布的隐私权政策、各项政策、规则、声明、通知、警示、提示、说明(以下简称“规则”)。前述规则为本协议不可分割的组成部分,与本协议具有同等法律效力。 - -2、钉钉公司有权根据需要不时制订、修改本协议及相关规则,变更后的协议和规则将通过钉钉官方网站(链接:www.dingtalk.com)提前七(7)天公告的形式通知您并就并经公告完毕后即取代原协议及规则生效。如您不同意相关变更,应当立即停止使用钉钉服务;如您继续使用钉钉服务或进行任何网站活动,即表示您已接受经修订的协议和规则。 - - - -三、服务内容 - -1、钉钉产品和服务包括钉钉官网(域名为dingtalk.com)、钉钉开放平台(open.dingtalk.com)、钉钉应用市场(appcenter.dingtalk.com)、钉钉分销平台(“DRP”, open-drp.dingtalk.com)、钉钉社区(club.dingding.xin)、钉钉客户端及钉钉网页版(域名为im.dingtalk.com)以及钉钉自有品牌智能硬件(诸如钉钉M1/M2智能考勤机、钉钉C1/C1B智能路由器、钉钉P1打印云盒等)及将钉钉部分功能/服务作为第三方服务集成在钉钉公司关联公司(见定义条款)和/或其他第三方智能硬件、软件或服务中(“钉钉服务”,具体以钉钉公司提供的为准)。钉钉公司会不断丰富您使用本服务的终端、形式等,如您已注册使用一种形式的服务,则可以以同一账号使用其他服务,本协议自动适用于您对所有版本的软件和服务的使用。 - -本协议不适用于其他第三方通过前述网页或钉钉客户端直接向您提供的服务(统称“第三方服务”),例如您通过钉钉应用市场开通使用的第三方应用,如您通过钉钉客户端个人支付宝(钱包)和企业办公支付功能实现的收付、转账、红包等支付相关功能,如您通过使用钉钉智能办公电话(双呼功能)和/或您通过钉钉聊天内选择开通的翻译功能以及钉钉表情包服务等服务。 - -2、钉钉公司依据本协议、《钉钉隐私权政策》以及其他适用的规则,许可您对钉钉软件进行不可转让的、非排他性的使用。您可以制作本软件的一个副本,仅用作备份。备份副本必须包含原软件中含有的所有著作权信息,本条及本协议其他条款未明示授权的其他一切权利仍由钉钉公司保留,您在行使这些权利时须另外取得钉钉公司的书面许可。钉钉公司如果未行使前述任何权利,并不构成对该权利的放弃。 - -3、本服务内容包含支持通讯录、电话会议、DING、消息未读列表等技术功能,这些功能服务可能根据用户需求的变化,随着因服务版本不同、或服务提供方的单方判断而被优化或修改,或因定期、不定期的维护而暂缓提供。 - -4、钉钉公司有权自行决定对服务或服务任何部分及其相关功能、应用软件进行变更、升级、修改、转移,并在钉钉官网(dingtalk.com)上公示通知。 - -5、经企业组织书面授权,您可以代表企业组织申请管理员账号,通过钉钉公司审核之后可通过该管理员账号上传和管理您所在企业组织的企业组织通信录,邀请企业通讯录内的企业组织成员加入相应企业组织群组,并通过钉钉服务实现企业组织内部成员沟通、工作互动、协同智能办公等。企业组织及授权企业管理员在对您的企业组织成员进行身份管理之前,应向您的企业组织成员充分说明基于企业管理需求所开通的钉钉相关服务。 - -6、如果您在使用本服务时接受邀请成为某个企业组织的成员并维持该身份时,您可以享受钉钉为该企业组织及其成员提供的工作圈服务内容,包括成员通信录、语音服务、应用服务等(以钉钉公司实际提供功能及企业组织或群组开通情况为准)。您所在企业组织及其管理员基于企业管理需求,对您的企业组织成员身份及基于该身份的相关权益进行管理,包括但不限于加入、删除以及调整权限和限制服务内容等。您保证在遵守钉钉服务规范的同时,按照企业组织的授权范围和规范使用钉钉服务。 - - - -四、注册及账号管理 - -1、您确认,在您完成注册程序或以其他钉钉公司允许的方式实际使用服务时,您应当是具备完全民事权利能力和与所从事的民事行为相适应的行为能力的自然人、法人或其他组织。若您不具备前述主体资格,请勿使用服务,否则您及您的监护人应承担因此而导致的一切后果,且钉钉公司有权注销(永久冻结)您的账户,并向您及您的监护人索偿。如您代表一家企业、组织机构或其他法律主体进行注册或以其他钉钉公司允许的方式实际使用本服务,则您声明和保证,您已经获得充分授权并有权代表该公司、组织机构或法律主体注册使用钉钉服务,并受本协议地约束。 - -2、您可以使用您提供或确认的手机号或者钉钉允许的其它方式作为账号进行注册, 您注册时应提交真实、准确、完整和反映当前情况的身份及其他相关信息,同时系统将为你自动分配一个钉钉号,你可以对钉钉号进行设置,但仅可以设置一次,设置钉钉号后将无法修改。你理解并同意,您承诺注册的账号名称、设置的钉钉号、头像和简介等信息中不得出现违法和不良信息,不得冒充他人,不得未经许可为他人注册,不得以可能导致其他用户误认的方式注册账号或设置钉钉号,不得使用可能侵犯他人权益的用户名(包括但不限于涉嫌商标权、名誉权侵权等),否则钉钉公司有权不予注册或停止服务并收回账号及钉钉号,因此产生的损失由您自行承担。 - -3、您了解并同意,钉钉注册账号(包括客户端账号及服务管理账号)所有权归属于钉钉公司,注册完成后,您仅获得账号使用权。钉钉账号使用权仅归属于初始申请注册人,不得以任何方式转让或被提供予他人使用,否则,钉钉公司有权立即不经通知收回该账号,由此带来的因您使用本服务产生的全部数据、信息等被清空、丢失等的损失,您应自行承担。 - -4、在您成功注册后,钉钉将根据您的身份要素识别您的身份和授权登录。“身份要素”包括但不限于您的账户名称、密码、短信校验码、手机号码、身份证件号码及人脸信息、眼纹信息。您同意基于不同的终端以及您的使用习惯,钉钉可能采取不同的验证措施识别您的身份。例如您的账户在新设备首次登录的,我们可能通过密码加短信校验码或人脸验证的方式确认您的身份。请您务必妥善保管您的终端及账户、密码和/或身份要素信息,并对利用该账户和密码/身份信息所进行的一切活动(包括但不限于网上点击同意或提交各类规则协议或购买服务、分享资讯或图片、发起电话会议等)负全部责任。您承诺,在密码或账户遭到未获授权的使用,或者发生其他任何安全问题时,将立即通知钉钉公司,且您同意并确认,除法律另有规定外,钉钉公司不对上述情形产生的任何直接或间接的遗失或损害承担责任。除非有法律规定或司法裁定,且征得钉钉公司的同意,否则,您的账户、密码不得以任何方式转让、赠与或继承(与账户相关的财产权益除外)。 - -5、您了解并同意,如您注册钉钉账号后连续超过12个月未登录,钉钉公司为优化管理等目的,有权回收该账号。 - -6、如您注销钉钉或停止使用服务时,钉钉公司有权自行对账号相关内容及信息以包括但不限于删除等方式进行处理,且无需就此向用户承担任何责任;如果账号为管理员账号,钉钉公司有权取消和删除该管理员账号以及通信录成员基于该企业的一切信息和相关权益,包括但不限于解除与企业之间的服务关系、解散企业通信录、取消通信录成员与该企业相关的权益、删除管理员账号中的所有信息、删除企业通信录成员基于企业的所有信息等,您或你您代表的企业组织也有义务及时删去存储在钉钉服务器上的所有企业信息。 - - - -五、服务使用规范 - -1、您充分了解并同意,钉钉仅为用户提供服务平台,您应自行对利用服务从事的所有行为及结果承担责任。相应地,您应了解,使用钉钉服务可能发生来自他人非法或不当行为(或信息)的风险,您应自行判断及行动,并自行承担相应的风险。 - -2、您应自行承担因使用服务所产生的费用,包括但不限于上网流量费、通信服务费等。 - -3、除非另有说明,本协议项下的服务只能用于非商业用途。您承诺不对本服务任何部分或本服务之使用或获得,进行复制、拷贝、出售、转售或用于包括但不限于广告及任何其它商业目的。 - -4、您承诺不会利用本服务进行任何违法或不当的活动,包括但不限于下列行为: - -4.1 上载、传送或分享含有下列内容之一的信息: -(a) 反对宪法所确定的基本原则的; -(b) 危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的; -(c) 损害国家荣誉和利益的; -(d) 煽动民族仇恨、民族歧视、破坏民族团结的; -(e) 破坏国家宗教政策,宣扬邪教和封建迷信的; -(f) 散布谣言,扰乱社会秩序,破坏社会稳定的; -(g) 散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的; -(h) 侮辱或者诽谤他人,侵害他人合法权利的; -(i) 含有虚假、诈骗、有害、胁迫、侵害他人隐私、骚扰、侵害、中伤、粗俗、猥亵、或其它道德上令人反感的内容; -(j) 含有中国或其您所在国国家管辖法所适用的法律、法规、规章、条例以及任何具有法律效力之规范所限制或禁止的其它内容的; - -4.2 冒充任何人或机构,或以虚伪不实的方式陈述或谎称与任何人或机构有关; - -4.3 伪造标题或以其他方式操控识别资料,使人误认为该内容为钉钉公司或其关联公司所传送; - -4.4 将依据任何法律或合约或法定关系(例如由于雇佣关系和依据保密合约所得知或揭露之内部资料、专属及机密资料)知悉但无权传送之任何内容加以上载、传送或分享; - -4.5 将涉嫌侵害他人权利(包括但不限于著作权、专利权、商标权、商业秘密等知识产权)之内容上载、传送或分享; - -4.6 跟踪或以其它方式骚扰他人, 或通过本服务向好友或其他用户发送大量信息; - -4.7 将任何广告、推广信息、促销资料、“垃圾邮件”、“滥发信件”、“连锁信件”、“直销”或其它任何形式的劝诱资料加以上载、传送或分享;供前述目的使用的专用区域或专用功能除外; - -4.8 因本服务并非为某些特定目的而设计,您不可将本服务用于包括但不限于核设施、军事用途、医疗设施、交通通讯等重要领域。如果因为软件或服务的原因导致上述操作失败而带来的人员伤亡、财产损失和环境破坏等,钉钉公司不承担法律责任; - -4.9 进行任何超出正常的好友或用户之间内部或外部信息沟通、交流等目的的行为; - -4.10 出于超出正常好友或用户之间内部或外部信息沟通、交流等目的(包括但不限于为发送广告、垃圾、骚扰或违法违规等信息的目的),通过自己添加或诱导他人添加等任何方式使自己与其他用户形成好友关系(好友关系包括但不限于单向好友关系和双向好友关系,下同); - -4.11 违反遵守法律法规、社会主义制度、国家利益、公民合法利益、公共秩序、社会道德风尚和信息真实性等“七条底线”要求的行为; - -4.12 从事任何违反中国法律、法规、规章、政策及规范性文件的行为。 - -5、您承诺不对本软件和服务从事以下行为: - -5.1 将有关干扰、破坏或限制任何计算机软件、硬件或通讯设备功能的软件病毒或其他计算机代码、档案和程序之资料,加以上载、张贴、发送电子邮件或以其他方式传送; - -5.2 干扰或破坏本服务或与本服务相连线之服务器和网络,或违反任何关于本服务连线网络之规定、程序、政策或规范; - -5.3 通过修改或伪造软件运行中的指令、数据,增加、删减、变动软件的功能或运行效果,或者将用于上述用途的软件、方法进行运营或向公众传播,无论这些行为是否为商业目的; - -5.4 通过非钉钉公司开发、授权的第三方软件、插件、外挂、系统,登录或使用软件及服务,或制作、发布、传播上述工具; - -5.5 自行、授权他人或利用第三方软件对本软件及其组件、模块、数据等进行干扰。 - -6、您承诺,使用钉钉服务时您将严格遵守本协议。 - -7、您同意并接受钉钉公司有权对您使用服务的情况进行审查、监督并采取相应行动,包括但不限于删除信息、中止或终止服务,及向有关机关报告。 - -8、您承诺不以任何形式使用本服务侵犯钉钉公司的商业利益,或从事任何可能对钉钉造成损害或不利于钉钉的行为。 - -9、您了解并同意,在您使用钉钉服务过程中,钉钉公司及其关联公司自行或由其他第三方合作伙伴向您发送广告、推广或宣传信息(包括商业或非商业信息)的,钉钉公司将依照法律的规定对广告商履行相关义务(包括向您提供选择关闭广告信息的功能),您应当自行判断广告信息的真实性可可靠性并为自己的判断行为负责;除法律明确规定外,您因依该广告信息进行的交易或前述广告商提供的内容而遭受的损失或损害,钉钉公司不承担责任。 - -10、如您作为企业组织用户申请管理员账号或子管理员账号,则应自行添加、指定或变更管理成员和/或子管理员,并对管理成员的行为自行承担责任;钉钉根据您管理员/子管理员账号的行为对所在企业组织成员服务的调整亦由您承担后果,因此给钉钉公司或他人造成损失的,您应当予以赔偿。 - -11、如您在钉钉客户端使用支付宝向您通过的红包功能或收付、转账功能的,应当依照法律、法规等规范性文件的规定开展,不得以非法方式使用红包功能或收付、转账功能,也不得将红包功能或支付、转账功能用于实施非法活动,例如实施赌博、非法吸收公众存款、集资诈骗、开展传销等违法犯罪行为,或为违法犯罪行为提供协助。因此给钉钉公司或他人造成损失的,您应当予以赔偿。 - -12、您充分了解并同意,您必须为自己注册帐号下的一切行为负责,包括您所发表的任何内容以及由此产生的任何后果。您应对使用本服务时接触到的内容自行加以判断,并承担因使用内容而引起的所有风险,包括因对内容的正确性、完整性或实用性的依赖而产生的风险。钉钉公司无法且不会对您因前述风险而导致的任何损失或损害承担责任。 - -13、如果钉钉公司发现或收到他人举报您有违反本协议约定的,钉钉公司有权依照相关法律法规的规定对相关举报内容核实、转通知以及删除、屏蔽等措施,以及采取包括但不限于收回账号,限制、暂停、终止您使用部分或全部本服务,追究法律责任等措施。 - - - -六、服务费用 - -1、本服务的任何免费试用或免费功能和服务不应视为钉钉公司放弃后续收费的权利。钉钉公司有权提前7天在钉钉官网上和/或具体钉钉服务应用内以公告的形式通知您收费标准及收费方式。若您继续使用相关钉钉服务,则需按钉钉公司公布的收费标准支付相应费用。 - -2、所有费用需通过钉钉接受的支付方式事先支付。前述使用费不包含其它任何税款、费用或相关汇款等支出,否则您应补足付款或自行支付该费用。 - -3、钉钉有权根据实际情况提前7天单方调整费用标准及收费方式,并以公告形式通知您,而无需获得您的事先同意,如您不同意收费应当立即停止服务的使用,否则使用则视为您已同意并应当缴纳费用。 - -4、您应当自行支付使用本服务可能产生的上网费以及其他第三方收取的通讯费、信息费等。 - -5、您理解并同意,在使用本软件中的多方通信服务及语音服务时,钉钉服务需通过电信运营商提供的网络提供服务,钉钉公司及电信运营商将向您收取一定通信费用(也包括如用户处于异地漫游状态时需支付漫游接听费用)。 - -6、您理解并知悉,您在发起钉钉单人或多人基于互联网的通话时,需消耗您相应流量,当接通电话后将不再消耗您任何流量。 - - - -七、特别授权 - -1、当您向钉钉公司及关联公司作出任何形式的承诺,且相关公司已确认您违反了该承诺,则钉钉公司有权立即按您的承诺约定的方式对您的账户采取限制措施,包括但不限于中止或终止向您提供服务,并公示相关公司确认的您的违约情况。您了解并同意,钉钉公司无须就相关确认与您核对事实,或另行征得您的同意,且钉钉公司无须就此限制措施或公示行为向您承担任何的责任。 - -2、一旦您违反本协议,或与钉钉公司签订的其他协议的约定,钉钉公司有权以任何方式通知钉钉公司关联公司,要求其对您的权益采取限制措施,包括但不限于要求钉钉公司关联公司中止、终止对您提供部分或全部服务,且在其经营或实际控制的任何网站公示您的违约情况。 - - - -八、第三方应用及服务 - -1、钉钉允许第三方应用上架接入钉钉应用市场以便您选购开通、管理和使用第三方应用,钉钉亦通过与支付宝合作,由支付宝就钉钉客户端个人支付宝(钱包)和企业办公支付功能向您提供收付、转账、红包等支付相关功能,钉钉通过引入电信运营商服务以便您使用钉钉智能办公电话(双呼功能),通过接入阿里机器翻译服务以便您通过钉钉聊天内选择开通的翻译功能,以及与接入第三方表情包服务以便于您使用静态/动态表情包服务。您了解并同意,钉钉仅作为平台提供者,钉钉仅为了您便利操作而提供该功能模块或服务订购和/或使用入口,相关应用由该第三方独立提供,除法律法规和本协议另有规定外,钉钉公司不对您对该应用的使用承担任何责任。 - -2、您了解并同意,除法律另有明确规定外,如我们对钉钉服务及第三方服务做出调整、中止或终止而对第三方应用服务产生影响的,钉钉公司不承担相应责任。 - -3、您通过第三方应用或服务使用钉钉时,钉钉可能会调用第三方系统或者通过第三方支持您的使用或访问,使用或访问的结果由该第三方提供。 - -4、您理解并同意,您在使用钉钉服务中的第三方应用及服务时,除遵守本协议的约定外,还应遵守第三方用户协议;为实现第三方应用及服务,企业服务管理员基于企业组织授权择开通第三方服务,向该独立第三方提供企业通讯录信息。您在选择使用第三服务前应充分了解第三方服务的产品功能、服务协议及隐私保护政策,再选择是否开通功能并遵守第三方用户协议。 -九、服务中止或终止 - -1、鉴于互联网服务的特殊性,钉钉公司有权对服务内容进行变更,也可能会中断、中止或终止全部或者任一部分的服务,包括免费服务和/或收费服务,并在钉钉官网上以公示的形式通知您。 - -2、您了解并同意,钉钉公司可能定期或不定期地对提供网络服务的平台设备、设施和软硬件进行维护或检修,如因此类情况而造成收费服务在合理时间内中止,钉钉公司无需承担责任,但应事先在钉钉官网以公示的形式通告您。 - -3、如存在下列违约情形之一,钉钉公司有权立即对您中止或终止服务,并要求您赔偿损失: - -3.1 用户违反第四条之注册义务; - -3.2 用户使用收费网络服务时未按规定支付相应服务费; - -3.3 用户违反第五条服务使用规范之规定。 - - - -十、隐私政策 - -1、您在钉钉服务注册的账户具有密码保护功能,以确保您基本信息资料的安全,请您妥善保管账户及密码信息。 - -2、钉钉公司努力采取各种合理的物理、电子和管理方面的安全措施来保护您的信息,使您存储在钉钉中的信息和通信内容不会被泄漏、毁损或者丢失,包括但不限于SSL、信息加密存储、数据中心的访问控制。我们对可能接触到信息的员工或外包人员也采取了严格管理,包括但不限于根据岗位的不同采取不同的权限控制,与他们签署保密协议,监控他们的操作情况等措施。钉钉会按现有技术提供相应的安全措施来保护您的信息,提供合理的安全保障,钉钉将在任何时候尽力做到使您的信息不被泄漏、毁损或丢失,但同时也请您注意在信息网络上不存在绝对完善的安全措施,请妥善保管好相关信息。 - -3、您应当保管好终端、账号及密码,并妥善保管相关信息和内容。因您自身原因导致的数据丢失或被盗以及在本软件及服务中相关数据的删除或储存失败的责任由您自行承担。 - -4、其他隐私条款见《钉钉隐私权政策》。 - - - -十一、知识产权 - -1、您了解及同意,除非钉钉公司另行声明,本协议项下服务包含的所有产品、技术、软件、程序、数据及其他信息(包括但不限于文字、图像、图片、照片、音频、视频、图表、色彩、版面设计、电子文档)的所有知识产权(包括但不限于版权、商标权、专利权、商业秘密等)及相关权利均归钉钉公司或其关联公司所有。 - -2、您应保证,除非取得钉钉公司书面授权,对于上述权利您不得(并不得允许任何第三人)实施包括但不限于出租、出借、出售、散布、复制、修改、转载、汇编、发表、出版、还原工程、反向汇编、反向编译,或以其它方式发现原始码等的行为。 - -3、钉钉的Logo、“钉钉”、 “钉三多”、“DingTalk”、“Ding”等文字、图形及其组合,以及钉钉其他标识、徽记、钉钉服务的名称等为钉钉公司及其关联公司在中国和其他国家的注册商标。未经钉钉公司书面授权,任何人不得以任何方式展示、使用或做其他处理(包括但不限于复制、传播、展示、镜像、上传、下载),也不得向他人表明您有权展示、使用或做其他处理。 - -4、钉钉所有的产品、服务、技术与所有应用程序或其组件/功能/名称(以下或简称“技术服务”)的知识产权均归属于钉钉公司所有或归其权利人所有。 - -5、您理解并同意授权钉钉公司在宣传和推广中使用您的名称、商标、标识,但仅限于表明您属于我们的客户或合作伙伴。 - - - -十二、有限责任 - -1、服务将按"现状"和按"可得到"的状态提供。钉钉公司在此明确声明对服务不作任何明示或暗示的保证,包括但不限于对服务的可适用性,没有错误或疏漏,持续性,准确性,可靠性,适用于某一特定用途之类的保证,声明或承诺。 - -2、钉钉对服务所涉的技术和信息的有效性,准确性,正确性,可靠性,质量,稳定,完整和及时性均不作承诺和保证。 - -3、不论在何种情况下,钉钉均不对由于Internet连接故障,电脑,通讯或其他系统的故障,电力故障,罢工,劳动争议,暴乱,起义,骚乱,生产力或生产资料不足,火灾,洪水,风暴,爆炸,不可抗力,战争,政府行为,国际、国内法院的命令或第三方的不作为而造成的不能服务或延迟服务承担责任。 - -4、不论是否可以预见,不论是源于何种形式的行为,钉钉不对由以下原因造成的任何特别的,直接的,间接的,惩罚性的,突发性的或有因果关系的损害或其他任何损害(包括但不限于利润或利息的损失,营业中止,资料灭失)承担责任: - -4.1 使用或不能使用服务; - -4.2 通过服务购买或获取任何产品,样品,数据,信息或进行交易等,或其他可替代上述行为的行为而产生的费用; - -4.3 未经授权的存取或修改数据或数据的传输; - -4.4 第三方通过服务所作的陈述或行为; - -4.5 其它与服务相关事件,包括疏忽等,所造成的损害。 - -5、您充分了解并同意,鉴于互联网体制及环境的特殊性,您在服务中分享的信息及个人资料有可能会被他人复制、转载、擅改或做其它非法用途;您在此已充分意识此类风险的存在,并确认此等风险应完全由您自行承担,钉钉对此不承担任何责任。 - -6、您了解并同意,在使用服务过程中可能存在来自任何他人的包括威胁性的、诽谤性的、令人反感的或非法的内容或行为或对他人权利的侵犯(包括知识产权)及匿名或冒名的信息的风险,基于服务使用规范所述,该等风险应由您自行承担,钉钉对此不承担任何责任。 - - - -十三、违约责任及赔偿 - -1、如果我们发现或收到他人举报您有违反本协议约定的,钉钉公司有权不经通知随时对相关内容进行删除、屏蔽,并采取包括但不限于限制、暂停、终止您使用钉钉账号及服务,限制、暂停、终止您使用部分或全部本服务(包括但不限于解除与团体或成员的所属关系,删除通信录、限制增加成员、限制发送消息或添加好友等),追究法律责任等措施。 - -2、您同意,由于您通过服务上载、传送或分享之信息、使用本服务其他功能、违反本协议、或您侵害他人任何权利因而衍生或导致任何第三人向钉钉公司及其关联公司提出任何索赔或请求,或钉钉公司及其关联公司因此而发生任何损失,您同意将足额进行赔偿(包括但不限于合理律师费)。 - - - -十四、有效通知 - -1、钉钉公司向您发出的任何通知,可采用电子邮件、页面公开区域公告、个人网络区域提示、手机短信或常规信件等方式,且该等通知应自发送之日起7天内视为已向用户送达或生效。 - -2、您同意,您向钉钉发出的任何通知应发至钉钉公司对外正式公布或以第十六条所述方式告知用户的线上或线下联系方式、通信地址、电子邮件、等联系信息,或使用其他钉钉公司认可的其他通知方式进行送达。 - - - -十五、争议解决及其他 - -1、本协议之解释与适用,以及与本协议有关的争议,均应依照中华人民共和国法律予以处理,并以杭州市余杭区人民法院为第一审管辖法院。 - -2、如本协议的任何条款被视作无效或无法执行,则上述条款可被分离,其余部份则仍具有法律效力。 - -3、钉钉公司于用户过失或违约时放弃本协议规定的权利的,不得视为其对用户的其他或以后同类之过失或违约行为弃权。 - -4、本协议应取代双方此前就本协议任何事项达成的全部口头和书面协议、安排、谅解和通信。 - -5、您理解并同意,钉钉公司有权自主决定经营策略并根据业务调整情况将本协议项下的全部权利义务一并转移给其关联公司,转让将以本协议规定的方式通知,用户承诺对此不持有异议。 - - - -十六、联系方式 - -您可以通过【手机端-我的-我的客服-在线咨询】或【7*12小时客服热线(0571-88157808)】与我们联系,您也可以选择通过邮件的方式联系我们,联系信息及地址如下: - -钉钉(中国)信息技术有限公司 - -联系部门:钉钉用户运营中心 - -电子邮箱:dingtalkteam@alibaba-inc.com - -联系地址:中国浙江省杭州市余杭区五常街道高教路959号绿城未来Park钉钉园区5号楼,邮编:311100 - -最新更新时间:2019年3月21日 diff --git a/licenses/epgsql b/licenses/epgsql deleted file mode 100644 index 402c2034d9f..00000000000 --- a/licenses/epgsql +++ /dev/null @@ -1,11 +0,0 @@ -Copyright (c) 2008, Will Glozer -Copyright (c) 2011, Anton Lebedevich -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Will Glozer nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/goldrush b/licenses/goldrush deleted file mode 100644 index 812980e3ab4..00000000000 --- a/licenses/goldrush +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2012, Magnus Klaar - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/licenses/ntufonts b/licenses/ntufonts deleted file mode 100644 index 78c0d8788b5..00000000000 --- a/licenses/ntufonts +++ /dev/null @@ -1,12 +0,0 @@ -COPYRIGHT -========= -These fonts are created by Mr. Lin Yaw-Jen -All Right reserved. -These fonts must not be used for any commercial activities. - - Lab of OA Network Home: 4F, No. 12-2 Alley 2 Lane 250 -Department of Computer Science and Sec 5 Nanking East Rd. - Information Engineering Taipei Taiwan R.O.C - National Taiwan University Tel: 886-2-7641236 - Taipei Taiwan R.O.C Fax: 886-2-760184 - Email: f1506015@csman.csie.ntu.edu.tw diff --git a/licenses/synrc b/licenses/synrc deleted file mode 100644 index f4943792547..00000000000 --- a/licenses/synrc +++ /dev/null @@ -1,15 +0,0 @@ -Copyright (c) 2014 Maxim Sokhatsky - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and following permission notice appear in all copies: - -Software may only be used for the great good and the true happiness of all sentient beings. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/licenses/synrc-sh b/licenses/synrc-sh deleted file mode 100644 index ae12a40d50c..00000000000 --- a/licenses/synrc-sh +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2013 Vladimir Kirillov - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index 637c9284796..70677937c41 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -1,2 +1 @@ -troubledwater http://113.105.223.84/ http://120.31.52.83/ ubuntu http://mirrors.163.com/ubuntu/ http://ftp.iinet.net.au/pub/ubuntu/ http://ftp.netspace.net.au/pub/ubuntu/ http://mirror.aarnet.edu.au/pub/ubuntu/archive/ http://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://mirror.3fl.net.au/ubuntu/ http://public.planetmirror.com/pub/ubuntu/archive/ http://mirror.optus.net/ubuntu/ http://mirror.pacific.net.au/linux/ubuntu/ http://ubuntu.inode.at/ubuntu/ http://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ http://gaosu.rave.org/ubuntu/ http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu/ http://archive.ubuntu.com.ba/ubuntu/ http://bw.archive.ubuntu.com/ubuntu/ http://br.archive.ubuntu.com/ubuntu/ http://sft.if.usp.br/ubuntu/ http://espelhos.edugraf.ufsc.br/ubuntu/ http://www.las.ic.unicamp.br/pub/ubuntu/ http://ubuntu.interlegis.gov.br/ubuntu/ http://ubuntu.linux-bg.org/ubuntu/ http://ubuntu.ipacct.com/ubuntu/ http://ubuntu.nano-box.net/ubuntu/ http://gulus.usherbrooke.ca/ubuntu/ http://mirror.csclub.uwaterloo.ca/ubuntu/ http://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ http://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/packages/ http://mirror.arcticnetwork.ca/pub/ubuntu/packages/ http://ubuntu.mirror.rafal.ca/ubuntu/ http://ftp.tecnoera.com/ubuntu/ http://cl.archive.ubuntu.com/ubuntu/ http://ubuntu.cn99.com/ubuntu/ http://mirror.rootguide.org/ubuntu/ http://mirrors.shlug.org/ubuntu/ http://mirror.lupaworld.com/ubuntu/archive/ http://ftp.ucr.ac.cr/ubuntu/ http://hr.archive.ubuntu.com/ubuntu/ http://cz.archive.ubuntu.com/ubuntu/ http://ubuntu.supp.name/ubuntu/ http://ubuntu.sh.cvut.cz/ http://dk.archive.ubuntu.com/ubuntu/ http://mirror.uni-c.dk/ubuntu/ http://ftp.estpak.ee/ubuntu/ http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com/ http://mirrors.nic.funet.fi/ubuntu/ http://ftp.crihan.fr/ubuntu/ http://ftp.oleane.net/ubuntu/ http://wwwftp.ciril.fr/pub/linux/ubuntu/archives/ http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ http://mir1.ovh.net/ubuntu/ http://ubuntu.univ-nantes.fr/ubuntu/ http://ubuntu.univ-reims.fr/ubuntu/ http://ubuntu.eriders.ge/ubuntu/ http://de.archive.ubuntu.com/ubuntu/ http://ftp-stud.hs-esslingen.de/ubuntu/ http://ftp.uni-kl.de/pub/linux/ubuntu/ http://ubuntu.intergenia.de/ubuntu/ http://ftp.cw.net/ubuntu/ http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ http://ftp.halifax.rwth-aachen.de/ubuntu/ http://ftp.stw-bonn.de/ubuntu/ http://ftp5.gwdg.de/pub/linux/debian/ubuntu/ http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu/ http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ http://archive.ubuntu.uasw.edu/ http://ftp.hosteurope.de/mirror/archive.ubuntu.com/ http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu/ http://ftp.tu-chemnitz.de/pub/linux/ubuntu/ http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu/ http://ftp.duth.gr/pub/ubuntu/ http://gr.archive.ubuntu.com/ubuntu/ http://ubuntu.otenet.gr/ http://ftp.hostrino.com/pub/ubuntu/archive/ http://ftp.freepark.org/ubuntu/ http://ftp.kfki.hu/linux/ubuntu/ http://ubuntu.lhi.is/ubuntu/ http://ftp.iitm.ac.in/ubuntu/ http://dl2.foss-id.web.id/ubuntu/ http://ubuntu.indika.net.id/ubuntu/ http://ie.archive.ubuntu.com/ubuntu/ http://ftp.esat.net/mirrors/archive.ubuntu.com/ http://ftp.heanet.ie/pub/ubuntu/ http://ubuntu.fastbull.org/ubuntu/ http://na.mirror.garr.it/mirrors/ubuntu-archive/ http://giano.com.dist.unige.it/ubuntu/ http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ http://ftp.ecc.u-tokyo.ac.jp/ubuntu/ http://ubuntutym.u-toyama.ac.jp/ubuntu/ http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ http://ftp.daum.net/ubuntu/ http://kr.archive.ubuntu.com/ubuntu/ http://mirror.letsopen.com/os/ubuntu/ http://ftp.linux.edu.lv/ubuntu/ http://ftp.litnet.lt/pub/ubuntu/ http://mt.archive.ubuntu.com/ubuntu/ http://tezcatl.fciencias.unam.mx/ubuntu/ http://archive.ubuntu.mnosi.org/ubuntu/ http://ubuntu-archive.polytechnic.edu.na/ubuntu/ http://ubuntu.mirror.cambrium.nl/ubuntu/ http://nl2.archive.ubuntu.com/ubuntu/ http://nl.archive.ubuntu.com/ubuntu/ http://ftp.tiscali.nl/ubuntu/ http://mirrors.nl.eu.kernel.org/ubuntu/ http://nl3.archive.ubuntu.com/ubuntu/ http://ubuntu.tiscali.nl/ http://ubuntu.mls.nc/ubuntu/ http://nz.archive.ubuntu.com/ubuntu/ http://nz2.archive.ubuntu.com/ubuntu/ http://ftp.uninett.no/ubuntu/ http://ftp.wcss.pl/ubuntu/ http://ftp.vectranet.pl/ubuntu/ http://ubuntu.task.gda.pl/ubuntu/ http://ftp.dei.uc.pt/pub/linux/ubuntu/archive/ http://mirrors.nfsi.pt/ubuntu/ http://neacm.fe.up.pt/ubuntu/ http://darkstar.ist.utl.pt/ubuntu/archive/ http://ubuntu.dcc.fc.up.pt/ http://mosel.estg.ipleiria.pt/mirror/distros/ubuntu/archive/ http://ubuntu.qatar.cmu.edu/ubuntu/ http://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ http://ftp.lug.ro/ubuntu/ http://mirror.yandex.ru/ubuntu/ http://ftp.chg.ru/pub/Linux/ubuntu/archive/ http://rs.archive.ubuntu.com/ubuntu/ http://ftp.science.nus.edu.sg/ubuntu/ http://ubuntu.ynet.sk/ubuntu/ http://sk.archive.ubuntu.com/ubuntu/ http://ftp.energotel.sk/pub/linux/ubuntu/ http://ubuntu.mirror.ac.za/ubuntu-archive/ http://ftp.leg.uct.ac.za/pub/linux/ubuntu/ http://es.archive.ubuntu.com/ubuntu/ http://ftp.udc.es/ubuntu/ http://softlibre.unizar.es/ubuntu/archive/ http://ftp.caliu.cat/pub/distribucions/ubuntu/archive/ http://ftp.dat.etsit.upm.es/ubuntu/ http://ubuntu.grn.cat/ubuntu/ http://ftp.sunet.se/pub/Linux/distributions/ubuntu/ubuntu/ http://se.archive.ubuntu.com/ubuntu/ http://ftp.df.lth.se/ubuntu/ http://mirrors.se.eu.kernel.org/ubuntu/ http://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ http://ftp.port80.se/ubuntu/ http://mirror.switch.ch/ftp/mirror/ubuntu/ http://mirror.zhdk.ch/ubuntu/ http://mirror.powermongo.org/ubuntu/ http://free.nchc.org.tw/ubuntu/ http://debian.nctu.edu.tw/ubuntu/ http://ftp-mirror.stu.edu.tw/ubuntu/ http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ http://ftp.twaren.net/Linux/Ubuntu/ubuntu/ http://mirror.nttu.edu.tw/ubuntu/ http://tw.archive.ubuntu.com/ubuntu/ http://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ http://ubuntu.csie.nctu.edu.tw/ubuntu/ http://th.archive.ubuntu.com/ubuntu/ http://godel.cs.bilgi.edu.tr/ubuntu/ http://ubuntu.gnu.gen.tr/ubuntu/ http://mirror.mirohost.net/ubuntu/ http://ubuntu.org.ua/ubuntu/ http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ http://ubuntu-archive.datahop.it/ubuntu/ http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ http://archive.ubuntu.com/ubuntu/ http://ubuntu.positive-internet.com/ubuntu/ http://ubuntu.retrosnub.co.uk/ http://ubuntu.virginmedia.com/archive/ http://mirror.anl.gov/pub/ubuntu/ http://ftp.usf.edu/pub/ubuntu/ http://mirrors.cat.pdx.edu/ubuntu/ http://mirrors.easynews.com/linux/ubuntu/ http://mirrors.us.kernel.org/ubuntu/ http://mirrors.rit.edu/ubuntu/ http://mirrors.xmission.com/ubuntu/ http://ubuntu.media.mit.edu/ubuntu/ http://www.gtlib.gatech.edu/pub/ubuntu/ http://archive.linux.duke.edu/ubuntu/ http://lug.mtu.edu/ubuntu/ http://mirror.clarkson.edu/pub/ubuntu/ http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ http://mirror.imbrandon.com/ubuntu/ http://mirrors.acm.jhu.edu/ubuntu/ http://mirrors.ccs.neu.edu/archive.ubuntu.com/ http://ubuntu-mirror.cs.colorado.edu/ubuntu/ http://ubuntu.mirror.frontiernet.net/ubuntu/ http://ubuntu.osuosl.org/ubuntu/ http://mirror.cs.umn.edu/ubuntu/ http://mirror.fslutd.org/linux/distributions/ubuntu/packages/ http://mirror.lcsee.wvu.edu/ubuntu/ http://ubuntu.cs.uaf.edu/ubuntu/ http://archive.ubuntu-rocks.org/ubuntu/ http://ftp.unina.it/pub/linux/distributions/ubuntu/ http://ftp.ussg.iu.edu/linux/ubuntu/ http://ftp.utexas.edu/ubuntu/ http://mirrors.cs.wmich.edu/ubuntu/ http://ubuntu.cs.utah.edu/ubuntu/ http://ubuntu.secs.oakland.edu/ http://ubuntu.uz/ubuntu/ ftp://ftp.iinet.net.au/pub/ubuntu ftp://ftp.netspace.net.au/pub/ubuntu/ ftp://mirror.aarnet.edu.au/pub/ubuntu/archive/ ftp://mirror.internode.on.net/pub/ubuntu/ubuntu/ ftp://mirror.3fl.net.au/pub/ubuntu/archive/ ftp://ubuntu.inode.at/ubuntu/ ftp://ftp.belnet.be/mirror/ubuntu.com/ubuntu/ ftp://bw.archive.ubuntu.com/ubuntu ftp://br.archive.ubuntu.com/ubuntu ftp://sft.if.usp.br/ubuntu/ ftp://ftp.las.ic.unicamp.br/pub/ubuntu/ ftp://ubuntu.linux-bg.org/ubuntu/ ftp://ubuntu.ipacct.com/ubuntu/ ftp://gulus.usherbrooke.ca/ubuntu/ ftp://mirror.csclub.uwaterloo.ca/ubuntu/ ftp://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ ftp://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/packages/ ftp://ftp.cs.mun.ca/pub/mirror/ubuntu/ ftp://ftp.tecnoera.com/ubuntu/ ftp://cl.archive.ubuntu.com/ubuntu/ ftp://mirror.rootguide.org/ubuntu/ ftp://mirrors.shlug.org/ubuntu/ ftp://hr.archive.ubuntu.com/ubuntu/ ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu/ ftp://ftp.estpak.ee/ubuntu/ ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com/ ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.crihan.fr/ubuntu/ ftp://ftp.oleane.net/ubuntu/ ftp://ftp.ciril.fr/pub/linux/ubuntu/archives/ ftp://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ ftp://mir1.ovh.net/ubuntu/ ftp://ubuntu.univ-nantes.fr/ubuntu/ ftp://ubuntu.univ-reims.fr/ubuntu/ ftp://ubuntu.eriders.ge/ubuntu/ ftp://ftp-stud.hs-esslingen.de/ubuntu/ ftp://ftp.uni-kl.de/pub/linux/ubuntu/ ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu/ ftp://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.fu-berlin.de/linux/ubuntu/ ftp://ftp.halifax.rwth-aachen.de/ubuntu/ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu ftp://ftp.stw-bonn.de/ubuntu/ ftp://ftp5.gwdg.de/pub/linux/debian/ubuntu/ ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu/ ftp://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu/ ftp://ftp.uasw.edu/linux/ubuntu/archive/ ftp://ftp.hosteurope.de/mirror/archive.ubuntu.com/ ftp://ftp.cc.uoc.gr/mirrors/linux/ubuntu/packages/ ftp://ftp.duth.gr/pub/ubuntu/ ftp://gr.archive.ubuntu.com/ubuntu/ ftp://ftp.otenet.gr/ubuntu/ ftp://ftp.hostrino.com/pub/ubuntu/archive/ ftp://ftp.freepark.org/ubuntu/ ftp://ftp.kfki.hu/pub/linux/ubuntu/ ftp://ftp.iitm.ac.in/ubuntu ftp://ubuntu.indika.net.id/ubuntu/ ftp://ie.archive.ubuntu.com/ubuntu/ ftp://ubuntu.fastbull.org/ubuntu/ ftp://na.mirror.garr.it/mirrors/ubuntu-archive/ ftp://giano.com.dist.unige.it/ubuntu/ ftp://ftp.jaist.ac.jp/pub/Linux/ubuntu/ ftp://ftp.ecc.u-tokyo.ac.jp/ubuntu/ ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ ftp://ftp.daum.net/ubuntu/ ftp://kr.archive.ubuntu.com/ubuntu/ ftp://ftp.litnet.lt/pub/ubuntu/ ftp://mt.archive.ubuntu.com/ubuntu/ ftp://tezcatl.fciencias.unam.mx/ubuntu/ ftp://ftp.polytechnic.edu.na/pub/ubuntu/ubuntu/ ftp://nl2.archive.ubuntu.com/ubuntu/ ftp://nl.archive.ubuntu.com/ubuntu/ ftp://ftp.tiscali.nl/pub/mirror/ubuntu ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com/ ftp://mirrors.nl.eu.kernel.org/ubuntu/ ftp://nl3.archive.ubuntu.com/ubuntu/ ftp://ubuntu.tiscali.nl/ ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com/ ftp://ubuntu.mls.nc/ubuntu/ ftp://nz.archive.ubuntu.com/ubuntu/ ftp://nz2.archive.ubuntu.com/ubuntu/ ftp://ftp.uninett.no/ubuntu/ ftp://ftp.wcss.pl/ubuntu/ ftp://ftp.vectranet.pl/ubuntu/ ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu/ ftp://ftp.dei.uc.pt/pub/linux/ubuntu/archive/ ftp://mirrors.nfsi.pt/pub/ubuntu/ ftp://neacm.fe.up.pt/pub/ubuntu/ ftp://darkstar.ist.utl.pt/pub/ubuntu/archive ftp://ubuntu.qatar.cmu.edu/ubuntu/ ftp://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ ftp://mirror.yandex.ru/ubuntu/ ftp://ftp.mipt.ru/mirror/ubuntu/ ftp://ftp.chg.ru/pub/Linux/ubuntu/archive/ ftp://rs.archive.ubuntu.com/ubuntu/ ftp://ftp.science.nus.edu.sg/pub/ubuntu/ ftp://sk.archive.ubuntu.com/ubuntu/ ftp://ftp.energotel.sk/pub/linux/ubuntu/ ftp://ubuntu.mirror.ac.za/ubuntu-archive ftp://ftp.leg.uct.ac.za/pub/linux/ubuntu/ ftp://es.archive.ubuntu.com/ubuntu/ ftp://ftp.udc.es/ubuntu/ ftp://softlibre.unizar.es/ubuntu/archive/ ftp://ftp.dat.etsit.upm.es/ubuntu/ ftp://ubuntu.grn.cat/ubuntu/ ftp://ftp.sunet.se/pub/Linux/distributions/ubuntu/ubuntu/ ftp://ftp.df.lth.se/ubuntu/ ftp://mirrors.se.eu.kernel.org/ubuntu/ ftp://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ ftp://mirror.switch.ch/mirror/ubuntu/ ftp://mirror.zhdk.ch/ubuntu/ ftp://free.nchc.org.tw/ubuntu ftp://debian.nctu.edu.tw/ubuntu/ ftp://ftp-mirror.stu.edu.tw/ubuntu/ ftp://ftp.chu.edu.tw/Linux/Ubuntu/packages/ ftp://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ ftp://ftp.twaren.net/Linux/Ubuntu/ubuntu/ ftp://mirror.nttu.edu.tw/ubuntu/ ftp://tw.archive.ubuntu.com/ubuntu/ ftp://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ ftp://ubuntu.csie.nctu.edu.tw/ubuntu/ ftp://ftp.linux.org.tr/pub/ubuntu/ ftp://godel.cs.bilgi.edu.tr/ubuntu/ ftp://ubuntu.gnu.gen.tr/ubuntu/ ftp://mirror.mirohost.net/ubuntu/ ftp://ubuntu.org.ua/ubuntu/ ftp://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ ftp://ubuntu-archive.datahop.it/ubuntu/ ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ ftp://archive.ubuntu.com/ubuntu/ ftp://ubuntu.retrosnub.co.uk/ ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive ftp://mirror.anl.gov/pub/ubuntu/ ftp://ftp.usf.edu/pub/ubuntu/ ftp://mirrors.cat.pdx.edu/ubuntu/ ftp://mirrors.easynews.com/linux/ubuntu ftp://mirrors.us.kernel.org/ubuntu/ ftp://mirrors.xmission.com/ubuntu/ ftp://ftp.gtlib.gatech.edu/pub/ubuntu ftp://lug.mtu.edu/ubuntu/ ftp://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ ftp://ftp.ccs.neu.edu/net/mirrors/archive.ubuntu.com/ ftp://ubuntu.mirror.frontiernet.net/ubuntu/ ftp://ubuntu.osuosl.org/pub/ubuntu/ ftp://mirror.fslutd.org/linux/distributions/ubuntu/packages/ ftp://ftp.utexas.edu/pub/ubuntu/ ftp://ubuntu.uz/ubuntu/ diff --git a/profiles/use.desc b/profiles/use.desc index 89ee20fa185..4119accfbdd 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,375 +1,35 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 2007-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.369 2007/10/20 14:26:00 drac Exp $ # Keep them sorted -3dfx - Enable support for Voodoo chipsets, also called as 3DFX and TDFX -3dnow - Adds support for 3dnow multimedia processor instructions X - Adds support for X11 -Xaw3d - Adds support of the 3d athena widget set -a52 - Enables support for decoding ATSC A/52 streams used in DVD -aac - Enables support for MPEG-4 AAC Audio -aalib - Adds support for media-libs/aalib (ASCII-Graphics Library) -accessibility - Adds support for accessibility (eg 'at-spi' library) -acl - Adds support for Access Control Lists -acpi - Adds support for Advanced Configuration and Power Interface -adabas - Adds support for the Adabas database engine -adns - Adds support for the adns DNS client library -afs - Adds OpenAFS support (distributed file system) -aim - Enable AIM IM protocol support -alsa - Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture) -altivec - Adds support for optimizations for G4 and G5/ppc970 processors -ao - Use libao audio output library for sound playback -apache2 - Add Apache2 support -apm - Adds APM (Advanced Power Management) support -arts - Adds support for aRts: the KDE sound daemon -audiofile - Adds support for libaudiofile where applicable -avahi - Add avahi/Zeroconf support -bash-completion - Enable bash-completion support -bcmath - Adds support for libbcmath -berkdb - Adds support for sys-libs/db (Berkeley DB for MySQL) -bidi - Enables bidirectional language support -bindist - Flag to enable or disable options for prebuilt (GRP) packages (eg. due to licensing issues) -birdstep - Adds support for the Birdstep Database Server -blas - Adds support for the virtual/blas numerical library -bluetooth - Enables Bluetooth Support -bonobo - Adds support for gnome-base/bonobo (Gnome CORBA interfaces) -bootstrap - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during original system bootstrapping [make stage2] -boundschecking - Adds the bounds checking patch by Haj Ten Brugge, this will DISABLE the hardened PIE+SSP patches build - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used for creating build images and the first half of bootstrapping [make stage1] -bzip2 - Use the bzlib compression library cairo - Enable support for the cairo graphics library -calendar - Adds support for calendars (not using mcal!) -canna - Adds support for the Canna kana to kanji conversion engine -caps - Use Linux capabilities library to control privileges. -cdb - Adds support for the CDB database engine from the author of qmail -cddb - Access cddb servers to retrieve and submit information about compact disks -cdinstall - Copies files from the CD rather than asking the user to copy them, mostly used with games -cdparanoia - Enables cdparanoia (audio CD ripper) support -cdr - Adds support for CD writer hardware -chasen - Enable chasen (Japanese Morphological Analysis System) support -chewing - Support for Chewing input method cjk - Adds support for Multi-byte character languages (Chinese, Japanese, Korean) -clamav - Adds support for Clam AntiVirus software (usually with a plugin) -cracklib - Support for cracklib strong password checking -crypt - Add support for encryption -- using mcrypt or gpg where applicable -cscope - Enables cscope interface -- in vim for example -ctype - Enables ctype functions -cups - Add support for CUPS (Common Unix Printing System) curl - Adds support for client-side URL transfer library -curlwrappers - Adds support for using curl in streams -db2 - Enables support for IBM DB2 database server -dbase - Adds support for dbase file format -dbm - Adds support for generic DBM databases. -dbmaker - Adds support for dbmaker database server dbus - Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) -dbx - Adds database abstraction layer debug - Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml . -dedicated - Adds support for dedicated game servers (some packages do not provide clients and servers at the same time) -dga - Adds DGA (Direct Graphic Access) support for X -directfb - Adds support for DirectFB layer (library for FB devices) doc - Adds extra documentation (API, Javadoc, etc) -dri - Enable direct rendering: used for accelerated 3D and some 2D, like DMA -dts - Enables DTS Coherent Acoustics decoder support -dv - Enables support for a codec used by many camcorders -dvb - Adds support for DVB (Digital Video Broadcasting) -dvd - Adds support for DVDs -dvdr - Adds support for DVD writer hardware (e.g. in xcdroast) -dvdread - Enables usage of Ogle's libdvdread for DVD playback -eds - Enables support for Evolution-Data-Server (EDS) emacs - Adds support for GNU Emacs -emboss - Adds support for the European Molecular Biology Open Software Suite -empress - Adds support for the Empress database server -empress-bcs - Adds local access support for the Empress database server -encode - Adds support for encoding of audio or video files -esd - Adds support for media-sound/esound (Enlightened Sound Daemon) -esoob - Adds support for Easysoft OOD database -ev6 - Assume Alpha processor is EV6 or better -evo - Adds support for evolution -examples - Install example source code -exif - Adds support for reading EXIF headers from JPEG and TIFF images -expat - Enable the use of dev-libs/expat -fam - Enable FAM (File Alteration Monitor) support -fastcgi - Add support for the FastCGI interface -fbcon - Adds framebuffer support for the console, via the kernel -ffmpeg - Enable ffmpeg support -fftw - Use FFTW library for computing Fourier transforms -filepro - Adds support for filePro databases -firebird - Adds support for the Firebird relational database -firefox - Build against Firefox instead of Seamonkey/Mozilla -flac - Adds support for the flac audio codec -flatfile - Adds dbm support for flat files -fltk - Adds support for the Fast Light Toolkit gui interface -foomaticdb - Adds support for the foomatic printing driver database -fortran - Adds support for fortran (formerly f77) -freetds - Adds support for the TDS protocol to connect to MSSQL/Sybase databases -freewnn - Adds support for FreeWnn kana to kanji conversion engine -frontbase - Adds support for the frontbase sql server -ftp - Adds FTP (File Transfer Protocol) support -gb - Adds support for Gnome Basic to gnumeric -gcj - Enable building with gcj (The GNU Compiler for the Javatm Programming Language) -gd - Adds support for media-libs/gd (to generate graphics on the fly) -gd-external - Use the external version of gd rather than the bundled one (possibly dangerous) -gdbm - Adds support for sys-libs/gdbm (GNU database libraries) geoip - Add geoip support -ggi - Adds support for media-libs/libggi (non-X video api/drivers) -gif - Adds GIF image support -ginac - Adds sci-mathematics/ginac (symbolic math) support -glut - Build an OpenGL plugin using the GLUT library -gmp - Adds support for dev-libs/gmp (GNU MP library) gnome - Adds GNOME support -gnustep - Adds integration with GNUstep environment -gnutls - Adds support for net-libs/gnutls -gphoto2 - Adds digital camera support -gpm - Adds support for sys-libs/gpm (Console-based mouse driver) -gps - Adds support for Global Positioning System -graphviz - Adds support for the Graphviz library -gsl - Use the GNU scientific library for calculations -gstreamer - Adds support for media-libs/gstreamer (Streaming media) -gtk - Adds support for x11-libs/gtk+ (The GIMP Toolkit) -gtkhtml - Adds support for gnome-extra/gtkhtml -guile - Adds support for the guile Scheme interpreter -hal - Enable Hardware Abstraction Layer (HAL) support hardened - activate default security enhancements for toolchain (gcc, glibc, binutils) -howl - Enable howl support, enables DNS Service Discovery (DNS-SD) -hyperwave-api - Adds support for Hyperwave document storage system -ibm - Add support for IBM ppc64 specific systems -icc - Add support for the Intel C++ Compiler (does _not_ set $CC) iconv - Enable support for the iconv character set conversion library -icq - Enable ICQ IM protocol support -idn - Enable support for Internationalized Domain Names -ieee1394 - Enable FireWire/iLink IEEE1394 support (dv, camera, ...) -ifc - use ifc instead of g77 to build -imagemagick - Enables support for Imagemagick (image converter) -imap - Adds support for IMAP (Internet Mail Application Protocol) -imlib - Adds support for imlib, an image loading and rendering library -immqt-bc - Enable binary compatible version of immodule for x11-libs/qt -immqt - Enable immodule for x11-libs/qt support -informix - Adds support for Informix database -inifile - Adds dbm support for .ini files -innodb - Adds innodb support for mySQL (transaction support) -interbase - Adds support for Interbase database -iodbc - Adds support for iODBC library -ipod - Enable support for iPod device access -ipv6 - Adds support for IP version 6 -jabber - Enable jabber IM protocol support -jack - Adds support for the JACK Audio Connection Kit -java - Adds support for Java -javascript - Enables javascript support -jbig - enables jbig-kit support for tiff, Hylafax, ImageMagick, etc -jikes - Compile Java source code with jikes (faster) -joystick - Add support for joysticks in all packages -jpeg - Adds JPEG image support -jpeg2k - Support for JPEG 2000, a wavelet-based image compression format. -junit - Adds junit awareness -- useful for developers. -kde - Adds support for kde-base/kde (K Desktop Enviroment) -kdeenablefinal - EXPERIMENTAL: KDE ebuilds will use the enable-final flag, yielding compilation speedups at the cost of heavy mem usage and potentially causing problems. We strongly discourage setting this. -kdehiddenvisibility - Makes KDE symbols hidden by default, requires GCC 4.1 (experimental) -kdexdeltas - Makes kde ebuilds download binary diffs rather than entire new tarballs for every new release kerberos - Adds kerberos support -krb4 - Adds optional kerberos 4 compatibility support -ladcca - Adds Linux Audio Developer's Configuration and Connection API support (LADCCA) - DEPRECATED, will be replaced by lash -ladspa - Enables the ability to support ladspa plugins -lame - Prefer using LAME libraries for MP3 encoding support -lapack - Adds support for the virtual/lapack numerical library -lash - Adds LASH Audio Session Handler support -lcms - Adds lcms support (color management engine) -ldap - Adds LDAP support (Lightweight Directory Access Protocol) -leim - Adds input methods support to Emacs -lesstif - Use lesstif over openmotif in cases where a program supports both -libcaca - Add support for colored ASCII-art graphics -libedit - Use the libedit library (replacement for readline) -libgda - Adds GNOME Data Access support libnotify - Enable notification support -libsamplerate - Build with support for converting sample rates using libsamplerate -libwww - Adds libwww support (General purpose WEB API) -lirc - Adds support for lirc (Linux's Infra-Red Remote Control) -livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building. -lm_sensors - Adds linux lm_sensors (hardware sensors) support lua - Enable Lua scripting support -m17n-lib - Enable m17n-lib support -mad - Adds support for mad (high-quality mp3 decoder library and cli frontend) -maildir - Adds support for maildir (~/.maildir) style mail spools -mailwrapper - Adds mailwrapper support to allow multiple MTAs to be installed -matroska - Adds support for the matroska container format -matrox - Adds Matrox MGA support to mplayer -mbox - Adds support for mbox (/var/spool/mail) style mail spools -mcal - Adds support for MCAL calendar system -mcve - Support for the MCVE credit card payment system -memlimit - Adds memory usage limiting in supporting programs -mhash - Adds support for the mhash library -migemo - Enables migemo support for Japanese -mikmod - Adds libmikmod support to allow playing of SoundTracker-style music files -milter - Adds sendmail mail filter (milter) support -mime - Adds MIME support -minimal - Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features) -mmap - Adds mmap (memory map) support -mmx - Adds support for optimizations for Pentium MMX and Athlon class processors -mng - Adds support for libmng (MNG images) -mnogosearch - Adds support for the mnoGoSearch search engine -mono - Build Mono bindings to support dotnet type stuff -motif - Adds motif support (x11-libs/openmotif x11-libs/lesstif) -mozilla - Adds support for the Mozilla web-browser mp3 - Add support for reading mp3 files mpeg - Adds libmpeg3 support to various packages. -mpi - Adds MPI (Message Passing Interface) layer to the apps that support it. -mplayer - Enable mplayer support for playback or encoding -msn - Enable MSN Messenger IM protocol support -msql - Adds support for the MSQL database server -mssql - Adds support for Microsoft SQL Server database -mule - Adds multi-language support to XEmacs -multilib - On 64bit systems, if you want to be able to compile 32bit and 64bit binaries -musepack - Enable support for the musepack audio codec -musicbrainz - Lookup audio metadata using MusicBrainz community service (musicbrainz.org) -mysql - Adds mySQL Database support -mysqli - Adds support for the improved mySQL libraries -nas - Adds support for network audio sound -ncurses - Adds ncurses support (console display library) -neXt - Enable neXt toolkit -netboot - Enables network booting -netcdf - Enable NetCDF data format support -nis - Support for NIS/YP services -nls - Adds Native Language Support (using gettext - GNU locale utilities) -nntp - Add support for newsgroups (Network News Transfer Protocol) -nocd - Install all files required to run the application without a CD mounted -nocxx - Disable support for C++ (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING) -nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) -nsplugin - Builds plugins for Netscape compatible browsers -ocaml - Adds support/bindings for the Ocaml language -oci8 - Adds Oracle 8 Database Support -odbc - Adds ODBC Support (Open DataBase Connectivity) -offensive - Enables potentially offensive items in packages -ofx - Enable support for importing (and exporting) OFX (Open Financial eXchange) data files -ogg - Adds support for the Ogg container format (commonly used by Vorbis, Theora and flac) -old-linux - Add support for linux-2.4 and older -openal - Adds support for the Open Audio Library -openexr - Support for the OpenEXR graphics file format -opengl - Adds support for OpenGL (3D graphics) -oracle - Enable Oracle Database support -oracle7 - Adds support for the Oracle 7 Database -osc - Enables support for Open Sound Control -oscar - Enable Oscar (AIM/ICQ) IM protocol support -oss - Adds support for OSS (Open Sound System) -ovrimos - Adds support for the Ovrimos Database engine pam - Adds support PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip -pcmcia - Adds support for PCMCIA slots/devices found on laptop computers -pcntl - Adds support for process creation functions pcre - Adds support for Perl Compatible Regular Expressions -pda - Adds support for portable devices. pdf - Adds general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags -perl - Adds support/bindings for the Perl language. -pfpro - Adds support for Verisign Payflow Pro -php - Include support for php -pic - Build Position Independent Code. Do not utilize this flag unless you know what you're doing. -plotutils - Adds plotutils support to gnuplot (library for 2-D vector graphics) -png - Adds support for libpng (PNG images) -portaudio - Adds support for the crossplatform portaudio audio API -posix - Adds support for POSIX-compatible functions -postgres - Adds support for the postgresql database -ppds - Adds support for automatically generated ppd (printing driver) files -prelude - Adds support/bindings for the Prelude Intrusion Detection System -profile - Adds profile support to builds of packages (will likely vary from ebuild to ebuild in support) pulseaudio - Adds support for PulseAudio sound server -python - Adds support/bindings for the Python language -qdbm - Adds support for the qdbm (Quick Database Manager) library -qt3 - Adds support for the Qt GUI/Application Toolkit version 3.x -qt4 - Adds support for the Qt GUI/Application Toolkit version 4.x -quicktime - Adds support for OpenQuickTime -radius - Adds support for RADIUS authentication -rdesktop - Adds support for the remote desktop protocol, usually used to connect to Windows servers -readline - Enables support for libreadline, a GNU line-editing library that almost everyone wants -recode - Enables support for the GNU recode library -ruby - Adds support/bindings for the Ruby language -samba - Adds support for SAMBA (Windows File and Printer sharing) -sapdb - Adds support for SAP DB -sasl - Adds support for the Simple Authentication and Security Layer savedconfig - Use this to restore your config from /etc/portage/savedconfig ${CATEGORY}/${PN}. Make sure you USE flags allow for approprate dependencies scanner - Adds support for scanner hardware (e.g. build the sane frontend in kdegraphics) -sdl - Adds support for Simple Direct Layer (media library) -seamonkey - Adds support for the Seamonkey web-browser selinux - !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur -session - Adds persistent session support -sharedext - Adds support for building shared extensions in php -sharedmem - Adds support for shared memory use -shorten - Adds support for the shorten audio compressor -simplexml - support for simplexml -skey - Enable S/Key (Single use password) authentication support -slang - Adds support for the slang text display library (it's like ncurses, but different) -slp - Adds Service Locator Protocol support -smartcard - Enables smartcard support -sndfile - Adds support for libsndfile -snmp - Adds support for the Simple Network Management Protocol if available -soap - Adds support for SOAP (Simple Object Access Protocol) -sockets - Adds support for tcp/ip sockets -socks5 - Adds support for the socks5 proxy -solid - Adds support for the Solid database engine -source - Zip the sources and install them -sox - Adds support for Sound eXchange (SoX) -speex - Adds support for the speex audio codec -spell - Adds dictionary support -spl - Adds support for the Standard PHP Library -sqlite - Adds support for sqlite - embedded sql database -sqlite3 - Adds support for sqlite3 - embedded sql database -sse - fast floating point optimization for PentiumIII+ class chips -sse2 - faster floating point optimization for SSE2 capable chips ssl - Adds support for Secure Socket Layer connections -startup-notification - Enable application startup event feedback mechanism static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically -svg - Adds support for SVG (Scalable Vector Graphics http://www.w3.org/TR/SVG ). This option is mainly intended for users that tend to browse multimedia sites frequently. -svga - Adds support for SVGAlib (graphics library) -sybase - Adds support for the Sybase SQL Database Server -sybase-ct - Adds support for Sybase-CT symlink - Force kernel ebuilds to automatically update the /usr/src/linux symlink. -syslog - Enables support for syslog -sysvipc - Support for System V-compatible inter-process communication -szip - Use the szip compression library -tcl - Adds support the Tcl language -tcpd - Adds support for TCP wrappers test - Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore. -tetex - Adds support for teTeX (typesetting package) -theora - Adds support for the Theora Video Compression Codec -threads - Adds threads support for various packages. Usually pthreads -tidy - Adds support for HTML Tidy -tiff - Adds support for the tiff image format -tk - Adds support for Tk GUI toolkit -tokenizer - Adds support for the PHP file parser -truetype - Adds support for FreeType and/or FreeType2 fonts -uclibc - Enable uclibc specific patches and build or link uclibc -unicode - Adds support for Unicode usb - Adds USB support to applications that have optional USB support (e.g. cups) -v4l - Enables video4linux support -vanilla - Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE as the severity of the meaning changes drastically -vcd - Video CD support -verbose - effects vary across packages; generally used to enable extra informational output during a build or at runtime -vhosts - Adds support for installing web-based applications into a virtual-hosting environment -videos - Install optional video files (used in some games) -vim-syntax - Pulls in related vim syntax scripts. -voodoo3 - Adds support for 3Dfx's Voodoo3 video chipset, else defaults to Voodoo4/5 support if not in USE. -vorbis - Adds support for the OggVorbis audio codec -wddx - Adds support for Web Distributed Data eXchange -wifi - Enable wireless network functions -win32codecs - use win32codecs package for dll avi decoding support (wmv and what not) -wmf - Adds support for the wmf vector image format -wxwindows - Adds support for wxWidgets/wxGTK GUI toolkit -x264 - Enable h264 encoding using x264 -xattr - Adds support for extended attributes (filesystem-stored metadata) -xcomposite - Enable support for the Xorg composite extension -xface - Adds xface support used to allow a small image of xface format to be included in an email via the header 'X-Face'. -xine - Add support for the XINE movie libraries -xinerama - Add support for the xinerama X11 extension, which allows you to stretch your display across multiple monitors -xinetd - Add support for the xinetd super-server -xml - Add support for XML files -xmlrpc - Support for xml-rpc library -xosd - Sends display using the X On Screen Display library -xpm - Adds support for XPM graphics format -xprint - Support for xprint, http://www.mozilla.org/projects/xprint/ -xscreensaver - Adds support for XScreenSaver extension. -xsl - Check/Support flag for XSL library (version 1) -xulrunner - Build native browser integration against xulrunner instead of firefox or seamonkey. -xv - Adds in optional support for the Xvideo extension (an X API for video playback) -xvid - Adds support for xvid.org's open-source mpeg-4 codec -yahoo - Enable Yahoo Messenger IM protocol support -yaz - Adds in optional support for the Z39.50 Protocol for Information Retrieval (YAZ) -zh_TW - add GOT's chinese patch -zlib - Adds support for zlib (de)compression diff --git a/profiles/use.local.desc b/profiles/use.local.desc deleted file mode 100644 index ae5bf66439f..00000000000 --- a/profiles/use.local.desc +++ /dev/null @@ -1,35 +0,0 @@ -# This file is deprecated as per GLEP 56 in favor of metadata.xml. -# Please add your descriptions to your package's metadata.xml ONLY. -# * generated automatically using pmaint * - -app-emulation/crossover-bin:capi - Enable ISDN support via CAPI -app-emulation/winetricks-zh:rar - Pull in app-arch/unrar for extraction of rar-compressed game files -app-i18n/fcitx5:coverage - Build the project with gcov support (Need ENABLE_TEST=On) -app-i18n/fcitx5:enchant - Enable enchant for word predication -app-i18n/fcitx5:presage - Enable presage for word predication(not stable) -app-i18n/fcitx5:test - Build Test -app-i18n/fcitx5:wayland - Enable wayland support -app-i18n/fcitx5-chinese-addons:browser - Enable built-in browser using dev-qt/qtwebengine -app-i18n/fcitx5-chinese-addons:gui - Enable configure gui -app-i18n/fcitx5-chinese-addons:opencc - Enable support for conversion between Traditional and Simplified Chinese -app-i18n/fcitx5-chinese-addons:webkit - Using dev-qt/qtwebkit as browser backend -app-i18n/fcitx5-configtool:config-qt - Enable fcitx5-config-qt -app-i18n/fcitx5-configtool:kcm - Enable KDE KCM support -app-i18n/fcitx5-configtool:test - Enable Test -app-text/ydcv-rs:clipboard - Enable feature: use selected text as input -app-text/ydcv-rs:notify - Enable feature: display explanations via desktop notification -dev-libs/granite:demo - Build the Granite demo application (to present all available UI features provided by the library) -media-plugins/osdlyrics:gnome - add support for gnome -media-plugins/osdlyrics:indicator - add support for appindicator -media-sound/feeluown:local - add local music support for feeluown -media-sound/feeluown:netease - add netease cloud music support for feeluown -media-sound/feeluown:qqmusic - add qq music support for feeluown -media-sound/feeluown:xiami - add xiami music support for feeluown -media-video/simplescreenrecorder:vpx - Enables vp8 codec support using libvpx from ffmpeg/libav -net-misc/xmuruijie:firewall - Add support for iptables firewall -net-proxy/make-proxy:client - Add make proxy client support -net-proxy/make-proxy:server - Add make proxy server support -sys-devel/gdb:multitarget - Support all known targets in one gdb binary -sys-kernel/hardened-sources:deblob - Remove binary blobs from kernel sources to provide libre license compliance. -sys-kernel/xanmod-hybrid:tt - Enable Default Xanmod Patches with TT CPU Scheduler. -sys-kernel/xanmod-hybrid:cjktty - Eanble cjktty patches. diff --git a/sets.conf b/sets.conf deleted file mode 100644 index 90368e2f720..00000000000 --- a/sets.conf +++ /dev/null @@ -1,4 +0,0 @@ -[gentoo-zh sets] -class = portage.sets.files.StaticFileSet -multiset = true -directory = ${repository:gentoo-zh}/sets/ diff --git a/setting_id.sh b/setting_id.sh deleted file mode 100644 index 2c0f7166246..00000000000 --- a/setting_id.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -find . -type f -name ChangeLog -exec svn ps svn:keywords Id \{\} \; -find . -type f -name \*.ebuild -exec svn ps svn:keywords Id \{\} \;