This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git
from 35bab47d62 Merge branch 'geoapi-3.1' (NetBeans project configuration). add 3211e0c7a9 Add GeoAPI-SNAPSHOT as a submodule linking to OGC repository. Add Gradle configuration for building that GeoAPI with Maven. It shall be used only for SIS "geoapi-4.0" and "geoapi-3.1" development branches. The master branch of SIS shall use the official GeoAPI release from Maven Central. add 408f69aa9a Merge branch 'geoapi-4.0' into geoapi-3.1: add a git submodule for GeoAPI 3.1-SNAPSHOT. new 7f981c0268 Merge norhing from branch 'geoapi-3.1'. This is for skipping the git submodule introduced in other branches. add b5b2ca5b2d Documentation updates related to recent restructuring: - Replace "master" by "main" branch name. - Update copyright year. - Update reference to header. - Convert README to markdown. - Minor typo fixes and cleanups. add 290bab04b9 Remove zero-width spaces in source code. new bbf98adbb8 Merge branch 'geoapi-3.1'. This is minor cleanup. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: NOTICE | 4 +- README | 91 --------------------- README.md | 92 ++++++++++++++++++++++ .../apache/sis/buildtools/book/package-info.java | 7 +- .../resources/IndexedResourceCompiler.java | 2 +- .../org/apache/sis/cloud/aws/s3/KeyPathTest.java | 6 -- .../sis/coverage/grid/GridCoverageBuilder.java | 2 +- .../main/org/apache/sis/image/ComputedImage.java | 2 +- .../main/org/apache/sis/image/PixelIterator.java | 6 +- .../main/org/apache/sis/image/PlanarImage.java | 2 +- .../main/org/apache/sis/image/TileCache.java | 2 +- .../apache/sis/image/WritablePixelIterator.java | 2 +- .../main/org/apache/sis/index/tree/PointTree.java | 2 +- .../sis/internal/filter/SortByComparator.java | 4 +- .../org/apache/sis/internal/jaxb/lan/Country.java | 2 +- .../org/apache/sis/xml/TransformingReader.java | 2 +- .../org/apache/sis/metadata/iso/APIVerifier.java | 4 +- .../apache/sis/metadata/iso/api-changes.properties | 2 +- .../sis/referencing/factory/sql/EPSGFactory.java | 2 +- .../apache/sis/storage/landsat/LandsatStore.java | 2 +- .../apache/sis/internal/sql/feature/Relation.java | 8 +- .../apache/sis/internal/stream/PaginedStream.java | 2 +- .../main/org/apache/sis/storage/Resource.java | 2 +- .../sis/storage/aggregate/JoinFeatureSet.java | 2 +- .../org/apache/sis/util/logging/Initializer.java | 4 +- .../sis/util/collection/CodeListSetTest.java | 26 +++--- netbeans-project/README.md | 4 +- netbeans-project/nbproject/project.properties | 2 +- .../test/module-info.java | 4 +- optional/src/org.apache.sis.gui/bundle/README | 2 +- .../org/apache/sis/gui/coverage/GridTileCache.java | 2 +- .../org/apache/sis/gui/coverage/GridViewSkin.java | 2 +- .../org/apache/sis/gui/metadata/MetadataTree.java | 2 +- .../main/org/apache/sis/gui/metadata/Section.java | 2 +- .../sis/gui/metadata/StandardMetadataTree.java | 2 +- .../sis/internal/gui/NonNullObjectProperty.java | 2 +- .../org/apache/sis/internal/gui/RecentChoices.java | 2 +- .../main/org/apache/sis/internal/setup/Wizard.java | 4 +- parent/LicenseHeader.txt | 16 ---- 39 files changed, 153 insertions(+), 175 deletions(-) delete mode 100644 README create mode 100644 README.md delete mode 100644 parent/LicenseHeader.txt