diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index a8707e2..584ffc2 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1,19 @@ +# +# Copyright 2022 The original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License . +# + FROM gitpod/workspace-full RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \ diff --git a/.gitpod.yml b/.gitpod.yml index daffe48..9077e94 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,19 @@ +# +# Copyright 2022 The original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License . +# + image: file: .gitpod.Dockerfile diff --git a/etc/eclipse-formatter-config.xml b/etc/eclipse-formatter-config.xml index 833b72c..fbacaa2 100644 --- a/etc/eclipse-formatter-config.xml +++ b/etc/eclipse-formatter-config.xml @@ -1,7 +1,7 @@ diff --git a/jreleaser.yml b/jreleaser.yml index 9f29812..1e1be42 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -1,5 +1,5 @@ # -# Copyright 2021 The original authors +# Copyright 2022 The original authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +11,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License . # project: diff --git a/pom.xml b/pom.xml index da40230..97ce124 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,21 @@ + diff --git a/src/main/assembly/assembly.xml b/src/main/assembly/assembly.xml index 07de4f4..12d36d4 100644 --- a/src/main/assembly/assembly.xml +++ b/src/main/assembly/assembly.xml @@ -1,7 +1,7 @@