This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch license-bedrock
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git

commit 5d3c041de30a52fe0ca6a52632cf1605979f32e0
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 3 11:06:33 2024 +0200

    Added License
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 jbang/aws-bedrock-ingestion/BedrockPrompt.java | 19 ++++++++++++++++++-
 jbang/aws-bedrock-ingestion/Counter.java       | 16 ++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/jbang/aws-bedrock-ingestion/BedrockPrompt.java 
b/jbang/aws-bedrock-ingestion/BedrockPrompt.java
index 454ddab..59deb1b 100644
--- a/jbang/aws-bedrock-ingestion/BedrockPrompt.java
+++ b/jbang/aws-bedrock-ingestion/BedrockPrompt.java
@@ -1,4 +1,21 @@
-//DEPS org.apache.camel:camel-bom:4.5.0-SNAPSHOT@pom
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+ 
+//DEPS org.apache.camel:camel-bom:4.6.0-SNAPSHOT@pom
 //DEPS org.apache.camel:camel-aws-bedrock
 //DEPS org.apache.camel:camel-endpointdsl
 //DEPS org.apache.camel:camel-rest
diff --git a/jbang/aws-bedrock-ingestion/Counter.java 
b/jbang/aws-bedrock-ingestion/Counter.java
index 153c330..d10b9d8 100644
--- a/jbang/aws-bedrock-ingestion/Counter.java
+++ b/jbang/aws-bedrock-ingestion/Counter.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 import org.apache.camel.BindToRegistry;
 
 @BindToRegistry("counter")

Reply via email to