Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 31e3a4e

Browse files
authored
Copyright 2021 (#440)
1 parent 60abd8c commit 31e3a4e

File tree

180 files changed

+180
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+180
-179
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
os: linux
12
language: java
23
dist: xenial
34
jdk:

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/items/ItemResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/items/ItemResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/items/ItemUpdateRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/jackson/JsonConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/security/CustomUserDetailsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/main/java/capital/scalable/restdocs/example/security/WebSecurityConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/test/java/capital/scalable/restdocs/example/items/ItemResourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

samples/java-webflux/src/test/java/capital/scalable/restdocs/example/testsupport/WebTestClientTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2020 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2021 Scalable Capital GmbH
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)