You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by gi...@apache.org on 2016/01/25 11:14:33 UTC

syncope git commit: [SYNCOPE-719] Fixed license header for .html files

Repository: syncope
Updated Branches:
  refs/heads/master 143c8e6db -> ffbf8725e


[SYNCOPE-719] Fixed license header for .html files


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/ffbf8725
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/ffbf8725
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/ffbf8725

Branch: refs/heads/master
Commit: ffbf8725e68d27500a179031c3b3a03fd1cdb2b1
Parents: 143c8e6
Author: giacomolm <gi...@hotmail.it>
Authored: Mon Jan 25 11:14:08 2016 +0100
Committer: giacomolm <gi...@hotmail.it>
Committed: Mon Jan 25 11:14:08 2016 +0100

----------------------------------------------------------------------
 .../resources/META-INF/resources/app/index.html |  4 ++--
 .../js/directives/dynamicDerivedAttribute.js    |  2 +-
 .../app/js/directives/dynamicPlainAttribute.js  |  2 +-
 .../js/directives/dynamicVirtualAttribute.js    |  2 +-
 .../resources/app/views/auxClasses.html         | 20 +++++++++++++++++++-
 .../META-INF/resources/app/views/captcha.html   | 20 +++++++++++++++++++-
 .../app/views/dynamicDerivedAttribute.html      | 20 +++++++++++++++++++-
 .../app/views/dynamicDerivedAttributes.html     | 18 ++++++++++++++++++
 .../app/views/dynamicPlainAttribute.html        | 18 ++++++++++++++++++
 .../app/views/dynamicPlainAttributes.html       | 20 +++++++++++++++++++-
 .../app/views/dynamicVirtualAttribute.html      | 20 +++++++++++++++++++-
 .../app/views/dynamicVirtualAttributes.html     | 20 +++++++++++++++++++-
 .../META-INF/resources/app/views/editUser.html  |  1 -
 .../resources/app/views/generic-error.html      |  1 -
 .../META-INF/resources/app/views/groups.html    | 20 +++++++++++++++++++-
 .../META-INF/resources/app/views/home.html      |  1 -
 .../resources/app/views/navigationButtons.html  | 18 ++++++++++++++++++
 .../resources/app/views/passwordreset.html      |  1 -
 .../META-INF/resources/app/views/resources.html | 20 +++++++++++++++++++-
 .../META-INF/resources/app/views/self.html      |  1 -
 .../resources/app/views/user-credentials.html   |  1 -
 .../app/views/user-derived-schemas.html         |  6 ------
 .../resources/app/views/user-form-finish.html   |  4 +---
 .../resources/app/views/user-groups.html        |  2 --
 .../resources/app/views/user-plain-schemas.html |  7 -------
 .../resources/app/views/user-resources.html     |  3 +--
 .../app/views/user-virtual-schemas.html         |  6 +-----
 pom.xml                                         |  1 -
 28 files changed, 214 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/index.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/index.html b/client/enduser/src/main/resources/META-INF/resources/app/index.html
index 01b9846..1fb18f6 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/index.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/index.html
@@ -74,7 +74,7 @@ under the License.
     <script src="../webjars/kendo-ui-core/${kendo-ui-core.version}/js/kendo.ui.core.min.js"></script>
     <script src="../webjars/kendo-ui-core/${kendo-ui-core.version}/js/kendo.notification.min.js"></script>
     <script src="../webjars/kendo-ui-core/${kendo-ui-core.version}/js/kendo.angular.js"></script>
-    <script src="../webjars/angular-treasure-overlay-spinner/${angular-treasure-overlay-spinner}/dist/treasure-overlay-spinner.min.js"></script>
+    <script src="../webjars/angular-treasure-overlay-spinner/${angular-treasure-overlay-spinner.version}/dist/treasure-overlay-spinner.min.js"></script>
     <script src="../webjars/ng-password-strength/${ng-password-strength}/dist/scripts/ng-password-strength.min.js"></script>
     <script type="text/javascript" src="../webjars/bootstrap-select/${bootstrap-select.version}/js/bootstrap-select.min.js"></script>
     <script src="../webjars/FileSaver.js/${FileSaver.version}/FileSaver.js" type="text/javascript"></script>
