[xml2rfc] Bug report: 3667 - 3668 exchanged

Niemi Aki (Nokia-M/Espoo) aki.niemi@nokia.com
Thu, 01 Apr 2004 10:13:21 +0300


This is a multi-part message in MIME format.
--------------070902080802020009010501
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Here's a patch that should fix this.

Cheers,
Aki

ext Miguel Garcia wrote:
> 
> Now with the right e-mail address in the Cc field. Please Reply to all, 
> so that Mikko Lonnfors gets a copy.
> 
> /Miguel
> 
> Miguel Garcia wrote:
> 
>>
>> Hi:
>>
>> This is a bug report. We noticed that if the xml source includes the 
>> ipr=full3667 attribute, xml2rfc introduces the following text:
>>
>>    By submitting this Internet-Draft, I certify that any applicable
>>    patent or other IPR claims of which I am aware have been disclosed,
>>    and any of which I become aware will be disclosed, in accordance with
>>    RFC 3667.
>>        ^^^^
>> However, according to section 5.1 of RFC 3667 the text should refer to 
>> RFC 3668, not 3667. The text in RFC 3667 reads:
>>
>>    "By submitting this Internet-Draft, I certify that any applicable
>>    patent or other IPR claims of which I am aware have been disclosed,
>>    and any of which I become aware will be disclosed, in accordance with
>>    RFC 3668."
>>        ^^^^
>>
>> Regards,
>>
>>     Miguel
> 
> 

--------------070902080802020009010501
Content-Type: text/plain;
 name="xml2rfc.tcl.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xml2rfc.tcl.patch"

--- xml2rfc.tcl	2004-02-20 22:24:58.000000000 +0200
+++ xml2rfc.tcl.new	2004-04-01 09:57:53.000000000 +0300
@@ -3313,14 +3313,14 @@
 I certify that any applicable patent or other IPR claims of which
 I am aware have been disclosed,
 and any of which I become aware will be disclosed,
-in accordance with RFC 3667."}
+in accordance with RFC 3668."}
 
                {noModification3667
 "By submitting this Internet-Draft,
 I certify that any applicable patent or other IPR claims of which
 I am aware have been disclosed,
 and any of which I become aware will be disclosed,
-in accordance with RFC 3667.
+in accordance with RFC 3668.
 This document may not be modified,
 and derivative works of it may not be created,
 except to publish it as an RFC and to translate it into languages other
@@ -3331,7 +3331,7 @@
 I certify that any applicable patent or other IPR claims of which
 I am aware have been disclosed,
 and any of which I become aware will be disclosed,
-in accordance with RFC 3667.
+in accordance with RFC 3668.
 This document may not be modified,
 and derivative works of it may not be created%IPREXTRACT%."} }
 

--------------070902080802020009010501--