Skip to content

Commit 37b088a

Browse files
author
Dai MIKURUBE
committed
Add NOTICE for each plugin
1 parent 0c76a93 commit 37b088a

File tree

38 files changed

+152
-57
lines changed

38 files changed

+152
-57
lines changed

embulk-decoder-bzip2/NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
embulk-decoder-bzip2
2+
Copyright 2016-2023 The Embulk project
3+
4+
This product includes software developed at
5+
The Embulk project (https://www.embulk.org/).

embulk-decoder-bzip2/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ embulkPlugin {
4949
jar {
5050
metaInf {
5151
from rootProject.file("LICENSE")
52-
from rootProject.file("NOTICE")
52+
from project.file("NOTICE")
5353
}
5454
}
5555

5656
sourcesJar {
5757
metaInf {
5858
from rootProject.file("LICENSE")
59-
from rootProject.file("NOTICE")
59+
from project.file("NOTICE")
6060
}
6161
}
6262

6363
javadocJar {
6464
metaInf {
6565
from rootProject.file("LICENSE")
66-
from rootProject.file("NOTICE")
66+
from project.file("NOTICE")
6767
}
6868
}
6969

embulk-decoder-gzip/NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
embulk-decoder-gzip
2+
Copyright 2014-2023 The Embulk project
3+
4+
This product includes software developed at
5+
The Embulk project (https://www.embulk.org/).

embulk-decoder-gzip/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ embulkPlugin {
4848
jar {
4949
metaInf {
5050
from rootProject.file("LICENSE")
51-
from rootProject.file("NOTICE")
51+
from project.file("NOTICE")
5252
}
5353
}
5454

5555
sourcesJar {
5656
metaInf {
5757
from rootProject.file("LICENSE")
58-
from rootProject.file("NOTICE")
58+
from project.file("NOTICE")
5959
}
6060
}
6161

6262
javadocJar {
6363
metaInf {
6464
from rootProject.file("LICENSE")
65-
from rootProject.file("NOTICE")
65+
from project.file("NOTICE")
6666
}
6767
}
6868

embulk-encoder-bzip2/NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
embulk-decoder-bzip2
2+
Copyright 2016-2023 The Embulk project
3+
4+
This product includes software developed at
5+
The Embulk project (https://www.embulk.org/).

embulk-encoder-bzip2/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ embulkPlugin {
4949
jar {
5050
metaInf {
5151
from rootProject.file("LICENSE")
52-
from rootProject.file("NOTICE")
52+
from project.file("NOTICE")
5353
}
5454
}
5555

5656
sourcesJar {
5757
metaInf {
5858
from rootProject.file("LICENSE")
59-
from rootProject.file("NOTICE")
59+
from project.file("NOTICE")
6060
}
6161
}
6262

6363
javadocJar {
6464
metaInf {
6565
from rootProject.file("LICENSE")
66-
from rootProject.file("NOTICE")
66+
from project.file("NOTICE")
6767
}
6868
}
6969

embulk-encoder-gzip/NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
embulk-encoder-gzip
2+
Copyright 2014-2023 The Embulk project
3+
4+
This product includes software developed at
5+
The Embulk project (https://www.embulk.org/).

embulk-encoder-gzip/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ embulkPlugin {
4848
jar {
4949
metaInf {
5050
from rootProject.file("LICENSE")
51-
from rootProject.file("NOTICE")
51+
from project.file("NOTICE")
5252
}
5353
}
5454

5555
sourcesJar {
5656
metaInf {
5757
from rootProject.file("LICENSE")
58-
from rootProject.file("NOTICE")
58+
from project.file("NOTICE")
5959
}
6060
}
6161

6262
javadocJar {
6363
metaInf {
6464
from rootProject.file("LICENSE")
65-
from rootProject.file("NOTICE")
65+
from project.file("NOTICE")
6666
}
6767
}
6868

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
embulk-filter-remove_columns
2+
Copyright 2017-2023 The Embulk project
3+
4+
This product includes software developed at
5+
The Embulk project (https://www.embulk.org/).

embulk-filter-remove_columns/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ embulkPlugin {
5858
jar {
5959
metaInf {
6060
from rootProject.file("LICENSE")
61-
from rootProject.file("NOTICE")
61+
from project.file("NOTICE")
6262
}
6363
}
6464

6565
sourcesJar {
6666
metaInf {
6767
from rootProject.file("LICENSE")
68-
from rootProject.file("NOTICE")
68+
from project.file("NOTICE")
6969
}
7070
}
7171

7272
javadocJar {
7373
metaInf {
7474
from rootProject.file("LICENSE")
75-
from rootProject.file("NOTICE")
75+
from project.file("NOTICE")
7676
}
7777
}
7878

0 commit comments

Comments
 (0)