This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 6b09af9 fix typos
new d703a63 Added License header on script files
new d7a16e9 Added ASL license header to the pkg go files
new 14c1214 Added the ASL license header into example files
new 2745353 Added ASL license header on the deploy yaml files
new 0f77e18 Update the License header of yaml start with only one #
new db21a9e Added the ASL header for the controller
new 3b62154 Added ASL header on Dockerfile
new 9a39cdf Added the ASL header on the application properties file
new 49a048d Adde the rat_check.sh for verification
The 9 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:
build/Dockerfile | 15 +++++++++++
deploy/camel-catalog-2.23.0.yaml | 17 +++++++++++++
deploy/camel-catalog-2.23.1.yaml | 17 +++++++++++++
deploy/camel-catalog-2.23.2.yaml | 17 +++++++++++++
deploy/camel-catalog-2.24.0.yaml | 17 +++++++++++++
deploy/camel-catalog-3.0.0-M2.yaml | 17 +++++++++++++
deploy/cr-example.yaml | 17 +++++++++++++
deploy/crd-build.yaml | 17 +++++++++++++
deploy/crd-camel-catalog.yaml | 17 +++++++++++++
deploy/crd-integration-context.yaml | 17 +++++++++++++
deploy/crd-integration-platform.yaml | 17 +++++++++++++
deploy/crd-integration.yaml | 17 +++++++++++++
deploy/olm-catalog/camel-k.package.yaml | 17 +++++++++++++
.../camel-k.v0.3.3.clusterserviceversion.yaml | 21 ++++++++++++++--
deploy/olm-catalog/csv-config.yaml | 17 +++++++++++++
deploy/operator-deployment.yaml | 17 +++++++++++++
deploy/operator-role-binding-knative.yaml | 17 +++++++++++++
deploy/operator-role-binding.yaml | 17 +++++++++++++
deploy/operator-role-knative.yaml | 17 +++++++++++++
deploy/operator-role-kubernetes.yaml | 17 +++++++++++++
deploy/operator-role-openshift.yaml | 17 +++++++++++++
deploy/operator-service-account.yaml | 17 +++++++++++++
deploy/platform-cr.yaml | 17 +++++++++++++
deploy/platform-integration-context-groovy.yaml | 17 +++++++++++++
deploy/platform-integration-context-jvm.yaml | 17 +++++++++++++
deploy/platform-integration-context-knative.yaml | 17 +++++++++++++
deploy/platform-integration-context-kotlin.yaml | 17 +++++++++++++
deploy/user-cluster-role.yaml | 17 +++++++++++++
examples/CaffeineCacheSample.java | 17 +++++++++++++
examples/RestWithRestlet.java | 17 +++++++++++++
examples/Sample.java | 17 +++++++++++++
examples/camel-caffeine.groovy | 17 +++++++++++++
examples/dns.js | 15 +++++++++++
examples/greetings.groovy | 17 +++++++++++++
examples/kafka/SampleKafkaConsumer.java | 17 +++++++++++++
examples/kafka/application.properties | 17 +++++++++++++
examples/knative/feed.groovy | 17 +++++++++++++
examples/knative/messages-channel.yaml | 17 +++++++++++++
examples/knative/printer.groovy | 16 ++++++++++++
examples/knative/reader.groovy | 17 +++++++++++++
examples/knative/splitter.groovy | 16 ++++++++++++
examples/knative/words-channel.yaml | 17 +++++++++++++
examples/knative/writer.groovy | 17 +++++++++++++
examples/kotlin-routes.kts | 17 +++++++++++++
examples/props.js | 15 +++++++++++
examples/resources-route.groovy | 17 +++++++++++++
examples/routes-rest.js | 15 +++++++++++
examples/routes.groovy | 17 +++++++++++++
examples/routes.js | 14 +++++++++++
examples/simple.groovy | 16 ++++++++++++
examples/simple.js | 14 +++++++++++
pkg/apis/addtoscheme_camel_v1alpha1.go | 17 +++++++++++++
pkg/apis/addtoscheme_knative_eventing_v1alpha1.go | 17 +++++++++++++
pkg/apis/addtoscheme_knative_serving_v1alpha1.go | 17 +++++++++++++
pkg/apis/addtoscheme_monitoring.go | 17 +++++++++++++
pkg/apis/addtoscheme_openshift.go | 17 +++++++++++++
pkg/apis/apis.go | 17 +++++++++++++
pkg/apis/camel/v1alpha1/build_types.go | 17 +++++++++++++
pkg/apis/camel/v1alpha1/camelcatalog_types.go | 17 +++++++++++++
pkg/apis/camel/v1alpha1/doc.go | 17 +++++++++++++
pkg/apis/camel/v1alpha1/integration_types.go | 17 +++++++++++++
.../camel/v1alpha1/integrationcontext_types.go | 16 ++++++++++++
.../camel/v1alpha1/integrationplatform_types.go | 16 ++++++++++++
pkg/apis/camel/v1alpha1/register.go | 17 +++++++++++++
pkg/controller/add_build.go | 16 ++++++++++++
pkg/controller/add_integration.go | 16 ++++++++++++
pkg/controller/add_integrationcontext.go | 16 ++++++++++++
pkg/controller/add_integrationplatform.go | 16 ++++++++++++
pkg/controller/build/build_controller.go | 16 ++++++++++++
pkg/controller/controller.go | 16 ++++++++++++
.../integration/integration_controller.go | 16 ++++++++++++
.../integrationcontext_controller.go | 16 ++++++++++++
.../integrationplatform_controller.go | 16 ++++++++++++
pkg/util/defaults/defaults.go | 16 ++++++++++++
script/Makefile | 15 +++++++++++
script/build_catalog.sh | 15 +++++++++++
script/cross_compile.sh | 15 +++++++++++
script/embed_resources.sh | 15 +++++++++++
script/git_tag.sh | 15 +++++++++++
script/images_push.sh | 16 ++++++++++++
script/install_minikube.sh | 16 ++++++++++++
script/install_minishift.sh | 15 +++++++++++
script/next_snapshot.sh | 15 +++++++++++
script/package_examples.sh | 15 +++++++++++
script/package_maven_artifacts.sh | 15 +++++++++++
script/prepare_release.sh | 15 +++++++++++
script/publish_base_images.sh | 15 +++++++++++
script/rat_check.sh | 29 ++++++++++++++++++++++
script/set_version.sh | 15 +++++++++++
script/travis_build.sh | 15 +++++++++++
90 files changed, 1487 insertions(+), 2 deletions(-)
create mode 100755 script/rat_check.sh