On 2012年07月27日 07:14, Eric Blake wrote:
Commit f9ce7dad6 tried to kill uses of a raw street address, but
missed a few instances. Automate things so we don't introduce
new problems in the future.
* cfg.mk (sc_copyright_address): New rule.
(exclude_file_name_regexp--sc_copyright_address): Add exemption.
* bootstrap.conf: Adjust offenders.
* build-aux/augeas-gentest.pl: Likewise.
* examples/systemtap/events.stp: Likewise.
* examples/systemtap/qemu-monitor.stp: Likewise.
* examples/systemtap/rpc-monitor.stp: Likewise.
* src/dtrace2systemtap.pl: Likewise.
* src/esx/esx_vi_generator.py: Likewise.
* src/hyperv/hyperv_wmi_generator.py: Likewise.
* src/remote/qemu_protocol.x: Likewise.
* src/remote/remote_protocol.x: Likewise.
* src/rpc/gensystemtap.pl: Likewise.
* src/rpc/virnetprotocol.x: Likewise.
* tests/object-locking.ml: Likewise.
* tools/virt-xml-validate.in: Likewise.
---
Not that I'm trying to demean Boston, but right now, the only
mention of it in our source code happens to come from stale
LGPL reference source boilerplate.
bootstrap.conf | 4 +---
build-aux/augeas-gentest.pl | 3 +--
cfg.mk | 10 ++++++++++
examples/systemtap/events.stp | 3 +--
examples/systemtap/qemu-monitor.stp | 3 +--
examples/systemtap/rpc-monitor.stp | 3 +--
src/dtrace2systemtap.pl | 5 ++---
src/esx/esx_vi_generator.py | 3 +--
src/hyperv/hyperv_wmi_generator.py | 3 +--
src/remote/qemu_protocol.x | 3 +--
src/remote/remote_protocol.x | 3 +--
src/rpc/gensystemtap.pl | 5 ++---
src/rpc/virnetprotocol.x | 5 ++---
tests/object-locking.ml | 5 ++---
tools/virt-xml-validate.in | 5 ++---
15 files changed, 29 insertions(+), 34 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 3ac84f4..84e37e7 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -13,9 +13,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
+# License along with this library; if not,
see<http://www.gnu.org/licenses/>.
To be consistent. It should be:
# License along with this library; If not, see
# <
http://www.gnu.org/licenses/>.
ACK with that change.
Regards,
Osier