@@ -126,7 +126,7 @@ under the License.
     <link href="../webjars/angular-ui-select/${angular-ui-select.version}/select.css" rel="stylesheet" type="text/css"/>
     <link href="../webjars//kendo-ui-core/${kendo-ui-core.version}/styles/web/kendo.common.core.min.css" rel="stylesheet" type="text/css"/>
     <link href="../webjars//kendo-ui-core/${kendo-ui-core.version}/styles/web/kendo.default.min.css" rel="stylesheet" type="text/css"/>
-    <link href="../webjars/angular-treasure-overlay-spinner/${angular-treasure-overlay-spinner}/dist/treasure-overlay-spinner.min.css" rel="stylesheet" type="text/css"/>
+    <link href="../webjars/angular-treasure-overlay-spinner/${angular-treasure-overlay-spinner.version}/dist/treasure-overlay-spinner.min.css" rel="stylesheet" type="text/css"/>
     <link href="../webjars/ng-password-strength/${ng-password-strength}/dist/styles/main.css" rel="stylesheet" type="text/css">
     <link href="../webjars/select2/${select2.version}/select2.css" rel="stylesheet" />
     <link href="css/app.css" rel="stylesheet" type="text/css" />

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicDerivedAttribute.js
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicDerivedAttribute.js b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicDerivedAttribute.js
index 668c78c..a3581ed 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicDerivedAttribute.js
+++ b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicDerivedAttribute.js
@@ -38,6 +38,6 @@ angular.module('self')
                         });
               });
             },
-            replace: true
+            //replace: true
           };
         });

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js
index 18dff97..d4204da 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js
+++ b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicPlainAttribute.js
@@ -193,6 +193,6 @@ angular.module('self')
                         });
               });
             },
-            replace: true
+            //replace: true
           };
         });

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicVirtualAttribute.js
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicVirtualAttribute.js b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicVirtualAttribute.js
index 2dbe682..7217e0a 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicVirtualAttribute.js
+++ b/client/enduser/src/main/resources/META-INF/resources/app/js/directives/dynamicVirtualAttribute.js
@@ -38,6 +38,6 @@ angular.module('self')
                         });
               });
             },
-            replace: true
+            //replace: true
           };
         });

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/auxClasses.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/auxClasses.html b/client/enduser/src/main/resources/META-INF/resources/app/views/auxClasses.html
index 1c3bcd6..5b46de3 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/auxClasses.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/auxClasses.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div ng-init='init()'>
   <ui-select on-select="addAuxClass($item, $model)" on-remove="removeAuxClass($item, $model)" multiple
              ng-model="dynamicForm.selectedAuxClasses" theme="select2" class="attribute-ui-select" 
@@ -7,4 +25,4 @@
       <div ng-bind-html="auxClass | highlight: $select.search"></div>
     </ui-select-choices>
   </ui-select>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/captcha.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/captcha.html b/client/enduser/src/main/resources/META-INF/resources/app/views/captcha.html
index cf2c15f..f125452 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/captcha.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/captcha.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div ng-show="{{captchaEnabled}}">
   <nav class="navbar">
     <div class="container-fluid" style="text-align: center">
@@ -16,4 +34,4 @@
       </div>
     </div>
   </nav>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttribute.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttribute.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttribute.html
index e2dbcc1..0603d21 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttribute.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttribute.html
@@ -1,5 +1,23 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <p>
   <input class="form-control" type="text"
          ng-model="user.derAttrs[schema.key].values[index]"
          ng-disabled="true"/>
-</p>
\ No newline at end of file
+</p>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
index 0a3ce3e..fa10d54 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div id="attribute" class="form-group" ng-repeat="derSchema in dynamicForm.derSchemas">
   <label for="derivedSchema.key">{{derSchema.key}}</label>  <span uib-popover="{{derSchema.expression}}" 
                                                                   popover-trigger="mouseenter" 

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
index a0ccac6..be7a6a6 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div ng-switch="schema.type" >
   <input ng-switch-when="String" class="form-control" type="text"
          ng-model="user.plainAttrs[schema.key].values[index]"

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
index 1b39950..c356e82 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div id="attribute" class="form-group" ng-repeat="plainSchema in dynamicForm.plainSchemas">
   <label for="plainSchema.key">{{plainSchema.key}} <span ng-if="plainSchema.mandatoryCondition === 'true'">*</span></label>
   <div ng-if="!plainSchema.multivalue">
