diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-01-21 21:23:41 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-01-21 21:23:49 +0530 |
commit | 008e816457dacdcee9ef89a6c041528f177fa990 (patch) | |
tree | ec2fc9f01b872ee9887838d337eb8efb1dcc9a2a /cds-ui | |
parent | 67f1b20976a599da6da08cf6b903432a69b7a5d9 (diff) |
Common folder
This folder contains the common models/resources shared between server
and client
Issue-ID: CCSDK-943
Change-Id: I3e74b39a598a6eeafa2056f210dffa2500342456
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/common/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cds-ui/common/README.md b/cds-ui/common/README.md new file mode 100644 index 000000000..c24ecdaf2 --- /dev/null +++ b/cds-ui/common/README.md @@ -0,0 +1,24 @@ +/* +============LICENSE_START========================================== +=================================================================== +Copyright (C) 2018-19 IBM Intellectual Property. All rights reserved. +=================================================================== + +Unless otherwise specified, all software contained herein is licensed +under the Apache License, Version 2.0 (the License); +you may not use this software 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. +============LICENSE_END============================================ +*/ + +# cds-ui-server + +This folder contains sll the common models/resources shared between server and client |