This is an automated email from the ASF dual-hosted git repository. more pushed a commit to branch KNOX-3214 in repository https://gitbox.apache.org/repos/asf/knox.git
commit 1725a5519cb8485743d5006594387c132e2ece73 Author: Sandeep MoreĢ <[email protected]> AuthorDate: Wed Nov 19 16:15:06 2025 -0500 Add license --- .github/workflows/build/Dockerfile | 15 +++++++++++++++ .github/workflows/build/gateway.sh | 15 +++++++++++++++ .github/workflows/build/ldap.sh | 15 ++++++++++++++- .github/workflows/build/master | 14 ++++++++++++++ .github/workflows/compose/docker-compose.yml | 15 +++++++++++++++ 5 files changed, 73 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build/Dockerfile b/.github/workflows/build/Dockerfile index a5ed1d738..58423f532 100644 --- a/.github/workflows/build/Dockerfile +++ b/.github/workflows/build/Dockerfile @@ -1,3 +1,18 @@ +# 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. + FROM maven:3.8.4-openjdk-8 MAINTAINER moresandeep diff --git a/.github/workflows/build/gateway.sh b/.github/workflows/build/gateway.sh index f73d014b4..e5e179462 100755 --- a/.github/workflows/build/gateway.sh +++ b/.github/workflows/build/gateway.sh @@ -1,4 +1,19 @@ #!/bin/sh +# 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. + # Move the KnoxShell directory to proper place # This is vecause of https://github.com/docker/compose/issues/4581#issuecomment-321386605 mv /knox-runtime/knoxshell/* /knoxshell diff --git a/.github/workflows/build/ldap.sh b/.github/workflows/build/ldap.sh index f1b3ea42d..ad3d9c8e3 100755 --- a/.github/workflows/build/ldap.sh +++ b/.github/workflows/build/ldap.sh @@ -1,3 +1,16 @@ #!/bin/sh - +# 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. java -jar /knox-runtime/bin/ldap.jar /knox-runtime/conf \ No newline at end of file diff --git a/.github/workflows/build/master b/.github/workflows/build/master index 3a9f1b4ea..acd09cbb9 100644 --- a/.github/workflows/build/master +++ b/.github/workflows/build/master @@ -1,3 +1,17 @@ +# 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. #1.0# Tue, Apr 30 2024 14:19:35.337 RHdXbkpJTXUzcGc9Ojp5WWFSV0JYeG1GaFdjSHhIUEJlYWZ3PT06OmdOWC9CRDJ5dFpQeVExVkM2V2lYRkE9PQ== diff --git a/.github/workflows/compose/docker-compose.yml b/.github/workflows/compose/docker-compose.yml index 6c633b87d..14ae73640 100644 --- a/.github/workflows/compose/docker-compose.yml +++ b/.github/workflows/compose/docker-compose.yml @@ -1,3 +1,18 @@ +# 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 +# <p> +# http://www.apache.org/licenses/LICENSE-2.0 +# <p> +# 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. + version: '3' services:
