Skip to content

Commit 2f29e05

Browse files
authored
Merge pull request #24 from SasanLabs/develop
SpotlessApply
2 parents 4d1dd52 + ce1fd50 commit 2f29e05

25 files changed

+25
-25
lines changed

src/main/java/org/zaproxy/zap/extension/jwt/JWTActiveScanRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/JWTConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/JWTExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/JWTHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/JWTI18n.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/attacks/ClientSideAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/attacks/HeaderAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/attacks/JWTAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/attacks/MiscAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

src/main/java/org/zaproxy/zap/extension/jwt/attacks/PayloadAttack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2020 SasanLabs
2+
* Copyright 2021 SasanLabs
33
*
44
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
55
* except in compliance with the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)