Commit c5e1c0e2 authored by Michel Roy's avatar Michel Roy Committed by Kevin Di Lallo
Browse files

copyright

parent 506811d3
Loading
Loading
Loading
Loading
+5 −12
Original line number Diff line number Diff line
# Copyright 2017 The Kubernetes Authors.
# Copyright (c) 2019
# InterDigital Communications, Inc.
# All rights reserved.
#
# Licensed 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.
# The information provided herein is the proprietary and confidential
# information of InterDigital Communications, Inc.

FROM debian:9.6-slim
COPY ./meep-ctrl-engine /meep-ctrl-engine
−4 KiB (33.5 MiB)

File changed.

No diff preview for this file type.

+5 −12
Original line number Diff line number Diff line
# Copyright 2017 The Kubernetes Authors.
# Copyright (c) 2019
# InterDigital Communications, Inc.
# All rights reserved.
#
# Licensed 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.
# The information provided herein is the proprietary and confidential
# information of InterDigital Communications, Inc.

FROM debian
ADD meep-initializer /meep-initializer
−12 KiB (33.9 MiB)

File changed.

No diff preview for this file type.

+5 −12
Original line number Diff line number Diff line
# Copyright 2017 The Kubernetes Authors.
# Copyright (c) 2019
# InterDigital Communications, Inc.
# All rights reserved.
#
# Licensed 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.
# The information provided herein is the proprietary and confidential
# information of InterDigital Communications, Inc.

FROM debian:9.6-slim
COPY ./meep-mg-manager /meep-mg-manager
Loading