@@ -21,4 +39,4 @@
       </button>
     </span>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttribute.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttribute.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttribute.html
index e7f6b9b..a54a60c 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttribute.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttribute.html
@@ -1,5 +1,23 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <p>
   <input class="form-control" type="text"
          ng-model="user.virAttrs[schema.key].values[index]"
          ng-disabled="schema.readonly"/>
-</p>
\ No newline at end of file
+</p>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttributes.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttributes.html b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttributes.html
index 8600e3a..01006ac 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttributes.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicVirtualAttributes.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div id="attribute" class="form-group" ng-repeat="virtualSchema in dynamicForm.virSchemas">
   <label for="virtualSchema.key">{{virtualSchema.key}}</label>
   <!--all virtual schemas are multivalue-->
@@ -16,4 +34,4 @@
       <i class="glyphicon glyphicon-plus" title="Add value"></i>
     </button>
   </span>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/editUser.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/editUser.html b/client/enduser/src/main/resources/META-INF/resources/app/views/editUser.html
index 13d50a4..c5cdf67 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/editUser.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/editUser.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/generic-error.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/generic-error.html b/client/enduser/src/main/resources/META-INF/resources/app/views/generic-error.html
index 2ca6c58..d32acbf 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/generic-error.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/generic-error.html
@@ -16,7 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <html>
   <body>
     <div>PAGE NOT FOUND</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/groups.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/groups.html b/client/enduser/src/main/resources/META-INF/resources/app/views/groups.html
index 79cd5a5..97e7205 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/groups.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/groups.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div ng-init='init()'>
   <ui-select on-select="addGroup($item, $model)" on-remove="removeGroup($item, $model)" multiple
              ng-model="dynamicForm.selectedGroups" theme="select2" class="attribute-ui-select" 
@@ -8,4 +26,4 @@
       <div ng-bind-html="group.groupName | highlight: $select.search"></div>
     </ui-select-choices>
   </ui-select>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/home.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/home.html b/client/enduser/src/main/resources/META-INF/resources/app/views/home.html
index ca365ff..b338613 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/home.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/home.html
@@ -16,7 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <html>
   <body>
     <div>TITLE GET FROM CONTROLLER:</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/navigationButtons.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/navigationButtons.html b/client/enduser/src/main/resources/META-INF/resources/app/views/navigationButtons.html
index 9fd86f3..65af91a 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/navigationButtons.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/navigationButtons.html
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <div class="pull-right">
   <a ng-show="next !== 'none'" id="next" ui-sref="{{next}}" class="btn btn-default">
     Next <span class="glyphicon glyphicon-circle-arrow-right"></span>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/passwordreset.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/passwordreset.html b/client/enduser/src/main/resources/META-INF/resources/app/views/passwordreset.html
index c3fa05c..9728cde 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/passwordreset.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/passwordreset.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/resources.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/resources.html b/client/enduser/src/main/resources/META-INF/resources/app/views/resources.html
index 7882e15..04f04e1 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/resources.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/resources.html
@@ -1,7 +1,25 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+        
+  http://www.apache.org/licenses/LICENSE-2.0
+    
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <ui-select on-select="addResource($item, $model)" on-remove="removeResource($item, $model)" multiple
            ng-model="dynamicForm.selectedResources" theme="select2" class="attribute-ui-select">
   <ui-select-match placeholder="Select resource...">{{$item}}</ui-select-match>
   <ui-select-choices repeat="resource in dynamicForm.resources">
     <div ng-bind-html="resource | highlight: $select.search"></div>
   </ui-select-choices>
