From 35f80c46cf7cbcd44b554412d1c59021396328af Mon Sep 17 00:00:00 2001 From: youdonghai Date: Wed, 13 Dec 2023 11:22:25 +0800 Subject: [PATCH] add license --- .../catalog/impl/KgSchemaConnectionInfo.scala | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reasoner/catalog/openspg-catalog/src/main/scala/com/antgroup/openspg/reasoner/catalog/impl/KgSchemaConnectionInfo.scala b/reasoner/catalog/openspg-catalog/src/main/scala/com/antgroup/openspg/reasoner/catalog/impl/KgSchemaConnectionInfo.scala index e169994dd..a326ab6fe 100644 --- a/reasoner/catalog/openspg-catalog/src/main/scala/com/antgroup/openspg/reasoner/catalog/impl/KgSchemaConnectionInfo.scala +++ b/reasoner/catalog/openspg-catalog/src/main/scala/com/antgroup/openspg/reasoner/catalog/impl/KgSchemaConnectionInfo.scala @@ -1,3 +1,16 @@ +/* + * Copyright 2023 Ant Group CO., Ltd. + * + * 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. + */ + package com.antgroup.openspg.reasoner.catalog.impl case class KgSchemaConnectionInfo(uri: String, token: String)