This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 9fc85c8 Added License (#79)
9fc85c8 is described below
commit 9fc85c8c3572ffb8645786e5fd596f7fcfad2817
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 3 11:07:12 2024 +0200
Added License (#79)
Signed-off-by: Andrea Cosentino <[email protected]>
---
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")