├── .github └── workflows │ └── pythonpackage.yml ├── .gitignore ├── .travis.yml ├── AUTHORS ├── AUTHORS.OLD ├── ApiPlan ├── CODING ├── COPYING ├── COPYING.PISI_FORK ├── ChangeLog ├── ChangeLog.OLD ├── FIXME.md ├── INSTALL ├── MANIFEST.in ├── Makefile ├── PKG-INFO ├── README ├── ROADMAP ├── ROADMAP.OLD ├── RefactorPlan ├── config ├── inary.conf-aarch64 ├── inary.conf-armv7h ├── inary.conf-armv7l ├── inary.conf-i686 ├── inary.conf-x86_64 ├── mirrors.conf └── tmpfiles.conf ├── configure ├── doc ├── .gitignore ├── about.rst ├── advaced │ ├── component.rst │ ├── extraordinary.rst │ ├── group.rst │ └── index.rst ├── basicsofinary │ ├── emerge.rst │ ├── index.rst │ ├── install.rst │ ├── remove.rst │ ├── repository.rst │ └── works.rst ├── commands │ ├── blame.rst │ ├── build.rst │ ├── check.rst │ ├── configure-pending.rst │ ├── delete-cache.rst │ ├── delta.rst │ ├── emerge.rst │ ├── emergeup.rst │ ├── fetch.rst │ ├── graph.rst │ ├── help.rst │ ├── history.rst │ ├── index.rst │ ├── index_cmd.rst │ ├── info.rst │ ├── install.rst │ ├── list-commands.rst │ ├── rebuild-db.rst │ ├── remove-orphaned.rst │ ├── remove.rst │ ├── repo-commands.rst │ ├── search-file.rst │ ├── search.rst │ ├── sysconf.rst │ └── upgrade.rst ├── conf.py ├── faqs.rst ├── glossary.rst ├── images │ └── favicon.ico ├── index.rst └── installation.rst ├── inary-cli ├── inary-spec.dtd ├── inary-spec.rng ├── inary.xml.in ├── inary ├── .gitignore ├── __init__.py ├── actionsapi │ ├── README-inarytools.flags.txt │ ├── TODO │ ├── __init__.py │ ├── autotools.py │ ├── cmaketools.py │ ├── coreutils.py │ ├── external.py │ ├── get.py │ ├── inarytools.py │ ├── javamodules.py │ ├── kde.py │ ├── kerneltools.py │ ├── libtools.py │ ├── mesontools.py │ ├── perlmodules.py │ ├── pkgconfig.py │ ├── pythonmodules.py │ ├── qt.py │ ├── rubymodules.py │ ├── scons.py │ ├── shelltools.py │ ├── texlivemodules.py │ └── variables.py ├── analyzer │ ├── __init__.py │ ├── conflict.py │ └── dependency.py ├── api.py ├── archive.py ├── atomicoperations.py ├── blacklist.py ├── cli │ ├── README │ ├── __init__.py │ ├── addrepo.py │ ├── blame.py │ ├── build.py │ ├── check.py │ ├── checkrelation.py │ ├── command.py │ ├── configmanager.py │ ├── configurepending.py │ ├── deletecache.py │ ├── delta.py │ ├── disablerepo.py │ ├── emerge.py │ ├── emergeup.py │ ├── enablerepo.py │ ├── fetch.py │ ├── help.py │ ├── history.py │ ├── inarycli.py │ ├── index.py │ ├── info.py │ ├── init.py │ ├── install.py │ ├── listavailable.py │ ├── listcomponents.py │ ├── listinstalled.py │ ├── listnewest.py │ ├── listorphaned.py │ ├── listpending.py │ ├── listrepo.py │ ├── listsources.py │ ├── listupgrades.py │ ├── rebuilddb.py │ ├── reconfigure.py │ ├── remove.py │ ├── removeorphaned.py │ ├── removerepo.py │ ├── search.py │ ├── searchfile.py │ ├── sysconf.py │ ├── updaterepo.py │ └── upgrade.py ├── config.py ├── configfile.py ├── constants.py ├── context.py ├── data │ ├── __init__.py │ ├── component.py │ ├── files.py │ ├── group.py │ ├── history.py │ ├── index.py │ ├── metadata.py │ ├── pgraph.py │ ├── relation.py │ ├── replace.py │ └── specfile.py ├── db │ ├── __init__.py │ ├── componentdb.py │ ├── filesdb.py │ ├── groupdb.py │ ├── historydb.py │ ├── installdb.py │ ├── itembyrepo.py │ ├── lazydb.py │ ├── packagedb.py │ ├── repodb.py │ └── sourcedb.py ├── errors.py ├── fetcher.py ├── file.py ├── libraries │ ├── __init__.py │ ├── preprocess.py │ └── sort.py ├── logger.py ├── mirrors.py ├── operations │ ├── __init__.py │ ├── build.py │ ├── check.py │ ├── delta.py │ ├── emerge.py │ ├── helper.py │ ├── history.py │ ├── info.py │ ├── install.py │ ├── remove.py │ ├── repository.py │ ├── search.py │ └── upgrade.py ├── package.py ├── process.py ├── settings.py ├── signalhandler.py ├── sxml │ ├── __init__.py │ ├── autoxml.py │ ├── oo.py │ ├── xmlext.py │ ├── xmlext_iks.py │ ├── xmlext_minidom.py │ ├── xmlfile.py │ ├── xmlfile_iks.py │ └── xmlfile_minidom.py ├── sysconf.py ├── trigger.py ├── ui.py ├── uri.py ├── util │ ├── __init__.py │ ├── curses.py │ ├── files.py │ ├── filesystem.py │ ├── kernel.py │ ├── misc.py │ ├── package.py │ ├── path.py │ ├── process.py │ ├── strings.py │ └── terminal.py └── version.py ├── licenses ├── 3DFX ├── 3proxy ├── 3ware ├── 4F ├── 4Suite ├── 7plus ├── 9wm ├── ACME ├── ACML ├── AECA ├── AFL-2.0 ├── AFL-2.1 ├── AFL-3.0 ├── AFTERSTEP ├── AGPLv3 ├── AGREP ├── AICCU ├── ALMWorks-1.2 ├── AMD ├── AMPAS ├── AMS ├── ANTLR ├── APL-1.0 ├── APSL-2 ├── ATI ├── ATOK ├── ATT ├── AURA ├── Adaptec ├── Adobe ├── Adobe-SourceCode ├── AdobeFlash-9.0.31.0 ├── Aladdin ├── Allegro ├── Apache-1.1 ├── Apache-2.0 ├── Apple ├── Arkkra ├── Army-EULA ├── Arphic ├── Artistic ├── Artistic-2 ├── Atheros ├── Atmel ├── AvP ├── BAEKMUK ├── BCS ├── BEER-WARE ├── BL ├── BSD ├── BSD-2 ├── BSD-3 ├── BWidget ├── BZIP2 ├── Babylon ├── BitTorrent ├── BitstreamVera ├── Blitz-Artistic ├── Boost-1.0 ├── C3 ├── CAOSL ├── CAPS ├── CAVER ├── CCPL-Attribution-2.0 ├── CCPL-Attribution-3.0 ├── CCPL-Attribution-NonCommercial-NoDerivs-2.0 ├── CCPL-Attribution-NonCommercial-NoDerivs-2.5 ├── CCPL-Attribution-NonCommercial-NoDerivs-3.0 ├── CCPL-Attribution-ShareAlike-2.0 ├── CCPL-Attribution-ShareAlike-2.5 ├── CCPL-Attribution-ShareAlike-3.0 ├── CCPL-Attribution-ShareAlike-NonCommercial-2.5 ├── CCPL-ShareAlike-1.0 ├── CDDL ├── CDDL-Schily ├── CDF ├── CGL ├── CMASS-M3 ├── CMake ├── CNRI ├── CNRI-QUIXOTE-2.4 ├── COR-Entertainment-LLC ├── CPL-0.5 ├── CPL-1.0 ├── CRACKLIB ├── CROSSOVER ├── CRULP ├── CS-1.0 ├── Caldera ├── CeCILL-2 ├── Cenon ├── Ciphire ├── Clarified-Artistic ├── Conexant ├── Conexant-firmware ├── CyberNeko-1.0 ├── D1X ├── DB ├── DCC ├── DEC-M3 ├── DES ├── DMD ├── DNS2GO ├── DOOM3 ├── DSL ├── DSNIFF ├── DUMB-0.9.2 ├── EAPL ├── ECWPL ├── EDB ├── EPL ├── EPL-1.0 ├── EPSON ├── ETQW ├── ElementTree ├── Elm ├── Emacs ├── Exolab ├── F-PROT ├── FDL-1.1 ├── FDL-1.2 ├── FESTIVAL ├── FIPL-1.0 ├── FLEX ├── FLTK ├── FML-1 ├── FTL ├── FVWM ├── FastCGI ├── FreeArt ├── Frodo ├── GAlib ├── GDLS ├── GFDLv1 ├── GLX ├── GMGPL ├── GPLv1 ├── GPLv2 ├── GPLv2-with-MySQL-FLOSS-exception ├── GPLv2-with-exceptions ├── GPLv2-with-linking-exception ├── GPLv3 ├── HBRL ├── HKSCS ├── HPL ├── HYDRA ├── Hauppauge-Firmware ├── HyperSpec ├── IBM ├── IBM-ILNWP ├── IBM-J1.4 ├── IBM-J1.5 ├── IBM-J1.6 ├── ICE ├── IDPL-1 ├── IPL-1 ├── IRDPL ├── IRPDL ├── ISC ├── ITS4 ├── Info-ZIP ├── Inform ├── Intel ├── Intel-SDP ├── Interbase-1.0 ├── Introversion ├── JDOM ├── JNIC ├── JPython ├── JamesClark ├── JasPer ├── KQEMU ├── KenMacLeod ├── Kermit ├── LDP ├── LDP-1a ├── LFS ├── LGPLv2 ├── LGPLv2.1 ├── LGPLv2.1-FPC ├── LGPLv2.1-UUST ├── LGPLv2.1-linking-exception ├── LGPLv3 ├── LIBGLOSS ├── LICENSE-BITSTREAM ├── LLGPL-2.1 ├── LOKI-EULA ├── LPPL-1.2 ├── LPPL-1.3 ├── LPPL-1.3b ├── LPPL-1.3c ├── LRCTF ├── MARBLEBLAST ├── MBROLA ├── MILO ├── MIT ├── MOTIF ├── MPEG4 ├── MPL-1.0 ├── MPL-1.1 ├── MSF-1.2 ├── MSjdbcEULA ├── MSttfEULA ├── Macromedia ├── MakeIndex ├── Memonix ├── MonetDBPL-1.1 ├── MonkeysAudio ├── Moria ├── Mozart ├── NCSA-HDF ├── NEWLIB ├── NPL-1.1 ├── NVIDIA ├── NWL ├── NWN-EULA ├── Nero ├── Nessus-EULA ├── NewArtisans ├── No-Problem-Bugroff ├── Norvig ├── OFL ├── OFL-1.1 ├── OGL-1.0a ├── OGTSL ├── OPENLDAP ├── OPERA-9.0 ├── OPL ├── ORIONSERVER ├── OSGPLv0.0 ├── OSI-Approved ├── OSIRIS ├── OSL-1.1 ├── OSL-2.0 ├── OSML-1.0 ├── OTN ├── Omni ├── OpenSoftware ├── OpenSymphony-1.1 ├── OracleDB ├── PAM ├── PBZIP2 ├── PDB ├── PDFLite ├── PEL ├── PHP ├── PHP-2.02 ├── PHP-3 ├── PHP-3.01 ├── PICO ├── PLAN9 ├── PLDSPv2 ├── POMPOM ├── POSTGRESQL ├── PSF-2.2 ├── PSF-2.3 ├── PSF-2.4 ├── PSTT ├── PUEL ├── PYTHON ├── Palm-SDK ├── Panda3D ├── Pando-EULA ├── Parallels ├── PathfinderPL-1.1 ├── PicoContainer ├── PlaneShift ├── PoseidonCommon.pdf ├── Princeton ├── Q2EULA ├── Q3AEULA ├── QPL ├── QPL-1.0 ├── QUAKE4 ├── Qhull ├── RAR ├── RDist ├── REALbasic ├── RSA-MD2 ├── RSA-MD4 ├── RSA-MD5 ├── RSA-PKCS11 ├── RTCW ├── RTCW-ETEULA ├── Racer ├── Resounding ├── RiceBSD ├── Roadrunner ├── Royalty-Free ├── Ruby ├── SGI-B ├── SGI-B-1.1 ├── SGMLUG ├── SIFT ├── SIL-freeware ├── SNNS-4.2 ├── SOPLA-2.3 ├── SPL ├── SVFL ├── Scintilla ├── Sendmail ├── Sendmail-Open-Source ├── SixXS ├── Sleepycat ├── Smart-Link ├── Smokin-Guns-1.0 ├── SpeedTouch-USB-Firmware ├── Spice-1.1 ├── Spread-1.0 ├── Stanford ├── Stuffit ├── Subversion ├── Sudo ├── THINKTANKS ├── TeX ├── Tinker ├── UCAR-Unidata ├── UCL ├── VGBA ├── VIGRA ├── VOSTROM ├── VPL-1.0 ├── ValveSDK ├── ValveServer ├── Volano ├── W3C ├── W3C-document ├── WANPIPE ├── WRI-EULA ├── WTFPL-2 ├── WarpPipe ├── WebMO ├── Werken-1.1.1.1 ├── Wink ├── WordNet-1.6 ├── X11 ├── XAnim ├── XCIN ├── Xdebug ├── XeTeX ├── Ximian-logos ├── YAZ ├── ZBL ├── ZLIB ├── ZORK ├── ZPL ├── ZSH ├── ZendFramework-1.1 ├── aczoom ├── adobe-ps ├── adom ├── aewm ├── amiwm ├── anubis ├── appres ├── aquafont ├── arj ├── as-is ├── astrolog ├── astromenace ├── atheros-hal ├── bakoma ├── bass ├── bdftopcf ├── bea.ri.jsr173 ├── beforelight ├── bestcrypt ├── bigreqsproto ├── bioapi ├── bitmap ├── blackshades ├── bonnie ├── bungie-marathon ├── cadsoft ├── canada-med ├── ccc-beta ├── ccp4 ├── cdegroot ├── cedega ├── charm ├── chasen ├── chntpw ├── circlemud ├── cisco ├── cisco-vpn-client ├── clibpdf ├── clustalw ├── cmigemo ├── cns ├── codehaus-classworlds ├── codehaus-groovy ├── colt ├── compaq-sdla ├── compositeproto ├── cos ├── crafty ├── crazney ├── cryptopp ├── damageproto ├── dbgphp ├── descent2-data ├── dgen-sdl ├── distributed.net ├── dlj-1.1 ├── dmxproto ├── dom4j ├── dvibook ├── eGenixPublic ├── eGenixPublic-1.1 ├── editres ├── egressor ├── encodings ├── eternal_lands ├── evieext ├── fixesproto ├── fmod ├── folding-at-home ├── font-adobe-100dpi ├── font-adobe-75dpi ├── font-adobe-utopia-100dpi ├── font-adobe-utopia-75dpi ├── font-adobe-utopia-type1 ├── font-alias ├── font-arabic-misc ├── font-bh-100dpi ├── font-bh-75dpi ├── font-bh-lucidatypewriter-100dpi ├── font-bh-lucidatypewriter-75dpi ├── font-bh-ttf ├── font-bh-type1 ├── font-bitstream-100dpi ├── font-bitstream-75dpi ├── font-bitstream-speedo ├── font-bitstream-type1 ├── font-cronyx-cyrillic ├── font-cursor-misc ├── font-daewoo-misc ├── font-dec-misc ├── font-ibm-type1 ├── font-isas-misc ├── font-jis-misc ├── font-micro-misc ├── font-misc-cyrillic ├── font-misc-ethiopic ├── font-misc-meltho ├── font-misc-misc ├── font-mutt-misc ├── font-schumacher-misc ├── font-screen-cyrillic ├── font-sony-misc ├── font-sun-misc ├── font-util ├── font-winitzki-cyrillic ├── font-xfree86-type1 ├── fontcacheproto ├── fontconfig ├── fontsproto ├── fonttosfnt ├── fping ├── free-noncomm ├── freedist ├── freemarker ├── freetts ├── fslsfonts ├── fstobdf ├── galaxyhack ├── gamess ├── gccmakedep ├── gips_iLBClicense.pdf ├── glest-data ├── glimpse ├── glproto ├── glut ├── gnuplot ├── google-picasa ├── googleearth ├── grass-ipafonts ├── guild ├── hp-value ├── hylafax ├── hyperic ├── iASL ├── iceauth ├── ico ├── icu ├── imagemagick ├── imake ├── informix-jdbc ├── inmon-sflow ├── inputproto ├── ipadic ├── ipw2100-fw ├── ipw2200-fw ├── ipw3945 ├── isc-dhcp ├── iwlwifi-ucode ├── ixp4xx ├── jardinains ├── jaxen ├── jcraft ├── jdepend ├── jlex ├── jrockit ├── kbproto ├── kinterbasdb ├── knights-demo ├── kvirc ├── lbxproxy ├── less ├── levee ├── lha ├── libFS ├── libICE ├── libSM ├── libX11 ├── libXScrnSaver ├── libXTrap ├── libXau ├── libXaw ├── libXcomposite ├── libXcursor ├── libXdamage ├── libXdmcp ├── libXevie ├── libXext ├── libXfixes ├── libXfont ├── libXfontcache ├── libXft ├── libXi ├── libXinerama ├── libXmu ├── libXp ├── libXpm ├── libXprintAppUtil ├── libXprintUtil ├── libXrandr ├── libXrender ├── libXres ├── libXt ├── libXtst ├── libXv ├── libXvMC ├── libXxf86dga ├── libXxf86misc ├── libXxf86vm ├── libdmx ├── libdomainkeys-1.1 ├── libdrm ├── libf2c ├── libffi ├── libfontenc ├── liblbxutil ├── liboldX ├── libxkbfile ├── libxkbui ├── lisp2wish ├── listres ├── lndir ├── lsof ├── luit ├── maestro ├── makedepend ├── mammoth ├── mapm ├── marginalhacks ├── maui ├── maya-5.0 ├── mayadoc-5.0 ├── mekanix ├── meme ├── mindterm ├── mkcfm ├── mkfontdir ├── mkfontscale ├── mmix ├── molmol ├── molscript ├── mongrel ├── mopac7 ├── mplus-fonts ├── mserv ├── mupad ├── mx4j ├── myspell-en_CA-JRossBeresford ├── myspell-en_CA-KevinAtkinson ├── myspell-et_EE-IEL ├── myspell-hyph_sk_SK-TiborBako ├── myspell-ispell-GeoffKuenning ├── myspell-lt_LT-AlbertasAgejevas ├── myspell-ru_RU-ALexanderLebedev ├── myspell-th_cs_CZ-PavelRychlySmrz ├── namd ├── nemerle ├── nethack ├── netlogo ├── netperf ├── newton ├── nhc98 ├── nomachine ├── oclock ├── openafs-krb5 ├── openafs-krb5-a ├── openknights ├── openmarket ├── openpbs ├── openspml ├── openssl ├── oracle-jdbc ├── otter ├── paraview ├── penguzzle ├── perforce ├── petrify ├── pgasync ├── phrack ├── pixman ├── pkcrack ├── pmd ├── point2play ├── postal2 ├── poster ├── povlegal-3.1g ├── povlegal-3.5 ├── povlegal-3.6 ├── printproto ├── proxymngr ├── public-domain ├── pymol ├── pysqlite ├── qeradiant ├── qlogic-fibre-channel-firmware ├── qpage ├── qpopper ├── quake1-demodata ├── quake2-demodata ├── queen ├── qwt ├── randrproto ├── recordproto ├── renderproto ├── resourceproto ├── rgb ├── richardson ├── ringtonetools ├── rstart ├── ruby-debug ├── satan ├── saxpath ├── scilab ├── scripts ├── scrnsaverproto ├── selfhtml ├── sessreg ├── setxkbmap ├── shoutcast ├── showfont ├── simpserver-test ├── singular ├── sip ├── skype-eula ├── smproxy ├── sparky ├── ssh ├── sslwrap ├── staden ├── stardock-images ├── stix ├── sun-asis-javamake ├── sun-bcla-j2ee ├── sun-bcla-j2ee-deployment ├── sun-bcla-j2me ├── sun-bcla-jai ├── sun-bcla-java-vm ├── sun-bcla-java-vm-1.4.2 ├── sun-bcla-jimi ├── sun-bcla-jmf ├── sun-bcla-jmi ├── sun-bcla-jms ├── sun-bcla-jsapi ├── sun-bcla-jsr101 ├── sun-bcla-jta ├── sun-bcla-jvmstat ├── sun-csl ├── sun-j2sl ├── sun-j2sl-6 ├── sun-jdl ├── sun-jrl ├── sun-jsr67 ├── sun-jsr93 ├── sun-openlook ├── sun-rpc ├── swiss-prot ├── szip ├── t-coffee ├── tacc ├── tcp_wrappers_license ├── tkMOO ├── tlswrap ├── trac ├── trapproto ├── trolltech_PUL-1.0 ├── truecrypt-collective-1.0 ├── ttf2pt1 ├── twm ├── unRAR ├── ut2003 ├── ut2003-demo ├── util-macros ├── ventrilo ├── videoproto ├── vienna-rna ├── viewcvs ├── viewres ├── vim ├── visual ├── vlgothic ├── vmd ├── vmware ├── vmware-console ├── w3m ├── werken.xpath ├── whitehead ├── wxWinFDL-3 ├── wxWinLL-3 ├── x11perf ├── xauth ├── xbacklight ├── xbattle ├── xbiff ├── xbitmaps ├── xboing ├── xcalc ├── xclipboard ├── xclock ├── xcmiscproto ├── xcmsdb ├── xconsole ├── xcursor-themes ├── xcursorgen ├── xdbedizzy ├── xditview ├── xdm ├── xdpyinfo ├── xdriinfo ├── xearth ├── xedit ├── xev ├── xextproto ├── xeyes ├── xf86-input-acecad ├── xf86-input-aiptek ├── xf86-input-calcomp ├── xf86-input-citron ├── xf86-input-digitaledge ├── xf86-input-dmc ├── xf86-input-dynapro ├── xf86-input-elo2300 ├── xf86-input-elographics ├── xf86-input-evdev ├── xf86-input-fpit ├── xf86-input-hyperpen ├── xf86-input-jamstudio ├── xf86-input-joystick ├── xf86-input-keyboard ├── xf86-input-magellan ├── xf86-input-magictouch ├── xf86-input-microtouch ├── xf86-input-mouse ├── xf86-input-mutouch ├── xf86-input-palmax ├── xf86-input-penmount ├── xf86-input-spaceorb ├── xf86-input-summa ├── xf86-input-tek4957 ├── xf86-input-ur98 ├── xf86-input-vmmouse ├── xf86-input-void ├── xf86-video-apm ├── xf86-video-ark ├── xf86-video-ati ├── xf86-video-chips ├── xf86-video-cirrus ├── xf86-video-cyrix ├── xf86-video-dummy ├── xf86-video-fbdev ├── xf86-video-geode ├── xf86-video-glint ├── xf86-video-i128 ├── xf86-video-i740 ├── xf86-video-i810 ├── xf86-video-impact ├── xf86-video-imstt ├── xf86-video-mga ├── xf86-video-neomagic ├── xf86-video-newport ├── xf86-video-nsc ├── xf86-video-nv ├── xf86-video-rendition ├── xf86-video-s3 ├── xf86-video-s3virge ├── xf86-video-savage ├── xf86-video-siliconmotion ├── xf86-video-sis ├── xf86-video-sisusb ├── xf86-video-sunbw2 ├── xf86-video-suncg14 ├── xf86-video-suncg3 ├── xf86-video-suncg6 ├── xf86-video-sunffb ├── xf86-video-sunleo ├── xf86-video-suntcx ├── xf86-video-tdfx ├── xf86-video-tga ├── xf86-video-trident ├── xf86-video-tseng ├── xf86-video-v4l ├── xf86-video-vermilion ├── xf86-video-vesa ├── xf86-video-vga ├── xf86-video-via ├── xf86-video-vmware ├── xf86-video-voodoo ├── xf86-video-xgi ├── xf86bigfontproto ├── xf86dga ├── xf86dgaproto ├── xf86driproto ├── xf86miscproto ├── xf86rushproto ├── xf86vidmodeproto ├── xfd ├── xfindproxy ├── xfontsel ├── xfs ├── xfsinfo ├── xfwp ├── xgamma ├── xgc ├── xhost ├── xineramaproto ├── xinit ├── xiph ├── xkbcomp ├── xkbdata ├── xkbevd ├── xkbprint ├── xkbutils ├── xkill ├── xload ├── xlogo ├── xlsatoms ├── xlsclients ├── xlsfonts ├── xmag ├── xmame ├── xman ├── xmessage ├── xmh ├── xmlformat ├── xmodmap ├── xmore ├── xorg-cf-files ├── xorg-docs ├── xorg-server ├── xorg-sgml-doctools ├── xphelloworld ├── xplsprinters ├── xpr ├── xprehashprinterlist ├── xprop ├── xproto ├── xproxymanagementprotocol ├── xrandr ├── xrdb ├── xref.lisp ├── xrefresh ├── xrx ├── xset ├── xsetmode ├── xsetpointer ├── xsetroot ├── xshipwars ├── xsm ├── xstdcmap ├── xtrans ├── xtrap ├── xv ├── xvidtune ├── xvinfo ├── xwd ├── xwininfo ├── xwud ├── zend-optimizer └── zoo ├── po ├── az.po ├── de.po ├── en.po ├── en_GB.po ├── es.po ├── fr.po ├── hr.po ├── hu.po ├── it.po ├── nl.po ├── pl.po ├── pt_BR.po ├── ru.po ├── sv.po ├── tr.po └── uk.po ├── requirements.txt ├── scripts ├── detect-dep ├── detect-file-dep ├── genpspec ├── inary-sandbox ├── inary.vim ├── inarysh ├── lsinary ├── makekagami ├── makepkg ├── mkdeb ├── mkinary ├── package-signing │ └── inary-sign.py ├── pspec2po ├── revdep-rebuild ├── revdep-rebuild-devel ├── sulinstrapt ├── sync-licenses ├── undeb ├── uninary ├── update-inary-cache └── version-bump ├── setup.py └── tests ├── .gitignore ├── README ├── buildTest ├── actions.py ├── postoperations.py └── pspec.xml ├── databaseTests ├── .gitignore ├── __init__.py ├── __test__.py ├── testComponentDB.py ├── testFilesDB.py ├── testInstallDB.py ├── testItembyRepo.py ├── testLazyDB.py ├── testPackageDB.py ├── testRepoDB.py ├── testSearch.py ├── testSourceDB.py └── testcase.py ├── inary-index.xml ├── inaryTests ├── __test__.py ├── testConfigFile.py ├── testConstants.py ├── testMirrors.py ├── testShell.py ├── testUri.py ├── testUtil.py └── testVersion.py ├── pspecTest └── pspec.py ├── runTests.py ├── status ├── typeTests ├── __test__.py ├── testOO.py └── testPgraph.py └── xmlTests ├── __test__.py ├── testAutoxml.py └── testXmlext.py /.travis.yml: -------------------------------------------------------------------------------- 1 | language: python 2 | python: 3 | - 3.4 4 | - 3.5 5 | - pypy 6 | 7 | # command to install dependencies 8 | install: "pip install -r requirements.txt" 9 | 10 | script: 11 | - ./setup.py install --root=/tmp/install-root 12 | - ./tests/run.py 13 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | Old_Author 2 | ----------- 3 | Tubitak - UEKAE < uekae[at] tubitak.org, tr > 4 | 5 | 6 | Updates and Developings 7 | since 2016 8 | 9 | Maintainers 10 | ----------- 11 | Suleyman POYRAZ < nipalensisaquila[at] gmail.com > 12 | 13 | Developers 14 | ---------- 15 | 16 | Suleyman POYRAZ < nipalensisaquila[at] gmail.com > 17 | parduscix(Ali Rıza Keskin) < parduscix[at] pardustopluluk.org > 18 | 19 | Contributors 20 | ------------ 21 | 22 | Suleyman POYRAZ < nipalensisaquila[at] gmail.com > 23 | parduscix(Ali Rıza Keskin) < parduscix[at] pardustopluluk.org > 24 | Fuat BOLUK 25 | 26 | Thanks for: 27 | ----------- 28 | Ilker MANAP: repodb.py, lambda function problem 29 | Fuat BOLUK: type error(str - unicode type problem) 30 | 31 | -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- 1 | You can install Inary on your system with commands. 2 | 3 | # ./setup.py build 4 | # ./setup.py install 5 | su -c "ln -s /usr/local/bin/inary-cli /usr/bin/inary" 6 | 7 | If you are on a Solus or PisiLinux system, you should delete /usr/lib/pardus/pisi 8 | when you are installing the SVN version 9 | 10 | If you are upgrading from an old INARY release you may have to 11 | run the following command as root: 12 | 13 | # inary rebuild-db 14 | 15 | Add Sulin repository 16 | su -c "inary ar sulin https://gitlab.com/sulinos/repositories/SulinRepository/-/raw/master/inary-index.xml" 17 | -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | recursive-include doc * 2 | recursive-include po * 3 | recursive-include scenarios * 4 | recursive-include scripts * 5 | recursive-include tests * 6 | include *.dtd *.rng *.in 7 | include AUTHORS ChangeLog* CODING COPYING INSTALL README* TODO 8 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | DESTDIR=/ 2 | all: clean build 3 | 4 | clean: 5 | `find | grep pycache | sed 's/^/rm -rf /g'` 6 | rm -rf build 7 | rm -f po/*.mo 8 | build: 9 | python3 setup.py build 10 | install: 11 | python3 setup.py install --install-lib=${DESTDIR}/usr/lib/sulin --root=${DESTDIR} 12 | [ -f ${DESTDIR}/usr/bin/inary ] || ln -s inary-cli ${DESTDIR}/usr/bin/inary || true 13 | -------------------------------------------------------------------------------- /PKG-INFO: -------------------------------------------------------------------------------- 1 | Metadata - Version: 1.0 2 | Name: inary 3 | Version: 1.0 4 | Summary: Inary(Special Package Manager) 5 | Home - page: https: // gitlab.com / sulinos / sulinproject / inary 6 | Author: Sulin Project Developers 7 | Author - email: zaryob.dev @ gmail.com 8 | License: GNU GPL3 9 | Description: Inary is the package management system of Sulin Linux and use with Mac OS, Solaris and FreeBSD 10 | Platform: UNKNOWN 11 | -------------------------------------------------------------------------------- /config/tmpfiles.conf: -------------------------------------------------------------------------------- 1 | D /run/lock/files.ldb 0777 root root - - 2 | F /run/lock/files.ldb/LOCK 0666 root root - - -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- 1 | html/ 2 | -------------------------------------------------------------------------------- /doc/advaced/component.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 4 | Components and System Relations 5 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 6 | -------------------------------------------------------------------------------- /doc/advaced/extraordinary.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%%%%%%%%%%% 4 | Extraordinary Situations 5 | %%%%%%%%%%%%%%%%%%%%%%%% 6 | -------------------------------------------------------------------------------- /doc/advaced/group.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%%%%% 4 | Application Groups 5 | %%%%%%%%%%%%%%%%%% 6 | -------------------------------------------------------------------------------- /doc/advaced/index.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%%% 4 | Advaced of INARY 5 | %%%%%%%%%%%%%%%% 6 | 7 | In this pages, I will explain how could you be a inary gru. 8 | 9 | .. toctree:: 10 | :maxdepth: 0 11 | 12 | component.rst 13 | group.rst 14 | extraordinary.rst 15 | -------------------------------------------------------------------------------- /doc/basicsofinary/emerge.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | In the previous section, I explained how to add the repository to install the package. I continue assuming \ 4 | that you have `try_repo` on your system. 5 | 6 | =========================================== 7 | How to build a package to install? (emerge) 8 | =========================================== 9 | 10 | I mentioned before that we have two different repo types. We use the emerge command to install packages \ 11 | from source repositories. Although things seem to have shifted to a little more gentoo logic, we can build \ 12 | and install packages by using the emerge command by building the necessary dependencies. 13 | 14 | 15 | =========================================== 16 | How to build a package to install? (emerge) 17 | =========================================== 18 | -------------------------------------------------------------------------------- /doc/basicsofinary/index.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%% 4 | Basics of INARY 5 | %%%%%%%%%%%%%%% 6 | 7 | In these pages, I will explain how you can continue your life using inary. 8 | 9 | There will be many detailed uses and hints from installing, removing packages and repos, to searching for \ 10 | the package or file you are looking for, or even commands that will help you extract the tree of dependency \ 11 | (except for packers, I don't know why). 12 | 13 | .. note:: the commands here are simply transferred to avoid the eye of the end user. If you want to dig a little more and see the detailed information, you can try to review the "--debug" and "--verbose" parameters. Commands given with these parameters will come with many different control outputs. 14 | 15 | 16 | 17 | .. toctree:: 18 | :maxdepth: 0 19 | 20 | works.rst 21 | repository.rst 22 | install.rst 23 | emerge.rst 24 | remove.rst 25 | -------------------------------------------------------------------------------- /doc/basicsofinary/remove.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | In the previous section, I explained how to add the repository to install the package. I continue assuming \ 4 | that you have `try_repo` on your system. 5 | 6 | ================== 7 | Removal Operations 8 | ================== 9 | 10 | It can be installed from anywhere. Either install it manually, pull it out of the repository or build it. 11 | 12 | 13 | .. code-block:: shell 14 | 15 | sh ~# inary la 16 | The following list of packages will be removed in the respective order to satisfy dependencies: 17 | colorgcc 18 | After this operation, 13.08 KB space will be freed. 19 | Creating files database... 20 | -> Adding files of "colorgcc" package to db... 21 | Added files database... 22 | Removing "colorgcc" 23 | Removing files of "colorgcc" package from database... 24 | Removing files of "colorgcc" package from system... 25 | Removed "colorgcc" 26 | -------------------------------------------------------------------------------- /doc/commands/blame.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | =========== 4 | inary blame 5 | =========== 6 | 7 | `inary blame` gives information of packager name and email from :term:`installdb` or package file. 8 | `blame` operation gives information under history tag rather than giving detailed information 9 | 10 | 11 | **Using** 12 | --------- 13 | 14 | .. code-block:: shell 15 | 16 | sh ~$ inary blame 17 | sh ~$ inary bl 18 | 19 | 20 | **Options** 21 | -------------- 22 | 23 | blame options: 24 | 25 | -r, --release Blame for the given release 26 | 27 | -a, --all Blame for the given release 28 | 29 | 30 | **Example Runtime** 31 | ----------------------------- 32 | 33 | .. code-block:: shell 34 | 35 | $ inary blame expat 36 | Name: expat, version: 2.2.6, release: 1 37 | Package Maintainer: Süleyman POYRAZ 38 | Release Updater: Süleyman POYRAZ 39 | Update Date: 2018-12-23 40 | 41 | First release 42 | -------------------------------------------------------------------------------- /doc/commands/delete-cache.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | ================== 4 | inary delete-cache 5 | ================== 6 | 7 | `inary delete-cache` allows to clean inary's temporary files package and source code archives. It does not take any other argument, or parameter. 8 | 9 | .. note:: This operation needs privileges and can be allowed by only super user. 10 | 11 | **Using** 12 | --------- 13 | 14 | .. code-block:: shell 15 | 16 | sh ~# inary dc 17 | sh ~# inary delete-cache 18 | 19 | **Example Runtime Output** 20 | -------------------------- 21 | 22 | .. code-block:: shell 23 | 24 | sh ~# inary delete-cache 25 | Cleaning package cache "/var/cache/inary/packages"... 26 | Cleaning source archive cache "/var/cache/inary/archives"... 27 | Cleaning temporary directory "/var/inary"... 28 | Removing cache file "/var/cache/inary/packagedb.cache"... 29 | Removing cache file "/var/cache/inary/sourcedb.cache"... 30 | Removing cache file "/var/cache/inary/componentdb.cache"... 31 | Removing cache file "/var/cache/inary/groupdb.cache"... 32 | -------------------------------------------------------------------------------- /doc/commands/fetch.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | =========== 4 | inary fetch 5 | =========== 6 | 7 | `inary fetch` is used to download packages from the repository. It fetchs binary packages to 8 | working directory 9 | 10 | **Using** 11 | --------- 12 | 13 | .. code-block:: shell 14 | 15 | sh ~$ inary fetch 16 | sh ~$ inary fc 17 | 18 | 19 | **Options** 20 | -------------- 21 | 22 | fetch options: 23 | -o, --output-dir Output directory for the fetched packages 24 | --runtime-deps Download with runtime dependencies. 25 | 26 | **Example Runtime** 27 | ----------------------------- 28 | 29 | .. code-block:: shell 30 | 31 | sh ~$ inary fc expat 32 | "expat" package found in "core" repository. 33 | expat-2.2.7-2-s19-x86_64.inary (194.0 KB) 34 | -------------------------------------------------------------------------------- /doc/commands/graph.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | =========== 4 | inary graph 5 | =========== 6 | 7 | `inary graph` command draws the dependency graphic between the repositories attached to the system and creates an dot file. 8 | 9 | **Output** 10 | ---------- 11 | 12 | graph options: 13 | -r, --repository Specify a particular repository. 14 | -i, --installed Graph of installed packages 15 | --ignore-installed Do not show installed packages. 16 | -R, --reverse Draw reverse dependency graph. 17 | -o, --output Dot output file 18 | 19 | 20 | **Example Runtime Output** 21 | -------------------------- 22 | 23 | .. code-block:: shell 24 | 25 | sh ~$ inary graph 26 | Plotting a graph of relations among all repository packages. 27 | -------------------------------------------------------------------------------- /doc/commands/index.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%% 4 | Inary Commands 5 | %%%%%%%%%%%%%% 6 | 7 | .. toctree:: 8 | :maxdepth: 0 9 | 10 | ./blame.rst 11 | ./build.rst 12 | ./check.rst 13 | ./configure-pending.rst 14 | ./delete-cache.rst 15 | ./delta.rst 16 | ./emerge.rst 17 | ./emergeup.rst 18 | ./fetch.rst 19 | ./graph.rst 20 | ./info.rst 21 | ./install.rst 22 | ./help.rst 23 | ./history.rst 24 | ./index_cmd.rst 25 | ./rebuild-db.rst 26 | ./remove.rst 27 | ./remove-orphaned.rst 28 | ./search.rst 29 | ./search-file.rst 30 | ./sysconf.rst 31 | ./upgrade.rst 32 | ./repo-commands.rst 33 | ./list-commands.rst 34 | -------------------------------------------------------------------------------- /doc/commands/rebuild-db.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | ================ 4 | inary rebuild-db 5 | ================ 6 | 7 | `inary rebuild-db` command is used to rebuilding all databases including :term:`filesdb` 8 | 9 | .. note:: This operation needs privileges and can be allowed by only super user. 10 | 11 | **Using** 12 | --------- 13 | .. code-block:: shell 14 | 15 | sh ~# inary rdb 16 | sh ~# inary rebuild-db 17 | 18 | **Options** 19 | ----------- 20 | 21 | rebuild-db options: 22 | -f, --files Rebuild files database 23 | 24 | 25 | **Example Runtime Output** 26 | -------------------------- 27 | 28 | .. code-block:: shell 29 | 30 | sh ~# inary rebuild-db 31 | Rebuild INARY databases? (yes/no): y 32 | Creating files database... 33 | Adding files of "expat" package to database... 34 | Added files database... 35 | -------------------------------------------------------------------------------- /doc/commands/search-file.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | ================= 4 | inary search-file 5 | ================= 6 | 7 | `inary search-file` command is used to search files from :term:`installdb`. It allows us \ 8 | to determine which package contains a given filename. It allows regex inside of it. So, \ 9 | just one keyword is enough to searching, in order to allows regex script. 10 | 11 | **Using** 12 | --------- 13 | 14 | .. code-block:: shell 15 | 16 | sh ~$ inary search-file 17 | sh ~$ inary sf 18 | 19 | 20 | **Options** 21 | -------------- 22 | 23 | search-file options: 24 | -l, --long Show in long format. 25 | -q, --quiet Show only package name. 26 | 27 | 28 | **Example Runtime** 29 | ----------------------------- 30 | 31 | .. code-block:: 32 | 33 | sh ~$ inary search-file expat.h 34 | Searching for "expat.h" 35 | Package "expat-devel" has file "/usr/include/expat.h" 36 | Package "python3-devel" has file "/usr/include/python3.7m/pyexpat.h" 37 | Package "python-devel" has file "/usr/include/python2.7/pyexpat.h" 38 | -------------------------------------------------------------------------------- /doc/faqs.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%%%%%%%%%%%%%% 4 | Frequently Asked Questions 5 | %%%%%%%%%%%%%%%%%%%%%%%%%% 6 | -------------------------------------------------------------------------------- /doc/glossary.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | .. _glossary: 4 | 5 | Glossary 6 | ======== 7 | 8 | .. glossary:: 9 | 10 | installdb 11 | One of the database used in inary. In this database is created automatically with information of installed packages, their files, their dependency and provides 12 | 13 | filesdb 14 | One of database used in inary. In this database is created first run of inary and updates regulary. It contains files' paths, sha1sum and permissions of packages. 15 | 16 | pspec.xml 17 | This file is a part of source packages. It contains specific details about package. 18 | 19 | actions.py 20 | This file is instruction of building. 21 | 22 | metadata.xml 23 | This file generates automatically from :term:`pspec.xml`. It includes some details under Package tag in :term:`pspec.xml`. 24 | 25 | files.xml 26 | This file contains all details about files which included in package. 27 | -------------------------------------------------------------------------------- /doc/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/doc/images/favicon.ico -------------------------------------------------------------------------------- /doc/index.rst: -------------------------------------------------------------------------------- 1 | .. -*- coding: utf-8 -*- 2 | 3 | %%%%%%%%%%%%%% 4 | Inary Handbook 5 | %%%%%%%%%%%%%% 6 | 7 | 8 | Welcome to inary documentation. 9 | 10 | This documentation contains information about inary package management for everyone, \ 11 | from end users to developers, even though you won't read it. 12 | 13 | .. _an_introduction: Documentation Tree 14 | 15 | .. toctree:: 16 | :maxdepth: 2 17 | 18 | about.rst 19 | installation.rst 20 | commands/index.rst 21 | basicsofinary/index.rst 22 | advaced/index.rst 23 | faqs.rst 24 | glossary.rst 25 | 26 | Bu belgeleme AGPL-3 ile lisanslanmıştır. 27 | -------------------------------------------------------------------------------- /inary.xml.in: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | <_comment>Inary package 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /inary/.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /inary/actionsapi/TODO: -------------------------------------------------------------------------------- 1 | TODO 2 | ----- 3 | 4 | (-) Add filter_flags, disable_as_needed, disable_no_undefined functions 5 | (-) inarytools.dobin() needs a destinationFile parameter to rename the binary 6 | (-) inarytools.dodoc() may need an optional mode parameter for chmodding installed 7 | documents 8 | (-) inarytools.dodoc() does not allow passing a directory as source 9 | (-) rename() could be dropped in favor of move() 10 | (-) inarytools.dosed() does not provide all sed functionality. It only supports 11 | substitution. Rename the function or add support for other sed commands. 12 | (-) It is not clear which function takes source file paths relative to workDir or 13 | relative to installDir(dosed, insinto -> workDir, rename -> installDir). 14 | We may consider using different module names to distinguish these like 15 | sourceutils, installutils, etc. 16 | -------------------------------------------------------------------------------- /inary/actionsapi/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | 15 | import inary.context as ctx 16 | from inary.errors import Error 17 | 18 | 19 | def error(msg): 20 | if ctx.config.get_option('ignore_action_errors'): 21 | ctx.ui.error(msg) 22 | else: 23 | raise Error(msg) 24 | -------------------------------------------------------------------------------- /inary/actionsapi/external.py: -------------------------------------------------------------------------------- 1 | import inary.actionsapi.shelltools as shelltools 2 | 3 | sourcefile = "action.sh" 4 | 5 | 6 | def prepare(args=''): 7 | shelltools.system("source {} ; _prepare {}".format(sourcefile, args)) 8 | 9 | 10 | def pkgver(args=''): 11 | shelltools.system("source {} ; _pkgver {}".format(sourcefile, args)) 12 | 13 | 14 | def build(args=''): 15 | shelltools.system("source {} ; _build {}".format(sourcefile, args)) 16 | 17 | 18 | def check(args=''): 19 | shelltools.system("source {} ; _check {}".format(sourcefile, args)) 20 | 21 | 22 | def install(args=''): 23 | shelltools.system("source {} ; _install {}".format(sourcefile, args)) 24 | -------------------------------------------------------------------------------- /inary/analyzer/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2018 - 2020, Suleyman POYRAZ (Zaryob) 4 | # 5 | # This program is free software; you can redistribute it and/or modify it under 6 | # the terms of the GNU General Public License as published by the Free 7 | # Software Foundation; either version 3 of the License, or (at your option) 8 | # any later version. 9 | # 10 | # Please read the COPYING file. 11 | # 12 | -------------------------------------------------------------------------------- /inary/cli/README: -------------------------------------------------------------------------------- 1 | Writing commands: 2 | ----------------- 3 | 4 | TODO: this is a * bit * out of date now. 5 | 6 | Subclass from Command. 7 | 8 | Be careful not to import INARY modules before Command is run, e.g. 9 | do it in run() method. This is necessary to prevent an obscure 10 | initialization error. 11 | 12 | We used to import inary.operations in inary.cli 13 | 14 | This prevented inary.operations from having the current global 15 | inary.ui.ui because it's loaded before the UI is set! So, despite 16 | what you might understand from the python FAQ 1.2.3 17 | # how-do-i-share-global-variables-across-modules 18 | http: // www.python.org / doc / faq / programming.html 19 | you have to be careful about the initialization order when using 20 | singleton modules. 21 | 22 | Another way to solve this is to ensure that the global module is 23 | always imported again in every function it is called(see 24 | ui.CLI.confirm()) but this is more expensive. 25 | -------------------------------------------------------------------------------- /inary/cli/init.py: -------------------------------------------------------------------------------- 1 | # -*- coding:utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2018, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | 15 | import inary.cli.command as command 16 | 17 | # Gettext Library 18 | import gettext 19 | __trans = gettext.translation('inary', fallback=True) 20 | _ = __trans.gettext 21 | 22 | 23 | class InitNothing(command.PackageOp, metaclass=command.autocommand): 24 | __doc__ = _("""Do not anything.""") 25 | 26 | def __init__(self, args): 27 | super(InitNothing, self).__init__(args) 28 | 29 | name = (_("init"), "i") 30 | 31 | def options(self): 32 | pass 33 | 34 | def run(self): 35 | pass 36 | -------------------------------------------------------------------------------- /inary/data/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | -------------------------------------------------------------------------------- /inary/data/group.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | 15 | # AutoXML Library 16 | import inary.sxml.autoxml as autoxml 17 | import inary.sxml.xmlfile as xmlfile 18 | 19 | 20 | class Group(xmlfile.XmlFile, metaclass=autoxml.autoxml): 21 | """representation for group declarations""" 22 | 23 | t_Name = [autoxml.String, autoxml.mandatory] 24 | t_LocalName = [autoxml.LocalText, autoxml.mandatory] 25 | t_Icon = [autoxml.String, autoxml.optional] 26 | 27 | 28 | class Groups(xmlfile.XmlFile, metaclass=autoxml.autoxml): 29 | """representation for component declarations""" 30 | 31 | tag = "INARY" 32 | 33 | t_Groups = [[Group], autoxml.optional, "Groups/Group"] 34 | -------------------------------------------------------------------------------- /inary/libraries/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2018-2020, Suleyman POYRAZ (Zaryob) 4 | # 5 | # This program is free software; you can redistribute it and/or modify it under 6 | # the terms of the GNU General Public License as published by the Free 7 | # Software Foundation; either version 3 of the License, or (at your option) 8 | # any later version. 9 | # 10 | # Please read the COPYING file. 11 | # 12 | -------------------------------------------------------------------------------- /inary/operations/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | -------------------------------------------------------------------------------- /inary/sxml/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | 15 | import inary.errors 16 | import gettext 17 | 18 | __trans = gettext.translation('inary', fallback=True) 19 | _ = __trans.gettext 20 | 21 | 22 | class Error(inary.errors.Error): 23 | pass 24 | -------------------------------------------------------------------------------- /inary/sxml/xmlext.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2018, Suleyman POYRAZ (Zaryob) 4 | # 5 | # This program is free software; you can redistribute it and/or modify it under 6 | # the terms of the GNU General Public License as published by the Free 7 | # Software Foundation; either version 3 of the License, or (at your option) 8 | # any later version. 9 | # 10 | # Please read the COPYING file. 11 | # 12 | 13 | # Control Statement 14 | try: 15 | from .xmlext_iks import * 16 | 17 | except BaseException: 18 | from .xmlext_minidom import * 19 | -------------------------------------------------------------------------------- /inary/sxml/xmlfile.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2018, Suleyman POYRAZ (Zaryob) 4 | # 5 | # This program is free software; you can redistribute it and/or modify it under 6 | # the terms of the GNU General Public License as published by the Free 7 | # Software Foundation; either version 3 of the License, or (at your option) 8 | # any later version. 9 | # 10 | # Please read the COPYING file. 11 | # 12 | 13 | # Control Statement 14 | try: 15 | from .xmlfile_iks import * 16 | 17 | except BaseException: 18 | from .xmlfile_minidom import * 19 | -------------------------------------------------------------------------------- /inary/util/filesystem.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Main fork Pisi: Copyright (C) 2005 - 2011, Tubitak/UEKAE 4 | # 5 | # Copyright (C) 2016 - 2020, Suleyman POYRAZ (Zaryob) 6 | # 7 | # This program is free software; you can redistribute it and/or modify it under 8 | # the terms of the GNU General Public License as published by the Free 9 | # Software Foundation; either version 3 of the License, or (at your option) 10 | # any later version. 11 | # 12 | # Please read the COPYING file. 13 | # 14 | 15 | """misc. utility functions, including filesystem utils""" 16 | 17 | # Inary Modules 18 | import os 19 | import inary.context as ctx 20 | 21 | # Gettext Library 22 | import gettext 23 | __trans = gettext.translation('inary', fallback=True) 24 | _ = __trans.gettext 25 | 26 | ######################## 27 | # Filesystem functions # 28 | ######################## 29 | 30 | 31 | def fs_sync(): 32 | if ctx.config.values.general.fs_sync: 33 | ctx.ui.debug( 34 | _("Filesystem syncing (It wouldn't be run whether nosync set with kernel parameters)")) 35 | os.sync() 36 | 37 | -------------------------------------------------------------------------------- /licenses/7plus: -------------------------------------------------------------------------------- 1 | ********************************************************** 2 | *** 7PLUS ASCII-Encoder/Decoder, (c) Axel Bauda, DG1BBQ *** 3 | ********************************************************** 4 | *** 5 | *** File converter for transfer of arbitrary binary data 6 | *** via store & forward. 7 | *** 8 | *** 7PLUS is HAMWARE. No commercial use. No Sale. Pass on only in it's 9 | *** entirety! There is no warranty for the proper functioning. Use at own 10 | *** risk. 11 | *** 12 | *** TABSIZE when editing: 2; don't insert real TABs (^I), use spaces instead. 13 | *** 14 | *** When porting or modifying this source, make SURE it can still be compiled 15 | *** on all systems! Do this by using #ifdef directives! Please let me know 16 | *** about the modifications or portations, so I can include them in the origi- 17 | *** nal 7PLUS source. 18 | -------------------------------------------------------------------------------- /licenses/9wm: -------------------------------------------------------------------------------- 1 | 9wm is free software, and is Copyright (c) 1994-1996 by David Hogan. 2 | Permission is granted to all sentient beings to use this software, to 3 | make copies of it, and to distribute those copies, provided that: 4 | 5 | (1) the copyright and licence notices are left intact 6 | 7 | (2) the recipients are aware that it is free software 8 | 9 | (3) any unapproved changes in functionality are either 10 | 11 | (i) only distributed as patches 12 | 13 | or (ii) distributed as a new program which is not called 9wm and whose 14 | documentation gives credit where it is due 15 | 16 | (4) the author is not held responsible for any defects or shortcomings 17 | in the software, or damages caused by it. 18 | 19 | There is no warranty for this software. Have a nice day. 20 | -------------------------------------------------------------------------------- /licenses/AECA: -------------------------------------------------------------------------------- 1 | Distribution of this derivative work is subject to the US Export 2 | Administration Regulations (Title 15 CFR 768-799), which implements 3 | the Export Administration Act of 1979, as amendeded, and/or the 4 | International Traffic in Arms Regulations, of 12-6-84, (Title 22 CFR 5 | 121-130), which implements the Arms Export Control Act (22 USC 2728) 6 | and may require license for export. 7 | -------------------------------------------------------------------------------- /licenses/AFL-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/AFL-2.0 -------------------------------------------------------------------------------- /licenses/AGREP: -------------------------------------------------------------------------------- 1 | This material was developed by Sun Wu and Udi Manber 2 | at the University of Arizona, Department of Computer Science. 3 | Permission is granted to copy this software, to redistribute it 4 | on a nonprofit basis, and to use it for any purpose, subject to 5 | the following restrictions and understandings. 6 | 7 | 1. Any copy made of this software must include this copyright notice 8 | in full. 9 | 10 | 2. All materials developed as a consequence of the use of this 11 | software shall duly acknowledge such use, in accordance with the usual 12 | standards of acknowledging credit in academic research. 13 | 14 | 3. The authors have made no warranty or representation that the 15 | operation of this software will be error-free or suitable for any 16 | application, and they are under under no obligation to provide any 17 | services, by way of maintenance, update, or otherwise. The software 18 | is an experimental prototype offered on an as-is basis. 19 | 20 | 4. Redistribution for profit requires the express, written permission 21 | of the authors. 22 | 23 | -------------------------------------------------------------------------------- /licenses/ATOK: -------------------------------------------------------------------------------- 1 | ATOK for Linux is copyrighted by Justsystem Corporation. 2 | Please read /opt/atokx2/doc/information/license.html before 3 | using it. 4 | -------------------------------------------------------------------------------- /licenses/ATT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/ATT -------------------------------------------------------------------------------- /licenses/Adobe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Adobe -------------------------------------------------------------------------------- /licenses/Allegro: -------------------------------------------------------------------------------- 1 | [ from http://alleg.sourceforge.net/license.html - mkennedy ] 2 | 3 | The giftware license 4 | 5 | Allegro is gift-ware. It was created by a number of people working in 6 | cooperation, and is given to you freely as a gift. You may use, 7 | modify, redistribute, and generally hack it about in any way you like, 8 | and you do not have to give us anything in return. 9 | 10 | However, if you like this product you are encouraged to thank us by 11 | making a return gift to the Allegro community. This could be by 12 | writing an add-on package, providing a useful bug report, making an 13 | improvement to the library, or perhaps just releasing the sources of 14 | your program so that other people can learn from them. If you 15 | redistribute parts of this code or make a game using it, it would be 16 | nice if you mentioned Allegro somewhere in the credits, but you are 17 | not required to do this. We trust you not to abuse our generosity. 18 | 19 | By Shawn Hargreaves, 18 October 1998. 20 | -------------------------------------------------------------------------------- /licenses/Apple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Apple -------------------------------------------------------------------------------- /licenses/Army-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Army-EULA -------------------------------------------------------------------------------- /licenses/AvP: -------------------------------------------------------------------------------- 1 | xThe source code to Aliens Vs Predator is copyright (c) 1999-2000 Rebellion and 2 | is provided as is with no warranty for its suitability for use. You may not 3 | use this source code in full or in part for commercial purposes. Any use must 4 | include a clearly visible credit to Rebellion as the creators and owners, and 5 | reiteration of this license. 6 | -------------------------------------------------------------------------------- /licenses/BAEKMUK: -------------------------------------------------------------------------------- 1 | (c) Copyright 1986-2000, Hwan Design Inc. 2 | 3 | You are hereby granted permission under all Hwan Design propriety rights 4 | to use, copy, modify, sublicense, sell, and redistribute the 4 Baekmuk 5 | truetype outline fonts for any purpose and without restriction; 6 | provided, that this notice is left intact on all copies of such fonts 7 | and that Hwan Design Int.'s trademark is acknowledged as shown below 8 | on all copies of the 4 Baekmuk truetype fonts. 9 | 10 | BAEKMUK BATANG is a registered trademark of Hwan Design Inc. 11 | BAEKMUK GULIM is a registered trademark of Hwan Design Inc. 12 | BAEKMUK DOTUM is a registered trademark of Hwan Design Inc. 13 | BAEKMUK HEADLINE is a registered trademark of Hwan Design Inc. 14 | -------------------------------------------------------------------------------- /licenses/BCS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/BCS -------------------------------------------------------------------------------- /licenses/BEER-WARE: -------------------------------------------------------------------------------- 1 | * ---------------------------------------------------------------------------- 2 | * "THE BEER-WARE LICENSE" (Revision 42): 3 | * wrote this file. As long as you retain this notice you 4 | * can do whatever you want with this stuff. If we meet some day, and you think 5 | * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 6 | * ---------------------------------------------------------------------------- 7 | -------------------------------------------------------------------------------- /licenses/Babylon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Babylon -------------------------------------------------------------------------------- /licenses/C3: -------------------------------------------------------------------------------- 1 | # C3 version 3.1.2: Cluster Command & Control Suite 2 | # Oak Ridge National Laboratory, Oak Ridge, TN, 3 | # Authors: M.Brim, R.Flanery, G.A.Geist, B.Luethke, S.L.Scott 4 | # (C) 2001 All Rights Reserved 5 | # 6 | # NOTICE 7 | # 8 | # Permission to use, copy, modify, and distribute this software and 9 | # its documentation for any purpose and without fee is hereby granted 10 | # provided that the above copyright notice appear in all copies and 11 | # that both the copyright notice and this permission notice appear in 12 | # supporting documentation. 13 | # 14 | # Neither the Oak Ridge National Laboratory nor the Authors make any 15 | # representations about the suitability of this software for any 16 | # purpose. This software is provided "as is" without express or 17 | # implied warranty. 18 | 19 | # The C3 tools were funded by the U.S. Department of Energy. 20 | 21 | 22 | -------------------------------------------------------------------------------- /licenses/CCPL-Attribution-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/CCPL-Attribution-2.0 -------------------------------------------------------------------------------- /licenses/CCPL-Attribution-NonCommercial-NoDerivs-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/CCPL-Attribution-NonCommercial-NoDerivs-2.0 -------------------------------------------------------------------------------- /licenses/CCPL-Attribution-ShareAlike-2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/CCPL-Attribution-ShareAlike-2.0 -------------------------------------------------------------------------------- /licenses/CDF: -------------------------------------------------------------------------------- 1 | Copyright 2002 2 | National Space Science Data Center 3 | NASA/Goddard Space Flight Center 4 | 5 | This software may be copied or redistributed as long as it is not sold 6 | for profit, but it can be incorporated into any other substantive 7 | product with or without modifications for profit or non-profit. If the 8 | software is modified, it must include the following notices: 9 | 10 | - The software is not the original (for protectiion of the original 11 | author's reputations from any problems introduced by others) 12 | 13 | - Change history (e.g. date, functionality, etc.) 14 | 15 | This copyright notice must be reproduced on each copy made. This software is 16 | provided as is without any express or implied warranties whatsoever. 17 | 18 | -------------------------------------------------------------------------------- /licenses/CNRI-QUIXOTE-2.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/CNRI-QUIXOTE-2.4 -------------------------------------------------------------------------------- /licenses/CeCILL-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/CeCILL-2 -------------------------------------------------------------------------------- /licenses/Ciphire: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Ciphire -------------------------------------------------------------------------------- /licenses/Conexant-firmware: -------------------------------------------------------------------------------- 1 | The following binary firmware files are (c) Conexant, and do not fall 2 | under the GPL or MPL. They are assumed to have the same license as 3 | their windows client drivers, ie everyone who bought a card that came 4 | with a windows driver already has a copy of and license to use the 5 | necessary firmware, albeit possibly an older version. These are bundled 6 | with linux-wlan-ng for convenience only, as many newer adapters 7 | (eg Prism 3 w/SSF) require a firmware download in order to function at 8 | all. 9 | 10 | Primary (Basic hardware functionality) firmware images: 11 | 12 | af010104.hex Prism 2.5/3 AMD Flash 13 | ak010104.hex Prism 2.5/3 SST Flash 14 | pm010102.hex Prism 3 Short Serial Flash 15 | 16 | Secondary (STA/Adhoc/HostAP mode) firmware images: 17 | 18 | r1010701.hex Prism 2 PCMCIA adapters 19 | rf010804.hex Prism 2.5/3 PCI/PCMCIA adapters 20 | ru010803.hex Prism 2/3 USB adapters 21 | 22 | Tertiary firmware images (Firmware-based AP mode) are not bundled, as 23 | that requires an explicit license from Conexant to use, with explicit 24 | limitations on redistribution. 25 | -------------------------------------------------------------------------------- /licenses/DOOM3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/DOOM3 -------------------------------------------------------------------------------- /licenses/GMGPL: -------------------------------------------------------------------------------- 1 | This program is free software; you can redistribute it and/or 2 | modify it under the terms of the GNU General Public License as 3 | published by the Free Software Foundation; either version 2 of the 4 | License, or (at your option) any later version. 5 | 6 | This program is distributed in the hope that it will be useful, 7 | but WITHOUT ANY WARRANTY; without even the implied warranty of 8 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 9 | General Public License for more details. 10 | 11 | You should have received a copy of the GNU General Public License 12 | along with this program; if not, write to the Free Software 13 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 14 | 02111-1307, USA. 15 | 16 | As a special exception, if other files instantiate generics from 17 | this unit, or you link this unit with other files to produce an 18 | executable, this unit does not by itself cause the resulting 19 | executable to be covered by the GNU General Public License. This 20 | exception does not however invalidate any other reasons why the 21 | executable file might be covered by the GNU Public License. 22 | -------------------------------------------------------------------------------- /licenses/HYDRA: -------------------------------------------------------------------------------- 1 | 2 | LICENCE FOR HYDRA (all version) 3 | by van Hauser 4 | 5 | 6 | 1. This software comes with no warrenty or promised features. If it works 7 | for you - fine. It just comes "AS-IS", which means as a bunch of bits and bytes. 8 | 9 | 2. Anyone may use this software and pass it on to other persons or companies 10 | as long as it is not charged for! (except for a small transfer/medium fee) 11 | 12 | 3. This tool may *NOT* be used for illegal purpose. Please check the law 13 | which affects your doing. I will have got no liability for any damage etc. 14 | done with this tool legally or illegaly. 15 | 16 | 4. If this tool is used while providing a commercial service (e.g. as part 17 | of a penetration test) the report has to state the tools name and version, 18 | and additionally the author (van Hauser) and the distribution homepage 19 | (http://www.thc.org). 20 | 21 | 5. In all other respects the GPL 2.0 applies 22 | 23 | -------------------------------------------------------------------------------- /licenses/IBM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/IBM -------------------------------------------------------------------------------- /licenses/IBM-J1.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/IBM-J1.4 -------------------------------------------------------------------------------- /licenses/IBM-J1.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/IBM-J1.5 -------------------------------------------------------------------------------- /licenses/IDPL-1: -------------------------------------------------------------------------------- 1 | /* 2 | * The contents of this file are subject to the Initial 3 | * Developer's Public License Version 1.0 (the "License"); 4 | * you may not use this file except in compliance with the 5 | * License. You may obtain a copy of the License at 6 | * http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_idpl. 7 | * 8 | * Software distributed under the License is distributed AS IS, 9 | * WITHOUT WARRANTY OF ANY KIND, either express or implied. 10 | * See the License for the specific language governing rights 11 | * and limitations under the License. 12 | * 13 | * The Original Code was created by [Initial Developer's Name] 14 | * for the Firebird Open Source RDBMS project. 15 | * 16 | * Copyright (c) [Year] [Initial Developer's Name] [Email] 17 | * and all contributors signed below. 18 | * 19 | * All Rights Reserved. 20 | * Contributor(s): ______________________________________. 21 | */ 22 | -------------------------------------------------------------------------------- /licenses/ISC: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 1996 by Internet Software Consortium. 3 | * 4 | * Permission to use, copy, modify, and distribute this software for any 5 | * purpose with or without fee is hereby granted, provided that the above 6 | * copyright notice and this permission notice appear in all copies. 7 | * 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 9 | * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 10 | * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 11 | * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 12 | * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 13 | * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 14 | * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 15 | * SOFTWARE. 16 | */ 17 | -------------------------------------------------------------------------------- /licenses/Inform: -------------------------------------------------------------------------------- 1 | From the Inform Designer's Manual: 2 | 3 | Copyright on Inform, the program and its source code, its example games 4 | and documentation (including this book) is retained by Graham Nelson, 5 | who asserts the moral right to be identified as the author under the 6 | Copyrights, Designs and Patents Act 1988. Having said this, I am happy 7 | for it to be freely distributed to anybody who wants a copy, provided 8 | that: (a) distributed copies are not substantially different from those 9 | archived by the author, (b) this and other copyright messages are 10 | always retained in full, and (c) no profit is involved. (Exceptions to 11 | these rules must be negotiated directly with the author.) However, a 12 | story file produced with the Inform compiler (and libraries) then 13 | belongs to its author, and may be sold for profit if desired, provided 14 | that its game banner contains the information that it was compiled by 15 | Inform, and the Inform version number. 16 | -------------------------------------------------------------------------------- /licenses/JPython: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/JPython -------------------------------------------------------------------------------- /licenses/KQEMU: -------------------------------------------------------------------------------- 1 | 1) The QEMU Accelerator Module (aka KQEMU) is a proprietary 2 | product. It is available without charge. Commercial use of the QEMU 3 | Accelerator Module is allowed. 4 | 5 | Redistribution of the QEMU Accelerator Module: any person or 6 | organisation wishing to distribute it, for example on a CD or as a 7 | binary or source package, must have an explicit authorization from 8 | the author. 9 | 10 | The QEMU Accelerator Module is available without any express or 11 | implied warranty. In no event will the author be held liable for 12 | any damages arising from the use of this software. 13 | 14 | 2) QEMU is a trademark of Fabrice Bellard. 15 | 16 | Fabrice Bellard. -------------------------------------------------------------------------------- /licenses/LDP: -------------------------------------------------------------------------------- 1 | Copyright (c) 2000 by John Doe (change to your name) 2 | 3 | Please freely copy and distribute (sell or give away) this document 4 | in any format. It's requested that corrections and/or comments be 5 | fowarded to the document maintainer. You may create a derivative 6 | work and distribute it provided that you: 7 | 8 | Send your derivative work (in the most suitable format such as sgml) 9 | to the LDP (Linux Documentation Project) or the like for posting on 10 | the Internet. If not the LDP, then let the LDP know where it is available. 11 | 12 | License the derivative work with this same license or use GPL. Include 13 | a copyright notice and at least a pointer to the license used. 14 | 15 | Give due credit to previous authors and major contributors. 16 | 17 | If you're considering making a derived work other than a translation, 18 | it's requested that you discuss your plans with the current maintainer. 19 | -------------------------------------------------------------------------------- /licenses/LGPLv2.1-linking-exception: -------------------------------------------------------------------------------- 1 | As a special exception, the copyright holders of this library give you 2 | permission to link this library with independent modules to produce an 3 | executable, regardless of the license terms of these independent modules, 4 | and to copy and distribute the resulting executable under terms of your choice, 5 | provided that you also meet, for each linked independent module, the terms 6 | and conditions of the license of that module. An independent module is a module 7 | which is not derived from or based on this library. If you modify this 8 | library, you may extend this exception to your version of the library, but you are 9 | not obligated to do so. If you do not wish to do so, delete this exception 10 | statement from your version. -------------------------------------------------------------------------------- /licenses/LICENSE-BITSTREAM: -------------------------------------------------------------------------------- 1 | (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 2 | 3 | You are hereby granted permission under all Bitstream propriety rights 4 | to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 5 | Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts 6 | for any purpose and without restriction; provided, that this notice is 7 | left intact on all copies of such fonts and that Bitstream's trademark 8 | is acknowledged as shown below on all unmodified copies of the 4 Charter 9 | Type 1 fonts. 10 | 11 | BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 12 | -------------------------------------------------------------------------------- /licenses/LOKI-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/LOKI-EULA -------------------------------------------------------------------------------- /licenses/MARBLEBLAST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/MARBLEBLAST -------------------------------------------------------------------------------- /licenses/MIT: -------------------------------------------------------------------------------- 1 | Copyright (c) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 4 | "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, 5 | publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 6 | subject to the following conditions: 7 | 8 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 9 | 10 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 12 | FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 13 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14 | 15 | -------------------------------------------------------------------------------- /licenses/MSjdbcEULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/MSjdbcEULA -------------------------------------------------------------------------------- /licenses/MSttfEULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/MSttfEULA -------------------------------------------------------------------------------- /licenses/MonetDBPL-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/MonetDBPL-1.1 -------------------------------------------------------------------------------- /licenses/Moria: -------------------------------------------------------------------------------- 1 | Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 2 | 3 | This software may be copied and distributed for educational, research, 4 | and not for profit purposes provided that this copyright and statement 5 | are included in all such copies. Other copyrights may also apply. 6 | 7 | All changes made by Ben Harrison, Robert Ruehlmann, and many other Angband 8 | developers are also available under the GNU GENERAL PUBLIC LICENSE. 9 | Note that this doesn't influence the current distribution, since parts of 10 | the source are still only available under the old Moria/Angband license. 11 | Until all parts of Angband are distributed under the GPL the only valid 12 | license remains the original Moria/Angband license. 13 | -------------------------------------------------------------------------------- /licenses/NEWLIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/NEWLIB -------------------------------------------------------------------------------- /licenses/NWL: -------------------------------------------------------------------------------- 1 | Copyright (c) 2005 BitMover, Inc. 2 | 3 | Licensed under the NWL - No Whining License. 4 | 5 | You may use this, modify this, redistribute this provided you agree to: 6 | - not whine about it; 7 | - the fact that there is no warranty of any kind; 8 | - retain this copyright in full. 9 | 10 | -------------------------------------------------------------------------------- /licenses/NWN-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/NWN-EULA -------------------------------------------------------------------------------- /licenses/Norvig: -------------------------------------------------------------------------------- 1 | Copyright (c) 1998-2002 by Peter Norvig. 2 | 3 | Permission is granted to anyone to use this software, in source or 4 | object code form, on any computer system, and to modify, compile, 5 | decompile, run, and redistribute it to anyone else, subject to the 6 | following restrictions: 7 | 8 | - The author makes no warranty of any kind, either expressed or 9 | implied, about the suitability of this software for any purpose. 10 | 11 | - The author accepts no liability of any kind for damages or other 12 | consequences of the use of this software, even if they arise from 13 | defects in the software. 14 | 15 | - The origin of this software must not be misrepresented, either by 16 | explicit claim or by omission. 17 | 18 | - Altered versions must be plainly marked as such, and must not be 19 | misrepresented as being the original software. Altered versions may be 20 | distributed in packages under other licenses (such as the GNU 21 | license). 22 | 23 | If you find this software useful, it would be nice if you let me, 24 | (peter@norvig.com) know about it, and nicer still if you send me 25 | modifications that you are willing to share. However, you are not 26 | required to do so. 27 | -------------------------------------------------------------------------------- /licenses/OPERA-9.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/OPERA-9.0 -------------------------------------------------------------------------------- /licenses/OSGPLv0.0: -------------------------------------------------------------------------------- 1 | OpenSceneGraph Public License, Version 0.0 2 | ========================================== 3 | 4 | Copyright (C) 2002 Robert Osfield. 5 | 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this licence document, but changing it is not allowed. 8 | 9 | OPENSCENEGRAPH PUBLIC LICENCE 10 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 11 | 12 | This library is free software; you can redistribute it and/or modify it 13 | under the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 14 | or later. 15 | 16 | Notes: the OSGPL is based on the LGPL, with the 4 exceptions laid in the wxWindows 17 | section below. The LGPL in the final section of this license. 18 | -------------------------------------------------------------------------------- /licenses/OSI-Approved: -------------------------------------------------------------------------------- 1 | Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, 2 | Technische Universitaet Berlin 3 | 4 | Any use of this software is permitted provided that this notice is not 5 | removed and that neither the authors nor the Technische Universitaet Berlin 6 | are deemed to have made any representations as to the suitability of this 7 | software for any purpose nor are held responsible for any defects of 8 | this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 9 | 10 | As a matter of courtesy, the authors request to be informed about uses 11 | this software has found, about bugs in this software, and about any 12 | improvements that may be of general interest. 13 | 14 | Berlin, 28.11.1994 15 | Jutta Degener 16 | Carsten Bormann 17 | -------------------------------------------------------------------------------- /licenses/OSL-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/OSL-1.1 -------------------------------------------------------------------------------- /licenses/PDFLite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/PDFLite -------------------------------------------------------------------------------- /licenses/Palm-SDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Palm-SDK -------------------------------------------------------------------------------- /licenses/PathfinderPL-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/PathfinderPL-1.1 -------------------------------------------------------------------------------- /licenses/PoseidonCommon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/PoseidonCommon.pdf -------------------------------------------------------------------------------- /licenses/Q2EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Q2EULA -------------------------------------------------------------------------------- /licenses/Q3AEULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Q3AEULA -------------------------------------------------------------------------------- /licenses/QUAKE4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/QUAKE4 -------------------------------------------------------------------------------- /licenses/RSA-MD2: -------------------------------------------------------------------------------- 1 | Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All 2 | rights reserved. 3 | 4 | License to copy and use this software is granted for 5 | non-commercial Internet Privacy-Enhanced Mail provided that it is 6 | identified as the "RSA Data Security, Inc. MD2 Message Digest 7 | Algorithm" in all material mentioning or referencing this software 8 | or this function. 9 | 10 | RSA Data Security, Inc. makes no representations concerning either 11 | the merchantability of this software or the suitability of this 12 | software for any particular purpose. It is provided "as is" 13 | without express or implied warranty of any kind. 14 | 15 | These notices must be retained in any copies of any part of this 16 | documentation and/or software. 17 | -------------------------------------------------------------------------------- /licenses/RSA-MD4: -------------------------------------------------------------------------------- 1 | Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All 2 | rights reserved. 3 | 4 | License to copy and use this software is granted provided that it 5 | is identified as the "RSA Data Security, Inc. MD4 Message-Digest 6 | Algorithm" in all material mentioning or referencing this software 7 | or this function. 8 | License is also granted to make and use derivative works provided 9 | that such works are identified as "derived from the RSA Data 10 | Security, Inc. MD4 Message-Digest Algorithm" in all material 11 | mentioning or referencing the derived work. 12 | 13 | RSA Data Security, Inc. makes no representations concerning either 14 | the merchantability of this software or the suitability of this 15 | software for any particular purpose. It is provided "as is" 16 | without express or implied warranty of any kind. 17 | 18 | These notices must be retained in any copies of any part of this 19 | documentation and/or software. 20 | -------------------------------------------------------------------------------- /licenses/RSA-MD5: -------------------------------------------------------------------------------- 1 | Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All 2 | rights reserved. 3 | 4 | License to copy and use this software is granted provided that it 5 | is identified as the "RSA Data Security, Inc. MD5 Message-Digest 6 | Algorithm" in all material mentioning or referencing this software 7 | or this function. 8 | 9 | License is also granted to make and use derivative works provided 10 | that such works are identified as "derived from the RSA Data 11 | Security, Inc. MD5 Message-Digest Algorithm" in all material 12 | mentioning or referencing the derived work. 13 | 14 | RSA Data Security, Inc. makes no representations concerning either 15 | the merchantability of this software or the suitability of this 16 | software for any particular purpose. It is provided "as is" 17 | without express or implied warranty of any kind. 18 | 19 | These notices must be retained in any copies of any part of this 20 | documentation and/or software. 21 | -------------------------------------------------------------------------------- /licenses/RSA-PKCS11: -------------------------------------------------------------------------------- 1 | License to copy and use this software is granted provided that it is 2 | identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface 3 | (Cryptoki)" in all material mentioning or referencing this software. 4 | 5 | License is also granted to make and use derivative works provided that 6 | such works are identified as "derived from the RSA Security Inc. PKCS #11 7 | Cryptographic Token Interface (Cryptoki)" in all material mentioning or 8 | referencing the derived work. 9 | 10 | RSA Security Inc. makes no representations concerning either the 11 | merchantability of this software or the suitability of this software for 12 | any particular purpose. It is provided "as is" without express or implied 13 | warranty of any kind. 14 | 15 | -------------------------------------------------------------------------------- /licenses/RTCW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/RTCW -------------------------------------------------------------------------------- /licenses/Resounding: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Resounding -------------------------------------------------------------------------------- /licenses/Roadrunner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Roadrunner -------------------------------------------------------------------------------- /licenses/SIL-freeware: -------------------------------------------------------------------------------- 1 | 2 | These fonts are the property of SIL International (http://www.sil.org). 3 | They are distributed as copyrighted freeware. 4 | 5 | You may use this software without any charge and may distribute it, as is, 6 | to others. Commercial distribution of this software is restricted without 7 | prior written permission. If you wish to distribute this software 8 | commercially, contact SIL for details on obtaining a license. You may not 9 | rent or lease the software, nor may you modify, adapt, translate, reverse 10 | engineer, decompile, or disassemble the software. You may not make 11 | derivative fonts from this software. THE SOFTWARE AND RELATED FILES ARE 12 | PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND. 13 | -------------------------------------------------------------------------------- /licenses/Scintilla: -------------------------------------------------------------------------------- 1 | License for Scintilla and SciTE 2 | 3 | Copyright 1998-2003 by Neil Hodgson 4 | 5 | All Rights Reserved 6 | 7 | Permission to use, copy, modify, and distribute this software and its 8 | documentation for any purpose and without fee is hereby granted, 9 | provided that the above copyright notice appear in all copies and that 10 | both that copyright notice and this permission notice appear in 11 | supporting documentation. 12 | 13 | NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 15 | AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 20 | OR PERFORMANCE OF THIS SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/TeX: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------- 2 | The files in this directory are master files maintained personally by 3 | Donald E. Knuth. Nobody else is authorized to make any changes whatever 4 | to them! If you modify the files for any purpose, you must give your 5 | files a different name, so that installations of TeX throughout the world 6 | will be 100% compatible when they use the official source files. 7 | 8 | Please help preserve the integrity of TeX by reporting any violations of 9 | these rules to the TeX User Group. 10 | ------------------------------------------------------------------------- 11 | -------------------------------------------------------------------------------- /licenses/UCAR-Unidata: -------------------------------------------------------------------------------- 1 | (C) Copyright 1992,1995 UCAR/Unidata 2 | 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose without fee is hereby granted, provided that 6 | the above copyright notice appears in all copies, that both that copyright 7 | notice and this permission notice appear in supporting documentation, and 8 | that the name of UCAR/Unidata not be used in advertising or publicity 9 | pertaining to distribution of the software without specific, written prior 10 | permission. UCAR makes no representations about the suitability of this 11 | software for any purpose. It is provided "as is" without express or 12 | implied warranty. It is provided with no support and without obligation on 13 | the part of UCAR or Unidata, to assist in its use, correction, 14 | modification, or enhancement. 15 | -------------------------------------------------------------------------------- /licenses/VGBA: -------------------------------------------------------------------------------- 1 | Unix 2 | I have compiled VGBA for several different flavors of Unix and made the binaries available 3 | for free at the VGBA homepage. The current VGBA-Unix has several important requirements 4 | though: 5 | 6 | * Current VGBA core code will only run on low-endian systems. This excludes SPARC, 7 | 680x0, and some other architectures from the list of possible ports. I'm hoping to add 8 | high-endian support in the future. 9 | * As GBA video hardware is capable of displaying 32768 colors, and GBA programs use 10 | this capability extensively, I am only providing VGBA-Unix binary compiled for the 16bit 11 | color. If your Xserver is unable to support this resolution, VGBA-Unix will not run on it. 12 | * Since version 1.2, VGBA-Unix uses threaded sound driver. This means that your Unix 13 | must support POSIX Threads, or VGBA-Unix will not run. On the systems with optional threads 14 | support, please, add this support prior to running VGBA-Unix. 15 | -------------------------------------------------------------------------------- /licenses/VPL-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/VPL-1.0 -------------------------------------------------------------------------------- /licenses/ValveServer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/ValveServer -------------------------------------------------------------------------------- /licenses/W3C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/W3C -------------------------------------------------------------------------------- /licenses/WRI-EULA: -------------------------------------------------------------------------------- 1 | There is no downloadable licence available. You should visit 2 | http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html 3 | and accept the EULA online. 4 | -------------------------------------------------------------------------------- /licenses/WTFPL-2: -------------------------------------------------------------------------------- 1 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 2 | Version 2, December 2004 3 | 4 | Copyright (C) 2004 Sam Hocevar 5 | 22 rue de Plaisance, 75014 Paris, France 6 | Everyone is permitted to copy and distribute verbatim or modified 7 | copies of this license document, and changing it is allowed as long 8 | as the name is changed. 9 | 10 | DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 11 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 12 | 13 | 0. You just DO WHAT THE FUCK YOU WANT TO. 14 | 15 | -------------------------------------------------------------------------------- /licenses/Wink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/Wink -------------------------------------------------------------------------------- /licenses/XAnim: -------------------------------------------------------------------------------- 1 | XAnim Copyright (C) 1990-1999 by Mark Podlipec. All rights reserved. 2 | 3 | This software may be freely used, copied and redistributed without fee 4 | for non-commerical purposes provided that this copyright notice is 5 | preserved intact on all copies. 6 | 7 | There is no warranty or other guarantee of fitness of this software. 8 | It is provided solely "as is". The author(s) disclaim(s) all 9 | responsibility and liability with respect to this software's usage and 10 | its effect upon hardware or computer systems. 11 | -------------------------------------------------------------------------------- /licenses/XCIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/XCIN -------------------------------------------------------------------------------- /licenses/ZBL: -------------------------------------------------------------------------------- 1 | Copyright: the ZIWTRA B00GIE LICENSE (ZBL) 2 | 3 | 1. You may edit any and all files released under this license. 4 | 2. You are not required to give credit to the original author. 5 | 3. You may not hold the author responsible for any damage done by his/her work. 6 | 4. You may redistribute the files, original or modified. 7 | -------------------------------------------------------------------------------- /licenses/ZLIB: -------------------------------------------------------------------------------- 1 | /* zlib.h -- interface of the 'zlib' general purpose compression library 2 | version 1.1.4, March 11th, 2002 3 | 4 | Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler 5 | 6 | This software is provided 'as-is', without any express or implied 7 | warranty. In no event will the authors be held liable for any damages 8 | arising from the use of this software. 9 | 10 | Permission is granted to anyone to use this software for any purpose, 11 | including commercial applications, and to alter it and redistribute it 12 | freely, subject to the following restrictions: 13 | 14 | 1. The origin of this software must not be misrepresented; you must not 15 | claim that you wrote the original software. If you use this software 16 | in a product, an acknowledgment in the product documentation would be 17 | appreciated but is not required. 18 | 2. Altered source versions must be plainly marked as such, and must not be 19 | misrepresented as being the original software. 20 | 3. This notice may not be removed or altered from any source distribution. 21 | 22 | Jean-loup Gailly jloup@gzip.org 23 | Mark Adler madler@alumni.caltech.edu 24 | 25 | */ 26 | 27 | 28 | -------------------------------------------------------------------------------- /licenses/ZSH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/ZSH -------------------------------------------------------------------------------- /licenses/adobe-ps: -------------------------------------------------------------------------------- 1 | Copyright 1990-1998 Adobe Systems Incorporated. 2 | All Rights Reserved. 3 | 4 | Patents Pending 5 | 6 | NOTICE: All information contained herein is the property of Adobe 7 | Systems Incorporated. 8 | 9 | Permission is granted for redistribution of this file provided 10 | this copyright notice is maintained intact and that the contents 11 | of this file are not altered in any way from its original form. 12 | 13 | PostScript and Display PostScript are trademarks of Adobe Systems 14 | Incorporated which may be registered in certain jurisdictions. 15 | -------------------------------------------------------------------------------- /licenses/anubis: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CONDITIONS OF USE 5 | 6 | of the Anubis software 7 | 8 | 9 | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 10 | 11 | * The user receives the right to use the software, 12 | not a property right of any kind. 13 | 14 | * The right to use Anubis Personal Edition is 15 | granted for free for non-profit and personal/family 16 | use only. Any profit or non personal/family use of 17 | the Anubis software is subject to a licencing fee. 18 | If this eventuality, you must contact the authors 19 | at: licencing@anubis-language.com 20 | 21 | * The authors do not provide any warranty of any kind. 22 | It is the responsability of the user to test if the 23 | software is useful for any purpose. 24 | 25 | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 26 | 27 | 28 | -------------------------------------------------------------------------------- /licenses/appres: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/arj: -------------------------------------------------------------------------------- 1 | Copyright (c) 1991-2000 by ARJ Software, Inc. All rights reserved. 2 | 3 | This code may be freely used in programs that are NOT ARJ archivers 4 | (both compress and extract ARJ archives). 5 | 6 | If you wish to distribute a modified version of this program, you 7 | MUST indicate that it is a modified version both in the program and 8 | source code. 9 | 10 | We are holding the copyright on the source code, so please do not 11 | delete our name from the program files or from the documentation. 12 | 13 | We wish to give credit to Haruhiko Okumura for providing the 14 | basic ideas for ARJ and UNARJ in his program AR. Please note 15 | that UNARJ is significantly different from AR from an archive 16 | structural point of view. 17 | 18 | -------------------------------------------------------------------------------- /licenses/bdftopcf: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/bestcrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/bestcrypt -------------------------------------------------------------------------------- /licenses/bigreqsproto: -------------------------------------------------------------------------------- 1 | Copyright 1992, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/bonnie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/bonnie -------------------------------------------------------------------------------- /licenses/cadsoft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/cadsoft -------------------------------------------------------------------------------- /licenses/clustalw: -------------------------------------------------------------------------------- 1 | POLICY ON COMMERCIAL DISTRIBUTION OF CLUSTAL W 2 | 3 | Clustal W is freely available to the user community. However, Clustal W is 4 | increasingly being distributed as part of commercial sequence analysis 5 | packages. To help us safeguard future maintenance and development, commercial 6 | distributors of Clustal W must take out a NON-EXCLUSIVE LICENCE. Anyone 7 | wishing to commercially distribute version 1.81 of Clustal W should contact the 8 | authors unless they have previously taken out a licence. 9 | 10 | Please send bug reports, comments etc. to one of:- 11 | 12 | gibson@embl-heidelberg.de 13 | thompson@igbmc.u-strasbg.fr 14 | d.higgins@ucc.ie 15 | 16 | -------------------------------------------------------------------------------- /licenses/colt: -------------------------------------------------------------------------------- 1 | Colt License Agreement 2 | 3 | Packages cern.colt* , cern.jet*, cern.clhep 4 | 5 | Copyright (c) 1999 CERN - European Organization for Nuclear Research. 6 | Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty. 7 | 8 | Packages hep.aida.* 9 | 10 | Written by Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, and others. Check the FreeHEP home page for more info. Permission to use and/or redistribute this work is granted under the terms of the LGPL License, with the exception that any usage related to military applications is expressly forbidden. The software and documentation made available under the terms of this license are provided with no warranty. 11 | -------------------------------------------------------------------------------- /licenses/descent2-data: -------------------------------------------------------------------------------- 1 | SOFTWARE USE LIMITATIONS AND LIMITED LICENSE 2 | 3 | This software product and the manual are copyrighted and all rights are 4 | reserved by Interplay Productions and are protected by the copyright 5 | laws that pertain to computer software. You may not copy the software 6 | except that you may make one copy of the software solely for backup or 7 | archival purposes. You may not loan, sell, rent, lease, give, sub 8 | license, or otherwise transfer the software (or any copy). You may not 9 | modify, adapt, translate, create derivative works, decompile, 10 | disassemble, or otherwise reverse engineer or attempt to reverse 11 | engineer or derive source code from, all or any portion of the software 12 | or anything incorporated therein or permit or encourage any third party 13 | to do so. 14 | 15 | DESCENT COPYRIGHT (C) 1996 PARALLAX SOFTWARE CORPORATION 16 | ALL RIGHTS RESERVED 17 | 18 | ALL TRADEMARKS ARE PROPERTY OF INTERPLAY PRODUCTIONS, INC. 19 | ALL RIGHTS RESERVED 20 | INTERPLAY PRODUCTIONS IS THE EXCLUSIVE LICENSEE AND DISTRIBUTOR. 21 | 22 | -------------------------------------------------------------------------------- /licenses/distributed.net: -------------------------------------------------------------------------------- 1 | distributed.net does not condone the unauthorized use of its software on any computer system. 2 | You may not run any distributed.net software on a system unless you own the system or have 3 | received permission from the owner to run distributed.net software. Running the client on 4 | a machine without authorization will result in your removal from the project and will 5 | disqualify you from winning. 6 | 7 | By running a client and submitting blocks credited to your email address, you give 8 | distributed.net the right to post your email address on its statistics pages. 9 | distributed.net will never intentionally release email addresses in any other 10 | fashion without the address owner's consent. 11 | -------------------------------------------------------------------------------- /licenses/dlj-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/dlj-1.1 -------------------------------------------------------------------------------- /licenses/dvibook: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 1987, 1989 University of Maryland 3 | * Department of Computer Science. All rights reserved. 4 | * Permission to copy for any purpose is hereby granted 5 | * so long as this copyright notice remains intact. 6 | */ 7 | -------------------------------------------------------------------------------- /licenses/editres: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/encodings: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/font-adobe-100dpi: -------------------------------------------------------------------------------- 1 | Copyright 1984-1989, 1994 Adobe Systems Incorporated. 2 | Copyright 1988, 1994 Digital Equipment Corporation. 3 | 4 | Adobe is a trademark of Adobe Systems Incorporated which may be 5 | registered in certain jurisdictions. 6 | Permission to use these trademarks is hereby granted only in 7 | association with the images described in this file. 8 | 9 | Permission to use, copy, modify, distribute and sell this software 10 | and its documentation for any purpose and without fee is hereby 11 | granted, provided that the above copyright notices appear in all 12 | copies and that both those copyright notices and this permission 13 | notice appear in supporting documentation, and that the names of 14 | Adobe Systems and Digital Equipment Corporation not be used in 15 | advertising or publicity pertaining to distribution of the software 16 | without specific, written prior permission. Adobe Systems and 17 | Digital Equipment Corporation make no representations about the 18 | suitability of this software for any purpose. It is provided "as 19 | is" without express or implied warranty. 20 | -------------------------------------------------------------------------------- /licenses/font-adobe-75dpi: -------------------------------------------------------------------------------- 1 | Copyright 1984-1989, 1994 Adobe Systems Incorporated. 2 | Copyright 1988, 1994 Digital Equipment Corporation. 3 | 4 | Adobe is a trademark of Adobe Systems Incorporated which may be 5 | registered in certain jurisdictions. 6 | Permission to use these trademarks is hereby granted only in 7 | association with the images described in this file. 8 | 9 | Permission to use, copy, modify, distribute and sell this software 10 | and its documentation for any purpose and without fee is hereby 11 | granted, provided that the above copyright notices appear in all 12 | copies and that both those copyright notices and this permission 13 | notice appear in supporting documentation, and that the names of 14 | Adobe Systems and Digital Equipment Corporation not be used in 15 | advertising or publicity pertaining to distribution of the software 16 | without specific, written prior permission. Adobe Systems and 17 | Digital Equipment Corporation make no representations about the 18 | suitability of this software for any purpose. It is provided "as 19 | is" without express or implied warranty. 20 | -------------------------------------------------------------------------------- /licenses/font-adobe-utopia-100dpi: -------------------------------------------------------------------------------- 1 | Permission to use, reproduce, display and distribute the listed typefaces 2 | is hereby granted, provided that the Adobe Copyright notice appears in all 3 | whole and partial copies of the software and that the following trademark 4 | symbol and attribution appear in all unmodified copies of the software: 5 | 6 | Copyright (c) 1989 Adobe Systems Incorporated 7 | Utopia (R) 8 | Utopia is a registered trademark of Adobe Systems Incorporated 9 | 10 | The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric 11 | files) donated are: 12 | 13 | Utopia Regular 14 | Utopia Italic 15 | Utopia Bold 16 | Utopia Bold Italic 17 | -------------------------------------------------------------------------------- /licenses/font-adobe-utopia-75dpi: -------------------------------------------------------------------------------- 1 | Permission to use, reproduce, display and distribute the listed typefaces 2 | is hereby granted, provided that the Adobe Copyright notice appears in all 3 | whole and partial copies of the software and that the following trademark 4 | symbol and attribution appear in all unmodified copies of the software: 5 | 6 | Copyright (c) 1989 Adobe Systems Incorporated 7 | Utopia (R) 8 | Utopia is a registered trademark of Adobe Systems Incorporated 9 | 10 | The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric 11 | files) donated are: 12 | 13 | Utopia Regular 14 | Utopia Italic 15 | Utopia Bold 16 | Utopia Bold Italic 17 | -------------------------------------------------------------------------------- /licenses/font-adobe-utopia-type1: -------------------------------------------------------------------------------- 1 | Permission to use, reproduce, display and distribute the listed typefaces 2 | is hereby granted, provided that the Adobe Copyright notice appears in all 3 | whole and partial copies of the software and that the following trademark 4 | symbol and attribution appear in all unmodified copies of the software: 5 | 6 | Copyright (c) 1989 Adobe Systems Incorporated 7 | Utopia (R) 8 | Utopia is a registered trademark of Adobe Systems Incorporated 9 | 10 | The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric 11 | files) donated are: 12 | 13 | Utopia Regular 14 | Utopia Italic 15 | Utopia Bold 16 | Utopia Bold Italic 17 | -------------------------------------------------------------------------------- /licenses/font-alias: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/font-bh-lucidatypewriter-100dpi: -------------------------------------------------------------------------------- 1 | "Copyright Bigelow & Holmes 1986, 1985." 2 | -------------------------------------------------------------------------------- /licenses/font-bh-lucidatypewriter-75dpi: -------------------------------------------------------------------------------- 1 | "Copyright Bigelow & Holmes 1986, 1985." 2 | -------------------------------------------------------------------------------- /licenses/font-bitstream-speedo: -------------------------------------------------------------------------------- 1 | Copyright 1989-1991, Bitstream Inc., Cambridge, MA. 2 | You are hereby granted permission under all Bitstream propriety rights to 3 | use, copy, modify, sublicense, sell, and redistribute the Bitstream Speedo 4 | software and the Bitstream Charter and Courier outline fonts for any purpose 5 | and without restrictions; provided, that this notice is left intact on all 6 | copies of such software or font and that Bitstream's trademark is acknowledged 7 | as shown below on all unmodified copies of such font. 8 | 9 | BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 10 | 11 | 12 | BITSTREAM INC. DISCLAIMS ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 13 | WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 14 | PARTICULAR PURPOSE. BITSTREAM SHALL NOT BE LIABLE FOR ANY DIRECT OR INDIRECT 15 | DAMAGES, INCLUDING BUT NOT LIMITED TO LOST PROFITS, LOST DATA, OR ANY OTHER 16 | INCIDENTAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF OR IN ANY WAY CONNECTED 17 | WITH THE SPEEDO SOFTWARE OR THE BITSTREAM CHARTER OUTLINE FONT. 18 | -------------------------------------------------------------------------------- /licenses/font-bitstream-type1: -------------------------------------------------------------------------------- 1 | (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 2 | 3 | You are hereby granted permission under all Bitstream propriety rights 4 | to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 5 | Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts 6 | for any purpose and without restriction; provided, that this notice is 7 | left intact on all copies of such fonts and that Bitstream's trademark 8 | is acknowledged as shown below on all unmodified copies of the 4 Charter 9 | Type 1 fonts. 10 | 11 | BITSTREAM CHARTER is a registered trademark of Bitstream Inc. 12 | -------------------------------------------------------------------------------- /licenses/font-cronyx-cyrillic: -------------------------------------------------------------------------------- 1 | This package contains the set of russian fonts for X11 Release 6. 2 | Copyright (C) 1994-1995 Cronyx Ltd. 3 | Changes Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia. 4 | 5 | Version: 1.0 6 | 7 | This software may be used, modified, copied, distributed, and sold, 8 | in both source and binary form provided that the above copyright 9 | and these terms are retained. Under no circumstances is the author 10 | responsible for the proper functioning of this software, nor does 11 | the author assume any responsibility for damages incurred with its use. 12 | -------------------------------------------------------------------------------- /licenses/font-cursor-misc: -------------------------------------------------------------------------------- 1 | "These ""glyphs"" are unencumbered" 2 | -------------------------------------------------------------------------------- /licenses/font-daewoo-misc: -------------------------------------------------------------------------------- 1 | "Copyright (c) 1987, 1988 Daewoo Electronics Co.,Ltd." 2 | -------------------------------------------------------------------------------- /licenses/font-ibm-type1: -------------------------------------------------------------------------------- 1 | IBM Courier - Copyright (c) IBM Corporation 1990, 1991 2 | 3 | You are hereby granted permission under the terms of the IBM/MIT X Consortium 4 | Courier Typefont agreement to execute, reproduce, distribute, display, market, 5 | sell and otherwise transfer copies of the IBM Courier font to third parties. 6 | 7 | The font is provided "AS IS" without charge. NO WARRANTIES OR INDEMNIFICATION 8 | ARE GIVEN, WHETHER EXPRESS OR IMPLIED INCLUDING, BUT LIMITED TO THE IMPLIED 9 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 10 | -------------------------------------------------------------------------------- /licenses/font-jis-misc: -------------------------------------------------------------------------------- 1 | from Japanese Industrial Standard, JIS X 9051-1984 2 | named "16-dots Matrix Character Patterns for Display Devices" 3 | "from JIS X 9051-1984, by permission to use" 4 | -------------------------------------------------------------------------------- /licenses/font-micro-misc: -------------------------------------------------------------------------------- 1 | "Public domain font. Share and enjoy." 2 | -------------------------------------------------------------------------------- /licenses/font-misc-cyrillic: -------------------------------------------------------------------------------- 1 | koi12x24b.bdf, koi8x16b.bdf and koi8x16.bdf: 2 | -------------------------------------------- 3 | May be distributed and modified without restrictions. 4 | 5 | 6 | koi12x24.bdf and koi6x13.bdf: 7 | ----------------------------- 8 | Changes 1999-2000 by Serge Winitzki. 9 | This software may be used, modified, copied, distributed, and sold, 10 | in both source and binary form provided that the copyright 11 | and these terms are retained. Under no circumstances is the author 12 | responsible for the proper functioning of this software, nor does 13 | the author assume any responsibility for damages incurred with its use. 14 | 15 | 16 | koi5x8.bdf, koi6x13b.bdf, koi6x9.bdf, koi7x14b.bdf, koi7x14.bdf, 17 | koi8x13.bdf, koi9x15b.bdf, koi9x15.bdf, koi9x18b.bdf and koi9x18.bdf: 18 | --------------------------------------------------------------------- 19 | "Public domain font. Share and enjoy." 20 | -------------------------------------------------------------------------------- /licenses/font-misc-ethiopic: -------------------------------------------------------------------------------- 1 | These fonts are redistributable under the standard X11/XFree86 license. 2 | -------------------------------------------------------------------------------- /licenses/font-misc-misc: -------------------------------------------------------------------------------- 1 | "Public domain font. Share and enjoy." 2 | -------------------------------------------------------------------------------- /licenses/font-mutt-misc: -------------------------------------------------------------------------------- 1 | Copyright 2002 Computing Research Labs, New Mexico State University 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or 8 | sell copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE COMPUTING RESEARCH LAB 19 | OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY CLAIM, DAMAGES 20 | OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 21 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /licenses/font-schumacher-misc: -------------------------------------------------------------------------------- 1 | Copyright 1989 Dale Schumacher, dal@syntel.mn.org 2 | 399 Beacon Ave. 3 | St. Paul, MN 55104-3527 4 | 5 | Permission to use, copy, modify, and distribute this software and 6 | its documentation for any purpose and without fee is hereby 7 | granted, provided that the above copyright notice appear in all 8 | copies and that both that copyright notice and this permission 9 | notice appear in supporting documentation, and that the name of 10 | Dale Schumacher not be used in advertising or publicity pertaining to 11 | distribution of the software without specific, written prior 12 | permission. Dale Schumacher makes no representations about the 13 | suitability of this software for any purpose. It is provided "as 14 | is" without express or implied warranty. 15 | -------------------------------------------------------------------------------- /licenses/font-screen-cyrillic: -------------------------------------------------------------------------------- 1 | This package contains a set of Russian fonts for X11 Release 6. 2 | Copyright (C) 1994-1995 Cronyx Ltd. 3 | Changes Copyright (C) 1996 by Sergey Vovk 4 | Changes Copyright (C) 1999-2000 by Serge Winitzki 5 | Changes Copyright (C) 1996-2000 by Andrey A. Chernov, Moscow, Russia. 6 | 7 | Version: 2.3.1 8 | 9 | This software may be used, modified, copied, distributed and sold, 10 | in both source and binary form provided that the above copyright 11 | and these terms are retained. Under no circumstances is the author 12 | responsible for the proper functioning of this software, nor does 13 | the author assume any responsibility for damages incurred with its use. 14 | -------------------------------------------------------------------------------- /licenses/font-sony-misc: -------------------------------------------------------------------------------- 1 | Copyright 1989 by Sony Corp. 2 | 3 | Permission to use, copy, modify, and distribute this software and 4 | its documentation for any purpose and without fee is hereby granted, 5 | provided that the above copyright notices appear in all copies and 6 | that both those copyright notices and this permission notice appear 7 | in supporting documentation, and that the name of Sony Corp. 8 | not be used in advertising or publicity pertaining to distribution 9 | of the software without specific, written prior permission. Sony 10 | Corp. makes no representations about the suitability of this 11 | software for any purpose. It is provided "as is" without express or 12 | implied warranty. 13 | 14 | SONY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 15 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 16 | FITNESS, IN NO EVENT SHALL SONY BE LIABLE FOR ANY 17 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 18 | RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 19 | CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/font-sun-misc: -------------------------------------------------------------------------------- 1 | Copyright 1989 by Sun Microsystems, Inc. Mountain View, CA. 2 | 3 | Permission to use, copy, modify, and distribute this software and 4 | its documentation for any purpose and without fee is hereby granted, 5 | provided that the above copyright notices appear in all copies and 6 | that both those copyright notices and this permission notice appear 7 | in supporting documentation, and that the name of Sun Microsystems 8 | not be used in advertising or publicity pertaining to distribution 9 | of the software without specific, written prior permission. Sun 10 | Microsystems make no representations about the suitability of this 11 | software for any purpose. It is provided "as is" without express or 12 | implied warranty. 13 | 14 | SUN MICROSYSTEMS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 15 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 16 | FITNESS, IN NO EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY 17 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 18 | RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 19 | CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/font-winitzki-cyrillic: -------------------------------------------------------------------------------- 1 | Font converted from VGA/EGA to BDF. 2 | VGA and BDF created by Serge Winitzki. 3 | Public domain. February 2000. 4 | -------------------------------------------------------------------------------- /licenses/font-xfree86-type1: -------------------------------------------------------------------------------- 1 | Copyright (c) 2000 XFree86, Inc. 2 | -------------------------------------------------------------------------------- /licenses/fontconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/fontconfig -------------------------------------------------------------------------------- /licenses/fonttosfnt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2002-2003 by Juliusz Chroboczek 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/fping: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | * Redistribution and use in source and binary forms are permitted 4 | * provided that the above copyright notice and this paragraph are 5 | * duplicated in all such forms and that any documentation, 6 | * advertising materials, and other materials related to such 7 | * distribution and use acknowledge that the software was developed 8 | * by Stanford University. The name of the University may not be used 9 | * to endorse or promote products derived from this software without 10 | * specific prior written permission. 11 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 12 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 13 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 14 | */ 15 | 16 | -------------------------------------------------------------------------------- /licenses/free-noncomm: -------------------------------------------------------------------------------- 1 | Free for non-commercial use. Commercial users must contact the authors. 2 | -------------------------------------------------------------------------------- /licenses/freedist: -------------------------------------------------------------------------------- 1 | Freely Distributable. 2 | -------------------------------------------------------------------------------- /licenses/fstobdf: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/galaxyhack: -------------------------------------------------------------------------------- 1 | The art and music are copyright of their respective authors, if you wish to 2 | copy/sell/use art from the game in any context other than GalaxyHack then you 3 | must find out who created the particular picture/audio file you wish to use and 4 | contact them to ask for their permission. 5 | -------------------------------------------------------------------------------- /licenses/gccmakedep: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/gips_iLBClicense.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/gips_iLBClicense.pdf -------------------------------------------------------------------------------- /licenses/glest-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/glest-data -------------------------------------------------------------------------------- /licenses/glut: -------------------------------------------------------------------------------- 1 | NOTICE: The OpenGL Utility Toolkit (GLUT) distribution contains source 2 | code published in a book titled "Programming OpenGL for the X Window 3 | System" (ISBN: 0-201-48359-9) published by Addison-Wesley. The 4 | programs and associated files contained in the distribution were 5 | developed by Mark J. Kilgard and are Copyright 1994, 1995, 1996, 1997, 1998 6 | by Mark J. Kilgard (unless otherwise noted). The programs are not in the 7 | public domain, but they are freely distributable without licensing 8 | fees. These programs are provided without guarantee or warrantee 9 | expressed or implied. 10 | 11 | I acknowledge the assistance provided by William Mitchell in developing 12 | GLUT's "fbc" interface for use by the f90gl Fortran 90 binding. 13 | 14 | - Mark Kilgard 15 | August 28, 1998 16 | 17 | -------------------------------------------------------------------------------- /licenses/hp-value: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/hp-value -------------------------------------------------------------------------------- /licenses/iASL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/iASL -------------------------------------------------------------------------------- /licenses/iceauth: -------------------------------------------------------------------------------- 1 | Copyright 1989, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/ipw2100-fw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/ipw2100-fw -------------------------------------------------------------------------------- /licenses/jardinains: -------------------------------------------------------------------------------- 1 | End User License Agreement 2 | 3 | This software is provided AS IS, WITHOUT ANY WARRANTY OF ANY KIND. You assume 4 | all risk for any damage or loss this software may cause. This software is not 5 | responsible for any damage or loss this software may cause including, but not 6 | limited to, damage to existing software, user's hardware, or any other real 7 | or perceived damage or loss. If there is any dispute whatsoever regarding the 8 | terms of this agreement or the use of this software, any such dispute will be 9 | decided by arbitration. Arbitration shall be the exclusive method of 10 | resolving any controversy, dispute or claim arising out of or relating to 11 | this agreement. Any arbitration conducted hereunder shall take place in 12 | Baltimore, Maryland. 13 | 14 | This agreement only grants you the right to download and use this software 15 | for your own personal use. You may not distribute, modify, lend, share or 16 | sell this software. 17 | 18 | Please visit http://www.jardinains2.com/ for more information. 19 | Jardinains 2!, copyright 2006, Magic Chopstick Games. 20 | -------------------------------------------------------------------------------- /licenses/jlex: -------------------------------------------------------------------------------- 1 | Permission to use, copy, modify, and distribute this software and its documentation for any 2 | purpose and without fee is hereby granted, provided that the above copyright notice appear in 3 | all copies and that both the copyright notice and this permission notice and warranty 4 | disclaimer appear in supporting documentation, and that the name of the authors or their 5 | employers not be used in advertising or publicity pertaining to distribution of the software 6 | without specific, written prior permission. 7 | 8 | 9 | The authors and their employers disclaim all warranties with regard to this software, 10 | including all implied warranties of merchantability and fitness. In no event shall the authors 11 | or their employers be liable for any special, indirect or consequential damages or any damages 12 | whatsoever resulting from loss of use, data or profits, whether in an action of contract, 13 | negligence or other tortious action, arising out of or in connection with the use or 14 | performance of this software. 15 | 16 | Java is a trademark of Sun Microsystems, Inc. References to the Java programming language in 17 | relation to JLex are not meant to imply that Sun endorses this product. 18 | -------------------------------------------------------------------------------- /licenses/levee: -------------------------------------------------------------------------------- 1 | /* 2 | * LEVEE, or Captain Video; A vi clone 3 | * 4 | * Copyright (c) 1982-1997 David L Parsons 5 | * All rights reserved. 6 | * 7 | * Redistribution and use in source and binary forms, without or 8 | * without modification, are permitted provided that the above 9 | * copyright notice and this paragraph are duplicated in all such 10 | * forms and that any documentation, advertising materials, and 11 | * other materials related to such distribution and use acknowledge 12 | * that the software was developed by David L Parsons (orc@pell.chi.il.us). 13 | * My name may not be used to endorse or promote products derived 14 | * from this software without specific prior written permission. 15 | * THIS SOFTWARE IS PROVIDED AS IS'' AND WITHOUT ANY EXPRESS OR 16 | * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 17 | * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR 18 | * PURPOSE. 19 | */ 20 | -------------------------------------------------------------------------------- /licenses/lha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/lha -------------------------------------------------------------------------------- /licenses/libSM: -------------------------------------------------------------------------------- 1 | Copyright 1993, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/libXTrap: -------------------------------------------------------------------------------- 1 | Copyright 1987, 1988, 1989, 1990, 1991, 1994 by Digital Equipment Corp., 2 | Maynard, MA 3 | X11R6 Changes Copyright (c) 1994 by Robert Chesler of Absol-Puter, Hudson, NH. 4 | 5 | Permission to use, copy, modify, and distribute this software and its 6 | documentation for any purpose and without fee is hereby granted, 7 | provided that the above copyright notice appear in all copies and that 8 | both that copyright notice and this permission notice appear in 9 | supporting documentation, and that the name of Digital not be 10 | used in advertising or publicity pertaining to distribution of the 11 | software without specific, written prior permission. 12 | 13 | DIGITAL AND ABSOL-PUTER DISCLAIM ALL WARRANTIES WITH REGARD TO THIS 14 | SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 15 | FITNESS, IN NO EVENT SHALL DIGITAL OR ABSOL-PUTER BE LIABLE FOR ANY 16 | SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER 17 | RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 18 | CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 19 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/libXau: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/libXext: -------------------------------------------------------------------------------- 1 | Copyright 1987, 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/libXprintAppUtil: -------------------------------------------------------------------------------- 1 | Copyright 2002-2004 Roland Mainz 2 | 3 | All Rights Reserved. 4 | 5 | The above copyright notice and this permission notice shall be included in 6 | all copies or substantial portions of the Software. 7 | 8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 10 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14 | 15 | Except as contained in this notice, the name of The Open Group shall not be 16 | used in advertising or otherwise to promote the sale, use or other dealings 17 | in this Software without prior written authorization from The Open Group. 18 | -------------------------------------------------------------------------------- /licenses/libXrandr: -------------------------------------------------------------------------------- 1 | Copyright © 2000, Compaq Computer Corporation, 2 | Copyright © 2002, Hewlett Packard, Inc. 3 | 4 | Permission to use, copy, modify, distribute, and sell this software and its 5 | documentation for any purpose is hereby granted without fee, provided that 6 | the above copyright notice appear in all copies and that both that 7 | copyright notice and this permission notice appear in supporting 8 | documentation, and that the name of Compaq or HP not be used in advertising 9 | or publicity pertaining to distribution of the software without specific, 10 | written prior permission. HP makes no representations about the 11 | suitability of this software for any purpose. It is provided "as is" 12 | without express or implied warranty. 13 | 14 | HP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 15 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL HP 16 | BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 17 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 18 | OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 19 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/libXv: -------------------------------------------------------------------------------- 1 | Copyright 1987, 1991 by Digital Equipment Corporation, Maynard, Massachusetts, 2 | and the Massachusetts Institute of Technology, Cambridge, Massachusetts. 3 | 4 | All Rights Reserved 5 | 6 | Permission to use, copy, modify, and distribute this software and its 7 | documentation for any purpose and without fee is hereby granted, 8 | provided that the above copyright notice appear in all copies and that 9 | both that copyright notice and this permission notice appear in 10 | supporting documentation, and that the names of Digital or MIT not be 11 | used in advertising or publicity pertaining to distribution of the 12 | software without specific, written prior permission. 13 | 14 | DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 15 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 16 | DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 17 | ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 18 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 19 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 20 | SOFTWARE. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /licenses/libXvMC: -------------------------------------------------------------------------------- 1 | Copyright (c) 2004 The Unichrome project. All rights reserved. 2 | 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a 5 | copy of this software and associated documentation files (the "Software"), 6 | to deal in the Software without restriction, including without limitation 7 | the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 | and/or sell copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included in 12 | all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 | AUTHOR(S) OR COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 19 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20 | DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/libf2c: -------------------------------------------------------------------------------- 1 | f2c is a Fortran to C converter under development since 1990 by 2 | David M. Gay (then AT&T Bell Labs, now Bell Labs, Lucent Technologies) 3 | Stu Feldman (then at Bellcore, now at IBM) 4 | Mark Maimone (Carnegie-Mellon University) 5 | Norm Schryer (then AT&T Bell Labs, now AT&T Labs) 6 | Please send bug reports to dmg@research.bell-labs.com . 7 | 8 | AT&T, Bellcore and Lucent disclaim all warranties with regard to this 9 | software, including all implied warranties of merchantability 10 | and fitness. In no event shall AT&T, Bellcore or Lucent be liable for 11 | any special, indirect or consequential damages or any damages 12 | whatsoever resulting from loss of use, data or profits, whether 13 | in an action of contract, negligence or other tortious action, 14 | arising out of or in connection with the use or performance of 15 | this software. 16 | -------------------------------------------------------------------------------- /licenses/libffi: -------------------------------------------------------------------------------- 1 | libffi - Copyright (c) 1996-1999 Cygnus Solutions 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | ``Software''), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included 12 | in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS 15 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 17 | IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR 18 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 | OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/libfontenc: -------------------------------------------------------------------------------- 1 | Copyright (c) 1998-2001 by Juliusz Chroboczek 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/lisp2wish: -------------------------------------------------------------------------------- 1 | ;;; All rights reserved. 2 | ;;; 3 | ;;; Use and copying of this software and preparation of derivative works 4 | ;;; based upon this software are permitted, as long as this copyright notice 5 | ;;; is left intact. 6 | ;;; 7 | ;;; This software is made available AS IS, and the author makes no warranty 8 | ;;; about the software, its performance or its conformity to any specification. 9 | ;;; 10 | ;;; Suggestions, comments and requests for improvements are welcome 11 | ;;; and should be mailed to matthias@intellektik.informatik.th-darmstadt.de 12 | -------------------------------------------------------------------------------- /licenses/lndir: -------------------------------------------------------------------------------- 1 | Copyright (c) 1990, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | 23 | -------------------------------------------------------------------------------- /licenses/lsof: -------------------------------------------------------------------------------- 1 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ#1.9 2 | 3 | Copyright 2002 Purdue Research Foundation, West Lafayette, 4 | Indiana 47907. All rights reserved. 5 | 6 | Written by Victor A. Abell 7 | 8 | This software is not subject to any license of the American 9 | Telephone and Telegraph Company or the Regents of the 10 | University of California. 11 | 12 | Permission is granted to anyone to use this software for 13 | any purpose on any computer system, and to alter it and 14 | redistribute it freely, subject to the following 15 | restrictions: 16 | 17 | 1. Neither the authors nor Purdue University are responsible 18 | for any consequences of the use of this software. 19 | 20 | 2. The origin of this software must not be misrepresented, 21 | either by explicit claim or by omission. Credit to the 22 | authors and Purdue University must appear in documentation 23 | and sources. 24 | 25 | 3. Altered versions must be plainly marked as such, and must 26 | not be misrepresented as being the original software. 27 | 28 | 4. This notice may not be removed or altered. 29 | -------------------------------------------------------------------------------- /licenses/luit: -------------------------------------------------------------------------------- 1 | Copyright (c) 2001 by Juliusz Chroboczek 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | 21 | -------------------------------------------------------------------------------- /licenses/maestro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/maestro -------------------------------------------------------------------------------- /licenses/mapm: -------------------------------------------------------------------------------- 1 | * Copyright (C) 1999 - 2004 Michael C. Ring 2 | * 3 | * This software is Freeware. 4 | * 5 | * Permission to use, copy, and distribute this software and its 6 | * documentation for any purpose with or without fee is hereby granted, 7 | * provided that the above copyright notice appear in all copies and 8 | * that both that copyright notice and this permission notice appear 9 | * in supporting documentation. 10 | 11 | * Permission to modify the software is granted, but not the right to 12 | * distribute the modified code. Modifications are to be distributed 13 | * as patches to released version. 14 | * 15 | * This software is provided "as is" without express or implied warranty. 16 | -------------------------------------------------------------------------------- /licenses/mkcfm: -------------------------------------------------------------------------------- 1 | Copyright (c) 1994-1999 Silicon Graphics, Inc. All Rights Reserved. 2 | 3 | The contents of this file are subject to the CID Font Code Public Licence 4 | Version 1.0 (the "License"). You may not use this file except in compliance 5 | with the Licence. You may obtain a copy of the License at Silicon Graphics, 6 | Inc., attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 7 | 94043 or at http://www.sgi.com/software/opensource/cid/license.html. 8 | 9 | Software distributed under the License is distributed on an "AS IS" basis. 10 | ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED 11 | WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE OR OF 12 | NON-INFRINGEMENT. See the License for the specific language governing 13 | rights and limitations under the License. 14 | 15 | The Original Software is CID font code that was developed by Silicon 16 | Graphics, Inc. 17 | -------------------------------------------------------------------------------- /licenses/mkfontdir: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/mkfontscale: -------------------------------------------------------------------------------- 1 | Copyright (c) 2002-2003 by Juliusz Chroboczek 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/mmix: -------------------------------------------------------------------------------- 1 | This file is part of the MMIXware package (c) Donald E Knuth 1999 2 | 3 | This file may be freely copied and distributed, provided that 4 | no changes whatsoever are made. All users are asked to help keep 5 | the MMIXware files consistent and ``uncorrupted,'' 6 | identical everywhere in the world. Changes are permissible only 7 | if the modified file is given a new name, different from the names of 8 | existing files in the MMIXware package, 9 | and only if the modified file is clearly identified 10 | as not being part of that package. 11 | (The CWEB system has a ``change file'' facility by 12 | which users can easily make minor alterations without modifying 13 | the master source files in any way. Everybody is supposed to use 14 | change files instead of changing the files.) 15 | The author has tried his best to produce correct and useful programs, 16 | in order to help promote computer science research, 17 | but no warranty of any kind should be assumed. 18 | 19 | -------------------------------------------------------------------------------- /licenses/molmol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/molmol -------------------------------------------------------------------------------- /licenses/mopac7: -------------------------------------------------------------------------------- 1 | The original copyright notice of MOPAC7: 2 | 3 | C 4 | C Notice of Public Domain nature of MOPAC 5 | C 6 | C 'This computer program is a work of the United States 7 | C Government and as such is not subject to protection by 8 | C copyright (17 U.S.C. # 105.) Any person who fraudulently 9 | C places a copyright notice or does any other act contrary 10 | C to the provisions of 17 U.S. Code 506(c) shall be subject 11 | C to the penalties provided therein. This notice shall not 12 | C be altered or removed from this software and is to be on 13 | C all reproductions.' 14 | C 15 | 16 | Changes made to MOPAC7 code in this work may be used/distributed under the 17 | same rules as the original MOPAC7 package; this work is in Public Domain. 18 | -------------------------------------------------------------------------------- /licenses/mplus-fonts: -------------------------------------------------------------------------------- 1 | M+ FONTS Copyright (C) 2003-2006 M+ FONTS PROJECT 2 | 3 | - 4 | 5 | LICENSE_E 6 | 7 | 8 | 9 | 10 | These fonts are free softwares. 11 | Unlimited permission is granted to use, copy, and distribute it, with 12 | or without modification, either commercially and noncommercially. 13 | THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY. 14 | 15 | 16 | http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/ 17 | -------------------------------------------------------------------------------- /licenses/myspell-en_CA-JRossBeresford: -------------------------------------------------------------------------------- 1 | Copyright (c) J Ross Beresford 1993-1999. All Rights Reserved. 2 | 3 | The following restriction is placed on the use of this publication: 4 | if The UK Advanced Cryptics Dictionary is used in a software package 5 | or redistributed in any form, the copyright notice must be 6 | prominently displayed and the text of this document must be included 7 | verbatim. 8 | 9 | There are no other restrictions: I would like to see the list 10 | distributed as widely as possible. 11 | -------------------------------------------------------------------------------- /licenses/myspell-en_CA-KevinAtkinson: -------------------------------------------------------------------------------- 1 | Copyright 2000 by Kevin Atkinson 2 | 3 | Permission to use, copy, modify, distribute and sell these word 4 | lists, the associated scripts, the output created from the scripts, 5 | and its documentation for any purpose is hereby granted without fee, 6 | provided that the above copyright notice appears in all copies and 7 | that both that copyright notice and this permission notice appear in 8 | supporting documentation. Kevin Atkinson makes no representations 9 | about the suitability of this array for any purpose. It is provided 10 | "as is" without express or implied warranty. 11 | -------------------------------------------------------------------------------- /licenses/myspell-hyph_sk_SK-TiborBako: -------------------------------------------------------------------------------- 1 | 2 | Copyright (c) 2004 Tibor Bako, yorik@szm.sk, 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining 5 | a copy of this data (the "Data"), to deal in the Data without 6 | restriction, including without limitation the rights to use, copy, 7 | modify, merge, publish, distribute, sublicense, and/or sell copies of 8 | the Data, and to permit persons to whom the Data is furnished to do 9 | so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Data. 13 | 14 | THE DATA ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE DATA. 21 | -------------------------------------------------------------------------------- /licenses/myspell-ru_RU-ALexanderLebedev: -------------------------------------------------------------------------------- 1 | LICENSE Txt 2 | ============ 3 | The main components of RUS-ISPELL package: 4 | 5 | * the Russian affix file (russian.aff.koi) and 6 | * a set of dictionaries (base.koi, abbrev.koi, computer.koi, 7 | for_name.koi, geography.koi, rare.koi, science.koi) 8 | 9 | in their original encoding (koi8-r) and any other encoding produced 10 | from it as well as affix file and dictionaries prepared from the 11 | above files for MySpell spell checker are copyright (c) 1997-2004 12 | by Alexander Lebedev. 13 | 14 | Permission to use, copy, redistribute is granted. Permission to 15 | redistribute modifications in patch form is granted. Permission 16 | to redistribute binaries made of modified sources is granted. 17 | All other rights reserved. 18 | 19 | Alexander Lebedev 20 | 21 | -------------------------------------------------------------------------------- /licenses/myspell-th_cs_CZ-PavelRychlySmrz: -------------------------------------------------------------------------------- 1 | 2 | Copyright (c) 2002 Pavel Rychly, Pavel Smrz, {pary,smrz}@fi.muni.cz, 3 | NLPlab, Faculty of Informatics, Masaryk University 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining 6 | a copy of this data (the "Data"), to deal in the Data without 7 | restriction, including without limitation the rights to use, copy, 8 | modify, merge, publish, distribute, sublicense, and/or sell copies of 9 | the Data, and to permit persons to whom the Data is furnished to do 10 | so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Data. 14 | 15 | THE DATA ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 16 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 19 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 20 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 21 | WITH THE DATA OR THE USE OR OTHER DEALINGS IN THE DATA. 22 | 23 | -------------------------------------------------------------------------------- /licenses/oclock: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/openafs-krb5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/openafs-krb5 -------------------------------------------------------------------------------- /licenses/openspml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/openspml -------------------------------------------------------------------------------- /licenses/perforce: -------------------------------------------------------------------------------- 1 | /* 2 | * /+\ 3 | * +\ Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. 4 | * \+/ 5 | * 6 | * This file is part of jam. 7 | * 8 | * License is hereby granted to use this software and distribute it 9 | * freely, as long as this copyright notice is retained and modifications 10 | * are clearly marked. 11 | * 12 | * ALL WARRANTIES ARE HEREBY DISCLAIMED. 13 | */ 14 | -------------------------------------------------------------------------------- /licenses/petrify: -------------------------------------------------------------------------------- 1 | Copyright (c) 1999 The Universitat Politecnica de Catalunya. All 2 | rights reserved. Permission is hereby granted, without written 3 | agreement and without license or royalty fees, to use, copy, modify, 4 | and distribute this software and its documentation for any purpose, 5 | provided that the above copyright notice and the following two 6 | paragraphs appear in all copies of this software. 7 | 8 | 9 | IN NO EVENT SHALL THE UNIVERSITAT POLITECNICA DE CATALUNYA BE LIABLE 10 | TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR 11 | CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS 12 | DOCUMENTATION, EVEN IF THE UNIVERSITAT POLITECNICA DE CATALUNYA HAS 13 | BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14 | 15 | 16 | THE UNIVERSITAT POLITECNICA DE CATALUNYA SPECIFICALLY DISCLAIMS ANY 17 | WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 18 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE 19 | PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITAT 20 | POLITECNICA DE CATALUNYA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, 21 | SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 22 | -------------------------------------------------------------------------------- /licenses/pkcrack: -------------------------------------------------------------------------------- 1 | This package was written and is copyright by Peter Conrad . Commercial use in any form is 2 | strictly forbidden! You may use parts of the code in your own programs for non-commercial use in case you clearly state 3 | where you got it. Do not release software using parts of the code without the author's explicit consent. 4 | -------------------------------------------------------------------------------- /licenses/point2play: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/point2play -------------------------------------------------------------------------------- /licenses/postal2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/postal2 -------------------------------------------------------------------------------- /licenses/poster: -------------------------------------------------------------------------------- 1 | Poster was written by Jos van Eijndhoven in 1995, and has been popular among PostScript users ever since. 2 | Please note that Jos is no longer at Eindhoven Univ of Technology, and the email address @ele.tue.nl is no longer valid. 3 | -------------------------------------------------------------------------------- /licenses/povlegal-3.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/povlegal-3.5 -------------------------------------------------------------------------------- /licenses/public-domain: -------------------------------------------------------------------------------- 1 | Software is in the public domain. 2 | -------------------------------------------------------------------------------- /licenses/qeradiant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/qeradiant -------------------------------------------------------------------------------- /licenses/recordproto: -------------------------------------------------------------------------------- 1 | Copyright 1995 Network Computing Devices 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and 4 | its documentation for any purpose is hereby granted without fee, provided 5 | that the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Network Computing Devices 8 | not be used in advertising or publicity pertaining to distribution 9 | of the software without specific, written prior permission. 10 | 11 | NETWORK COMPUTING DEVICES DISCLAIMs ALL WARRANTIES WITH REGARD TO 12 | THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 | AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE 14 | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 15 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 16 | AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING 17 | OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 18 | -------------------------------------------------------------------------------- /licenses/renderproto: -------------------------------------------------------------------------------- 1 | Copyright © 2000 SuSE, Inc. 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of SuSE not be used in advertising or 8 | publicity pertaining to distribution of the software without specific, 9 | written prior permission. SuSE makes no representations about the 10 | suitability of this software for any purpose. It is provided "as is" 11 | without express or implied warranty. 12 | 13 | SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 14 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE 15 | BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 16 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION 17 | OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 18 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19 | 20 | Author: Keith Packard, SuSE, Inc. 21 | -------------------------------------------------------------------------------- /licenses/richardson: -------------------------------------------------------------------------------- 1 | NOTICE: This is free software and the source code is freely 2 | available. You are free to redistribute or modify under the 3 | conditions that (1) this notice is not removed or modified 4 | in any way and (2) any modified versions of the program are 5 | also available for free. 6 | ** Absolutely no Warranty ** 7 | -------------------------------------------------------------------------------- /licenses/ringtonetools: -------------------------------------------------------------------------------- 1 | 2 | 3 | LICENSE for Ringtonetools 4 | 5 | You may NOT use this in any kind of commercial environment 6 | without permission of the author (Michael Kohn). 7 | 8 | You may NOT use any part of the code for another project 9 | either commerical or open without permission of the 10 | author. 11 | 12 | You are free to distribute this program unmodified with 13 | any compilation cd or operating system distribution 14 | (this includes the Linux operating systems, FreeBSD, 15 | Solaris, or whoever wants to distribute it). You may 16 | also distribute this on your own website. 17 | 18 | Really the reason for this license is I don't think it's 19 | fair for someone to make a truck load of money off this 20 | program without compensating me with at least a small donation 21 | for the hours I put into this program. Be nice and if you 22 | want to make money on this just make a small donation to me. 23 | 24 | :) 25 | 26 | For the rest of you.. FREE RINGTONES FOR ALL! 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /licenses/sessreg: -------------------------------------------------------------------------------- 1 | Copyright 1990, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/skype-eula: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/skype-eula -------------------------------------------------------------------------------- /licenses/smproxy: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/sparky: -------------------------------------------------------------------------------- 1 | The following copyright, license and disclaimer applies to the distributed 2 | Sparky source code, documentation and binaries. 3 | Copyright (c) 1989-2002, Regents of the University of California. All rights 4 | reserved. 5 | Permission is hereby granted, free of charge, to use and copy the Sparky code, 6 | documentation and binaries. All copies must include this copyright, license, 7 | and disclaimer. 8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 10 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 12 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 13 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 14 | SOFTWARE. 15 | -------------------------------------------------------------------------------- /licenses/sun-bcla-java-vm-1.4.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/sun-bcla-java-vm-1.4.2 -------------------------------------------------------------------------------- /licenses/t-coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/t-coffee -------------------------------------------------------------------------------- /licenses/tkMOO: -------------------------------------------------------------------------------- 1 | tkMOO-light is Copyright (c) Andrew Wilson 1994,1995,1996,1997,1998, 2 | 1999,2000,2001 3 | 4 | All Rights Reserved 5 | 6 | Permission is hereby granted to use this software for private, academic 7 | and non-commercial use. No commercial or profitable use of this 8 | software may be made without the prior permission of the author. 9 | 10 | THIS SOFTWARE IS PROVIDED BY ANDREW WILSON ``AS IS'' AND ANY 11 | EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 12 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 13 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANDREW WILSON BE LIABLE 14 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 15 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 16 | OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 17 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 18 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 19 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 20 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 21 | -------------------------------------------------------------------------------- /licenses/trapproto: -------------------------------------------------------------------------------- 1 | Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation, 2 | Maynard, MA 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose and without fee is hereby granted, 6 | provided that the above copyright notice appear in all copies and that 7 | both that copyright notice and this permission notice appear in 8 | supporting documentation, and that the name of Digital not be 9 | used in advertising or publicity pertaining to distribution of the 10 | software without specific, written prior permission. 11 | 12 | DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14 | DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15 | ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 16 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 17 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 18 | SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/trolltech_PUL-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/trolltech_PUL-1.0 -------------------------------------------------------------------------------- /licenses/vienna-rna: -------------------------------------------------------------------------------- 1 | Disclaimer and Copyright 2 | 3 | The programs, library and source code of the Vienna RNA Package are free 4 | software. They are distributed in the hope that they will be useful 5 | but WITHOUT ANY WARRANTY; without even the implied warranty of 6 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 7 | 8 | Permission is granted for research, educational, and commercial use 9 | and modification so long as 1) the package and any derived works are not 10 | redistributed for any fee, other than media costs, 2) proper credit is 11 | given to the authors and the Institute for Theoretical Chemistry of the 12 | University of Vienna. 13 | 14 | If you want to include this software in a commercial product, please contact 15 | the authors. 16 | 17 | Note that the file ./lib/naview.c has its own copyright attached. 18 | The ./Readseq/ directory contains a modified version of Don Gilbert's 19 | public domain readseq program. 20 | -------------------------------------------------------------------------------- /licenses/viewcvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/licenses/viewcvs -------------------------------------------------------------------------------- /licenses/w3m: -------------------------------------------------------------------------------- 1 | Copyright 2 | 3 | (C) Copyright 1994-2002 by Akinori Ito. 4 | 5 | Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics 6 | have the copyright of the GC library comes with w3m package. 7 | 8 | License 9 | 10 | Use, modification and redistribution of this software is hereby granted, 11 | provided that this entire copyright notice is included on any copies of 12 | this software and applications and derivations thereof. 13 | 14 | This software is provided on an "as is" basis, without warranty of any 15 | kind, either expressed or implied, as to any matter including, but not 16 | limited to warranty of fitness of purpose, or merchantability, or 17 | results obtained from use of this software. 18 | 19 | 20 | Author 21 | 22 | Feel free to send your opinion to the author. 23 | 24 | Akinori Ito 25 | Faculty of Engineering, Yamagata University 26 | aito@fw.ipsj.or.jp 27 | http://w3m.sourceforge.net/ 28 | 29 | -------------------------------------------------------------------------------- /licenses/x11perf: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts. 2 | 3 | All Rights Reserved 4 | 5 | Permission to use, copy, modify, and distribute this software and its 6 | documentation for any purpose and without fee is hereby granted, 7 | provided that the above copyright notice appear in all copies and that 8 | both that copyright notice and this permission notice appear in 9 | supporting documentation, and that the name of Digital not be 10 | used in advertising or publicity pertaining to distribution of the 11 | software without specific, written prior permission. 12 | 13 | DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 14 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 15 | DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 16 | ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 17 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 18 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 19 | SOFTWARE. 20 | 21 | -------------------------------------------------------------------------------- /licenses/xauth: -------------------------------------------------------------------------------- 1 | Copyright 1989,1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/xbacklight: -------------------------------------------------------------------------------- 1 | Copyright © 2007 Keith Packard 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that copyright 6 | notice and this permission notice appear in supporting documentation, and 7 | that the name of the copyright holders not be used in advertising or 8 | publicity pertaining to distribution of the software without specific, 9 | written prior permission. The copyright holders make no representations 10 | about the suitability of this software for any purpose. It is provided "as 11 | is" without express or implied warranty. 12 | 13 | THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 19 | OF THIS SOFTWARE. 20 | 21 | -------------------------------------------------------------------------------- /licenses/xbitmaps: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xcmiscproto: -------------------------------------------------------------------------------- 1 | Copyright 1993, 1994, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/xcmsdb: -------------------------------------------------------------------------------- 1 | (c) Copyright 1990 Tektronix Inc. 2 | All Rights Reserved 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose and without fee is hereby granted, 6 | provided that the above copyright notice appear in all copies and that 7 | both that copyright notice and this permission notice appear in 8 | supporting documentation, and that the name of Tektronix not be used 9 | in advertising or publicity pertaining to distribution of the software 10 | without specific, written prior permission. 11 | 12 | Tektronix disclaims all warranties with regard to this software, including 13 | all implied warranties of merchantability and fitness, in no event shall 14 | Tektronix be liable for any special, indirect or consequential damages or 15 | any damages whatsoever resulting from loss of use, data or profits, 16 | whether in an action of contract, negligence or other tortious action, 17 | arising out of or in connection with the use or performance of this 18 | software. 19 | -------------------------------------------------------------------------------- /licenses/xconsole: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xcursor-themes: -------------------------------------------------------------------------------- 1 | This package is licensed under the MIT/X11 licence; please see 2 | /usr/share/doc/x-common/copyright for full copyright information. 3 | -------------------------------------------------------------------------------- /licenses/xcursorgen: -------------------------------------------------------------------------------- 1 | Copyright (C) 2002 Manish Singh 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Manish Singh not be used in 8 | advertising or publicity pertaining to distribution of the software without 9 | specific, written prior permission. Manish Singh makes no 10 | representations about the suitability of this software for any purpose. It 11 | is provided "as is" without express or implied warranty. 12 | 13 | MANISH SINGH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL MANISH SINGH BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xdriinfo: -------------------------------------------------------------------------------- 1 | Client application for querying drivers' configuration information 2 | Copyright (C) 2003 Felix Kuehling 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a 5 | copy of this software and associated documentation files (the "Software"), 6 | to deal in the Software without restriction, including without limitation 7 | the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 | and/or sell copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included 12 | in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 | FELIX KUEHLING, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM, 18 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 19 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE 20 | OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/xf86-input-digitaledge: -------------------------------------------------------------------------------- 1 | Copyright 1996 by Steven Lang 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Steven Lang not be used in advertising 8 | or publicity pertaining to distribution of the software without specific, 9 | written prior permission. Steven Lang makes no representations about the 10 | suitability of this software for any purpose. It is provided "as is" 11 | without express or implied warranty. 12 | 13 | STEVEN LANG DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL STEVEN LANG BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xf86-input-evdev: -------------------------------------------------------------------------------- 1 | Copyright © 2004 Red Hat, Inc. 2 | 3 | Permission to use, copy, modify, distribute, and sell this software 4 | and its documentation for any purpose is hereby granted without 5 | fee, provided that the above copyright notice appear in all copies 6 | and that both that copyright notice and this permission notice 7 | appear in supporting documentation, and that the name of Red Hat 8 | not be used in advertising or publicity pertaining to distribution 9 | of the software without specific, written prior permission. Red 10 | Hat makes no representations about the suitability of this software 11 | for any purpose. It is provided "as is" without express or implied 12 | warranty. 13 | 14 | RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16 | NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18 | OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19 | NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20 | CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21 | 22 | Author: Kristian Høgsberg (krh@redhat.com) 23 | -------------------------------------------------------------------------------- /licenses/xf86-input-tek4957: -------------------------------------------------------------------------------- 1 | Copyright 2002 by Olivier DANET 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | umentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of O. DANET may not be used in advertising 8 | or publicity pertaining to distribution of the software without specific, 9 | written prior permission. O.DANET makes no representations about the 10 | suitability of this software for any purpose. It is provided "as is" 11 | without express or implied warranty. 12 | 13 | O. DANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL O. DANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xf86-video-cirrus: -------------------------------------------------------------------------------- 1 | Copyright 2000 by Egbert Eich 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Alan Hourihane not be used in 8 | advertising or publicity pertaining to distribution of the software without 9 | specific, written prior permission. Alan Hourihane makes no representations 10 | about the suitability of this software for any purpose. It is provided 11 | "as is" without express or implied warranty. 12 | 13 | EGBERT EICH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xf86-video-imstt: -------------------------------------------------------------------------------- 1 | Copyright 2000 Ani Joshi 2 | 3 | 4 | Permission to use, copy, modify, distribute, and sell this software and its 5 | documentation for any purpose is hereby granted without fee, provided that 6 | the above copyright notice appear in all copies and that both that copyright 7 | notice and this permission notice appear in supporting documentation and 8 | that the name of Ani Joshi not be used in advertising or 9 | publicity pertaining to distribution of the software without specific, 10 | written prior permission. Ani Joshi makes no representations 11 | about the suitability of this software for any purpose. It is provided 12 | "as-is" without express or implied warranty. 13 | 14 | ANI JOSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16 | EVENT SHALL ANI JOSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 20 | PERFORMANCE OF THIS SOFTWARE. 21 | -------------------------------------------------------------------------------- /licenses/xf86-video-sunbw2: -------------------------------------------------------------------------------- 1 | Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-suncg14: -------------------------------------------------------------------------------- 1 | Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-suncg3: -------------------------------------------------------------------------------- 1 | Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-suncg6: -------------------------------------------------------------------------------- 1 | Copyright (C) 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-sunleo: -------------------------------------------------------------------------------- 1 | Copyright (C) 1999, 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-suntcx: -------------------------------------------------------------------------------- 1 | Copyright (C) 1999, 2000 Jakub Jelinek (jakub@redhat.com) 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in 11 | all copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 16 | JAKUB JELINEK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /licenses/xf86-video-trident: -------------------------------------------------------------------------------- 1 | Copyright 1997-2003 by Alan Hourihane, North Wales, UK. 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Alan Hourihane not be used in 8 | advertising or publicity pertaining to distribution of the software without 9 | specific, written prior permission. Alan Hourihane makes no representations 10 | about the suitability of this software for any purpose. It is provided 11 | "as is" without express or implied warranty. 12 | 13 | ALAN HOURIHANE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL ALAN HOURIHANE BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xf86-video-tseng: -------------------------------------------------------------------------------- 1 | Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation, and that the name of Thomas Roell not be used in 8 | advertising or publicity pertaining to distribution of the software without 9 | specific, written prior permission. Thomas Roell makes no representations 10 | about the suitability of this software for any purpose. It is provided 11 | "as is" without express or implied warranty. 12 | 13 | THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 14 | INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 15 | EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 16 | CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 17 | DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 18 | TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 19 | PERFORMANCE OF THIS SOFTWARE. 20 | -------------------------------------------------------------------------------- /licenses/xf86-video-v4l: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/xf86dga: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xfd: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xfsinfo: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xfwp: -------------------------------------------------------------------------------- 1 | Copyright 1986-1997, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and the following permission notice 10 | shall be included in all copies of the Software: 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS ", WITHOUT WARRANTY OF ANY KIND, 13 | EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE 14 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 15 | AND NON-INFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE 16 | FOR ANY CLAIM, DAMAGES OR OTHER SIABILITIY, WHETHER IN AN ACTION 17 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN 18 | CONNNECTION WITH THE SOFTWARE OR THE USE OF OTHER DEALINGS IN 19 | THE SOFTWARE. 20 | 21 | Except as contained in this notice, the name of The Open Group 22 | shall not be used in advertising or otherwise to promote the use 23 | or other dealings in this Software without prior written 24 | authorization from The Open Group. 25 | -------------------------------------------------------------------------------- /licenses/xinit: -------------------------------------------------------------------------------- 1 | Copyright 1986, 1988, 1993, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included in 10 | all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 16 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 17 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 18 | 19 | Except as contained in this notice, the name of The Open Group shall not be 20 | used in advertising or otherwise to promote the sale, use or other dealings 21 | in this Software without prior written authorization from The Open Group. 22 | -------------------------------------------------------------------------------- /licenses/xorg-cf-files: -------------------------------------------------------------------------------- 1 | Copyright (c) 1990, 1991, 1992, 1993, 1998 The Open Group , Inc. 2 | ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for 3 | the full copyright text. 4 | 5 | (c) Copyright 1996 Digital Equipment Corporation. 6 | (c) Copyright 1996 Hewlett-Packard Company. 7 | (c) Copyright 1996 International Business Machines Corp. 8 | (c) Copyright 1996 Sun Microsystems, Inc. 9 | (c) Copyright 1996 Novell, Inc. 10 | (c) Copyright 1996 FUJITSU LIMITED. 11 | (c) Copyright 1996 Hitachi. 12 | 13 | Copyright Takis Psarogiannakopoulos 14 | 15 | Copyright (c) 1992, 1993 by Thomas Wolfram, Berlin, Germany 16 | -------------------------------------------------------------------------------- /licenses/xorg-server: -------------------------------------------------------------------------------- 1 | The normal process of generating licenses for modular X packages is to run 2 | through all source files in an editor and copy all the copyright/license info 3 | into the license file. However, in the case of xorg-server, there are almost 4 | 2000 source files. We're not paid enough to do that much work in a short 5 | period of time. ;) 6 | 7 | Upstream has stated that MIT is a good approximation. The only difference is 8 | that the code will contain a large amount of explicit copyrights from the 9 | various companies and individuals who have worked on this project. If you're 10 | interested, take a look at the source file of choice. 11 | -------------------------------------------------------------------------------- /licenses/xorg-sgml-doctools: -------------------------------------------------------------------------------- 1 | This is a placeholder for a package whose license is not clear. Upstream has 2 | not provided enough information to provide a license that covers this package. 3 | 4 | If you're really interested, this placeholder usually only exists for smaller 5 | packages and thus looking through the source code might reveal some copyrights 6 | and other related information. 7 | -------------------------------------------------------------------------------- /licenses/xphelloworld: -------------------------------------------------------------------------------- 1 | Copyright 2003-2004 Roland Mainz 2 | Copyright 2002-2004 Roland Mainz 3 | 4 | All Rights Reserved. 5 | 6 | The above copyright notice and this permission notice shall be included in 7 | all copies or substantial portions of the Software. 8 | 9 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 10 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 11 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 12 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 13 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 15 | 16 | Except as contained in this notice, the name of The Open Group shall not be 17 | used in advertising or otherwise to promote the sale, use or other dealings 18 | in this Software without prior written authorization from The Open Group. 19 | 20 | -------------------------------------------------------------------------------- /licenses/xplsprinters: -------------------------------------------------------------------------------- 1 | Copyright 2002-2004 Roland Mainz 2 | 3 | All Rights Reserved. 4 | 5 | The above copyright notice and this permission notice shall be included in 6 | all copies or substantial portions of the Software. 7 | 8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 10 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14 | 15 | Except as contained in this notice, the name of The Open Group shall not be 16 | used in advertising or otherwise to promote the sale, use or other dealings 17 | in this Software without prior written authorization from The Open Group. 18 | -------------------------------------------------------------------------------- /licenses/xprehashprinterlist: -------------------------------------------------------------------------------- 1 | Copyright 2004 Roland Mainz 2 | 3 | All Rights Reserved. 4 | 5 | The above copyright notice and this permission notice shall be included in 6 | all copies or substantial portions of the Software. 7 | 8 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 9 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 10 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 11 | OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 12 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 13 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 14 | 15 | Except as contained in this notice, the name of The Open Group shall not be 16 | used in advertising or otherwise to promote the sale, use or other dealings 17 | in this Software without prior written authorization from The Open Group. 18 | -------------------------------------------------------------------------------- /licenses/xshipwars: -------------------------------------------------------------------------------- 1 | You may distribute this program freely, provided that you meet the following 2 | condititions: 3 | 4 | * Any modifications that you make (with the exception of individual or 5 | partial distribution of compoents) must be accepted with written proof 6 | by the authors -or- you may distribute with your modifications provided 7 | that the modifications that you made are stated with reasonable 8 | clarity along with the modified distribution. 9 | -------------------------------------------------------------------------------- /licenses/xsm: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /licenses/xtrap: -------------------------------------------------------------------------------- 1 | Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993 by Digital Equipment Corp., 2 | Maynard, MA 3 | 4 | Permission to use, copy, modify, and distribute this software and its 5 | documentation for any purpose and without fee is hereby granted, 6 | provided that the above copyright notice appear in all copies and that 7 | both that copyright notice and this permission notice appear in 8 | supporting documentation, and that the name of Digital not be 9 | used in advertising or publicity pertaining to distribution of the 10 | software without specific, written prior permission. 11 | 12 | DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 13 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL 14 | DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 15 | ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 16 | WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 17 | ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 18 | SOFTWARE. 19 | 20 | -------------------------------------------------------------------------------- /licenses/xwd: -------------------------------------------------------------------------------- 1 | Copyright 1988, 1998 The Open Group 2 | 3 | Permission to use, copy, modify, distribute, and sell this software and its 4 | documentation for any purpose is hereby granted without fee, provided that 5 | the above copyright notice appear in all copies and that both that 6 | copyright notice and this permission notice appear in supporting 7 | documentation. 8 | 9 | The above copyright notice and this permission notice shall be included 10 | in all copies or substantial portions of the Software. 11 | 12 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 13 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 14 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 15 | IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 16 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 17 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 18 | OTHER DEALINGS IN THE SOFTWARE. 19 | 20 | Except as contained in this notice, the name of The Open Group shall 21 | not be used in advertising or otherwise to promote the sale, use or 22 | other dealings in this Software without prior written authorization 23 | from The Open Group. 24 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pycurl --global-option="--with-openssl" 2 | -e git://github.com/Zaryob/iksemel@ciksemel-1#egg=ciksemel 3 | -------------------------------------------------------------------------------- /scripts/detect-dep: -------------------------------------------------------------------------------- 1 | export LANG=C 2 | work=$(mktemp) 3 | rm -f $work ; mkdir $work 4 | cp $1 $work/ 5 | cd $work 6 | unzip -x $1 &>/dev/null 7 | tar -xf install.tar.* 8 | find -type f| xargs ldd 2>/dev/null | grep "=>" | sed "s/(.*)//g" | sort | uniq | \ 9 | sed "s/.*=. //g" | sed "s/lib64/lib/g" | xargs inary sf | grep "has file" | \ 10 | awk '{print $2}' | sort | uniq | sed "s/^\"/ /g" | sed "s/\"$/<\/Dependency>/g" 11 | rm -rf $work 12 | -------------------------------------------------------------------------------- /scripts/detect-file-dep: -------------------------------------------------------------------------------- 1 | export LANG=C 2 | ldd $1 2>/dev/null | grep "=>" | sed "s/(.*)//g" | sort | uniq | \ 3 | sed "s/.*=. //g" | sed "s/lib64/lib/g" | xargs inary sf | grep "has file" | \ 4 | awk '{print $2}' | sort | uniq | sed "s/^\"/ /g" | sed "s/\"$/<\/Dependency>/g" 5 | 6 | -------------------------------------------------------------------------------- /scripts/mkdeb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | export CWD=$(pwd) 3 | tmp=$(mktemp) 4 | rm -f $tmp ; mkdir $tmp 5 | cd $1 6 | if [ ! -d ./DEBIAN ] ; then 7 | echo "DEBIAN directory not found" 8 | exit 1 9 | fi 10 | export NAME=$(cat DEBIAN/control | grep "Package: " | sed "s/.*: //g") 11 | export ARCH=$(cat DEBIAN/control | grep "Architecture: " | sed "s/.*: //g") 12 | export VERS=$(cat DEBIAN/control | grep "Version: " | sed "s/.*: //g") 13 | tar czvf $tmp/data.tar.gz [a-z]* | sed "s/^/Adding: /g" 14 | cd DEBIAN 15 | touch md5sums 16 | find .. | grep -v DEBIAN | while read line 17 | do 18 | [ -f $line ] && md5sum $line | sed "s|^\./||g" >> md5sums 19 | done 20 | tar czf $tmp/control.tar.gz * 21 | cd ../.. 22 | echo 2.0 > $tmp/debian-binary 23 | cd $tmp 24 | ar r "${NAME}_${ARCH}_${VERS}.deb" debian-binary control.tar.gz data.tar.gz 25 | mv $tmp/*.deb $CWD/ 26 | rm -rf $tmp/ 27 | cd $CWD 28 | -------------------------------------------------------------------------------- /scripts/revdep-rebuild-devel: -------------------------------------------------------------------------------- 1 | export PKG_CONFIG_PATH=/usr/lib32/pkgconfig:$PKG_CONFIG_PATH 2 | for j in {/usr/lib/pkgconfig,/usr/lib32/pkgconfig,/usr/share/pkgconfig} 3 | do 4 | echo -e "\033[32;1mChecking \033[;0m$j" 5 | for i in $(ls $j | sed "s/.pc//g") 6 | do 7 | [ -f $j/$i.pc ] && pkg-config --cflags --libs $i >/dev/null | sed '/^$/d' || true 8 | done 9 | done 10 | -------------------------------------------------------------------------------- /scripts/sync-licenses: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rsync -avz --delete rsync://rsync.gentoo.org/gentoo-portage/licenses ../licenses/ 3 | 4 | -------------------------------------------------------------------------------- /scripts/undeb: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | CURDIR=$(pwd) 4 | udir="$(mktemp -d)" 5 | if [ ! -f "$1" ] ; then 6 | echo "Deb file not detected." 7 | exit 1 8 | fi 9 | cp -prf $1 $udir/ 10 | cd $udir/ 11 | ar -x $udir/*.deb 12 | rm -rf $udir/*.deb 13 | rm -rf $udir/debian-binary 14 | mkdir -p $udir/DEBIAN 15 | mv $udir/control.tar.* $udir/DEBIAN/ 16 | cd $udir/DEBIAN/ 17 | tar -xf ./control.tar.* 18 | rm -rf ./control.tar.* 19 | cd ../ 20 | tar -xf ./data.tar.* 21 | rm -rf ./data.tar.* 22 | export dirname=$(cat "$udir/DEBIAN/control" | grep Package | head -n 1 | sed "s/^Package: //g") 23 | echo $CURDIR/$dirname 24 | mkdir -p $CURDIR/$dirname 25 | cp -prf $udir/* $CURDIR/$dirname/ 26 | rm -rf $udir/ 27 | -------------------------------------------------------------------------------- /scripts/update-inary-cache: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if [ $UID -ne 0 ] ; then 3 | echo "You must be root!" 4 | exit 1 5 | fi 6 | dest="" 7 | [ "$1" == "" ] || dest="-D$1" 8 | inary dc $dest 9 | echo 2 > /proc/sys/vm/drop_caches 10 | inary rdb $dest 11 | inary ur $dest 12 | inary up -c system.base $dest 13 | -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- 1 | tests/ 2 | -------------------------------------------------------------------------------- /tests/README: -------------------------------------------------------------------------------- 1 | 2 | Inary UnitTests 3 | ############## 4 | 5 | Before running unittests you need to first go to repos directory and 6 | create test repositories. 7 | 8 | >>> test@sulin tests/repos# python3 createrepos.py 9 | 10 | Now you can return to tests folder and run tests. 11 | 12 | >>> test@sulin tests # python3 runtests.py 13 | 14 | -------------------------------------------------------------------------------- /tests/buildTest/actions.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # -*- coding: utf-8 -*- 3 | # 4 | # Licensed under the GNU General Public License, version 3. 5 | # See the file http://www.gnu.org/licenses/gpl.txt 6 | 7 | import os 8 | from inary.actionsapi import shelltools 9 | from inary.actionsapi import get 10 | from inary.actionsapi import inarytools 11 | from inary.actionsapi import mesontools 12 | from inary.actionsapi import cmaketools 13 | from inary.actionsapi import autotools 14 | 15 | 16 | def setup(): 17 | pass 18 | 19 | 20 | def build(): 21 | pass 22 | 23 | 24 | def install(): 25 | os.chdir("../unibuild-master") 26 | autotools.install("DESTDIR={} ".format(get.installDIR())) 27 | -------------------------------------------------------------------------------- /tests/buildTest/postoperations.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | 3 | 4 | def postInstall(): 5 | print("hello post install") 6 | 7 | 8 | def postRemove(): 9 | print("hello post remove") 10 | 11 | 12 | def preInstall(): 13 | print("hello pre install") 14 | 15 | 16 | def preRemove(): 17 | print("hello pre remove") 18 | -------------------------------------------------------------------------------- /tests/databaseTests/.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | -------------------------------------------------------------------------------- /tests/databaseTests/__init__.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # 3 | # Copyright (C) 2018, Suleyman POYRAZ (Zaryob) 4 | # 5 | # This program is free software; you can redistribute it and/or modify it under 6 | # the terms of the GNU General Public License as published by the Free 7 | # Software Foundation; either version 2 of the License, or (at your option) 8 | # any later version. 9 | # 10 | # Please read the COPYING file. 11 | # 12 | -------------------------------------------------------------------------------- /tests/databaseTests/__test__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/tests/databaseTests/__test__.py -------------------------------------------------------------------------------- /tests/inaryTests/__test__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/tests/inaryTests/__test__.py -------------------------------------------------------------------------------- /tests/inaryTests/testConstants.py: -------------------------------------------------------------------------------- 1 | import unittest 2 | import inary.constants 3 | import inary.context as ctx 4 | 5 | 6 | class ConstantTestCase(unittest.TestCase): 7 | 8 | def testConstants(self): 9 | constants = ctx.const 10 | constDict = { 11 | "actions": "actions.py", 12 | "setup": "setup", 13 | "metadata": "metadata.xml"} 14 | 15 | for i in list(constDict.keys()): 16 | if hasattr(constants, i): 17 | value = getattr(constants, i) 18 | self.assertEqual(value, constDict[i]) 19 | -------------------------------------------------------------------------------- /tests/typeTests/__test__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/tests/typeTests/__test__.py -------------------------------------------------------------------------------- /tests/typeTests/testPgraph.py: -------------------------------------------------------------------------------- 1 | import unittest 2 | import os 3 | import inary 4 | from inary.data import pgraph 5 | 6 | 7 | class GraphTestCase(unittest.TestCase): 8 | def setUp(self): 9 | self.g0 = pgraph.Digraph() 10 | self.g0.add_edge(1, 2) 11 | self.g0.add_edge(1, 3) 12 | self.g0.add_edge(2, 3) 13 | self.g0.add_edge(3, 4) 14 | self.g0.add_edge(4, 1) 15 | 16 | self.g1 = pgraph.Digraph() 17 | self.g1.add_edge(0, 2) 18 | self.g1.add_edge(0, 3) 19 | self.g1.add_edge(2, 4) 20 | self.g1.add_edge(3, 4) 21 | 22 | def testHasVertex(self): 23 | assert not self.g0.has_vertex(5) 24 | assert not self.g1.has_vertex(1) 25 | 26 | def testHasEdge(self): 27 | assert not self.g0.has_edge(5, 6) 28 | assert not self.g0.has_edge(3, 5) 29 | assert not self.g1.has_edge(2, 3) 30 | 31 | def testCycle(self): 32 | assert not self.g0.cycle_free() 33 | assert self.g1.cycle_free() 34 | 35 | def testTopologicalSort(self): 36 | order = self.g1.topological_sort() 37 | assert order[0] == 0 38 | assert order[-1] == 4 39 | -------------------------------------------------------------------------------- /tests/xmlTests/__test__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zaryob/inary/af6aecffa9a8b22726540636ff1de9c2c5fcd972/tests/xmlTests/__test__.py --------------------------------------------------------------------------------