diff --git a/src/main/java/org/casbin/casdoor/config/CasdoorConfig.java b/src/main/java/org/casbin/casdoor/config/CasdoorConfig.java index 0a47032..162ef35 100644 --- a/src/main/java/org/casbin/casdoor/config/CasdoorConfig.java +++ b/src/main/java/org/casbin/casdoor/config/CasdoorConfig.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorApplication.java b/src/main/java/org/casbin/casdoor/entity/CasdoorApplication.java index 4ef7184..c8b677b 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorApplication.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorApplication.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorCert.java b/src/main/java/org/casbin/casdoor/entity/CasdoorCert.java index 6529adf..7de7b9b 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorCert.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorCert.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; import java.io.Serializable; diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorEmailForm.java b/src/main/java/org/casbin/casdoor/entity/CasdoorEmailForm.java index 5e9020d..aede962 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorEmailForm.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorEmailForm.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorOrganization.java b/src/main/java/org/casbin/casdoor/entity/CasdoorOrganization.java index 67ef29b..663cea2 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorOrganization.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorOrganization.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorPermission.java b/src/main/java/org/casbin/casdoor/entity/CasdoorPermission.java index a0f8c40..ab58f81 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorPermission.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorPermission.java @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorProvier.java b/src/main/java/org/casbin/casdoor/entity/CasdoorProvier.java index 0d45d54..a140dfc 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorProvier.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorProvier.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; import java.io.Serializable; diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorRecord.java b/src/main/java/org/casbin/casdoor/entity/CasdoorRecord.java index a68f572..343b75b 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorRecord.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorRecord.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorResource.java b/src/main/java/org/casbin/casdoor/entity/CasdoorResource.java index 3e930d7..32e9948 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorResource.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorResource.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorRole.java b/src/main/java/org/casbin/casdoor/entity/CasdoorRole.java index 399c761..de66b3d 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorRole.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorRole.java @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorSession.java b/src/main/java/org/casbin/casdoor/entity/CasdoorSession.java index d4e171f..066aa5e 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorSession.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorSession.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorSmsForm.java b/src/main/java/org/casbin/casdoor/entity/CasdoorSmsForm.java index 119aa88..8492cbe 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorSmsForm.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorSmsForm.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorToken.java b/src/main/java/org/casbin/casdoor/entity/CasdoorToken.java index 69b87f2..0d99c06 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorToken.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorToken.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.entity; // Token has the same definition as https://github.com/casdoor/casdoor/blob/master/object/token.go#L45 diff --git a/src/main/java/org/casbin/casdoor/entity/CasdoorUser.java b/src/main/java/org/casbin/casdoor/entity/CasdoorUser.java index 0332428..e9c671a 100644 --- a/src/main/java/org/casbin/casdoor/entity/CasdoorUser.java +++ b/src/main/java/org/casbin/casdoor/entity/CasdoorUser.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/exception/CasdoorAuthException.java b/src/main/java/org/casbin/casdoor/exception/CasdoorAuthException.java index 89796f8..4aea76c 100644 --- a/src/main/java/org/casbin/casdoor/exception/CasdoorAuthException.java +++ b/src/main/java/org/casbin/casdoor/exception/CasdoorAuthException.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.exception; /** diff --git a/src/main/java/org/casbin/casdoor/exception/CasdoorException.java b/src/main/java/org/casbin/casdoor/exception/CasdoorException.java index b87cf8b..dd02abe 100644 --- a/src/main/java/org/casbin/casdoor/exception/CasdoorException.java +++ b/src/main/java/org/casbin/casdoor/exception/CasdoorException.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorAccountService.java b/src/main/java/org/casbin/casdoor/service/CasdoorAccountService.java index a0d4bce..f8772cd 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorAccountService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorAccountService.java @@ -1,4 +1,4 @@ -// Copyright 2022 The Casdoor Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorApplicationService.java b/src/main/java/org/casbin/casdoor/service/CasdoorApplicationService.java index c9a041b..4150eb6 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorApplicationService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorApplicationService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorAuthService.java b/src/main/java/org/casbin/casdoor/service/CasdoorAuthService.java index 7f64755..3ab297f 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorAuthService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorAuthService.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorCertService.java b/src/main/java/org/casbin/casdoor/service/CasdoorCertService.java index 9f22127..7d6f2d7 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorCertService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorCertService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorEmailService.java b/src/main/java/org/casbin/casdoor/service/CasdoorEmailService.java index ddc20dc..f8b1fff 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorEmailService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorEmailService.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorEnforcerService.java b/src/main/java/org/casbin/casdoor/service/CasdoorEnforcerService.java index d9c3633..199859c 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorEnforcerService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorEnforcerService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorOrganizationService.java b/src/main/java/org/casbin/casdoor/service/CasdoorOrganizationService.java index 1571ffe..2b867c3 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorOrganizationService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorOrganizationService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorPermissionService.java b/src/main/java/org/casbin/casdoor/service/CasdoorPermissionService.java index 89abdef..b2071c7 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorPermissionService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorPermissionService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorProviderService.java b/src/main/java/org/casbin/casdoor/service/CasdoorProviderService.java index 2ec0177..2e115bd 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorProviderService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorProviderService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorRecordService.java b/src/main/java/org/casbin/casdoor/service/CasdoorRecordService.java index 3f28a75..8be0a87 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorRecordService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorRecordService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorResourceService.java b/src/main/java/org/casbin/casdoor/service/CasdoorResourceService.java index dab23dd..e86084b 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorResourceService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorResourceService.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorRoleService.java b/src/main/java/org/casbin/casdoor/service/CasdoorRoleService.java index 752ddd5..25e001a 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorRoleService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorRoleService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorSessionService.java b/src/main/java/org/casbin/casdoor/service/CasdoorSessionService.java index d2053af..c605489 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorSessionService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorSessionService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorSmsService.java b/src/main/java/org/casbin/casdoor/service/CasdoorSmsService.java index 80d2986..e511a29 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorSmsService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorSmsService.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorTokenService.java b/src/main/java/org/casbin/casdoor/service/CasdoorTokenService.java index aecb161..db669cd 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorTokenService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorTokenService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing CasdoorPermissions and // limitations under the License. + package org.casbin.casdoor.service; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/casbin/casdoor/service/CasdoorUserService.java b/src/main/java/org/casbin/casdoor/service/CasdoorUserService.java index 984c250..ead4851 100644 --- a/src/main/java/org/casbin/casdoor/service/CasdoorUserService.java +++ b/src/main/java/org/casbin/casdoor/service/CasdoorUserService.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/util/ApplicationOperations.java b/src/main/java/org/casbin/casdoor/util/ApplicationOperations.java index 90e79e6..fcef340 100644 --- a/src/main/java/org/casbin/casdoor/util/ApplicationOperations.java +++ b/src/main/java/org/casbin/casdoor/util/ApplicationOperations.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.util; diff --git a/src/main/java/org/casbin/casdoor/util/OrganizationOperations.java b/src/main/java/org/casbin/casdoor/util/OrganizationOperations.java index 8ae0f1f..687e374 100644 --- a/src/main/java/org/casbin/casdoor/util/OrganizationOperations.java +++ b/src/main/java/org/casbin/casdoor/util/OrganizationOperations.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.util; public enum OrganizationOperations { diff --git a/src/main/java/org/casbin/casdoor/util/ProviderOperations.java b/src/main/java/org/casbin/casdoor/util/ProviderOperations.java index 9ed6117..311d599 100644 --- a/src/main/java/org/casbin/casdoor/util/ProviderOperations.java +++ b/src/main/java/org/casbin/casdoor/util/ProviderOperations.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.util; public enum ProviderOperations { diff --git a/src/main/java/org/casbin/casdoor/util/SessionOperations.java b/src/main/java/org/casbin/casdoor/util/SessionOperations.java index b0ae4b7..d318262 100644 --- a/src/main/java/org/casbin/casdoor/util/SessionOperations.java +++ b/src/main/java/org/casbin/casdoor/util/SessionOperations.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor.util; diff --git a/src/main/java/org/casbin/casdoor/util/http/CasdoorResponse.java b/src/main/java/org/casbin/casdoor/util/http/CasdoorResponse.java index 05d0141..d680baf 100644 --- a/src/main/java/org/casbin/casdoor/util/http/CasdoorResponse.java +++ b/src/main/java/org/casbin/casdoor/util/http/CasdoorResponse.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/main/java/org/casbin/casdoor/util/http/HttpClient.java b/src/main/java/org/casbin/casdoor/util/http/HttpClient.java index bb32e95..a8068e4 100644 --- a/src/main/java/org/casbin/casdoor/util/http/HttpClient.java +++ b/src/main/java/org/casbin/casdoor/util/http/HttpClient.java @@ -1,4 +1,4 @@ -// Copyright 2021 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/test/java/org/casbin/casdoor/CasdoorAccountServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorAccountServiceTest.java index 7d00351..51df2ef 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorAccountServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorAccountServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2022 The Casdoor Authors. All Rights Reserved. +// Copyright 2023 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. diff --git a/src/test/java/org/casbin/casdoor/CasdoorApplicationServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorApplicationServiceTest.java index c0fc692..042adfc 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorApplicationServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorApplicationServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorApplication; diff --git a/src/test/java/org/casbin/casdoor/CasdoorCertServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorCertServiceTest.java index 967332d..316b648 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorCertServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorCertServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorCert; diff --git a/src/test/java/org/casbin/casdoor/CasdoorOrganizationServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorOrganizationServiceTest.java index 6bb954b..9e137ef 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorOrganizationServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorOrganizationServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; diff --git a/src/test/java/org/casbin/casdoor/CasdoorProviderServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorProviderServiceTest.java index 48bf7c0..7068d9b 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorProviderServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorProviderServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorProvier; diff --git a/src/test/java/org/casbin/casdoor/CasdoorRecordServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorRecordServiceTest.java index 8f10be5..c5ad670 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorRecordServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorRecordServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorRecord; diff --git a/src/test/java/org/casbin/casdoor/CasdoorSessionServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorSessionServiceTest.java index 0614261..faa31c6 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorSessionServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorSessionServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorSession; diff --git a/src/test/java/org/casbin/casdoor/CasdoorUserServiceTest.java b/src/test/java/org/casbin/casdoor/CasdoorUserServiceTest.java index 3a294c2..1e7713e 100644 --- a/src/test/java/org/casbin/casdoor/CasdoorUserServiceTest.java +++ b/src/test/java/org/casbin/casdoor/CasdoorUserServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2023 The casbin Authors. All Rights Reserved. +// Copyright 2023 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. @@ -11,6 +11,7 @@ // 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. + package org.casbin.casdoor; import org.casbin.casdoor.entity.CasdoorRole;