diff --git a/sources/src/main/scala/raw/creds/oauth2/api/RenewedAccessToken.scala b/sources/src/main/scala/raw/creds/oauth2/api/RenewedAccessToken.scala index 0e00e287d..52403bf50 100644 --- a/sources/src/main/scala/raw/creds/oauth2/api/RenewedAccessToken.scala +++ b/sources/src/main/scala/raw/creds/oauth2/api/RenewedAccessToken.scala @@ -1,3 +1,15 @@ +/* + * Copyright 2024 RAW Labs S.A. + * + * Use of this software is governed by the Business Source License + * included in the file licenses/BSL.txt. + * + * As of the Change Date specified in that file, in accordance with + * the Business Source License, use of this software will be governed + * by the Apache License, Version 2.0, included in the file + * licenses/APL.txt. + */ + package raw.creds.oauth2.api import java.time.Instant diff --git a/sources/src/main/scala/raw/creds/oauth2/generic/GenericOAuth2Client.scala b/sources/src/main/scala/raw/creds/oauth2/generic/GenericOAuth2Client.scala index c99f112b0..5d7def7dd 100644 --- a/sources/src/main/scala/raw/creds/oauth2/generic/GenericOAuth2Client.scala +++ b/sources/src/main/scala/raw/creds/oauth2/generic/GenericOAuth2Client.scala @@ -1,3 +1,15 @@ +/* + * Copyright 2024 RAW Labs S.A. + * + * Use of this software is governed by the Business Source License + * included in the file licenses/BSL.txt. + * + * As of the Change Date specified in that file, in accordance with + * the Business Source License, use of this software will be governed + * by the Apache License, Version 2.0, included in the file + * licenses/APL.txt. + */ + package raw.creds.oauth2.generic import raw.creds.oauth2.api.OAuth2Client diff --git a/sources/src/main/scala/raw/creds/oauth2/shopify/ShopifyOAuth2Client.scala b/sources/src/main/scala/raw/creds/oauth2/shopify/ShopifyOAuth2Client.scala index aadaebca5..8dd0b2032 100644 --- a/sources/src/main/scala/raw/creds/oauth2/shopify/ShopifyOAuth2Client.scala +++ b/sources/src/main/scala/raw/creds/oauth2/shopify/ShopifyOAuth2Client.scala @@ -1,3 +1,15 @@ +/* + * Copyright 2024 RAW Labs S.A. + * + * Use of this software is governed by the Business Source License + * included in the file licenses/BSL.txt. + * + * As of the Change Date specified in that file, in accordance with + * the Business Source License, use of this software will be governed + * by the Apache License, Version 2.0, included in the file + * licenses/APL.txt. + */ + package raw.creds.oauth2.shopify import raw.creds.oauth2.api.OAuth2Client