Skip to content

Commit

Permalink
Fix typo in PackageLicenseExpression (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchitj authored Aug 5, 2024
1 parent e52ed72 commit 2cbbaaa
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Confluent.Kafka/Confluent.Kafka.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Confluent's .NET Client for Apache Kafka</Description>
<Copyright>Copyright 2016-2020 Confluent Inc., Andreas Heider</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides field-level encryption for use with Confluent Schema Registry using AWS</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides field-level encryption for use with Confluent Schema Registry using Azure</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides field-level encryption for use with Confluent Schema Registry using GCP</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides field-level encryption for use with Confluent Schema Registry using Hashicorp Vault</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides field-level encryption for use with Confluent Schema Registry</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides schema rules support.</Description>
<Copyright>Copyright 2024 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2017-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description>
<Copyright>Copyright 2020-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>A .NET Client for Confluent Schema Registry</Description>
<Copyright>Copyright 2017-2022 Confluent Inc.</Copyright>
<PackageProjectUrl>https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl>
<PackageLicenceExpression>Apache-2.0</PackageLicenceExpression>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>confluent-logo.png</PackageIcon>
Expand Down

0 comments on commit 2cbbaaa

Please sign in to comment.