diff --git a/recipes-sdk/s2n/s2n_1.5.5.bb b/recipes-sdk/s2n/s2n_1.5.5.bb index 267bdc817..a8b3cf811 100644 --- a/recipes-sdk/s2n/s2n_1.5.5.bb +++ b/recipes-sdk/s2n/s2n_1.5.5.bb @@ -1,42 +1,3 @@ -# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. -# The following is the difference between the old and the new license text. -# Please update the LICENSE value if needed, and summarize the changes in -# the commit message via 'License-Update:' tag. -# (example: 'License-Update: copyright years updated.') -# -# The changes: -# -# --- LICENSE -# +++ LICENSE -# @@ -200,25 +200,3 @@ -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# - -# -============================================================================ -# - S2N SUBCOMPONENTS: -# - -# - The s2n Project contains subcomponents with separate copyright notices -# - and license terms. Your use of the source code for these subcomponents is -# - subject to the terms and conditions of the following licenses. -# - -# - -# -======================================================================== -# -Third party MIT licenses -# -======================================================================== -# - -# -The following components are provided under the MIT License. See project link for details. -# - -# - -# - SIKE -# - -> s2n/pq-crypto/sike_r1/LICENSE.txt -# - -# - -# - -# -# - SUMMARY = "s2n" DESCRIPTION = "s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority." HOMEPAGE = "https://github.com/aws/s2n-tls"