Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-cherednik committed Jan 30, 2024
1 parent 0e00c71 commit 8e07139
Show file tree
Hide file tree
Showing 80 changed files with 1,335 additions and 1,142 deletions.
25 changes: 11 additions & 14 deletions APACHE.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
Copyright Oleg Cherednik

http://www.apache.org/licenses/LICENSE-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
8 changes: 5 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
json-jackson-impl
Copyright 2020 Oleg Cherednik (oleg.cherednik@gmail.com)
Copyright 2020 - Oleg Cherednik

This product includes software developed by
Oleg Cherednik (http://oleg-cherednik.ru/).
This product includes software developed by Oleg Cherednik.

homepage: http://oleg-cherednik.ru/
email: oleg.cherednik@gmail.com
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

group 'ru.oleg-cherednik.json'
version '3.0'
version '3.0.0'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -87,7 +87,7 @@ pmdTest {
dependencies {
annotationProcessor "org.projectlombok:lombok:${property('lombok.version')}"

api 'ru.oleg-cherednik.json:json-api:3.0'
api 'ru.oleg-cherednik.json:json-api:3.0.0'

compileOnly "com.fasterxml.jackson.core:jackson-databind:${property('jackson.version')}"
compileOnly "com.fasterxml.jackson.module:jackson-module-afterburner:${property('jackson.version')}"
Expand Down
10 changes: 10 additions & 0 deletions misc/license/allowed-licenses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "The MIT License"
}
]
}
Loading

0 comments on commit 8e07139

Please sign in to comment.