Browse Source

Updating the readme and the licence with the drag and drop feature.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3207 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 11 years ago
parent
commit
17721e8fd7
2 changed files with 30 additions and 2 deletions
  1. 1 0
      readme.txt
  2. 29 2
      setup/licenses/community-licences.xml

+ 1 - 0
readme.txt

@@ -207,6 +207,7 @@ Usability
 #878 Missing scrollbar in "linkset-direct" edition popup dialog
 #862 Popup menu misplaced when the window scrolls (e.g. when displaying large lists of results)
 #861 and #636 Set the focus on User Name in iTop Login Form
+Ticket's attachments can now be added by drag and drop (on browsers supporting HTML5 drag and drop). 
 
 
 Scalability / Performance

+ 29 - 2
setup/licenses/community-licences.xml

@@ -2,12 +2,12 @@
 <licenses>
 	<license>
 		<product>iTop</product>
-		<author>2010-2013 Combodo SARL</author>
+		<author>2010-2014 Combodo SARL</author>
 		<license_type>AGPL v3</license_type>
 		<text><![CDATA[
 <h3 style="text-align: center;">iTop - IT Operational Portal</h3>
 <pre>
-   Copyright (C) 2010-2013  Combodo SARL
+   Copyright (C) 2010-2014  Combodo SARL
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
@@ -932,5 +932,32 @@ permanent authorization for you to choose that version for the
 Library.</p>
 		]]></text>
 	</license>
+  <license>
+    <product>jQuery-File-Upload</product>
+    <author>Sebastian Tschan</author>
+    <license_type>MIT</license_type>
+    <text><![CDATA[
+<pre>Copyright 2011 Sebastian Tschan
+		
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</pre>
+    ]]></text>
+  </license>
 </licenses>