Search 5,000,000+ questions and answers.

Frequently Asked Questions

What licenses apply to Cygwin/X source code?

Cygwin/X Frequently Asked Questions
Cygwin/X proper isn't covered by a single license, as Cygwin/X is made up of two parts that are covered by distinct licenses: Cygwin and the X Window System.
Related Questions

What licenses apply to the X Window System source code?

Cygwin/X Frequently Asked Questions
X Window System source code is generally licensed under an X11 style license, which is certified by the Free Software Foundation as compatible with the GNU GPL.
Related Questions

Who holds the copyright on the Cygwin/X source code?

Cygwin/X Frequently Asked Questions
Cygwin/X proper doesn't have a single copyright holder, as Cygwin/X is made up of two parts, namely Cygwin and the X Window System; each part follows a different scheme in regards to who will hold the copyright on source code. See Q: 11.5. and Q: 11.6. for more information regarding who holds the copyright on Cygwin/X source code.
Related Questions

What license applies to Cygwin source code?

Cygwin/X Frequently Asked Questions
Cygwin source code is licensed under a modified version of the GNU GPL. Cygwin's license modification specifically allows third-party software under an open source license to be linked with Cygwin without requiring that the source code for the third-party software be distributed under the terms of the GNU GPL.
Related Questions

What is Cygwin/X?

Cygwin/X Frequently Asked Questions
Cygwin/X is a port of the X Window System to Cygwin. Cygwin provides a UNIX-like API on the Win32 platform.
Related Questions

Who holds the copyright on the X Window System source code?

Cygwin/X Frequently Asked Questions
Each source code file in the X Window System typically has its own license and copyright statement. Therefore, there is not a general rule for determining who holds the copyright on a particular X Window System source file, as each author is free to assign the copyright to someone else, to some group, or to keep the copyright themselves. You must inspect the source code file in question to determine who holds the copyright for that file.
Related Questions

Is there a Cygwin/X mailing list?

Cygwin/X Frequently Asked Questions
Yes, Cygwin/X has a mailing list, namely, cygwin-xfree@cygwin.com. Visit the Cygwin Mailing Lists page to subscribe to cygwin-xfree@cygwin.com as well as to read and search an online archive of the mailing list traffic. Tip: Post your X-related inquires to cygwin-xfree@cygwin.com only; do not post nor cross post your inquires to the cygwin@cygwin.com mailing list. Cygwin's mailing list is only for Cygwin related inquires that are not handled by another more-specific list.
Related Questions

How is Cygwin/X installed?

Cygwin/X Frequently Asked Questions
The Cygwin/X User's Guide thoroughly documents the installation process. Installation is performed through Cygwin's setup.exe program.
Related Questions

How should I generate patches for Cygwin/X?

Cygwin/X Frequently Asked Questions
Only submit patches that have UNIX end of line characters. See Q: 10.2. for information on editors for Windows that are aware of UNIX end of line characters. Generally it is better for us if you generate your patches against the X.org CVS tree. For example, run cvs -z4 diff -U3 hw/xwin/ from xc/programs/Xserver/ to generate a diff file for all the modified files in hw/xwin/.
Related Questions

Where is the source code?

