diff --git a/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts b/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts index 612e26f..5894d0d 100644 --- a/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts +++ b/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/client.ts @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * 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/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/server.ts b/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/server.ts index 26786c1..4ee3cf3 100644 --- a/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/server.ts +++ b/packages/rsocket-examples/src/composite-metadata/bearer-token-auth/server.ts @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 the original author or authors. + * Copyright 2021-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.