Code Search for Developers
 
 
  

License.html from p4shelf at Krugle


Show License.html syntax highlighted

<html>

<head>
<title>Shared Source License for IronPython</title>
</head>

<body>

<p><h2><b>Shared Source License for IronPython</b></h2></p>
<p><b>This license governs use of the accompanying software (“Software”), and your 
use of the Software constitutes acceptance of this license.</b></p>
<p><b>You may use the Software for any commercial or noncommercial purpose, including 
distributing derivative works.</b></p>
<p>In return, we simply require that you agree:</p>
<ol>
	<li>Not to remove any copyright or other notices from the Software. </li>
	<li>That if you distribute the Software in source code form you do so only under 
	this license (i.e. you must include a complete copy of this license with your 
	distribution), and if you distribute the Software solely in object form you 
	only do so under a license that complies with this license. </li>
	<li><b>That the Software comes &quot;as is&quot;, with no warranties. None whatsoever. 
	This means no express, implied or statutory warranty, including without limitation, 
	warranties of merchantability or fitness for a particular purpose or any warranty 
	of title or non-infringement. Also, you must pass this disclaimer on whenever 
	you distribute the Software or derivative works.</b> </li>
	<li><b>That neither Microsoft nor any contributor to the Software will be liable 
	for any of those types of damages known as indirect, special, consequential, 
	or incidental related to the Software or this license, to the maximum extent 
	the law permits, no matter what legal theory it’s based on. Also, you must pass 
	this limitation of liability on whenever you distribute the Software or derivative 
	works.</b> </li>
	<li>That if you sue anyone over patents that you think may apply to the Software 
	for a person&#39;s use of the Software, your license to the Software ends automatically.
	</li>
	<li>That the patent rights, if any, granted in this license only apply to the 
	Software, not to any derivative works you make.</li>
	<li>That if you are an agency of the U.S. Government, (i) Software provided 
	pursuant to a solicitation issued on or after December 1, 1995, is provided 
	with the commercial license rights set forth in this license, and (ii) Software 
	provided pursuant to a solicitation issued prior to December 1, 1995, is provided 
	with "Restricted Rights" as set forth in FAR, 48 C.F.R. 52.227-14 (June 1987) 
	or DFAR, 48 C.F.R. 252.227-7013 (Oct 1988), as applicable.</li>
	<li>That your rights under this License end automatically if you breach it in 
	any way.</li>
	<li>That all rights not expressly granted to you in this license are reserved.</li>
</ol>

<p>See <a href="FAQ.html">FAQ.html</a> for answers to frequently asked questions 
about this license.</p>

</body>

</html>




See more files for this project here

p4shelf

A feature in Visual Studio Team Studio that was immediately appealing to me was shelving. The goal of this tool is replicate that general functionality in Perforce.

Project homepage: http://code.google.com/p/p4shelf/
Programming language(s): C#,C++,Python
License: gpl2

  Doc/
    Architecture.htm
    IronPython.css
    IronPythonApiReference.chm
  Lib/
    site.py
  Src/
    IronMath/
      Properties/
      bin/
        Debug/
          IronMath.dll
      AssemblyInfo.cs
      BigInteger.cs
      Complex64.cs
      ISlice.cs
      IronMath.Designer.cs
      IronMath.csproj
      IronMath.resx
    IronPython/
      CodeDom/
        CodeMerger.cs
        Compiler.cs
        Generator.cs
        Interfaces.cs
        Parser.cs
        Provider.cs
        References.cs
        Walker.cs
      Compiler/
        AST/
          Binder.cs
          ClassDef.cs
          Expressions.cs
          FlowChecker.cs
          FuncDef.Generated.cs
          FuncDef.cs
          Node.cs
          Operator.Generated.cs
          Operator.cs
          ScopeStatement.Generated.cs
          ScopeStatement.cs
          Statements.cs
          Walker.Generated.cs
        Generation/
          AssemblyGen.cs
          CodeGen.cs
          EnvironmentFactory.cs
          EnvironmentNamespace.cs
          EnvironmentReference.cs
          Namespace.cs
          NewSubtypeMaker.cs
          NewTypeMaker.cs
          OutputGenerator.cs
          Slot.cs
          SlotFactory.cs
          TypeGen.cs
          UserTypeGenerator.cs
        CompiledModule.cs
        CompilerContext.cs
        CompilerHelpers.cs
        MethodBinder.cs
        MethodTracker.cs
        NameConverter.cs
        NameEnv.cs
        NewTypeInfo.cs
        Options.cs
        Parser.cs
        ParserSink.cs
        Token.cs
        TokenKind.Generated.cs
        Tokenizer.Generated.cs
        Tokenizer.cs
      Hosting/
        AdapterDict.cs
        CompiledCode.cs
        CompilerSink.cs
        EngineModule.cs
        PythonCompiler.cs
        PythonEngine.cs
      Modules/
        Builtin.Generated.cs
        Builtin.cs
        Exceptions.Generated.cs
        Exceptions.cs
        IterTools.cs
        _random.cs
        _sre.cs
        _weakref.Generated.cs
        _weakref.cs
        binascii.cs
        cPickle.cs
        cStringIO.cs
        clr.cs
        codecs.cs
        collections.cs
        copy_reg.cs
        datetime.cs
        errno.cs
        gc.cs
        imp.cs
        locale.cs
        marshal.cs
        math.Generated.cs
        math.cs
        md5.cs
      Properties/
      Runtime/
      bin/
      AssemblyInfo.cs
      IronPython.csproj
    IronPythonConsole/
    IronPythonTest/
    IronPythonWindow/
    Scripts/
    Tests/
    IronPython.sln
    makefile
  Tutorial/
  FAQ.html
  IronMath.dll
  IronPython-15263.zip
  IronPython.dll
  License.Rtf
  License.html
  Readme.html
  ipy.exe
  ipyw.exe