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

Commit 61b3c09

Browse files
authored
Copyright 2020 (#384)
1 parent 9d53ef9 commit 61b3c09

File tree

167 files changed

+264
-269
lines changed

Some content is hidden

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

167 files changed

+264
-269
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*-
2-
* #%L
2+
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* Spring Auto REST Docs Java WebFlux Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

samples/java-webmvc/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 Web MVC Example Project
44
* %%
5-
* Copyright (C) 2015 - 2019 Scalable Capital GmbH
5+
* Copyright (C) 2015 - 2020 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)