Skip to content

Commit

Permalink
chore(ip): update license headers and since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
b2i-ci committed Oct 15, 2024
1 parent b09cf99 commit 7d8846c
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2023 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2021-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import com.b2international.snowowl.core.ResourceURI;

/**
* @since 9.3
* @since 9.4.0
*/
public class FhirModelHelpers {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import com.google.common.collect.ImmutableSet;

/**
* @since 9.2.0
* @since 9.4.0
*/
public final class R5ObjectFields {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2021-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2024 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
import com.b2international.snowowl.core.request.SystemRequestBuilder;

/**
* @since 8.0
* @since 9.4.0
*/
public final class FhirCodeSystemLookupRequestBuilder
extends BaseRequestBuilder<FhirCodeSystemLookupRequestBuilder, ServiceProvider, CodeSystemLookupResultParameters>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2024 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
import com.b2international.snowowl.core.request.SystemRequestBuilder;

/**
* @since 8.0
* @since 9.4.0
*/
public final class FhirCodeSystemSubsumesRequestBuilder
extends BaseRequestBuilder<FhirCodeSystemSubsumesRequestBuilder, ServiceProvider, CodeSystemSubsumptionResultParameters>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021-2024 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
import com.b2international.snowowl.core.request.SystemRequestBuilder;

/**
* @since 8.0
* @since 9.4.0
*/
public final class FhirCodeSystemValidateCodeRequestBuilder
extends BaseRequestBuilder<FhirCodeSystemValidateCodeRequestBuilder, ServiceProvider, CodeSystemValidateCodeResultParameters>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2020-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2018-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import com.google.common.collect.Maps;

/**
* @since 9.4
* @since 9.4.0
*/
public final class FhirMediaType {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2023 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2011-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import com.b2international.snowowl.snomed.common.SnomedTerminologyComponentConstants;

/**
* @since 9.3
* @since 9.4.0
*/
public class SnomedFhirConstants {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2021 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2018-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2023 B2i Healthcare, https://b2ihealthcare.com
* Copyright 2011-2024 B2i Healthcare, https://b2ihealthcare.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 7d8846c

Please sign in to comment.