Merge "ref: vdl tool generates 'generated by the vanadium tool' instead of 'veyron'."
diff --git a/cmd/vom/types.vdl.go b/cmd/vom/types.vdl.go
index 4a9810c..869195e 100644
--- a/cmd/vom/types.vdl.go
+++ b/cmd/vom/types.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: types.vdl
package main
diff --git a/cmd/vrpc/test_base/test_base.vdl.go b/cmd/vrpc/test_base/test_base.vdl.go
index b53a928..5fd3968 100644
--- a/cmd/vrpc/test_base/test_base.vdl.go
+++ b/cmd/vrpc/test_base/test_base.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: test_base.vdl
package test_base
diff --git a/examples/rps/service.vdl.go b/examples/rps/service.vdl.go
index 5ff6e32..39a0e87 100644
--- a/examples/rps/service.vdl.go
+++ b/examples/rps/service.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: service.vdl
// Package rps is an example of vanadium service for playing the game of
diff --git a/examples/tunnel/tunnel.vdl.go b/examples/tunnel/tunnel.vdl.go
index b226941..cb994d1 100644
--- a/examples/tunnel/tunnel.vdl.go
+++ b/examples/tunnel/tunnel.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: tunnel.vdl
// Package tunnel describes a service that can be used to create a
diff --git a/lib/vdl/codegen/golang/gen.go b/lib/vdl/codegen/golang/gen.go
index f83e0b0..ba55d1c 100644
--- a/lib/vdl/codegen/golang/gen.go
+++ b/lib/vdl/codegen/golang/gen.go
@@ -401,7 +401,7 @@
const genGo = `
{{$data := .}}
{{$file := $data.File}}
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: {{$file.BaseName}}
{{$file.PackageDef.Doc}}package {{$file.PackageDef.Name}}{{$file.PackageDef.DocSuffix}}
diff --git a/lib/vdl/testdata/arith/advanced.vdl.go b/lib/vdl/testdata/arith/advanced.vdl.go
index 49504f5..0490f67 100644
--- a/lib/vdl/testdata/arith/advanced.vdl.go
+++ b/lib/vdl/testdata/arith/advanced.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: advanced.vdl
package arith
diff --git a/lib/vdl/testdata/arith/arith.vdl.go b/lib/vdl/testdata/arith/arith.vdl.go
index 19bb57b..a1c1c29 100644
--- a/lib/vdl/testdata/arith/arith.vdl.go
+++ b/lib/vdl/testdata/arith/arith.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: arith.vdl
// Package arith is an example of an IdL definition in veyron. The syntax for
diff --git a/lib/vdl/testdata/arith/exp/exp.vdl.go b/lib/vdl/testdata/arith/exp/exp.vdl.go
index e34d68f..c0cf092 100644
--- a/lib/vdl/testdata/arith/exp/exp.vdl.go
+++ b/lib/vdl/testdata/arith/exp/exp.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: exp.vdl
// Package exp is used to test that embedding interfaces works across packages.
diff --git a/lib/vdl/testdata/base/base.vdl.go b/lib/vdl/testdata/base/base.vdl.go
index efd34fd..62020a4 100644
--- a/lib/vdl/testdata/base/base.vdl.go
+++ b/lib/vdl/testdata/base/base.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: base.vdl
// Package base is a simple single-file test of vdl functionality.
diff --git a/lib/vdl/testdata/nativedep/nativedep.vdl.go b/lib/vdl/testdata/nativedep/nativedep.vdl.go
index fc49fe0..7ce7a04 100644
--- a/lib/vdl/testdata/nativedep/nativedep.vdl.go
+++ b/lib/vdl/testdata/nativedep/nativedep.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: nativedep.vdl
package nativedep
diff --git a/lib/vdl/testdata/nativedep2/nativedep2.vdl.go b/lib/vdl/testdata/nativedep2/nativedep2.vdl.go
index 719dd40..3dcedc5 100644
--- a/lib/vdl/testdata/nativedep2/nativedep2.vdl.go
+++ b/lib/vdl/testdata/nativedep2/nativedep2.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: nativedep2.vdl
package nativedep2
diff --git a/lib/vdl/testdata/nativetest/nativetest.vdl.go b/lib/vdl/testdata/nativetest/nativetest.vdl.go
index 878d370..7a9e4aa 100644
--- a/lib/vdl/testdata/nativetest/nativetest.vdl.go
+++ b/lib/vdl/testdata/nativetest/nativetest.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: nativetest.vdl
// Package nativetest tests a package with native type conversions.
diff --git a/lib/vdl/testdata/nativetest/otherfile.vdl.go b/lib/vdl/testdata/nativetest/otherfile.vdl.go
index 301f84a..9e27c49 100644
--- a/lib/vdl/testdata/nativetest/otherfile.vdl.go
+++ b/lib/vdl/testdata/nativetest/otherfile.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: otherfile.vdl
package nativetest
diff --git a/lib/vdl/testdata/testconfig/testconfig.vdl.go b/lib/vdl/testdata/testconfig/testconfig.vdl.go
index cf70809..935a318 100644
--- a/lib/vdl/testdata/testconfig/testconfig.vdl.go
+++ b/lib/vdl/testdata/testconfig/testconfig.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: testconfig.vdl
// Package testconfig is a simple test of vdl.config files. We don't care about
diff --git a/profiles/internal/ipc/benchmark/benchmark.vdl.go b/profiles/internal/ipc/benchmark/benchmark.vdl.go
index 51be41c..2a94df3 100644
--- a/profiles/internal/ipc/benchmark/benchmark.vdl.go
+++ b/profiles/internal/ipc/benchmark/benchmark.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: benchmark.vdl
// package benchmark provides simple tools to measure the performance of the
diff --git a/profiles/internal/ipc/errors.vdl.go b/profiles/internal/ipc/errors.vdl.go
index 0488814..bcaa59e 100644
--- a/profiles/internal/ipc/errors.vdl.go
+++ b/profiles/internal/ipc/errors.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: errors.vdl
package ipc
diff --git a/profiles/internal/ipc/stream/proxy/protocol.vdl.go b/profiles/internal/ipc/stream/proxy/protocol.vdl.go
index 7e0fb48..d97fc4f 100644
--- a/profiles/internal/ipc/stream/proxy/protocol.vdl.go
+++ b/profiles/internal/ipc/stream/proxy/protocol.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: protocol.vdl
package proxy
diff --git a/profiles/internal/ipc/stress/stress.vdl.go b/profiles/internal/ipc/stress/stress.vdl.go
index c8cd486..08a89f0 100644
--- a/profiles/internal/ipc/stress/stress.vdl.go
+++ b/profiles/internal/ipc/stress/stress.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: stress.vdl
package stress
diff --git a/security/agent/pingpong/wire.vdl.go b/security/agent/pingpong/wire.vdl.go
index 1897ee1..7f02cc4 100644
--- a/security/agent/pingpong/wire.vdl.go
+++ b/security/agent/pingpong/wire.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: wire.vdl
package main
diff --git a/security/agent/server/wire.vdl.go b/security/agent/server/wire.vdl.go
index 5a19f30..c318d2f 100644
--- a/security/agent/server/wire.vdl.go
+++ b/security/agent/server/wire.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: wire.vdl
package server
diff --git a/security/serialization/types.vdl.go b/security/serialization/types.vdl.go
index 0cde1a1..d3b33a1 100644
--- a/security/serialization/types.vdl.go
+++ b/security/serialization/types.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: types.vdl
package serialization
diff --git a/services/identity/identity.vdl.go b/services/identity/identity.vdl.go
index 9243b32..4523199 100644
--- a/services/identity/identity.vdl.go
+++ b/services/identity/identity.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: identity.vdl
// Package identity defines services for identity providers in the veyron ecosystem.
diff --git a/services/identity/revocation/caveat.vdl.go b/services/identity/revocation/caveat.vdl.go
index ad9c504..7c20495 100644
--- a/services/identity/revocation/caveat.vdl.go
+++ b/services/identity/revocation/caveat.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: caveat.vdl
package revocation
diff --git a/services/mgmt/device/config.vdl.go b/services/mgmt/device/config.vdl.go
index a087027..726445e 100644
--- a/services/mgmt/device/config.vdl.go
+++ b/services/mgmt/device/config.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: config.vdl
package device
diff --git a/services/mgmt/profile/profile.vdl.go b/services/mgmt/profile/profile.vdl.go
index 77ab9a7..89f96e2 100644
--- a/services/mgmt/profile/profile.vdl.go
+++ b/services/mgmt/profile/profile.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: profile.vdl
// Package profile contains implementation and internal interfaces and
diff --git a/services/mgmt/repository/repository.vdl.go b/services/mgmt/repository/repository.vdl.go
index d3c3fa6..5e13811 100644
--- a/services/mgmt/repository/repository.vdl.go
+++ b/services/mgmt/repository/repository.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: repository.vdl
// Package repository contains implementation of the interface for
diff --git a/services/mgmt/stats/types.vdl.go b/services/mgmt/stats/types.vdl.go
index fea5550..4c8e2ed 100644
--- a/services/mgmt/stats/types.vdl.go
+++ b/services/mgmt/stats/types.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: types.vdl
// Packages stats defines the non-native types exported by the stats service.
diff --git a/services/mounttable/lib/collection_test_interface.vdl.go b/services/mounttable/lib/collection_test_interface.vdl.go
index 4d4a232..0d15ca5 100644
--- a/services/mounttable/lib/collection_test_interface.vdl.go
+++ b/services/mounttable/lib/collection_test_interface.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: collection_test_interface.vdl
package mounttable
diff --git a/services/security/discharger.vdl.go b/services/security/discharger.vdl.go
index 8c53b45..03b1f4d 100644
--- a/services/security/discharger.vdl.go
+++ b/services/security/discharger.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: discharger.vdl
package security
diff --git a/services/security/groups/server/types.vdl.go b/services/security/groups/server/types.vdl.go
index 79edb1f..62d918b 100644
--- a/services/security/groups/server/types.vdl.go
+++ b/services/security/groups/server/types.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: types.vdl
package server
diff --git a/services/wsprd/account/account.vdl.go b/services/wsprd/account/account.vdl.go
index 6254a70..e6d30d1 100644
--- a/services/wsprd/account/account.vdl.go
+++ b/services/wsprd/account/account.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: account.vdl
package account
diff --git a/services/wsprd/app/app.vdl.go b/services/wsprd/app/app.vdl.go
index 488c189..59cf755 100644
--- a/services/wsprd/app/app.vdl.go
+++ b/services/wsprd/app/app.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: app.vdl
// The app package contains the struct that keeps per javascript app state and handles translating
diff --git a/services/wsprd/app/controller.vdl.go b/services/wsprd/app/controller.vdl.go
index 73e5e3d..3dfbf5b 100644
--- a/services/wsprd/app/controller.vdl.go
+++ b/services/wsprd/app/controller.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: controller.vdl
package app
diff --git a/services/wsprd/browspr/browspr.vdl.go b/services/wsprd/browspr/browspr.vdl.go
index efc80f7..9043f80 100644
--- a/services/wsprd/browspr/browspr.vdl.go
+++ b/services/wsprd/browspr/browspr.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: browspr.vdl
package browspr
diff --git a/services/wsprd/channel/channel.vdl.go b/services/wsprd/channel/channel.vdl.go
index deaa85c..7cf519c 100644
--- a/services/wsprd/channel/channel.vdl.go
+++ b/services/wsprd/channel/channel.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: channel.vdl
package channel
diff --git a/services/wsprd/ipc/server/server.vdl.go b/services/wsprd/ipc/server/server.vdl.go
index 27b9a46..ee401e2 100644
--- a/services/wsprd/ipc/server/server.vdl.go
+++ b/services/wsprd/ipc/server/server.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: server.vdl
package server
diff --git a/services/wsprd/lib/writer.vdl.go b/services/wsprd/lib/writer.vdl.go
index 9a07516..88e0510 100644
--- a/services/wsprd/lib/writer.vdl.go
+++ b/services/wsprd/lib/writer.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: writer.vdl
package lib
diff --git a/services/wsprd/namespace/namespace.vdl.go b/services/wsprd/namespace/namespace.vdl.go
index ffc037a..1c21a1c 100644
--- a/services/wsprd/namespace/namespace.vdl.go
+++ b/services/wsprd/namespace/namespace.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: namespace.vdl
// Package namespace defines an RPC services that allows remoting of the
diff --git a/services/wsprd/principal/blessings.vdl.go b/services/wsprd/principal/blessings.vdl.go
index a08f2cf..07b00cb 100644
--- a/services/wsprd/principal/blessings.vdl.go
+++ b/services/wsprd/principal/blessings.vdl.go
@@ -1,4 +1,4 @@
-// This file was auto-generated by the veyron vdl tool.
+// This file was auto-generated by the vanadium vdl tool.
// Source: blessings.vdl
package principal