We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206bd1c commit 4a9919cCopy full SHA for 4a9919c
src/main/java/com/fasterxml/jackson/databind/MappingJsonFactory.java
@@ -1,17 +1,3 @@
1
-/* Jackson JSON-processor.
2
- *
3
- * Copyright (c) 2007- Tatu Saloranta, [email protected]
4
5
- * Licensed under the License specified in file LICENSE, included with
6
- * the source code and binary code bundles.
7
- * You may not use this file except in compliance with the License.
8
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
package com.fasterxml.jackson.databind;
16
17
import java.io.IOException;
0 commit comments