From 64c954801970b29aef611a545c870a61d980451d Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 13 Mar 2021 23:06:03 +0800 Subject: [PATCH] Update license header. --- controllers/application.go | 2 +- controllers/auth.go | 2 +- controllers/base.go | 2 +- controllers/organization.go | 2 +- controllers/provider.go | 2 +- controllers/user.go | 2 +- main.go | 2 +- object/adapter.go | 2 +- object/application.go | 2 +- object/check.go | 2 +- object/organization.go | 2 +- object/provider.go | 2 +- object/user.go | 2 +- routers/router.go | 2 +- routers/static_filter.go | 2 +- util/path.go | 2 +- util/string.go | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/controllers/application.go b/controllers/application.go index 2c573819..591015fc 100644 --- a/controllers/application.go +++ b/controllers/application.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 dec507df..ab49ad77 100644 --- a/controllers/auth.go +++ b/controllers/auth.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 6da83211..b53f98a7 100644 --- a/controllers/base.go +++ b/controllers/base.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 86f1fa9f..7aad45fb 100644 --- a/controllers/organization.go +++ b/controllers/organization.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 d7eb442e..cdad47d3 100644 --- a/controllers/provider.go +++ b/controllers/provider.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 6f000fb5..e63f415c 100644 --- a/controllers/user.go +++ b/controllers/user.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 bb12d5c5..55fb7770 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 d7ee39c2..aab9110b 100644 --- a/object/adapter.go +++ b/object/adapter.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 83010fa7..34296be1 100644 --- a/object/application.go +++ b/object/application.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 e3979af8..582d2380 100644 --- a/object/check.go +++ b/object/check.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 8cfe537e..6118a1b5 100644 --- a/object/organization.go +++ b/object/organization.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 4eec20b3..e73f7779 100644 --- a/object/provider.go +++ b/object/provider.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 fb4bb507..aa0d11a6 100644 --- a/object/user.go +++ b/object/user.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 46d62e55..62247d76 100644 --- a/routers/router.go +++ b/routers/router.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 cf1c15fb..ea755345 100644 --- a/routers/static_filter.go +++ b/routers/static_filter.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 91b01083..93ca0013 100644 --- a/util/path.go +++ b/util/path.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All 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 9a3ab488..955d1ad3 100644 --- a/util/string.go +++ b/util/string.go @@ -1,4 +1,4 @@ -// Copyright 2020 The casbin Authors. All Rights Reserved. +// Copyright 2021 The casbin Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.