We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d808a4 commit cd00df4Copy full SHA for cd00df4
src/main/java/io/openapiprocessor/api/v1/Version.java
@@ -1,12 +1,12 @@
1
/*
2
- * Copyright © 2020 https://github.com/openapi-processor/openapi-processor-api
+ * Copyright 2020 https://github.com/openapi-processor/openapi-processor-api
3
* PDX-License-Identifier: Apache-2.0
4
*/
5
6
package io.openapiprocessor.api.v1;
7
8
/**
9
- * (experimental & optional) interface to provide version information of the processor.
+ * (experimental and optional) interface to provide version information of the processor.
10
11
public interface Version {
12
0 commit comments