From owner-svn-src-all@freebsd.org Wed Jan 30 17:10:55 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 445E914C6B58; Wed, 30 Jan 2019 17:10:55 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAC6174386; Wed, 30 Jan 2019 17:10:54 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.15] (c-71-198-162-232.hsd1.ca.comcast.net [71.198.162.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id 60A141A7F7; Wed, 30 Jan 2019 17:10:54 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/10.15.0.190115 Date: Wed, 30 Jan 2019 09:10:51 -0800 Subject: Re: svn commit: r343583 - in head: share/man/man4 sys/dev/imcsmb sys/dev/jedec_dimm From: Ravi Pokala To: , , Message-ID: <94714CC3-644C-45B0-99ED-DCA99F6D13F7@panasas.com> Thread-Topic: svn commit: r343583 - in head: share/man/man4 sys/dev/imcsmb sys/dev/jedec_dimm References: <201901301655.x0UGt1kf040656@repo.freebsd.org> In-Reply-To: <201901301655.x0UGt1kf040656@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-Rspamd-Queue-Id: DAC6174386 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2019 17:10:55 -0000 -----Original Message----- From: on behalf of Ravi Pokala Date: 2019-01-30, Wednesday at 08:55 To: , , Subject: svn commit: r343583 - in head: share/man/man4 sys/dev/imcsmb sys/dev/jedec_dimm > Author: rpokala > Date: Wed Jan 30 16:55:00 2019 > New Revision: 343583 > URL: https://svnweb.freebsd.org/changeset/base/343583 > > Log: > Remove unecessary "All rights reserved" from files under my or Panasas's > copyright. > > When all member nations of the Buenos Aires Convention adopted the Berne > Convention, the phrase "All rights reserved" became unnecessary to assert > copyright. Remove it from files under my or Panasas's copyright. The files > related to jedec_dimm(4) also bear avg@'s copyright; he has approved this > change. > > Approved by: avg > Sponsored by: Panasas Differential Revision: https://reviews.freebsd.org/D19029 -Ravi (rpokala@) > Modified: > head/share/man/man4/imcsmb.4 > head/share/man/man4/jedec_dimm.4 > head/sys/dev/imcsmb/imcsmb.c > head/sys/dev/imcsmb/imcsmb_pci.c > head/sys/dev/imcsmb/imcsmb_reg.h > head/sys/dev/imcsmb/imcsmb_var.h > head/sys/dev/jedec_dimm/jedec_dimm.c > head/sys/dev/jedec_dimm/jedec_dimm.h > > Modified: head/share/man/man4/imcsmb.4 > ============================================================================== > --- head/share/man/man4/imcsmb.4 Wed Jan 30 16:50:53 2019 (r343582) > +++ head/share/man/man4/imcsmb.4 Wed Jan 30 16:55:00 2019 (r343583) > @@ -2,7 +2,6 @@ > .\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD > .\" > .\" Copyright (c) 2018 Panasas > -.\" All rights reserved. > .\" > .\" Redistribution and use in source and binary forms, with or without > .\" modification, are permitted provided that the following conditions > > Modified: head/share/man/man4/jedec_dimm.4 > ============================================================================== > --- head/share/man/man4/jedec_dimm.4 Wed Jan 30 16:50:53 2019 (r343582) > +++ head/share/man/man4/jedec_dimm.4 Wed Jan 30 16:55:00 2019 (r343583) > @@ -3,7 +3,6 @@ > .\" > .\" Copyright (c) 2016 Andriy Gapon > .\" Copyright (c) 2018 Ravi Pokala > -.\" All rights reserved. > .\" > .\" Redistribution and use in source and binary forms, with or without > .\" modification, are permitted provided that the following conditions > > Modified: head/sys/dev/imcsmb/imcsmb.c > ============================================================================== > --- head/sys/dev/imcsmb/imcsmb.c Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/imcsmb/imcsmb.c Wed Jan 30 16:55:00 2019 (r343583) > @@ -4,7 +4,6 @@ > * Authors: Joe Kloss; Ravi Pokala (rpokala@freebsd.org) > * > * Copyright (c) 2017-2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/sys/dev/imcsmb/imcsmb_pci.c > ============================================================================== > --- head/sys/dev/imcsmb/imcsmb_pci.c Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/imcsmb/imcsmb_pci.c Wed Jan 30 16:55:00 2019 (r343583) > @@ -4,7 +4,6 @@ > * Authors: Joe Kloss; Ravi Pokala (rpokala@freebsd.org) > * > * Copyright (c) 2017-2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/sys/dev/imcsmb/imcsmb_reg.h > ============================================================================== > --- head/sys/dev/imcsmb/imcsmb_reg.h Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/imcsmb/imcsmb_reg.h Wed Jan 30 16:55:00 2019 (r343583) > @@ -4,7 +4,6 @@ > * Authors: Joe Kloss; Ravi Pokala (rpokala@freebsd.org) > * > * Copyright (c) 2017-2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/sys/dev/imcsmb/imcsmb_var.h > ============================================================================== > --- head/sys/dev/imcsmb/imcsmb_var.h Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/imcsmb/imcsmb_var.h Wed Jan 30 16:55:00 2019 (r343583) > @@ -4,7 +4,6 @@ > * Authors: Joe Kloss; Ravi Pokala (rpokala@freebsd.org) > * > * Copyright (c) 2017-2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/sys/dev/jedec_dimm/jedec_dimm.c > ============================================================================== > --- head/sys/dev/jedec_dimm/jedec_dimm.c Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/jedec_dimm/jedec_dimm.c Wed Jan 30 16:55:00 2019 (r343583) > @@ -5,7 +5,6 @@ > * > * Copyright (c) 2016 Andriy Gapon > * Copyright (c) 2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/sys/dev/jedec_dimm/jedec_dimm.h > ============================================================================== > --- head/sys/dev/jedec_dimm/jedec_dimm.h Wed Jan 30 16:50:53 2019 (r343582) > +++ head/sys/dev/jedec_dimm/jedec_dimm.h Wed Jan 30 16:55:00 2019 (r343583) > @@ -4,7 +4,6 @@ > * Authors: Ravi Pokala (rpokala@freebsd.org) > * > * Copyright (c) 2018 Panasas > - * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions