You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/extractor/DelegatingMethodParameter.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@
16
16
* * * * See the License for the specific language governing permissions and
17
17
* * * * limitations under the License.
18
18
* * *
19
+
* * * https://www.apache.org/licenses/LICENSE-2.0
20
+
* * *
21
+
* * * Unless required by applicable law or agreed to in writing, software
22
+
* * * distributed under the License is distributed on an "AS IS" BASIS,
23
+
* * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24
+
* * * See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/extractor/MethodParameterPojoExtractor.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
/*
2
2
*
3
3
* *
4
+
* * * Copyright 2019-2020 the original author or authors.
4
5
* * *
5
6
* * * * Copyright 2019-2022 the original author or authors.
6
7
* * * *
@@ -16,6 +17,13 @@
16
17
* * * * See the License for the specific language governing permissions and
17
18
* * * * limitations under the License.
18
19
* * *
20
+
* * * https://www.apache.org/licenses/LICENSE-2.0
21
+
* * *
22
+
* * * Unless required by applicable law or agreed to in writing, software
23
+
* * * distributed under the License is distributed on an "AS IS" BASIS,
24
+
* * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+
* * * See the License for the specific language governing permissions and
0 commit comments