Re: [Freeipa-devel] [PATCH] 559 webui: update license information of used third party code

2014-03-20 Thread Petr Vobornik

On 19.3.2014 16:19, Simo Sorce wrote:

On Wed, 2014-03-19 at 16:02 +0100, Petr Vobornik wrote:

I have some cleanup and refactoring patches which were created along
with RCUE login effort.

They are not that much connected so I'm sending them now (in 4 mails) to
make the subsequent review smaller.


[PATCH] webui: update license information of used third party code
Reflects:
- adding of RCUE styles along with Bootstrap 2.0.
- removal of jQuery BBQ plugin
- removal of rhino enviroment for selenium which was used in old UI tests


ACK
Simo.


Pushed to master: 90275e2f541413d2fe1a20bbbca381d4117f8712
--
Petr Vobornik

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 559 webui: update license information of used third party code

2014-03-19 Thread Petr Vobornik
I have some cleanup and refactoring patches which were created along 
with RCUE login effort.


They are not that much connected so I'm sending them now (in 4 mails) to 
make the subsequent review smaller.



[PATCH] webui: update license information of used third party code
Reflects:
- adding of RCUE styles along with Bootstrap 2.0.
- removal of jQuery BBQ plugin
- removal of rhino enviroment for selenium which was used in old UI tests
--
Petr Vobornik
From 0782e0e71641af4df1f59f78a71853f9b09a8606 Mon Sep 17 00:00:00 2001
From: Petr Vobornik pvobo...@redhat.com
Date: Mon, 18 Nov 2013 14:49:37 +0100
Subject: [PATCH] webui: update license information of used third party code

Reflects:
- adding of RCUE styles along with Bootstrap 2.0.
- removal of jQuery BBQ plugin
- removal of rhino enviroment for selenium which was used in old UI tests
---
 install/ui/README-LICENSE.txt | 260 ++
 1 file changed, 211 insertions(+), 49 deletions(-)

diff --git a/install/ui/README-LICENSE.txt b/install/ui/README-LICENSE.txt
index 5ef44d5a194311fe4ef1ca9b044324d101ceb55e..32d80b1dc7d24770b62ae9cb5192b42efe7b12ee 100644
--- a/install/ui/README-LICENSE.txt
+++ b/install/ui/README-LICENSE.txt
@@ -3,6 +3,10 @@ FreeIPA copyright.
 
 Third party code:
 
+Bootstrap - code licensed under Apache License v2.0
+ * css/bootstrap.css
+ * src/libs/bootrap.js
+
 jQuery - licensed under MIT license
  * jquery.js
 http://jquery.org/license/
@@ -12,9 +16,6 @@ jQuery UI - dual licensed under MIT and GPLv2 licenses
  * jquery-ui.css
  * images/ui-*.png
 
-jQuery BBQ - dual licensed under MIT and GPLv2 licenses
- * jquery-ba-bbq.js
-
 JSON 2 - public domain
  * json2.js
 
@@ -24,11 +25,8 @@ QUnit - dual licensed under MIT and GPLv2 licenses
 * jsDump licensed under BSD 2 license
 * Javascript Diff Algorithm licensed under MIT license
 
-Envjs core-env.1.2.13 - licensed under MIT license
- * test/lib/env.rhino.1.2.js
-
-Overpass fonts - licensed under the SIL Open Font License, Version 1.1
- * overpass*
+Font Awesome - code licensed under MIT license
+ * less/font-awesome
 
 UglifyJS - licensed under BSD license
  * util/uglifyjs/uglify-js.js
@@ -105,31 +103,6 @@ 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.
 
-= jQuery BBQ copyright notice with MIT license =
-
-Copyright © 2010 Cowboy Ben Alman
-
-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.
-
 = QUnit copyright notice =
 
 QUnit - A JavaScript Unit Testing Framework
@@ -151,21 +124,6 @@ NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
 
 See http://www.JSON.org/js.html
 
-= Envjs core-env.1.2.13 copyright notice =
-
-Envjs core-env.1.2.13
-Pure JavaScript Browser Environment
-By John Resig http://ejohn.org/ and the Envjs Team
-Copyright 2008-2010 John Resig, under the MIT License
-
-= Overpass fonts copyright notice =
-Copyright 2011 Red Hat, Inc.,
-with Reserved Font Name OVERPASS.
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
 = UglifyJS copyright notice with BSD license =
 
 Copyright 2010 (c) Mihai Bazon mihai.ba...@gmail.com
@@ -628,4 +586,208 @@ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
\ No newline at end of file
+POSSIBILITY OF SUCH DAMAGES.
+
+= Apache License, Version 2.0 =
+
+Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND 

Re: [Freeipa-devel] [PATCH] 559 webui: update license information of used third party code

2014-03-19 Thread Simo Sorce
On Wed, 2014-03-19 at 16:02 +0100, Petr Vobornik wrote:
 I have some cleanup and refactoring patches which were created along 
 with RCUE login effort.
 
 They are not that much connected so I'm sending them now (in 4 mails) to 
 make the subsequent review smaller.
 
 
 [PATCH] webui: update license information of used third party code
 Reflects:
 - adding of RCUE styles along with Bootstrap 2.0.
 - removal of jQuery BBQ plugin
 - removal of rhino enviroment for selenium which was used in old UI tests

ACK
Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel