From a9c724b158bcfe5b70042bb479e70fbb9bf164bc Mon Sep 17 00:00:00 2001 From: belong326 Date: Thu, 28 Nov 2024 15:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90OAT=E3=80=91=E3=80=90114=5Ftrunk?= =?UTF-8?q?=E3=80=91OAT=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 --- LICENSE | 27 +++++++++++++++++ OAT.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++++ 3 files changed, 115 insertions(+) create mode 100644 LICENSE create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a7531cf --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000..ec65e03 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..babd09d --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "chromium", + "License":"BSD-3-Clause", + "License File":"LICENSE", + "Version Number": "f339eb9463714c3d31657c8ee1bd53d1c7e5c555", + "Owner": "liujixin@huawei.com", + "Upstream URL": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git@f339eb9463714c3d31657c8ee1bd53d1c7e5c555", + "Description": "提取DOM" + } +] -- Gitee