Skip to content

Commit

Permalink
Merge pull request #21 from SpineEventEngine/update-copyright
Browse files Browse the repository at this point in the history
Update copyright
  • Loading branch information
dmdashenkov authored Jan 16, 2020
2 parents c681db5 + 2e5270f commit 935acb9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 17 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down Expand Up @@ -39,7 +39,6 @@ ext {
}

allprojects {
apply plugin: 'maven'
apply plugin: 'jacoco'
apply plugin: 'idea'
apply plugin: 'project-report'
Expand Down Expand Up @@ -129,11 +128,11 @@ subprojects {
implementation deps.build.guava
implementation deps.build.jsr305Annotations

testCompile deps.test.junit5Api
testCompile deps.test.hamcrest
testCompile deps.test.guavaTestlib
testImplementation deps.test.junit5Api
testImplementation deps.test.hamcrest
testImplementation deps.test.guavaTestlib

testRuntime deps.test.junit5Runner
testRuntimeOnly deps.test.junit5Runner
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion license-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,4 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.


This report was generated on **Wed Jan 08 12:26:31 EET 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
This report was generated on **Thu Jan 16 11:51:07 EET 2020** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
4 changes: 2 additions & 2 deletions money/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down Expand Up @@ -35,5 +35,5 @@ dependencies {
api deps.build.guava
api group: 'io.spine', name: 'spine-base', version: spineBaseVersion

testCompile group: 'io.spine', name: 'spine-testlib', version: spineBaseVersion
testImplementation group: 'io.spine', name: 'spine-testlib', version: spineBaseVersion
}
2 changes: 1 addition & 1 deletion money/src/main/java/io/spine/money/MoneyAmount.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
2 changes: 1 addition & 1 deletion money/src/main/java/io/spine/money/MoneyPreconditions.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
2 changes: 1 addition & 1 deletion money/src/main/java/io/spine/money/package-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
2 changes: 1 addition & 1 deletion money/src/test/java/io/spine/money/MoneyAmountTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019, TeamDev. All rights reserved.
* Copyright 2020, TeamDev. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
Expand Down

0 comments on commit 935acb9

Please sign in to comment.