X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=oran-ric-test-head%2Fmock_server%2Findex.js;h=d915ef9b73b2b20a16608eae949d871ad1660252;hb=e19624e8bb9e03bc1e6bd74baaef4ce5379afa77;hp=255591ab4aeeb3dc1a57978f82977285c6a61d22;hpb=f9def9ae0717a0c39314e252a2b2d3d2df9211da;p=it%2Fotf.git diff --git a/oran-ric-test-head/mock_server/index.js b/oran-ric-test-head/mock_server/index.js index 255591a..d915ef9 100644 --- a/oran-ric-test-head/mock_server/index.js +++ b/oran-ric-test-head/mock_server/index.js @@ -1,3 +1,18 @@ +/* Copyright (c) 2019 AT&T Intellectual Property. # +# # +# 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. # +##############################################################################*/ + const express = require('express') const app = express() const port = 3000