Skip to content

Commit b099056

Browse files
committed
Updated license years
1 parent 76f7299 commit b099056

34 files changed

Lines changed: 34 additions & 34 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2023 Bernardo Martínez Garrido
3+
Copyright (c) 2021-2025 Bernardo Martínez Garrido
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/config/AuditConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/config/WebSecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/config/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/entity/adapter/inbound/jpa/model/PersistentExampleEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/entity/adapter/inbound/jpa/model/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/entity/adapter/inbound/jpa/repository/ExampleEntitySpringRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/bernardomg/example/spring/security/ws/oauth/resource/entity/adapter/inbound/jpa/repository/JpaExampleEntityRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* The MIT License (MIT)
33
* <p>
4-
* Copyright (c) 2021-2023 the original author or authors.
4+
* Copyright (c) 2021-2025 the original author or authors.
55
* <p>
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)