Update license headers.

This commit is contained in:
Gucheng Wang
2022-02-13 23:39:27 +08:00
parent eacd5f59db
commit db37f53d6c
222 changed files with 229 additions and 228 deletions

View File

@ -1,4 +1,4 @@
// Copyright 2021 The casbin Authors. All Rights Reserved.
// Copyright 2021 The Casdoor Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -20,4 +20,4 @@ import "testing"
func TestReadSheet(t *testing.T) {
ticket := ReadXlsxFile("../../tmpFiles/example")
println(ticket)
}
}