The Debian GNU/Linux FAQ - Debian¡¢LFS¡¢GentooרÌâ°æ - Linux...
Source code is included for everything in the Debian system. Moreover, the license terms of most programs in the system require that source code be distributed along with the programs, or that an offer to provide the source code accompany the programs. The source code is distributed in the pool directory (see What's in the pool directory?, Section 5.10) together with all the architecture-specific binary directories.
Related Questions

What versions of Windows does Cygwin/X run on?

Cygwin/X Frequently Asked Questions
Cygwin/X supports Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows 2000, Windows XP, and Windows Server 2003 as of 2003-12-29. Cygwin/X requires Cygwin to compile and run. Cygwin is not, as of 2003-12-29, available on Microsoft Windows CE, therefore Cygwin/X is not currently available on Microsoft Windows CE.
Related Questions

Why does Cygwin/X freeze right after startup?

Cygwin/X Frequently Asked Questions
Zone Alarm 5 is known to break Cygwin/X. As a result you'll see this line (or a similar) as last output in /tmp/XWin.log Rules = "xorg" Model = "pc101" Layout = "us" Variant = "(null)" Options = "(null)" Disabling Zone Alarm will not solve this problem. You can only uninstall Zone Alarm 5 and switch to an earlier version (4.5 is known to work) or use a different personal firewall. Another reason is /tmp mounted in textmode.
Related Questions

Cygwin/X has very poor performance. What's the reason?

Cygwin/X Frequently Asked Questions
Most likely you have installed some kind of personal firewall, VPN software or any other software that modifies the TCP/IP stack of Windows. Especially Webwasher and some other filtering software are known to slow down the network traffic. Some online virus scanners like Symantec Antivirus do slowdown Cygwin/X a lot. They scan every file access and network traffic which causes serious processing overhead beyond that from the X11 protocol and the unix emulation layer. Dr.
Related Questions

How do I start porting software to Cygwin/X?

Cygwin/X Frequently Asked Questions
Cygwin/X provides a software interface that is very similar to the software interface provided by GNU/Linux and other UNIX systems. Most software packages will compile on Cygwin/X without any changes at all. To begin with, try to compile a given software package following that package's compilation instructions for GNU/Linux.
Related Questions

Are there step-by-step instructions for contributing to Cygwin/X?

Cygwin/X Frequently Asked Questions
Yes. The Cygwin/X Contributor's Guide has step-by-step instructions for obtaining the source, building the source, building debug versions of the source, and even cross-compiling under Linux.
Related Questions

Cygwin/X failed with "Fatal Error". What does this mean?

Cygwin/X Frequently Asked Questions
The Fatal Error is a general error message. More specific information what caused this is available in /tmp/XWin.log. Please check the common error messages in the Section called Error and Warning Messages. If you're error is not mentioned proceed with Q: 7.4.
Related Questions

My bug report the Cygwin/X mailing list was ignored. What do I do now?

Cygwin/X Frequently Asked Questions
Some bug reports are deliberately ignored by project members if the bug in question was recently dealt with; did you search the mailing list archives for a solution to your problem before submitting your bug report? Some bug reports are ignored if they do not contain sufficient information to understand the situation that produces the bug; did your bug report have enough information? Some bug reports are missed or forgotten, thus some valid bug reports do not receive a reply; simply resubmit suc.
Related Questions

Are there common problems encountered when porting software to Cygwin/X?

Cygwin/X Frequently Asked Questions
One common problem encountered when porting software to Cygwin/X is due to Cygwin's inability to distinguish between files with the same name but different capitalization (e.g. XvMC.h and xvmc.h), which is due to a Windows' limitation. This example is based off an error that actually occurred in the source code tree in xc/programs/Xserver/Xext/xvmc.c. xvmc.c included XvMC.h, as shown below: The intention was to include the file xc/include/extensions/XvMC.h.
Related Questions

What compiler does Cygwin/X use, and which compilers are supported?

Cygwin/X Frequently Asked Questions
Cygwin/X uses the gcc compiler from the Free Software Foundation. Cygwin/X source code is mostly ANSI C compliant, but we cannot guarantee that Cygwin/X will compile with any other compiler, nor can we afford the time to support compilers other than gcc.
Related Questions

When would I need to buy source code ? Does the source code license include any object licenses ?

Frequently Asked Questions
Generally source code customers need to port to an unsupported platform, have an escrow requirement or need to enhance the WM_MOTIF API. Source code also gives you full control over the implementation of the API functions. Source is intended to meet those special needs and does not include nor does it substitute the object license. Source code owners still need an object license per developer for each platform where you will be linking applications with WM_MOTIF.
Related Questions

Why does Cygwin/X report AUDIT: client 1 rejected from IP remotehost?

Cygwin/X Frequently Asked Questions
The problem is most likely a wrong DNS (Network name resolution). Make sure your windows host has a hostname which is valid from linux too and an IP address which linux can resolve to that hostname. myhost to /etc/hosts on the XDMCP server with the IP address and the hostname of your windows host the name resolution should work. Mika Laitio] For security reasons, XDMCP is not enabled by default on most Linux/UNIX/*NIX/*BSD distributions (RedHat, Mandrake, SuSE, FreeBSD, NetBSD, etc.) by default.
Related Questions

Do you provide source code for the benchmark?

SPECjAppServer2004 Frequently Asked Questions
Yes, but you are required to run the files provided with the benchmark if you are publishing results. As a general rule, modifying the source code is not allowed. Specific items (the load program, for example) can be modified to port the application to your environment. Areas where you are allowed to make changes are listed in the SPECjAppServer2004 Run and Reporting Rules. Any changes made must be disclosed in the submission file when submitting results.
Related Questions

What's the size of MediaPortal source code?

FrequentlyAskedQuestions - MediaPortal Wiki Documentation
The MediaPortal source code is about 160MB. However, SVN uses compression so only 66MB need to be downloaded, if you download the needed main trunk only. All other branches should not be downloaded.
Related Questions

Is LimeWire's source code available?

Frequently Asked Questions - LimeWire
Yes it is. LimeWire is open source, which means that anyone can view or change the source code. Please check http://www.limewire.org. You can sign up and obtain the source code there.
Related Questions

Where can I find Flash game source code?

Forum FAQ - GameDev.Net Discussion Forums
Many of the tutorials listed above contain example code for games, however here's a few extra links for full Flash game source.
Related Questions

Can I get a copy of the source code for SpamCop?

SpamCop FAQ
No. While Julian did try to open up the program by putting it under General Public Licence (GPL) at SourceForge, the project never generated much interest among developers. SpamCop has since been sold to private interests. The SpamCop Reporting and Blocking List services are owned by Ironport Systems, Inc. The SpamCop Filtered Mail Service is owned by Corporate Email Services (CESMail).
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact