~rockorager/go-jmap-devel

treewide: update license and rfc references v1 PROPOSED

Robin Jarry: 1
 treewide: update license and rfc references

 3 files changed, 12 insertions(+), 6 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rockorager/go-jmap-devel/patches/45239/mbox | git am -3
Learn more about email & git

[PATCH] treewide: update license and rfc references Export this patch

The reference to draft-ietf-jmap-core-17 is outdated. Add reference to
the official RFCs.

Signed-off-by: Robin Jarry <robin@jarry.cc>
---
 jmap.go         | 10 ++++------
 mail/mail.go    |  4 ++++
 mail/mdn/mdn.go |  4 ++++
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/jmap.go b/jmap.go
index 954355c9041e..0d3beb0644e3 100644
--- a/jmap.go
+++ b/jmap.go
@@ -1,11 +1,9 @@
// Package jmap implements JMAP Core protocol as defined in
// draft-ietf-jmap-core-17 (published March 2019).
// Package jmap implements JMAP Core protocol
// as defined in RFC 8620 published on July 2019.
//
// Documentation strings for most of the protocol objects are taken from (or
// based on) contents of draft-ietf-jmap-core-17 and is subject to the IETF
// Trust Provisions.
// See https://trustee.ietf.org/trust-legal-provisions.html for details.
// See included draft-ietf-jmap-core-17.txt for related copyright notices.
// based on) contents of RFC 8620 and is subject to the IETF Trust Provisions.
// See https://trustee.ietf.org/license-info for details.
package jmap

import (
diff --git a/mail/mail.go b/mail/mail.go
index e4c3f774877b..1a25eb61c2a1 100644
--- a/mail/mail.go
+++ b/mail/mail.go
@@ -1,5 +1,9 @@
// Package mail is an implementation of JSON Metal Application Protocol (JMAP)
// for MAIL (RFC 8621)
//
// Documentation strings for most of the protocol objects are taken from (or
// based on) contents of RFC 8621 and is subject to the IETF Trust Provisions.
// See https://trustee.ietf.org/license-info for details.
package mail

import (
diff --git a/mail/mdn/mdn.go b/mail/mdn/mdn.go
index 33ceae09330b..33d3af6d4e61 100644
--- a/mail/mdn/mdn.go
+++ b/mail/mdn/mdn.go
@@ -1,6 +1,10 @@
// Package mdn is an implementation of RFC 9007: Handling Message Disposition
// Notification with the JSON Meta Application Protocol (JMAP). In plain terms,
// it handles read receipts of emails.
//
// Documentation strings for most of the protocol objects are taken from (or
// based on) contents of RFC 9007 and is subject to the IETF Trust Provisions.
// See https://trustee.ietf.org/license-info for details.
package mdn

import "git.sr.ht/~rockorager/go-jmap"
-- 
2.41.0