-</ui-select>
\ No newline at end of file
+</ui-select>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
index 895a4db..fe0ee0f 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html
@@ -16,7 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-credentials.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-credentials.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-credentials.html
index b6e9a41..1121d4b 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-credentials.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-credentials.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-derived-schemas.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-derived-schemas.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-derived-schemas.html
index fbb2dbd..b7e71d3 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-derived-schemas.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-derived-schemas.html
@@ -16,15 +16,9 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <div>
   <dynamic-derived-attributes user="user" form="dynamicForm"></dynamic-derived-attributes>
 </div>
-<!--    <div style="color:#dd301b" ng-if="attribute.validated == false" class="row-fluid">
-      <div class="col-md-5"></div>
-      <div class="col-md-7">{{attribute.validationMessage| translate }}</div>
-    </div>-->
-<!--</div>-->
 
 <div id="attribute" class="form-group row">
   <navigation-buttons ng-show="createMode" next="create.virtualSchemas" previous="create.plainSchemas"></navigation-buttons>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-form-finish.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-form-finish.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-form-finish.html
index fba87fe..3512022 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-form-finish.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-form-finish.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -17,7 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <div id="attribute" class="form-group row">
   <!--captcha-->
   <div class="form-group row">
@@ -29,4 +27,4 @@ under the License.
   <div class="pull-left">
     <a id="cancel" href="#/self" class="btn btn-danger">Cancel</a>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-groups.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-groups.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-groups.html
index 591b68c..98ce099 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-groups.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-groups.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -17,7 +16,6 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <div id="attribute" class="form-group row upper-select">
   <label>Realm</label>
   <select class="form-control"

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-plain-schemas.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-plain-schemas.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-plain-schemas.html
index 11f047a..7652981 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-plain-schemas.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-plain-schemas.html
@@ -16,16 +16,9 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
 <div>
   <dynamic-plain-attributes form="dynamicForm" user="user"></dynamic-plain-attributes>
 </div>
-<!--    <div style="color:#dd301b" ng-if="attribute.validated == false" class="row-fluid">
-      <div class="col-md-5"></div>
-      <div class="col-md-7">{{attribute.validationMessage| translate }}</div>
-    </div>-->
-<!--</div>-->
-<!--</div>-->
 
 <div id="attribute" class="form-group row">
   <navigation-buttons ng-show="createMode" next="create.derivedSchemas" previous="create.groups"></navigation-buttons>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-resources.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-resources.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-resources.html
index a301f02..bad7ce2 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-resources.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-resources.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -26,4 +25,4 @@ under the License.
   <div class="pull-left">
     <a id="cancel" href="#/self" class="btn btn-danger">Cancel</a>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/client/enduser/src/main/resources/META-INF/resources/app/views/user-virtual-schemas.html
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/user-virtual-schemas.html b/client/enduser/src/main/resources/META-INF/resources/app/views/user-virtual-schemas.html
index ac8e9ca..3de4714 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/views/user-virtual-schemas.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/views/user-virtual-schemas.html
@@ -20,11 +20,7 @@ under the License.
 <div>
   <dynamic-virtual-attributes form="dynamicForm" user="user"></dynamic-virtual-attributes>
 </div>
-<!--    <div style="color:#dd301b" ng-if="attribute.validated == false" class="row-fluid">
-      <div class="col-md-5"></div>
-      <div class="col-md-7">{{attribute.validationMessage| translate }}</div>
-    </div>-->
-<!--</div>-->
+
 <div id="attribute" class="form-group row">
   <navigation-buttons ng-show="createMode" next="create.resources" previous="create.derivedSchemas"></navigation-buttons>
   <navigation-buttons ng-show="!createMode" next="update.resources" previous="update.derivedSchemas"></navigation-buttons>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ffbf8725/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4e7f37..c216615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1484,7 +1484,6 @@ under the License.
             <exclude>**/META-INF/cxf/**</exclude>
             <exclude>**/META-INF/services/**</exclude>
             <exclude>**/META-INF/MANIFEST.MF</exclude>            
-            <exclude>**/META-INF/resources/app/views/**</exclude>            
             <exclude>**/*.csv</exclude>
             <exclude>**/archetype-resources/**</exclude>
             <exclude>**/AdminLTE*/**</exclude>