From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH 2/2] [trivial] Documentation: broken URL in libata Date: Mon, 13 Feb 2012 09:22:36 -0800 Message-ID: <4F3946DC.3090102@xenotime.net> References: <1329124192-27461-1-git-send-email-michael.opdenacker@free-electrons.com> <1329124192-27461-3-git-send-email-michael.opdenacker@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy8-pub.bluehost.com ([69.89.22.20]:50035 "HELO oproxy8-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755496Ab2BMRXL (ORCPT ); Mon, 13 Feb 2012 12:23:11 -0500 In-Reply-To: <1329124192-27461-3-git-send-email-michael.opdenacker@free-electrons.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Michael Opdenacker Cc: trivial@kernel.org, lucas.demarchi@profusion.mobi, linux-doc@vger.kernel.org, Linux Kernel Mailing List , "linux-ide@vger.kernel.org" , Jeff Garzik On 02/13/2012 01:09 AM, Michael Opdenacker wrote: > Fix broken link to license text: > http://www.opensource.org/licenses/osl-1.1.txt > The text for version 1.1 of the Open Sofware license doesn't seem > to be available anywhere on http://www.opensource.org/ any more. > Replace it with a snapshot from the Internet Wayback Machine. That's one option. Too bad opensource.org doesn't provide archives. OSL v1.1 is also available here: http://fedoraproject.org/wiki/Licensing:OSL1.1 and here: http://www.samurajdata.se/opensource/mirror/licenses/osl.php Jeff, I don't suppose there is any chance of changing this file's license? (since the Debian people found it to be a problem .. long ago) > I first thought about hosting a copy of this file on my > own website, but my website has less authority than > an explicit backup of the original location. > > Signed-off-by: Michael Opdenacker > --- > Documentation/DocBook/libata.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl > index cdd1bb9..bda33c1 100644 > --- a/Documentation/DocBook/libata.tmpl > +++ b/Documentation/DocBook/libata.tmpl > @@ -22,8 +22,8 @@ > > The contents of this file are subject to the Open > Software License version 1.1 that can be found at > - http://www.opensource.org/licenses/osl-1.1.txt and is included herein > - by reference. > + http://web.archive.org/web/20060924133258/http://www.opensource.org/licenses/osl-1.1.txt > + and is included herein by reference. > > > -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***