Skip to content

Commit 8300f6b

Browse files
authored
Merge pull request #44 from SpineEventEngine/update-copyright-notice
Update copyright
2 parents a683634 + bee35bd commit 8300f6b

38 files changed

+38
-39
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019, TeamDev. All rights reserved.
2+
# Copyright 2020, TeamDev. All rights reserved.
33
#
44
# Redistribution and use in source and/or binary forms, with or without
55
# modification, must retain the above copyright notice and the following

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following
@@ -45,7 +45,6 @@ allprojects {
4545
}
4646

4747
subprojects {
48-
apply plugin: 'maven'
4948
apply plugin: 'idea'
5049

5150
apply plugin: 'net.ltgt.errorprone'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019, TeamDev. All rights reserved.
2+
# Copyright 2020, TeamDev. All rights reserved.
33
#
44
# Redistribution and use in source and/or binary forms, with or without
55
# modification, must retain the above copyright notice and the following

gradle/func-test-env.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

gradle/plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

gradle/prepare-config-resources.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

license-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@
373373
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
374374

375375

376-
This report was generated on **Wed Jan 08 12:44:19 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).
376+
This report was generated on **Thu Jan 16 12:10:28 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).

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

plugin/src/main/java/io/spine/tools/gradle/bootstrap/BootstrapPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019, TeamDev. All rights reserved.
2+
* Copyright 2020, TeamDev. All rights reserved.
33
*
44
* Redistribution and use in source and/or binary forms, with or without
55
* modification, must retain the above copyright notice and the following

0 commit comments

Comments
 (0)