diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/BurpCertificateBuilder.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/BurpCertificateBuilder.java index bc000a6..e708ecb 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/BurpCertificateBuilder.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/BurpCertificateBuilder.java @@ -1,27 +1,3 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.application; import java.io.IOException; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/CertificateTabController.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/CertificateTabController.java index ee74ce1..5dc0a97 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/CertificateTabController.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/CertificateTabController.java @@ -1,33 +1,5 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.application; -// import burp.ITab; - -// sostituito le due classi con java.util.Base64 - import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.io.BufferedReader; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/SamlTabController.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/SamlTabController.java index 333abb5..c2db6d4 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/SamlTabController.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/application/SamlTabController.java @@ -1,27 +1,3 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.application; import java.io.IOException; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/CertificateTab.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/CertificateTab.java index 311e48b..f0d2f6a 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/CertificateTab.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/CertificateTab.java @@ -1,27 +1,3 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.gui; import java.awt.Component; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/ImagePanel.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/ImagePanel.java index 10c94df..a2b89f4 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/ImagePanel.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/ImagePanel.java @@ -1,27 +1,3 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.gui; import java.awt.Dimension; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlMain.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlMain.java index 12e3cb3..98b416a 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlMain.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlMain.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.gui; import javax.swing.JPanel; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelAction.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelAction.java index 9aad1ac..f1faf34 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelAction.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelAction.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.gui; import java.util.List; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelInfo.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelInfo.java index b5c6ce5..6fa341e 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelInfo.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SamlPanelInfo.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.gui; import java.awt.GridBagConstraints; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SignatureHelpWindow.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SignatureHelpWindow.java index 8dcbb24..e9c81e7 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SignatureHelpWindow.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/SignatureHelpWindow.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.gui; import java.awt.Dimension; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/XSWHelpWindow.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/XSWHelpWindow.java index 8946a9c..4312a72 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/XSWHelpWindow.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/gui/XSWHelpWindow.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.gui; import java.awt.BorderLayout; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/CertificateHelper.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/CertificateHelper.java index a2f5f21..a3bfd39 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/CertificateHelper.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/CertificateHelper.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.helpers; import java.math.BigInteger; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/FileHelper.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/FileHelper.java index cc0fc20..304b881 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/FileHelper.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/FileHelper.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.helpers; import java.io.File; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/Flags.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/Flags.java index 2b5c24d..42f982a 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/Flags.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/Flags.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.helpers; public class Flags { diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/XMLHelpers.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/XMLHelpers.java index 87d8013..619fad5 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/XMLHelpers.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/helpers/XMLHelpers.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.helpers; import java.io.IOException; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificate.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificate.java index 4ddf03f..754c7f2 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificate.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificate.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.model; import java.io.IOException; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateExtension.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateExtension.java index e451468..e9147ae 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateExtension.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateExtension.java @@ -1,27 +1,3 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ package org.zaproxy.addon.migt.samlraider.model; import org.zaproxy.addon.migt.samlraider.helpers.CertificateHelper; diff --git a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateStore.java b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateStore.java index 8f56739..c8f2293 100644 --- a/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateStore.java +++ b/tool/src/main/java/org/zaproxy/addon/migt/samlraider/model/BurpCertificateStore.java @@ -1,27 +1,4 @@ -/* - * https://github.com/CompassSecurity/SAMLRaider - * The MIT License (MIT) - * - * Copyright (c) 2015 Roland Bischofberger and Emanuel Duss - * - * 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. - */ + package org.zaproxy.addon.migt.samlraider.model; import java.util.Collections;