svn commit: r13627 - trunk/www/proposals/license

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2007-09-30 07:31:08-0700
New Revision: 13627

Added:
   trunk/www/proposals/license/
   trunk/www/proposals/license/index.html
   trunk/www/proposals/license/javalic.txt
   trunk/www/proposals/license/textlic.txt
   trunk/www/proposals/license/xmllic.txt

Log:
Upload license proposal.

Added: trunk/www/proposals/license/index.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/proposals/license/index.html?view=auto&rev=13627
==============================================================================
--- (empty file)
+++ trunk/www/proposals/license/index.html	2007-09-30 07:31:08-0700
@@ -0,0 +1,88 @@
+<html>
+  <head>
+    <title>Proposal of change of license for ArgoUML</title>
+  </head>
+
+  <body>
+    <h1>Proposal of change of license for ArgoUML</h1>
+
+    <h2>Proposal</h2>
+    <p>
+    Change from Old BSD to
+    <a href="http://www.opensource.org/licenses/bsd-license.php">New BSD</a>
+    using the following instantiation:
+    <pre>
+      &lt;OWNER&gt;         The ArgoUML Team
+      &lt;ORGANIZATION&gt;  ArgoUML
+      &lt;YEAR&gt;          Starting at 2007.
+    </pre>
+    Files created later get that year in the copyright notice.
+    Files updated later get that year included in the copyrigth notice.
+    </p>
+
+    <p>
+      The UCB is contacted to get their written agreement.
+    </p>
+
+    <p>
+      Throughout all files the old copyright and license is replaced
+      by the new one.
+    </p>
+
+    <p>
+      Java files will look like this:<br>
+      (Java/C++ style comment,
+      one space after the comments,
+      comment marks but no space on empty lines,
+      maximum width 67 chars):
+      <TABLE WIDTH="100%">
+	<TR>
+	  <TD>
+	    <IFRAME src="/nonav/proposals/license/javalic.txt" width="100%">
+            </IFRAME>
+	  </TD>
+	</TR>
+      </TABLE>
+    </p>
+
+    <p>
+      XML-files will look like this:<br>
+      (No comment marks but in the beginning and the end,
+      indentation four spaces,
+      no indentation on empty lines,
+      maximum width 68 chars):
+      <TABLE WIDTH="100%">
+	<TR>
+	  <TD>
+	    <IFRAME src="/nonav/proposals/license/xmllic.txt" width="100%">
+            </IFRAME>
+	  </TD>
+	</TR>
+      </TABLE>
+    </p>
+
+    <p>
+      Text files will look like this:<br>
+      (No indentation,
+      maximum width 64 chars)
+      <TABLE WIDTH="100%">
+	<TR>
+	  <TD>
+	    <IFRAME src="/nonav/proposals/license/textlic.txt" width="100%">
+            </IFRAME>
+	  </TD>
+	</TR>
+      </TABLE>
+    </p>
+
+    <h2>Suggested agenda</h2>
+    <ol>
+      <li>Discussion of the proposal. We are here now!</li>
+      <li>Agreement by all members of the team. During October 2007.</li>
+      <li>Change of license in all files and adjustment of tools.
+	Completed before the development release in November 2007.
+      </li>
+    </ol>
+
+  </body>
+</html>

Added: trunk/www/proposals/license/javalic.txt
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/proposals/license/javalic.txt?view=auto&rev=13627
==============================================================================
--- (empty file)
+++ trunk/www/proposals/license/javalic.txt	2007-09-30 07:31:08-0700
@@ -0,0 +1,34 @@
+// <Line with Subversion identity not part of the copyright and license>
+// Copyright (c) 2007, The ArgoUML Team
+//
+// All rights reserved.
+//
+// Redistribution and use in source and binary forms, with or
+// without modification, are permitted provided that the following
+// conditions are met:
+//
+// * Redistributions of source code must retain the above copyright
+//   notice, this list of conditions and the following disclaimer.
+//
+// * Redistributions in binary form must reproduce the above
+//   copyright notice, this list of conditions and the following
+//   disclaimer in the documentation and/or other materials
+//   provided with the distribution.
+//
+// * Neither the name ArgoUML nor the names of its contributors may
+//   be used to endorse or promote products derived from this
+//   software without specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+// CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+// INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+// USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+// AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+// THE POSSIBILITY OF SUCH DAMAGE.

Added: trunk/www/proposals/license/textlic.txt
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/proposals/license/textlic.txt?view=auto&rev=13627
==============================================================================
--- (empty file)
+++ trunk/www/proposals/license/textlic.txt	2007-09-30 07:31:08-0700
@@ -0,0 +1,33 @@
+Copyright (c) 2007, The ArgoUML Team
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the following
+conditions are met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the following
+  disclaimer in the documentation and/or other materials
+  provided with the distribution.
+
+* Neither the name ArgoUML nor the names of its contributors may
+  be used to endorse or promote products derived from this
+  software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.

Added: trunk/www/proposals/license/xmllic.txt
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/proposals/license/xmllic.txt?view=auto&rev=13627
==============================================================================
--- (empty file)
+++ trunk/www/proposals/license/xmllic.txt	2007-09-30 07:31:08-0700
@@ -0,0 +1,35 @@
+<!--
+    Copyright (c) 2007, The ArgoUML Team
+
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or
+    without modification, are permitted provided that the following
+    conditions are met:
+
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials
+      provided with the distribution.
+
+    * Neither the name ArgoUML nor the names of its contributors may
+      be used to endorse or promote products derived from this
+      software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+    USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+    AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+    IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+    THE POSSIBILITY OF SUCH DAMAGE.
+-->
\ No newline at end of file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.