summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/perl
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/perl')
-rwxr-xr-xconfig-model/src/main/perl/vespa-deploy2
-rwxr-xr-xconfig-model/src/main/perl/vespa-deploy-application2
-rwxr-xr-xconfig-model/src/main/perl/vespa-expand-config.pl2
-rwxr-xr-xconfig-model/src/main/perl/vespa-replicate-log-stream2
4 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/main/perl/vespa-deploy b/config-model/src/main/perl/vespa-deploy
index 844d59f7993..6db4aff672a 100755
--- a/config-model/src/main/perl/vespa-deploy
+++ b/config-model/src/main/perl/vespa-deploy
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# This script is for uploading, preparing, activating and fetching
# application packages to a cloud config server
diff --git a/config-model/src/main/perl/vespa-deploy-application b/config-model/src/main/perl/vespa-deploy-application
index 7e48d0048b1..736211aa138 100755
--- a/config-model/src/main/perl/vespa-deploy-application
+++ b/config-model/src/main/perl/vespa-deploy-application
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# This script is a wrapper exposing the legacy vespa-deploy-application script
use strict;
diff --git a/config-model/src/main/perl/vespa-expand-config.pl b/config-model/src/main/perl/vespa-expand-config.pl
index 4ceadc7c834..198dc9f3447 100755
--- a/config-model/src/main/perl/vespa-expand-config.pl
+++ b/config-model/src/main/perl/vespa-expand-config.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#============================================================================
# @version $Id: expand-config.pl,v 1.1 2006-07-26 15:52:43 gv Exp $
diff --git a/config-model/src/main/perl/vespa-replicate-log-stream b/config-model/src/main/perl/vespa-replicate-log-stream
index 194d1d3ff74..39e64eca861 100755
--- a/config-model/src/main/perl/vespa-replicate-log-stream
+++ b/config-model/src/main/perl/vespa-replicate-log-stream
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
use IO::Socket::IP;
my $cmd = "vespa-model-inspect -t logtp -t telnet -t replicator filter:ports";