Initial Commit
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>Copyright \ Processing 2+</title>
|
||||
|
||||
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="Author" content="Processing Foundation" />
|
||||
<meta name="Publisher" content="Processing Foundation" />
|
||||
<meta name="Keywords" content="Processing, Sketchbook, Programming, Coding, Code, Art, Design" />
|
||||
<meta name="Description" content="Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology." />
|
||||
<meta name="Copyright" content="All contents copyright the Processing Foundation, Ben Fry, Casey Reas, and the MIT Media Laboratory" />
|
||||
|
||||
<script src="./javascript/MM_functions.js" type="text/javascript"></script>
|
||||
|
||||
<link href="./css/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body id="Copyright" onload="" >
|
||||
|
||||
<!-- ==================================== PAGE ============================ -->
|
||||
<div id="container">
|
||||
|
||||
<!-- ==================================== HEADER ============================ -->
|
||||
<div id="header">
|
||||
<a href="http://processing.org/" title="Processing.org"><div class="processing-logo" alt="Processing cover"></div></a>
|
||||
<form name="search" action="//www.google.com/search" method="get" >
|
||||
<!--<label>Search processing.org:</label>-->
|
||||
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
|
||||
<input type="text" name="as_q" value="" size="20" class="text" />
|
||||
<input type="submit" value=" " /></p>
|
||||
</form>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<div class="navBar" id="mainnav">
|
||||
<a href="./index.html">Language</a><br>
|
||||
<a href="./libraries/index.html">Libraries</a><br>
|
||||
<a href="./tools/index.html">Tools</a><br>
|
||||
<a href="./environment/index.html">Environment</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a id="TOP" name="TOP"></a>
|
||||
|
||||
<!-- ==================================== CONTENT - Headers ============================ -->
|
||||
<div class="content">
|
||||
|
||||
<p>
|
||||
Processing was started in Spring 2001 by Ben Fry and Casey Reas. Fry was a PhD candidate at the MIT Media Laboratory and Reas was an Associate Professor at the Interaction Design Institute Ivrea. While Fry and Reas were employees of these institutions, Processing began as a personal initiative and development took place during the night and weekends through 2003. MIT indirectly funded Processing through Fry's graduate stipend and Ivrea indirectly funded Processing through Reas's salary. Due to his research agreement with MIT, all code written by Fry during this time is copyright MIT.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In summer 2003, Ivrea funded four individuals to work on the project for a few months. This resulted in Dan Mosedale's preprocessor using Antlr and Sami Arola's contributions to the graphics engine. The code for these elements are both copyright 2003 Interaction Design Institute Ivrea.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
In August 2003, Reas left the Interaction Design Institute Ivrea and in June 2004, Fry left the MIT Media Laboratory. The code and complete reference written since June 2004 are copyright Ben Fry and Casey Reas.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Portions of the code were written by other contributors and are attributed in the source code. For example, portions of the graphics engine were written by Karsten Schmidt. There are many contributions to the Exhibition and Examples on the Processing.org website and these are attributed in context.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The <a href="http://processing.org/reference/">Reference</a> for the Language and Environment are under a <a href="http://creativecommons.org">Creative Commons</a> license which makes it possible to re-use this content for non-commercial purposes if it is credited.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ==================================== FOOTER ============================ -->
|
||||
<div id="footer">
|
||||
<div id="copyright">Processing was initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="./about/people.html">small team of volunteers</a>.</div>
|
||||
<div id="colophon">
|
||||
|
||||
<a href="./copyright.html">© Info</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user