File 5193-megaco-Add-license-files-for-various-standard-docume.patch of Package erlang
From d554857f73ed335fdab098cc7f9a5d6ec111af3c Mon Sep 17 00:00:00 2001
From: Micael Karlberg <bmk@erlang.org>
Date: Wed, 9 Apr 2025 11:31:09 +0200
Subject: [PATCH 3/4] [megaco] Add license files for various standard documents
Add license files (with copyright notice) for various
standard documents (IETF and ITU-T).
---
.../doc/standard/draft-ietf-megaco-h248v2-04.txt.license | 7 +++++++
.../doc/standard/implementors_guide_v10-13.pdf.license | 8 ++++++++
lib/megaco/doc/standard/rfc3525.txt.license | 7 +++++++
lib/megaco/doc/standard/rfc4234.txt.license | 7 +++++++
lib/megaco/doc/standard/rfc4566.txt.license | 7 +++++++
5 files changed, 36 insertions(+)
create mode 100644 lib/megaco/doc/standard/draft-ietf-megaco-h248v2-04.txt.license
create mode 100644 lib/megaco/doc/standard/implementors_guide_v10-13.pdf.license
create mode 100644 lib/megaco/doc/standard/rfc3525.txt.license
create mode 100644 lib/megaco/doc/standard/rfc4234.txt.license
create mode 100644 lib/megaco/doc/standard/rfc4566.txt.license
diff --git a/lib/megaco/doc/standard/draft-ietf-megaco-h248v2-04.txt.license b/lib/megaco/doc/standard/draft-ietf-megaco-h248v2-04.txt.license
new file mode 100644
index 0000000000..eea2f4dc00
--- /dev/null
+++ b/lib/megaco/doc/standard/draft-ietf-megaco-h248v2-04.txt.license
@@ -0,0 +1,7 @@
+%CopyrightBegin%
+
+SPDX-License-Identifier: NOASSERTION
+
+Copyright (C) The Internet Society (2003). All Rights Reserved.
+
+%CopyrightEnd%
diff --git a/lib/megaco/doc/standard/implementors_guide_v10-13.pdf.license b/lib/megaco/doc/standard/implementors_guide_v10-13.pdf.license
new file mode 100644
index 0000000000..b3401ad2e9
--- /dev/null
+++ b/lib/megaco/doc/standard/implementors_guide_v10-13.pdf.license
@@ -0,0 +1,8 @@
+%CopyrightBegin%
+
+SPDX-License-Identifier: NOASSERTION
+
+%CopyrightEnd%
+
+It is currently unknown which copyright notice is appropriate for this
+ITU-T standard document (2003).
diff --git a/lib/megaco/doc/standard/rfc3525.txt.license b/lib/megaco/doc/standard/rfc3525.txt.license
new file mode 100644
index 0000000000..eea2f4dc00
--- /dev/null
+++ b/lib/megaco/doc/standard/rfc3525.txt.license
@@ -0,0 +1,7 @@
+%CopyrightBegin%
+
+SPDX-License-Identifier: NOASSERTION
+
+Copyright (C) The Internet Society (2003). All Rights Reserved.
+
+%CopyrightEnd%
diff --git a/lib/megaco/doc/standard/rfc4234.txt.license b/lib/megaco/doc/standard/rfc4234.txt.license
new file mode 100644
index 0000000000..c9d0adb6f4
--- /dev/null
+++ b/lib/megaco/doc/standard/rfc4234.txt.license
@@ -0,0 +1,7 @@
+%CopyrightBegin%
+
+SPDX-License-Identifier: NOASSERTION
+
+Copyright (C) The Internet Society (2005). All Rights Reserved.
+
+%CopyrightEnd%
diff --git a/lib/megaco/doc/standard/rfc4566.txt.license b/lib/megaco/doc/standard/rfc4566.txt.license
new file mode 100644
index 0000000000..cc5a6fd94c
--- /dev/null
+++ b/lib/megaco/doc/standard/rfc4566.txt.license
@@ -0,0 +1,7 @@
+%CopyrightBegin%
+
+SPDX-License-Identifier: NOASSERTION
+
+Copyright (C) The Internet Society (2006). All Rights Reserved.
+
+%CopyrightEnd%
--
2.43.0