You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/10 11:24:17 UTC

[camel-k] branch licenses-2 updated (cd0bdd3ce -> 27f636aa3)

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

acosentino pushed a change to branch licenses-2
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard cd0bdd3ce Fixes licenses in pkg
     new 27f636aa3 Fixes licenses in pkg

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cd0bdd3ce)
            \
             N -- N -- N   refs/heads/licenses-2 (27f636aa3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:


[camel-k] 01/01: Fixes licenses in pkg

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch licenses-2
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 27f636aa3ae57ff874e2d51e898387a12e87500a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 10 13:22:48 2022 +0200

    Fixes licenses in pkg
---
 pkg/install/kamelets.go | 6 +++---
 pkg/install/platform.go | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkg/install/kamelets.go b/pkg/install/kamelets.go
index 10fb1cd54..569453734 100644
--- a/pkg/install/kamelets.go
+++ b/pkg/install/kamelets.go
@@ -1,12 +1,12 @@
 /*
 Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
+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
+the License.  You may obtain a copy of the License at
 
-http://www.apache.org/licenses/LICENSE-2.0
+   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,
diff --git a/pkg/install/platform.go b/pkg/install/platform.go
index 9a087d077..cfad02cf9 100644
--- a/pkg/install/platform.go
+++ b/pkg/install/platform.go
@@ -1,12 +1,12 @@
 /*
 Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
+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
+the License.  You may obtain a copy of the License at
 
-http://www.apache.org/licenses/LICENSE-2.0
+   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,