[java-identity-provider] 01/03: GEN-269 - Replace code header

Rod Widdowson rdw at steadingsoftware.com
Tue Aug 1 15:12:09 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5bfab770820d2c091a73416f2f9dab61ea2adcf2

commit 5bfab770820d2c091a73416f2f9dab61ea2adcf2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 1 15:41:29 2023 +0100

    GEN-269 - Replace code header
    
    https://shibboleth.atlassian.net/browse/GEN-269
---
 .../src/main/wix/ShibbolethIdP-adconfig-dlg.wxs    | 10 +++------
 .../src/main/wix/ShibbolethIdP-delete.wxs          | 10 +++------
 idp-installer/src/main/wix/ShibbolethIdP-gui.wxs   | 26 +++++++++-------------
 .../src/main/wix/ShibbolethIdP-install-dlg.wxs     | 11 +++------
 idp-installer/src/main/wix/ShibbolethIdP-main.wxs  | 12 ++++------
 .../src/main/wix/ShibbolethIdP-registry.wxs        | 12 ++++------
 .../src/main/wix/ShibbolethIdP-update-dlg.wxs      | 11 +++------
 .../src/main/wix/ShibbolethIdP-warndir-dlg.wxs     | 11 +++------
 8 files changed, 34 insertions(+), 69 deletions(-)

diff --git a/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs
index 6c4b20394..c8f89a642 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-adconfig-dlg.wxs
@@ -1,12 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
+<!-- Licensed 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
      
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-delete.wxs b/idp-installer/src/main/wix/ShibbolethIdP-delete.wxs
index 884ab232b..305e1cb23 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-delete.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-delete.wxs
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
+<!-- Licensed 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
      
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-gui.wxs b/idp-installer/src/main/wix/ShibbolethIdP-gui.wxs
index f3db5f683..4cbdc2b33 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-gui.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-gui.wxs
@@ -1,20 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Licensed to the University Corporation for Advanced Internet
-Development, Inc. (UCAID) under one or more contributor license
-agreements.  See the NOTICE file distributed with this work for
-additional information regarding copyright ownership. The UCAID
-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.  -->
+<!-- Licensed 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.  -->
 
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" >
 <!-- This file controls the dispaying of the GUI dialogs (both WiX and custom) -->
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
index ce31468dc..7b568160f 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-install-dlg.wxs
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed 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
 
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
index 435223688..c24696b94 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
@@ -1,12 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
-     
+<!-- Licensed 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
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
index a8880ab8b..3b41b0106 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-registry.wxs
@@ -1,12 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
-     
+<!-- Licensed 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
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
index 2e0a201e5..f87dd28a8 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed 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
 
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-warndir-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-warndir-dlg.wxs
index eece8b0cc..62848eac0 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-warndir-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-warndir-dlg.wxs
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed 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
 
-<!-- Licensed to the University Corporation for Advanced Internet
-     Development, Inc. (UCAID) under one or more contributor license
-     agreements.  See the NOTICE file distributed with this work for
-     additional information regarding copyright ownership. The UCAID
-     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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list