From db37f53d6c40519e11f43dff25fe2a723cc2ff80 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Sun, 13 Feb 2022 23:39:27 +0800 Subject: [PATCH] Update license headers. --- authz/authz.go | 2 +- conf/conf.go | 2 +- controllers/account.go | 2 +- controllers/application.go | 2 +- controllers/auth.go | 2 +- controllers/base.go | 2 +- controllers/cert.go | 2 +- controllers/ldap.go | 2 +- controllers/link.go | 2 +- controllers/oidc_discovery.go | 2 +- controllers/organization.go | 2 +- controllers/payment.go | 2 +- controllers/permission.go | 2 +- controllers/provider.go | 2 +- controllers/record.go | 2 +- controllers/resource.go | 2 +- controllers/role.go | 2 +- controllers/service.go | 2 +- controllers/syncer.go | 2 +- controllers/token.go | 2 +- controllers/user.go | 2 +- controllers/user_upload.go | 2 +- controllers/util.go | 2 +- controllers/verification.go | 2 +- controllers/webhook.go | 2 +- cred/manager.go | 2 +- cred/md5-user-salt.go | 2 +- cred/plain.go | 2 +- cred/sha256-salt.go | 2 +- cred/sha256-salt_test.go | 2 +- i18n/generate.go | 2 +- i18n/generate_test.go | 2 +- i18n/util.go | 2 +- idp/baidu.go | 2 +- idp/dingtalk.go | 2 +- idp/facebook.go | 8 ++++---- idp/gitee.go | 2 +- idp/github.go | 2 +- idp/gitlab.go | 2 +- idp/google.go | 2 +- idp/goth.go | 2 +- idp/infoflow_internal.go | 2 +- idp/infoflow_third_party.go | 2 +- idp/lark.go | 2 +- idp/linkedin.go | 2 +- idp/provider.go | 2 +- idp/qq.go | 2 +- idp/wechat.go | 2 +- idp/wecom_internal.go | 2 +- idp/wecom_third_party.go | 2 +- idp/weibo.go | 2 +- main.go | 2 +- object/adapter.go | 2 +- object/application.go | 2 +- object/application_item.go | 2 +- object/avatar.go | 2 +- object/avatar_test.go | 2 +- object/captcha.go | 2 +- object/cert.go | 2 +- object/check.go | 4 ++-- object/check_util.go | 2 +- object/email.go | 2 +- object/init.go | 2 +- object/ldap.go | 2 +- object/oidc_discovery.go | 2 +- object/organization.go | 2 +- object/payment.go | 2 +- object/permission.go | 2 +- object/provider.go | 2 +- object/provider_item.go | 2 +- object/record.go | 2 +- object/resource.go | 2 +- object/role.go | 2 +- object/saml.go | 4 ++-- object/signup_item.go | 2 +- object/sms.go | 2 +- object/storage.go | 2 +- object/syncer.go | 2 +- object/syncer_affiliation.go | 2 +- object/syncer_cron.go | 2 +- object/syncer_public_api.go | 2 +- object/syncer_sync.go | 2 +- object/syncer_user.go | 2 +- object/syncer_user_test.go | 3 ++- object/syncer_util.go | 2 +- object/syner_db_user.go | 2 +- object/token.go | 2 +- object/token_jwt.go | 2 +- object/token_jwt_key.go | 2 +- object/token_jwt_key_test.go | 2 +- object/user.go | 2 +- object/user_cred.go | 2 +- object/user_test.go | 2 +- object/user_upload.go | 2 +- object/user_util.go | 2 +- object/verification.go | 2 +- object/webhook.go | 2 +- object/webhook_util.go | 2 +- proxy/proxy.go | 2 +- routers/authz_filter.go | 2 +- routers/auto_signin_filter.go | 2 +- routers/base.go | 2 +- routers/record.go | 2 +- routers/router.go | 2 +- routers/static_filter.go | 2 +- storage/aliyun_oss.go | 2 +- storage/aws_s3.go | 2 +- storage/local_file_system.go | 2 +- storage/storage.go | 2 +- storage/tencent_cloud_cos.go | 2 +- util/json.go | 2 +- util/log.go | 2 +- util/path.go | 2 +- util/random.go | 2 +- util/regex.go | 2 +- util/setting.go | 2 +- util/setting_test.go | 2 +- util/string.go | 2 +- util/time.go | 2 +- util/time_test.go | 2 +- web/src/App.js | 2 +- web/src/App.test.js | 2 +- web/src/ApplicationEditPage.js | 2 +- web/src/ApplicationListPage.js | 2 +- web/src/BaseListPage.js | 2 +- web/src/CertEditPage.js | 2 +- web/src/CertListPage.js | 2 +- web/src/Conf.js | 2 +- web/src/CropperDiv.js | 2 +- web/src/CustomGithubCorner.js | 2 +- web/src/LdapEditPage.js | 2 +- web/src/LdapListPage.js | 2 +- web/src/LdapSyncPage.js | 2 +- web/src/LdapTable.js | 2 +- web/src/OrganizationEditPage.js | 2 +- web/src/OrganizationListPage.js | 2 +- web/src/PasswordModal.js | 2 +- web/src/PaymentEditPage.js | 2 +- web/src/PaymentListPage.js | 2 +- web/src/PermissionEditPage.js | 2 +- web/src/PermissionListPage.js | 2 +- web/src/ProviderEditPage.js | 2 +- web/src/ProviderListPage.js | 2 +- web/src/ProviderTable.js | 2 +- web/src/RecordListPage.js | 2 +- web/src/ResetModal.js | 2 +- web/src/ResourceListPage.js | 2 +- web/src/RoleEditPage.js | 2 +- web/src/RoleListPage.js | 2 +- web/src/SelectLanguageBox.js | 2 +- web/src/SelectRegionBox.js | 2 +- web/src/Setting.js | 2 +- web/src/SignupTable.js | 2 +- web/src/SyncerEditPage.js | 2 +- web/src/SyncerListPage.js | 2 +- web/src/SyncerTableColumnTable.js | 2 +- web/src/TokenEditPage.js | 2 +- web/src/TokenListPage.js | 2 +- web/src/UrlTable.js | 2 +- web/src/UserEditPage.js | 2 +- web/src/UserListPage.js | 2 +- web/src/WebhookEditPage.js | 2 +- web/src/WebhookHeaderTable.js | 2 +- web/src/WebhookListPage.js | 2 +- web/src/account/AccountPage.js | 2 +- web/src/auth/AppleLoginButton.js | 2 +- web/src/auth/Auth.js | 2 +- web/src/auth/AuthBackend.js | 2 +- web/src/auth/AuthCallback.js | 2 +- web/src/auth/AzureADLoginButton.js | 2 +- web/src/auth/BaiduLoginButton.js | 2 +- web/src/auth/DingTalkLoginButton.js | 2 +- web/src/auth/FacebookLoginButton.js | 2 +- web/src/auth/ForgetPage.js | 2 +- web/src/auth/GitHubLoginButton.js | 2 +- web/src/auth/GitLabLoginButton.js | 2 +- web/src/auth/GiteeLoginButton.js | 2 +- web/src/auth/GoogleLoginButton.js | 2 +- web/src/auth/InfoflowLoginButton.js | 2 +- web/src/auth/LarkLoginButton.js | 2 +- web/src/auth/LinkedInLoginButton.js | 2 +- web/src/auth/LoginPage.js | 2 +- web/src/auth/OidcDiscoveryPage.js | 2 +- web/src/auth/PromptPage.js | 2 +- web/src/auth/Provider.js | 2 +- web/src/auth/QqLoginButton.js | 2 +- web/src/auth/ResultPage.js | 2 +- web/src/auth/SamlCallback.js | 2 +- web/src/auth/SelfForgetPage.js | 2 +- web/src/auth/SelfLoginButton.js | 2 +- web/src/auth/SelfLoginPage.js | 2 +- web/src/auth/SignupPage.js | 2 +- web/src/auth/SlackLoginButton.js | 2 +- web/src/auth/Util.js | 2 +- web/src/auth/WeComLoginButton.js | 2 +- web/src/auth/WechatLoginButton.js | 2 +- web/src/auth/WeiboLoginButton.js | 2 +- web/src/backend/ApplicationBackend.js | 2 +- web/src/backend/CertBackend.js | 2 +- web/src/backend/LdapBackend.js | 2 +- web/src/backend/OrganizationBackend.js | 2 +- web/src/backend/PaymentBackend.js | 2 +- web/src/backend/PermissionBackend.js | 2 +- web/src/backend/ProviderBackend.js | 2 +- web/src/backend/RecordBackend.js | 2 +- web/src/backend/ResourceBackend.js | 2 +- web/src/backend/RoleBackend.js | 2 +- web/src/backend/SyncerBackend.js | 2 +- web/src/backend/TokenBackend.js | 2 +- web/src/backend/UserBackend.js | 2 +- web/src/backend/WebhookBackend.js | 2 +- web/src/basic/HomePage.js | 2 +- web/src/basic/SingleCard.js | 2 +- web/src/common/AffiliationSelect.js | 2 +- web/src/common/CountDownInput.js | 2 +- web/src/common/OAuthWidget.js | 2 +- web/src/i18n.js | 2 +- web/src/index.js | 2 +- web/src/serviceWorker.js | 2 +- web/src/setupTests.js | 2 +- xlsx/xlsx.go | 2 +- xlsx/xlsx_test.go | 4 ++-- 222 files changed, 229 insertions(+), 228 deletions(-) diff --git a/authz/authz.go b/authz/authz.go index def22efa..818e9d80 100644 --- a/authz/authz.go +++ b/authz/authz.go @@ -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. diff --git a/conf/conf.go b/conf/conf.go index c49a9dd6..1886ff34 100644 --- a/conf/conf.go +++ b/conf/conf.go @@ -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. diff --git a/controllers/account.go b/controllers/account.go index fed9a39c..17f83bb6 100644 --- a/controllers/account.go +++ b/controllers/account.go @@ -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. diff --git a/controllers/application.go b/controllers/application.go index 6ca3189f..1f89c704 100644 --- a/controllers/application.go +++ b/controllers/application.go @@ -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. diff --git a/controllers/auth.go b/controllers/auth.go index 287e0abf..5e171e4e 100644 --- a/controllers/auth.go +++ b/controllers/auth.go @@ -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. diff --git a/controllers/base.go b/controllers/base.go index 6a9eb9d3..2e222089 100644 --- a/controllers/base.go +++ b/controllers/base.go @@ -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. diff --git a/controllers/cert.go b/controllers/cert.go index 54596e36..fe16a902 100644 --- a/controllers/cert.go +++ b/controllers/cert.go @@ -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. diff --git a/controllers/ldap.go b/controllers/ldap.go index 57fa3a9f..c5b54fc4 100644 --- a/controllers/ldap.go +++ b/controllers/ldap.go @@ -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. diff --git a/controllers/link.go b/controllers/link.go index 6ccaa586..b2a97abc 100644 --- a/controllers/link.go +++ b/controllers/link.go @@ -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. diff --git a/controllers/oidc_discovery.go b/controllers/oidc_discovery.go index 7dea62ae..115b6f01 100644 --- a/controllers/oidc_discovery.go +++ b/controllers/oidc_discovery.go @@ -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. diff --git a/controllers/organization.go b/controllers/organization.go index dc36f9c7..6df8c4e2 100644 --- a/controllers/organization.go +++ b/controllers/organization.go @@ -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. diff --git a/controllers/payment.go b/controllers/payment.go index b2bbcc36..f568f8b8 100644 --- a/controllers/payment.go +++ b/controllers/payment.go @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/controllers/permission.go b/controllers/permission.go index d4bac52f..d7606609 100644 --- a/controllers/permission.go +++ b/controllers/permission.go @@ -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. diff --git a/controllers/provider.go b/controllers/provider.go index df62c325..1d0dc76d 100644 --- a/controllers/provider.go +++ b/controllers/provider.go @@ -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. diff --git a/controllers/record.go b/controllers/record.go index f276e826..278f63a8 100644 --- a/controllers/record.go +++ b/controllers/record.go @@ -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. diff --git a/controllers/resource.go b/controllers/resource.go index 3763c8ee..382555bc 100644 --- a/controllers/resource.go +++ b/controllers/resource.go @@ -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. diff --git a/controllers/role.go b/controllers/role.go index 8c55c6ed..56971985 100644 --- a/controllers/role.go +++ b/controllers/role.go @@ -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. diff --git a/controllers/service.go b/controllers/service.go index 60a4e348..19879f6a 100644 --- a/controllers/service.go +++ b/controllers/service.go @@ -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. diff --git a/controllers/syncer.go b/controllers/syncer.go index f3da6fc9..67342bb3 100644 --- a/controllers/syncer.go +++ b/controllers/syncer.go @@ -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. diff --git a/controllers/token.go b/controllers/token.go index 3eef1a76..c1b32bf4 100644 --- a/controllers/token.go +++ b/controllers/token.go @@ -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. diff --git a/controllers/user.go b/controllers/user.go index 42ac3db4..9d60265c 100644 --- a/controllers/user.go +++ b/controllers/user.go @@ -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. diff --git a/controllers/user_upload.go b/controllers/user_upload.go index 99432dfe..8ccbcb8d 100644 --- a/controllers/user_upload.go +++ b/controllers/user_upload.go @@ -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. diff --git a/controllers/util.go b/controllers/util.go index 69f117f5..4caef4cf 100644 --- a/controllers/util.go +++ b/controllers/util.go @@ -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. diff --git a/controllers/verification.go b/controllers/verification.go index 5d4ac657..a7b68d20 100644 --- a/controllers/verification.go +++ b/controllers/verification.go @@ -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. diff --git a/controllers/webhook.go b/controllers/webhook.go index 588d8405..c872684f 100644 --- a/controllers/webhook.go +++ b/controllers/webhook.go @@ -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. diff --git a/cred/manager.go b/cred/manager.go index d914dd4c..f54709bf 100644 --- a/cred/manager.go +++ b/cred/manager.go @@ -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. diff --git a/cred/md5-user-salt.go b/cred/md5-user-salt.go index f2b54ede..66cc2038 100644 --- a/cred/md5-user-salt.go +++ b/cred/md5-user-salt.go @@ -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. diff --git a/cred/plain.go b/cred/plain.go index 6a3a695d..ebd47488 100644 --- a/cred/plain.go +++ b/cred/plain.go @@ -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. diff --git a/cred/sha256-salt.go b/cred/sha256-salt.go index b7581fef..9f80fc5a 100644 --- a/cred/sha256-salt.go +++ b/cred/sha256-salt.go @@ -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. diff --git a/cred/sha256-salt_test.go b/cred/sha256-salt_test.go index d132a67a..010be60d 100644 --- a/cred/sha256-salt_test.go +++ b/cred/sha256-salt_test.go @@ -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. diff --git a/i18n/generate.go b/i18n/generate.go index dc68febb..a90c867f 100644 --- a/i18n/generate.go +++ b/i18n/generate.go @@ -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. diff --git a/i18n/generate_test.go b/i18n/generate_test.go index d8c70597..5d2f2736 100644 --- a/i18n/generate_test.go +++ b/i18n/generate_test.go @@ -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. diff --git a/i18n/util.go b/i18n/util.go index 485dc42d..f3a0a8a7 100644 --- a/i18n/util.go +++ b/i18n/util.go @@ -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. diff --git a/idp/baidu.go b/idp/baidu.go index ed6365d1..b0e2ba17 100644 --- a/idp/baidu.go +++ b/idp/baidu.go @@ -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. diff --git a/idp/dingtalk.go b/idp/dingtalk.go index b0fdfe33..5de7a480 100644 --- a/idp/dingtalk.go +++ b/idp/dingtalk.go @@ -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. diff --git a/idp/facebook.go b/idp/facebook.go index 8814032e..bd1bd0aa 100644 --- a/idp/facebook.go +++ b/idp/facebook.go @@ -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. @@ -122,9 +122,9 @@ func (idp *FacebookIdProvider) GetToken(code string) (*oauth2.Token, error) { //} type FacebookUserInfo struct { - Id string `json:"id"` // The app user's App-Scoped User ID. This ID is unique to the app and cannot be used by other apps. - Name string `json:"name"` // The person's full name. - NameFormat string `json:"name_format"` // The person's name formatted to correctly handle Chinese, Japanese, or Korean ordering. + Id string `json:"id"` // The app user's App-Scoped User ID. This ID is unique to the app and cannot be used by other apps. + Name string `json:"name"` // The person's full name. + NameFormat string `json:"name_format"` // The person's name formatted to correctly handle Chinese, Japanese, or Korean ordering. Picture struct { // The person's profile picture. Data struct { // This struct is different as https://developers.facebook.com/docs/graph-api/reference/user/picture/ Height int `json:"height"` diff --git a/idp/gitee.go b/idp/gitee.go index da15a7cc..2bd426e7 100644 --- a/idp/gitee.go +++ b/idp/gitee.go @@ -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. diff --git a/idp/github.go b/idp/github.go index 4dc29716..1cee2a44 100644 --- a/idp/github.go +++ b/idp/github.go @@ -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. diff --git a/idp/gitlab.go b/idp/gitlab.go index fc592010..445bc4fa 100644 --- a/idp/gitlab.go +++ b/idp/gitlab.go @@ -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. diff --git a/idp/google.go b/idp/google.go index 58fc7705..5357c34a 100644 --- a/idp/google.go +++ b/idp/google.go @@ -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. diff --git a/idp/goth.go b/idp/goth.go index ae543293..825df42f 100644 --- a/idp/goth.go +++ b/idp/goth.go @@ -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. diff --git a/idp/infoflow_internal.go b/idp/infoflow_internal.go index 5be54aed..01be1fe9 100644 --- a/idp/infoflow_internal.go +++ b/idp/infoflow_internal.go @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/idp/infoflow_third_party.go b/idp/infoflow_third_party.go index 6ebabea0..fd1d60f9 100644 --- a/idp/infoflow_third_party.go +++ b/idp/infoflow_third_party.go @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/idp/lark.go b/idp/lark.go index ea8028e2..48a5efe1 100644 --- a/idp/lark.go +++ b/idp/lark.go @@ -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. diff --git a/idp/linkedin.go b/idp/linkedin.go index 0899b18a..5124ba00 100644 --- a/idp/linkedin.go +++ b/idp/linkedin.go @@ -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. diff --git a/idp/provider.go b/idp/provider.go index 3346dd09..a7015496 100644 --- a/idp/provider.go +++ b/idp/provider.go @@ -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. diff --git a/idp/qq.go b/idp/qq.go index 1056fdfb..e37745cf 100644 --- a/idp/qq.go +++ b/idp/qq.go @@ -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. diff --git a/idp/wechat.go b/idp/wechat.go index cd1b1ef4..727ad7cc 100644 --- a/idp/wechat.go +++ b/idp/wechat.go @@ -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. diff --git a/idp/wecom_internal.go b/idp/wecom_internal.go index eacfb2cc..a5665316 100644 --- a/idp/wecom_internal.go +++ b/idp/wecom_internal.go @@ -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. diff --git a/idp/wecom_third_party.go b/idp/wecom_third_party.go index 872ff049..41f78985 100644 --- a/idp/wecom_third_party.go +++ b/idp/wecom_third_party.go @@ -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. diff --git a/idp/weibo.go b/idp/weibo.go index 20c4d9f6..3082974d 100644 --- a/idp/weibo.go +++ b/idp/weibo.go @@ -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. diff --git a/main.go b/main.go index cd81e267..bdbcc3c6 100644 --- a/main.go +++ b/main.go @@ -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. diff --git a/object/adapter.go b/object/adapter.go index b475a790..19f7fa02 100644 --- a/object/adapter.go +++ b/object/adapter.go @@ -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. diff --git a/object/application.go b/object/application.go index a515bf45..c80c08df 100644 --- a/object/application.go +++ b/object/application.go @@ -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. diff --git a/object/application_item.go b/object/application_item.go index fbf0c3b4..698f31c3 100644 --- a/object/application_item.go +++ b/object/application_item.go @@ -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. diff --git a/object/avatar.go b/object/avatar.go index 1761e3b1..d7f6fc33 100644 --- a/object/avatar.go +++ b/object/avatar.go @@ -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. diff --git a/object/avatar_test.go b/object/avatar_test.go index 081151a3..d9b45212 100644 --- a/object/avatar_test.go +++ b/object/avatar_test.go @@ -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. diff --git a/object/captcha.go b/object/captcha.go index 11ef9255..e883ef51 100644 --- a/object/captcha.go +++ b/object/captcha.go @@ -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. diff --git a/object/cert.go b/object/cert.go index bc955cde..91a2322e 100644 --- a/object/cert.go +++ b/object/cert.go @@ -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. diff --git a/object/check.go b/object/check.go index 02ba0271..b8713e77 100644 --- a/object/check.go +++ b/object/check.go @@ -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. @@ -186,4 +186,4 @@ func CheckUserPassword(organization string, username string, password string) (* func filterField(field string) bool { return reFieldWhiteList.MatchString(field) -} \ No newline at end of file +} diff --git a/object/check_util.go b/object/check_util.go index a746d716..50f104bd 100644 --- a/object/check_util.go +++ b/object/check_util.go @@ -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. diff --git a/object/email.go b/object/email.go index f5c39ea6..6bb12983 100644 --- a/object/email.go +++ b/object/email.go @@ -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. diff --git a/object/init.go b/object/init.go index bb78af3d..c0363ba3 100644 --- a/object/init.go +++ b/object/init.go @@ -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. diff --git a/object/ldap.go b/object/ldap.go index 6027d0b6..13259430 100644 --- a/object/ldap.go +++ b/object/ldap.go @@ -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. diff --git a/object/oidc_discovery.go b/object/oidc_discovery.go index cfb2437d..dfb4bb09 100644 --- a/object/oidc_discovery.go +++ b/object/oidc_discovery.go @@ -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. diff --git a/object/organization.go b/object/organization.go index f3543b9d..b9b6bb86 100644 --- a/object/organization.go +++ b/object/organization.go @@ -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. diff --git a/object/payment.go b/object/payment.go index 1b3912b0..2bdead86 100644 --- a/object/payment.go +++ b/object/payment.go @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/object/permission.go b/object/permission.go index 7c8a37d8..eda5b7c2 100644 --- a/object/permission.go +++ b/object/permission.go @@ -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. diff --git a/object/provider.go b/object/provider.go index 04d03944..98ec3354 100644 --- a/object/provider.go +++ b/object/provider.go @@ -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. diff --git a/object/provider_item.go b/object/provider_item.go index af63839c..72ac7cd9 100644 --- a/object/provider_item.go +++ b/object/provider_item.go @@ -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. diff --git a/object/record.go b/object/record.go index 318645cc..0c1b97d4 100644 --- a/object/record.go +++ b/object/record.go @@ -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. diff --git a/object/resource.go b/object/resource.go index 7bde6300..89eb6f4c 100644 --- a/object/resource.go +++ b/object/resource.go @@ -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. diff --git a/object/role.go b/object/role.go index d2effa76..672420be 100644 --- a/object/role.go +++ b/object/role.go @@ -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. diff --git a/object/saml.go b/object/saml.go index 535bbcf2..a48dc728 100644 --- a/object/saml.go +++ b/object/saml.go @@ -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. @@ -128,7 +128,7 @@ func buildSpKeyStore() dsig.X509KeyStore { if err != nil { panic(err) } - return &dsig.TLSCertKeyStore { + return &dsig.TLSCertKeyStore{ PrivateKey: keyPair.PrivateKey, Certificate: keyPair.Certificate, } diff --git a/object/signup_item.go b/object/signup_item.go index 67a90e64..43aec300 100644 --- a/object/signup_item.go +++ b/object/signup_item.go @@ -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. diff --git a/object/sms.go b/object/sms.go index 2765cd2e..4dd4fceb 100644 --- a/object/sms.go +++ b/object/sms.go @@ -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. diff --git a/object/storage.go b/object/storage.go index 4bf97ce9..a5a7dda0 100644 --- a/object/storage.go +++ b/object/storage.go @@ -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. diff --git a/object/syncer.go b/object/syncer.go index 988f2eec..a28562b7 100644 --- a/object/syncer.go +++ b/object/syncer.go @@ -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. diff --git a/object/syncer_affiliation.go b/object/syncer_affiliation.go index 1a1e87fe..a64e2a65 100644 --- a/object/syncer_affiliation.go +++ b/object/syncer_affiliation.go @@ -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. diff --git a/object/syncer_cron.go b/object/syncer_cron.go index e402ed22..a15f1dba 100644 --- a/object/syncer_cron.go +++ b/object/syncer_cron.go @@ -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. diff --git a/object/syncer_public_api.go b/object/syncer_public_api.go index 6d36af20..b016107a 100644 --- a/object/syncer_public_api.go +++ b/object/syncer_public_api.go @@ -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. diff --git a/object/syncer_sync.go b/object/syncer_sync.go index 733831bf..fb574239 100644 --- a/object/syncer_sync.go +++ b/object/syncer_sync.go @@ -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. diff --git a/object/syncer_user.go b/object/syncer_user.go index e1e63844..ac1f9b17 100644 --- a/object/syncer_user.go +++ b/object/syncer_user.go @@ -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. diff --git a/object/syncer_user_test.go b/object/syncer_user_test.go index a2665b50..2cf986d3 100644 --- a/object/syncer_user_test.go +++ b/object/syncer_user_test.go @@ -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. // You may obtain a copy of the License at @@ -10,6 +10,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. +//go:build !skipCi // +build !skipCi package object diff --git a/object/syncer_util.go b/object/syncer_util.go index 3bf06b7c..c0259b9e 100644 --- a/object/syncer_util.go +++ b/object/syncer_util.go @@ -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. diff --git a/object/syner_db_user.go b/object/syner_db_user.go index 592a1cf6..241960ed 100644 --- a/object/syner_db_user.go +++ b/object/syner_db_user.go @@ -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. diff --git a/object/token.go b/object/token.go index 487cea8c..f8bd0626 100644 --- a/object/token.go +++ b/object/token.go @@ -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. diff --git a/object/token_jwt.go b/object/token_jwt.go index 21deb8b8..2c16738a 100644 --- a/object/token_jwt.go +++ b/object/token_jwt.go @@ -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. diff --git a/object/token_jwt_key.go b/object/token_jwt_key.go index 1c5c1abf..4cd33eb7 100644 --- a/object/token_jwt_key.go +++ b/object/token_jwt_key.go @@ -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. diff --git a/object/token_jwt_key_test.go b/object/token_jwt_key_test.go index cee13d6f..6f0c6bab 100644 --- a/object/token_jwt_key_test.go +++ b/object/token_jwt_key_test.go @@ -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. diff --git a/object/user.go b/object/user.go index 0465664d..535b5cce 100644 --- a/object/user.go +++ b/object/user.go @@ -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. diff --git a/object/user_cred.go b/object/user_cred.go index 61a6fc7e..ae5bc299 100644 --- a/object/user_cred.go +++ b/object/user_cred.go @@ -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. diff --git a/object/user_test.go b/object/user_test.go index a8593410..06215ffc 100644 --- a/object/user_test.go +++ b/object/user_test.go @@ -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. diff --git a/object/user_upload.go b/object/user_upload.go index bb888d93..29f4d3ee 100644 --- a/object/user_upload.go +++ b/object/user_upload.go @@ -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. diff --git a/object/user_util.go b/object/user_util.go index 2f9cdaf7..1a92bd5e 100644 --- a/object/user_util.go +++ b/object/user_util.go @@ -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. diff --git a/object/verification.go b/object/verification.go index e8c9b4dd..6cac8b44 100644 --- a/object/verification.go +++ b/object/verification.go @@ -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. diff --git a/object/webhook.go b/object/webhook.go index 3ca49163..806984f1 100644 --- a/object/webhook.go +++ b/object/webhook.go @@ -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. diff --git a/object/webhook_util.go b/object/webhook_util.go index c5677eed..a7458d8a 100644 --- a/object/webhook_util.go +++ b/object/webhook_util.go @@ -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. diff --git a/proxy/proxy.go b/proxy/proxy.go index 0255ea61..aff04286 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -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. diff --git a/routers/authz_filter.go b/routers/authz_filter.go index 0942fc83..2e431657 100644 --- a/routers/authz_filter.go +++ b/routers/authz_filter.go @@ -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. diff --git a/routers/auto_signin_filter.go b/routers/auto_signin_filter.go index 3d75d1ca..1e807bb3 100644 --- a/routers/auto_signin_filter.go +++ b/routers/auto_signin_filter.go @@ -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. diff --git a/routers/base.go b/routers/base.go index df4ab196..1f021dcb 100644 --- a/routers/base.go +++ b/routers/base.go @@ -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. diff --git a/routers/record.go b/routers/record.go index 922190e3..c5c31bba 100644 --- a/routers/record.go +++ b/routers/record.go @@ -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. diff --git a/routers/router.go b/routers/router.go index aa67e269..6d0f8e1c 100644 --- a/routers/router.go +++ b/routers/router.go @@ -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. diff --git a/routers/static_filter.go b/routers/static_filter.go index 64f0037b..205e2685 100644 --- a/routers/static_filter.go +++ b/routers/static_filter.go @@ -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. diff --git a/storage/aliyun_oss.go b/storage/aliyun_oss.go index 2d59699e..b0837cd2 100644 --- a/storage/aliyun_oss.go +++ b/storage/aliyun_oss.go @@ -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. diff --git a/storage/aws_s3.go b/storage/aws_s3.go index deec7605..f2f59a0f 100644 --- a/storage/aws_s3.go +++ b/storage/aws_s3.go @@ -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. diff --git a/storage/local_file_system.go b/storage/local_file_system.go index 4d32bf2b..becab32c 100644 --- a/storage/local_file_system.go +++ b/storage/local_file_system.go @@ -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. diff --git a/storage/storage.go b/storage/storage.go index 788441ac..ab75b398 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -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. diff --git a/storage/tencent_cloud_cos.go b/storage/tencent_cloud_cos.go index 72362747..7e70e88e 100644 --- a/storage/tencent_cloud_cos.go +++ b/storage/tencent_cloud_cos.go @@ -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. diff --git a/util/json.go b/util/json.go index 1b969852..f5631167 100644 --- a/util/json.go +++ b/util/json.go @@ -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. diff --git a/util/log.go b/util/log.go index be5f87de..1a60f92e 100644 --- a/util/log.go +++ b/util/log.go @@ -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. diff --git a/util/path.go b/util/path.go index eead5bfd..4687ed1c 100644 --- a/util/path.go +++ b/util/path.go @@ -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. diff --git a/util/random.go b/util/random.go index 7b6e0aae..28321471 100644 --- a/util/random.go +++ b/util/random.go @@ -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. diff --git a/util/regex.go b/util/regex.go index 1cc0b357..a2293183 100644 --- a/util/regex.go +++ b/util/regex.go @@ -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. diff --git a/util/setting.go b/util/setting.go index 844be1f4..0d13ca92 100644 --- a/util/setting.go +++ b/util/setting.go @@ -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. diff --git a/util/setting_test.go b/util/setting_test.go index d0a34711..f85a4c5b 100644 --- a/util/setting_test.go +++ b/util/setting_test.go @@ -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. diff --git a/util/string.go b/util/string.go index 3c6410f0..b7aeba17 100644 --- a/util/string.go +++ b/util/string.go @@ -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. diff --git a/util/time.go b/util/time.go index 1b09e163..04254eb1 100644 --- a/util/time.go +++ b/util/time.go @@ -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. diff --git a/util/time_test.go b/util/time_test.go index 1d1ef4c2..5736a924 100644 --- a/util/time_test.go +++ b/util/time_test.go @@ -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. diff --git a/web/src/App.js b/web/src/App.js index fb89cfc7..29bb0446 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -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. diff --git a/web/src/App.test.js b/web/src/App.test.js index 8bd2d65e..2942ba59 100644 --- a/web/src/App.test.js +++ b/web/src/App.test.js @@ -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. diff --git a/web/src/ApplicationEditPage.js b/web/src/ApplicationEditPage.js index a0a7320e..847c51ba 100644 --- a/web/src/ApplicationEditPage.js +++ b/web/src/ApplicationEditPage.js @@ -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. diff --git a/web/src/ApplicationListPage.js b/web/src/ApplicationListPage.js index 872a2e25..39e19593 100644 --- a/web/src/ApplicationListPage.js +++ b/web/src/ApplicationListPage.js @@ -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. diff --git a/web/src/BaseListPage.js b/web/src/BaseListPage.js index b38dd0e3..0875f446 100644 --- a/web/src/BaseListPage.js +++ b/web/src/BaseListPage.js @@ -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. diff --git a/web/src/CertEditPage.js b/web/src/CertEditPage.js index 40570cc9..ae10430d 100644 --- a/web/src/CertEditPage.js +++ b/web/src/CertEditPage.js @@ -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. diff --git a/web/src/CertListPage.js b/web/src/CertListPage.js index 3d9c4bc1..037371fc 100644 --- a/web/src/CertListPage.js +++ b/web/src/CertListPage.js @@ -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. diff --git a/web/src/Conf.js b/web/src/Conf.js index 8d0c25e6..a15761d0 100644 --- a/web/src/Conf.js +++ b/web/src/Conf.js @@ -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. diff --git a/web/src/CropperDiv.js b/web/src/CropperDiv.js index cb27c0b9..69ea9522 100644 --- a/web/src/CropperDiv.js +++ b/web/src/CropperDiv.js @@ -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. diff --git a/web/src/CustomGithubCorner.js b/web/src/CustomGithubCorner.js index 6b161bbc..be668547 100644 --- a/web/src/CustomGithubCorner.js +++ b/web/src/CustomGithubCorner.js @@ -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. diff --git a/web/src/LdapEditPage.js b/web/src/LdapEditPage.js index 9353aa32..26920c05 100644 --- a/web/src/LdapEditPage.js +++ b/web/src/LdapEditPage.js @@ -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. diff --git a/web/src/LdapListPage.js b/web/src/LdapListPage.js index 314e76d7..a5957520 100644 --- a/web/src/LdapListPage.js +++ b/web/src/LdapListPage.js @@ -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. diff --git a/web/src/LdapSyncPage.js b/web/src/LdapSyncPage.js index 32cf4483..e0c28455 100644 --- a/web/src/LdapSyncPage.js +++ b/web/src/LdapSyncPage.js @@ -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. diff --git a/web/src/LdapTable.js b/web/src/LdapTable.js index 1943dece..8e5673d5 100644 --- a/web/src/LdapTable.js +++ b/web/src/LdapTable.js @@ -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. diff --git a/web/src/OrganizationEditPage.js b/web/src/OrganizationEditPage.js index 973c44a8..2cce1baa 100644 --- a/web/src/OrganizationEditPage.js +++ b/web/src/OrganizationEditPage.js @@ -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. diff --git a/web/src/OrganizationListPage.js b/web/src/OrganizationListPage.js index 5d006896..33f3be16 100644 --- a/web/src/OrganizationListPage.js +++ b/web/src/OrganizationListPage.js @@ -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. diff --git a/web/src/PasswordModal.js b/web/src/PasswordModal.js index 7e2084ca..cfe7faa4 100644 --- a/web/src/PasswordModal.js +++ b/web/src/PasswordModal.js @@ -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. diff --git a/web/src/PaymentEditPage.js b/web/src/PaymentEditPage.js index 07240373..249d57e1 100644 --- a/web/src/PaymentEditPage.js +++ b/web/src/PaymentEditPage.js @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/web/src/PaymentListPage.js b/web/src/PaymentListPage.js index 41549367..660596d0 100644 --- a/web/src/PaymentListPage.js +++ b/web/src/PaymentListPage.js @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/web/src/PermissionEditPage.js b/web/src/PermissionEditPage.js index ec6b8b55..8394998b 100644 --- a/web/src/PermissionEditPage.js +++ b/web/src/PermissionEditPage.js @@ -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. diff --git a/web/src/PermissionListPage.js b/web/src/PermissionListPage.js index 7a0f0f70..cb0d005e 100644 --- a/web/src/PermissionListPage.js +++ b/web/src/PermissionListPage.js @@ -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. diff --git a/web/src/ProviderEditPage.js b/web/src/ProviderEditPage.js index 7296e3e5..0d816f7b 100644 --- a/web/src/ProviderEditPage.js +++ b/web/src/ProviderEditPage.js @@ -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. diff --git a/web/src/ProviderListPage.js b/web/src/ProviderListPage.js index 585d14b4..de6e4f61 100644 --- a/web/src/ProviderListPage.js +++ b/web/src/ProviderListPage.js @@ -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. diff --git a/web/src/ProviderTable.js b/web/src/ProviderTable.js index 4f23ed85..bca0b4da 100644 --- a/web/src/ProviderTable.js +++ b/web/src/ProviderTable.js @@ -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. diff --git a/web/src/RecordListPage.js b/web/src/RecordListPage.js index 967aa5f2..752db69a 100644 --- a/web/src/RecordListPage.js +++ b/web/src/RecordListPage.js @@ -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. diff --git a/web/src/ResetModal.js b/web/src/ResetModal.js index e134708a..bc6233ce 100644 --- a/web/src/ResetModal.js +++ b/web/src/ResetModal.js @@ -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. diff --git a/web/src/ResourceListPage.js b/web/src/ResourceListPage.js index 26b9f8f4..250b4857 100644 --- a/web/src/ResourceListPage.js +++ b/web/src/ResourceListPage.js @@ -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. diff --git a/web/src/RoleEditPage.js b/web/src/RoleEditPage.js index a17e4325..b863ee0b 100644 --- a/web/src/RoleEditPage.js +++ b/web/src/RoleEditPage.js @@ -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. diff --git a/web/src/RoleListPage.js b/web/src/RoleListPage.js index f527749f..20b1efd0 100644 --- a/web/src/RoleListPage.js +++ b/web/src/RoleListPage.js @@ -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. diff --git a/web/src/SelectLanguageBox.js b/web/src/SelectLanguageBox.js index 50ab17c8..917cff7c 100644 --- a/web/src/SelectLanguageBox.js +++ b/web/src/SelectLanguageBox.js @@ -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. diff --git a/web/src/SelectRegionBox.js b/web/src/SelectRegionBox.js index 552f3eb9..ddb31364 100644 --- a/web/src/SelectRegionBox.js +++ b/web/src/SelectRegionBox.js @@ -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. diff --git a/web/src/Setting.js b/web/src/Setting.js index b03959dc..20a3313d 100644 --- a/web/src/Setting.js +++ b/web/src/Setting.js @@ -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. diff --git a/web/src/SignupTable.js b/web/src/SignupTable.js index 5e61d600..4f9be73d 100644 --- a/web/src/SignupTable.js +++ b/web/src/SignupTable.js @@ -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. diff --git a/web/src/SyncerEditPage.js b/web/src/SyncerEditPage.js index c046de36..4172bc89 100644 --- a/web/src/SyncerEditPage.js +++ b/web/src/SyncerEditPage.js @@ -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. diff --git a/web/src/SyncerListPage.js b/web/src/SyncerListPage.js index d40984f8..77ce0f2f 100644 --- a/web/src/SyncerListPage.js +++ b/web/src/SyncerListPage.js @@ -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. diff --git a/web/src/SyncerTableColumnTable.js b/web/src/SyncerTableColumnTable.js index 00d3c195..022c9f3c 100644 --- a/web/src/SyncerTableColumnTable.js +++ b/web/src/SyncerTableColumnTable.js @@ -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. diff --git a/web/src/TokenEditPage.js b/web/src/TokenEditPage.js index cfbfc45d..4747e404 100644 --- a/web/src/TokenEditPage.js +++ b/web/src/TokenEditPage.js @@ -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. diff --git a/web/src/TokenListPage.js b/web/src/TokenListPage.js index bbb284ec..a753e620 100644 --- a/web/src/TokenListPage.js +++ b/web/src/TokenListPage.js @@ -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. diff --git a/web/src/UrlTable.js b/web/src/UrlTable.js index 5dd6013e..57947a9e 100644 --- a/web/src/UrlTable.js +++ b/web/src/UrlTable.js @@ -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. diff --git a/web/src/UserEditPage.js b/web/src/UserEditPage.js index 21825ae7..52ae99c7 100644 --- a/web/src/UserEditPage.js +++ b/web/src/UserEditPage.js @@ -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. diff --git a/web/src/UserListPage.js b/web/src/UserListPage.js index 725f9097..0c05488f 100644 --- a/web/src/UserListPage.js +++ b/web/src/UserListPage.js @@ -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. diff --git a/web/src/WebhookEditPage.js b/web/src/WebhookEditPage.js index 8a7eaf77..227f6a64 100644 --- a/web/src/WebhookEditPage.js +++ b/web/src/WebhookEditPage.js @@ -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. diff --git a/web/src/WebhookHeaderTable.js b/web/src/WebhookHeaderTable.js index 27fc6278..69c5c517 100644 --- a/web/src/WebhookHeaderTable.js +++ b/web/src/WebhookHeaderTable.js @@ -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. diff --git a/web/src/WebhookListPage.js b/web/src/WebhookListPage.js index 8ab534d7..a1f33a0e 100644 --- a/web/src/WebhookListPage.js +++ b/web/src/WebhookListPage.js @@ -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. diff --git a/web/src/account/AccountPage.js b/web/src/account/AccountPage.js index 1b1a2b75..603e621b 100644 --- a/web/src/account/AccountPage.js +++ b/web/src/account/AccountPage.js @@ -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. diff --git a/web/src/auth/AppleLoginButton.js b/web/src/auth/AppleLoginButton.js index 97cf216e..24a9fb42 100644 --- a/web/src/auth/AppleLoginButton.js +++ b/web/src/auth/AppleLoginButton.js @@ -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. diff --git a/web/src/auth/Auth.js b/web/src/auth/Auth.js index d1f6cb41..ca629b02 100644 --- a/web/src/auth/Auth.js +++ b/web/src/auth/Auth.js @@ -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. diff --git a/web/src/auth/AuthBackend.js b/web/src/auth/AuthBackend.js index 5b5c4f67..805acb0d 100644 --- a/web/src/auth/AuthBackend.js +++ b/web/src/auth/AuthBackend.js @@ -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. diff --git a/web/src/auth/AuthCallback.js b/web/src/auth/AuthCallback.js index e077a2de..f57bfcb9 100644 --- a/web/src/auth/AuthCallback.js +++ b/web/src/auth/AuthCallback.js @@ -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. diff --git a/web/src/auth/AzureADLoginButton.js b/web/src/auth/AzureADLoginButton.js index d626fb61..e09c5b3a 100644 --- a/web/src/auth/AzureADLoginButton.js +++ b/web/src/auth/AzureADLoginButton.js @@ -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. diff --git a/web/src/auth/BaiduLoginButton.js b/web/src/auth/BaiduLoginButton.js index 5aeddc16..06908881 100644 --- a/web/src/auth/BaiduLoginButton.js +++ b/web/src/auth/BaiduLoginButton.js @@ -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. diff --git a/web/src/auth/DingTalkLoginButton.js b/web/src/auth/DingTalkLoginButton.js index ed335500..90b0c652 100644 --- a/web/src/auth/DingTalkLoginButton.js +++ b/web/src/auth/DingTalkLoginButton.js @@ -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. diff --git a/web/src/auth/FacebookLoginButton.js b/web/src/auth/FacebookLoginButton.js index a7ada7e1..e9851220 100644 --- a/web/src/auth/FacebookLoginButton.js +++ b/web/src/auth/FacebookLoginButton.js @@ -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. diff --git a/web/src/auth/ForgetPage.js b/web/src/auth/ForgetPage.js index 636ca8f2..bb687959 100644 --- a/web/src/auth/ForgetPage.js +++ b/web/src/auth/ForgetPage.js @@ -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. diff --git a/web/src/auth/GitHubLoginButton.js b/web/src/auth/GitHubLoginButton.js index 6a30fc59..34988099 100644 --- a/web/src/auth/GitHubLoginButton.js +++ b/web/src/auth/GitHubLoginButton.js @@ -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. diff --git a/web/src/auth/GitLabLoginButton.js b/web/src/auth/GitLabLoginButton.js index b76eb0cd..d7c4cd39 100644 --- a/web/src/auth/GitLabLoginButton.js +++ b/web/src/auth/GitLabLoginButton.js @@ -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. diff --git a/web/src/auth/GiteeLoginButton.js b/web/src/auth/GiteeLoginButton.js index 33a52501..7321cd81 100644 --- a/web/src/auth/GiteeLoginButton.js +++ b/web/src/auth/GiteeLoginButton.js @@ -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. diff --git a/web/src/auth/GoogleLoginButton.js b/web/src/auth/GoogleLoginButton.js index e07d07f2..f6e9ce54 100644 --- a/web/src/auth/GoogleLoginButton.js +++ b/web/src/auth/GoogleLoginButton.js @@ -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. diff --git a/web/src/auth/InfoflowLoginButton.js b/web/src/auth/InfoflowLoginButton.js index de8bf329..b2d19385 100644 --- a/web/src/auth/InfoflowLoginButton.js +++ b/web/src/auth/InfoflowLoginButton.js @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/web/src/auth/LarkLoginButton.js b/web/src/auth/LarkLoginButton.js index f23efa6d..17af206d 100644 --- a/web/src/auth/LarkLoginButton.js +++ b/web/src/auth/LarkLoginButton.js @@ -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. diff --git a/web/src/auth/LinkedInLoginButton.js b/web/src/auth/LinkedInLoginButton.js index 0ab445e4..6dcf4046 100644 --- a/web/src/auth/LinkedInLoginButton.js +++ b/web/src/auth/LinkedInLoginButton.js @@ -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. diff --git a/web/src/auth/LoginPage.js b/web/src/auth/LoginPage.js index 6e8dc08e..22154503 100644 --- a/web/src/auth/LoginPage.js +++ b/web/src/auth/LoginPage.js @@ -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. diff --git a/web/src/auth/OidcDiscoveryPage.js b/web/src/auth/OidcDiscoveryPage.js index 653b3e25..9f7ca729 100644 --- a/web/src/auth/OidcDiscoveryPage.js +++ b/web/src/auth/OidcDiscoveryPage.js @@ -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. diff --git a/web/src/auth/PromptPage.js b/web/src/auth/PromptPage.js index f2cce8fe..dff1cf2d 100644 --- a/web/src/auth/PromptPage.js +++ b/web/src/auth/PromptPage.js @@ -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. diff --git a/web/src/auth/Provider.js b/web/src/auth/Provider.js index 762e9e3c..cec90af3 100644 --- a/web/src/auth/Provider.js +++ b/web/src/auth/Provider.js @@ -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. diff --git a/web/src/auth/QqLoginButton.js b/web/src/auth/QqLoginButton.js index a775c8ac..b32f42b8 100644 --- a/web/src/auth/QqLoginButton.js +++ b/web/src/auth/QqLoginButton.js @@ -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. diff --git a/web/src/auth/ResultPage.js b/web/src/auth/ResultPage.js index 17af3d62..6790e02e 100644 --- a/web/src/auth/ResultPage.js +++ b/web/src/auth/ResultPage.js @@ -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. diff --git a/web/src/auth/SamlCallback.js b/web/src/auth/SamlCallback.js index 2ef1c646..cafe93ce 100644 --- a/web/src/auth/SamlCallback.js +++ b/web/src/auth/SamlCallback.js @@ -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. diff --git a/web/src/auth/SelfForgetPage.js b/web/src/auth/SelfForgetPage.js index b321eb56..f15bec14 100644 --- a/web/src/auth/SelfForgetPage.js +++ b/web/src/auth/SelfForgetPage.js @@ -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. diff --git a/web/src/auth/SelfLoginButton.js b/web/src/auth/SelfLoginButton.js index a6d574b8..f326bfeb 100644 --- a/web/src/auth/SelfLoginButton.js +++ b/web/src/auth/SelfLoginButton.js @@ -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. diff --git a/web/src/auth/SelfLoginPage.js b/web/src/auth/SelfLoginPage.js index c90aa340..474f8dfa 100644 --- a/web/src/auth/SelfLoginPage.js +++ b/web/src/auth/SelfLoginPage.js @@ -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. diff --git a/web/src/auth/SignupPage.js b/web/src/auth/SignupPage.js index abb98a0c..4729bfb9 100644 --- a/web/src/auth/SignupPage.js +++ b/web/src/auth/SignupPage.js @@ -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. diff --git a/web/src/auth/SlackLoginButton.js b/web/src/auth/SlackLoginButton.js index a9409f76..bedc5091 100644 --- a/web/src/auth/SlackLoginButton.js +++ b/web/src/auth/SlackLoginButton.js @@ -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. diff --git a/web/src/auth/Util.js b/web/src/auth/Util.js index 88f3cb34..af268628 100644 --- a/web/src/auth/Util.js +++ b/web/src/auth/Util.js @@ -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. diff --git a/web/src/auth/WeComLoginButton.js b/web/src/auth/WeComLoginButton.js index 4041b658..86b1546b 100644 --- a/web/src/auth/WeComLoginButton.js +++ b/web/src/auth/WeComLoginButton.js @@ -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. diff --git a/web/src/auth/WechatLoginButton.js b/web/src/auth/WechatLoginButton.js index c635f72d..35a625e2 100644 --- a/web/src/auth/WechatLoginButton.js +++ b/web/src/auth/WechatLoginButton.js @@ -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. diff --git a/web/src/auth/WeiboLoginButton.js b/web/src/auth/WeiboLoginButton.js index a7028dc8..49a22bd4 100644 --- a/web/src/auth/WeiboLoginButton.js +++ b/web/src/auth/WeiboLoginButton.js @@ -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. diff --git a/web/src/backend/ApplicationBackend.js b/web/src/backend/ApplicationBackend.js index 0c4f5b06..ee04e4d3 100644 --- a/web/src/backend/ApplicationBackend.js +++ b/web/src/backend/ApplicationBackend.js @@ -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. diff --git a/web/src/backend/CertBackend.js b/web/src/backend/CertBackend.js index de664c43..e100e21f 100644 --- a/web/src/backend/CertBackend.js +++ b/web/src/backend/CertBackend.js @@ -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. diff --git a/web/src/backend/LdapBackend.js b/web/src/backend/LdapBackend.js index c47a470f..090cd637 100644 --- a/web/src/backend/LdapBackend.js +++ b/web/src/backend/LdapBackend.js @@ -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. diff --git a/web/src/backend/OrganizationBackend.js b/web/src/backend/OrganizationBackend.js index d2494925..36eb0619 100644 --- a/web/src/backend/OrganizationBackend.js +++ b/web/src/backend/OrganizationBackend.js @@ -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. diff --git a/web/src/backend/PaymentBackend.js b/web/src/backend/PaymentBackend.js index 85bb76f6..4aa50abd 100644 --- a/web/src/backend/PaymentBackend.js +++ b/web/src/backend/PaymentBackend.js @@ -1,4 +1,4 @@ -// Copyright 2022 The casbin Authors. All Rights Reserved. +// Copyright 2022 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/web/src/backend/PermissionBackend.js b/web/src/backend/PermissionBackend.js index 405242f8..ad22c0a2 100644 --- a/web/src/backend/PermissionBackend.js +++ b/web/src/backend/PermissionBackend.js @@ -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. diff --git a/web/src/backend/ProviderBackend.js b/web/src/backend/ProviderBackend.js index cd1611a0..c76b0b02 100644 --- a/web/src/backend/ProviderBackend.js +++ b/web/src/backend/ProviderBackend.js @@ -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. diff --git a/web/src/backend/RecordBackend.js b/web/src/backend/RecordBackend.js index 72269e57..f63343dd 100644 --- a/web/src/backend/RecordBackend.js +++ b/web/src/backend/RecordBackend.js @@ -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. diff --git a/web/src/backend/ResourceBackend.js b/web/src/backend/ResourceBackend.js index 91f61f3f..28d41d2a 100644 --- a/web/src/backend/ResourceBackend.js +++ b/web/src/backend/ResourceBackend.js @@ -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. diff --git a/web/src/backend/RoleBackend.js b/web/src/backend/RoleBackend.js index 2505f9f9..44f3de12 100644 --- a/web/src/backend/RoleBackend.js +++ b/web/src/backend/RoleBackend.js @@ -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. diff --git a/web/src/backend/SyncerBackend.js b/web/src/backend/SyncerBackend.js index 0eec9bf3..ae1c4196 100644 --- a/web/src/backend/SyncerBackend.js +++ b/web/src/backend/SyncerBackend.js @@ -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. diff --git a/web/src/backend/TokenBackend.js b/web/src/backend/TokenBackend.js index 0100b6fa..81b63a12 100644 --- a/web/src/backend/TokenBackend.js +++ b/web/src/backend/TokenBackend.js @@ -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. diff --git a/web/src/backend/UserBackend.js b/web/src/backend/UserBackend.js index a43d1b93..c497312f 100644 --- a/web/src/backend/UserBackend.js +++ b/web/src/backend/UserBackend.js @@ -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. diff --git a/web/src/backend/WebhookBackend.js b/web/src/backend/WebhookBackend.js index 92a862ef..6a52f372 100644 --- a/web/src/backend/WebhookBackend.js +++ b/web/src/backend/WebhookBackend.js @@ -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. diff --git a/web/src/basic/HomePage.js b/web/src/basic/HomePage.js index 76d58b08..6c897b8d 100644 --- a/web/src/basic/HomePage.js +++ b/web/src/basic/HomePage.js @@ -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. diff --git a/web/src/basic/SingleCard.js b/web/src/basic/SingleCard.js index d318b97f..fedc0e91 100644 --- a/web/src/basic/SingleCard.js +++ b/web/src/basic/SingleCard.js @@ -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. diff --git a/web/src/common/AffiliationSelect.js b/web/src/common/AffiliationSelect.js index 2c2c6bd2..165e3d66 100644 --- a/web/src/common/AffiliationSelect.js +++ b/web/src/common/AffiliationSelect.js @@ -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. diff --git a/web/src/common/CountDownInput.js b/web/src/common/CountDownInput.js index 4b050256..ab6e6db7 100644 --- a/web/src/common/CountDownInput.js +++ b/web/src/common/CountDownInput.js @@ -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. diff --git a/web/src/common/OAuthWidget.js b/web/src/common/OAuthWidget.js index 1e7da78a..821cef7f 100644 --- a/web/src/common/OAuthWidget.js +++ b/web/src/common/OAuthWidget.js @@ -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. diff --git a/web/src/i18n.js b/web/src/i18n.js index ae81ea48..e92a3af2 100644 --- a/web/src/i18n.js +++ b/web/src/i18n.js @@ -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. diff --git a/web/src/index.js b/web/src/index.js index 34156852..34d76a59 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -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. diff --git a/web/src/serviceWorker.js b/web/src/serviceWorker.js index cf5b1989..18f0bfe7 100644 --- a/web/src/serviceWorker.js +++ b/web/src/serviceWorker.js @@ -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. diff --git a/web/src/setupTests.js b/web/src/setupTests.js index 5a7204b3..8bf4da31 100644 --- a/web/src/setupTests.js +++ b/web/src/setupTests.js @@ -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. diff --git a/xlsx/xlsx.go b/xlsx/xlsx.go index 3548278a..c8ff0953 100644 --- a/xlsx/xlsx.go +++ b/xlsx/xlsx.go @@ -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. diff --git a/xlsx/xlsx_test.go b/xlsx/xlsx_test.go index df0a6a2d..4884adee 100644 --- a/xlsx/xlsx_test.go +++ b/xlsx/xlsx_test.go @@ -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) -} \ No newline at end of file +}