Skip to content

Commit 5ae7a8d

Browse files
committed
Update license header, add License.md to res. dirs
1 parent 97b9774 commit 5ae7a8d

333 files changed

Lines changed: 388 additions & 329 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
mavenCentral()
1919
}
2020
dependencies {
21-
classpath group: 'de.interactive_instruments.bda', name: 'etf-bda', version: '[2.0.17,2.0.99]'
21+
classpath group: 'de.interactive_instruments.bda', name: 'etf-bda', version: '[2.0.33,2.0.99]'
2222
}
2323
dependencies {
2424
ant.unjar src: configurations.classpath.files.find {it.path.contains('etf')}, dest: 'build/gradle'

etf-bsxds/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "ETF BaseX data source"
99

1010
ext.basexVersion = '9.4.6'
1111
ext.moxyVersion = '2.7.4'
12+
gradle.ext.set('ii.license.header', "eupl-12-license-eu-ii-copy-header")
1213

1314
ext.testDataStorageDir = project.hasProperty('etf.ds.dir') ?
1415
project.getProperty('etf.ds.dir') :

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/AbstractBsxDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/AbstractBsxPreparedDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/AbstractBsxStreamWriteDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/AbstractBsxWriteDao.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/BsXQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/BsxDataStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/BsxDsCtx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

etf-bsxds/src/main/java/de/interactive_instruments/etf/dal/dao/basex/BsxDsResultCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2020 interactive instruments GmbH
2+
* Copyright 2010-2022 interactive instruments GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)