diff --git a/LICENSE b/LICENSE index e9f975e..17c9d3c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 Dumindu Madunuwan +Copyright (c) 2019-2024 Dumindu Madunuwan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/api/router/middleware/requestlog/handler.go b/api/router/middleware/requestlog/handler.go index 61a2da1..ae440c2 100644 --- a/api/router/middleware/requestlog/handler.go +++ b/api/router/middleware/requestlog/handler.go @@ -1,4 +1,4 @@ -// Copyright 2019 The Go Cloud Development Kit Authors +// Copyright 2019-2024 The Go Cloud Development Kit Authors // Modified by Dumindu Madunuwan // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/api/router/middleware/requestlog/log_entry.go b/api/router/middleware/requestlog/log_entry.go index abdc7ca..4be1098 100644 --- a/api/router/middleware/requestlog/log_entry.go +++ b/api/router/middleware/requestlog/log_entry.go @@ -1,4 +1,4 @@ -// Copyright 2019 The Go Cloud Development Kit Authors +// Copyright 2019-2024 The Go Cloud Development Kit Authors // Modified by Dumindu Madunuwan // // Licensed under the Apache License, Version 2.0 (the "License");