Update license to MIT

Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
This commit is contained in:
Ming-Wei Shih
2023-02-09 19:26:54 +00:00
parent 8218053c24
commit c0972ad2ba
69 changed files with 149 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: case1-compr

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: all

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: basic

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: all

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: case1-compr

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: all

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: namespace

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: data

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: single-char

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: same-line-no-body

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: no-query

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: contains

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: all

View File

@@ -1,5 +1,5 @@
# Copyright (c) Rego-Rs Authors.
# Licensed under the Apache 2.0 license.
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
cases:
- note: single-multi-vars

View File

@@ -1,5 +1,6 @@
// Copyright (c) Rego-Rs Authors.
// Licensed under the Apache 2.0 license.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#![cfg(test)]
use anyhow::{anyhow, bail, Result};