aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/allocate-address.fln2
-rw-r--r--etc/associate-address.fln2
-rw-r--r--etc/associate-route-table.fln2
-rw-r--r--etc/attach-internet-gateway.fln2
-rw-r--r--etc/attach-volume.fln2
-rw-r--r--etc/compl.sh2
-rw-r--r--etc/copy-image.fln2
-rw-r--r--etc/copy-snapshot.fln2
-rw-r--r--etc/create-image.fln2
-rw-r--r--etc/create-internet-gateway.fln2
-rw-r--r--etc/create-route-table.fln2
-rw-r--r--etc/create-route.fln2
-rw-r--r--etc/create-security-group.fln2
-rw-r--r--etc/create-snapshot.fln2
-rw-r--r--etc/create-subnet.fln2
-rw-r--r--etc/create-tags.fln2
-rw-r--r--etc/create-volume.fln2
-rw-r--r--etc/create-vpc.fln2
-rw-r--r--etc/default.fln2
-rw-r--r--etc/delete-internet-gateway.fln2
-rw-r--r--etc/delete-route-table.fln2
-rw-r--r--etc/delete-route.fln2
-rw-r--r--etc/delete-security-group.fln2
-rw-r--r--etc/delete-snapshot.fln2
-rw-r--r--etc/delete-subnet.fln2
-rw-r--r--etc/delete-tags.fln2
-rw-r--r--etc/delete-volume.fln2
-rw-r--r--etc/delete-vpc.fln2
-rw-r--r--etc/deregister-image.fln2
-rw-r--r--etc/describe-addresses.fln2
-rw-r--r--etc/describe-availability-zones.fln2
-rw-r--r--etc/describe-image-attribute.fln2
-rw-r--r--etc/describe-images.fln2
-rw-r--r--etc/describe-instance-attribute.fln2
-rw-r--r--etc/describe-instance-status.fln2
-rw-r--r--etc/describe-instances.fln2
-rw-r--r--etc/describe-internet-gateways.fln2
-rw-r--r--etc/describe-regions.fln2
-rw-r--r--etc/describe-route-tables.fln2
-rw-r--r--etc/describe-security-groups.fln2
-rw-r--r--etc/describe-snapshot-attribute.fln2
-rw-r--r--etc/describe-snapshots.fln2
-rw-r--r--etc/describe-subnets.fln2
-rw-r--r--etc/describe-tags.fln2
-rw-r--r--etc/describe-volumes-modifications.fln2
-rw-r--r--etc/describe-volumes.fln2
-rw-r--r--etc/describe-vpc-attribute.fln2
-rw-r--r--etc/describe-vpcs.fln2
-rw-r--r--etc/detach-internet-gateway.fln2
-rw-r--r--etc/detach-volume.fln2
-rw-r--r--etc/disassociate-address.fln2
-rw-r--r--etc/disassociate-route-table.fln2
-rw-r--r--etc/flncat.c2
-rw-r--r--etc/get-console-output.fln2
-rw-r--r--etc/lsattr.fln2
-rw-r--r--etc/modify-image-attribute.fln2
-rw-r--r--etc/modify-instance-attribute.fln2
-rw-r--r--etc/modify-snapshot-attribute.fln2
-rw-r--r--etc/modify-subnet-attribute.fln2
-rw-r--r--etc/modify-volume.fln2
-rw-r--r--etc/modify-vpc-attribute.fln2
-rw-r--r--etc/move-address-to-vpc.fln2
-rw-r--r--etc/reboot-instances.fln2
-rw-r--r--etc/release-address.fln2
-rw-r--r--etc/replace-route.fln2
-rw-r--r--etc/reset-snapshot-attribute.fln2
-rw-r--r--etc/restore-address-to-classic.fln2
-rw-r--r--etc/route.fln2
-rw-r--r--etc/run-instances.fln2
-rw-r--r--etc/sg.fln2
-rw-r--r--etc/start-instances.fln2
-rw-r--r--etc/stop-instances.fln2
-rw-r--r--etc/terminate-instances.fln2
74 files changed, 74 insertions, 74 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index aeb31fb..b0a11d2 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of Eclat 1# This file is part of Eclat
2# Copyright (C) 2012-2021 Sergey Poznyakoff 2# Copyright (C) 2012-2023 Sergey Poznyakoff
3# 3#
4# Eclat is free software; you can redistribute it and/or modify 4# Eclat is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/etc/allocate-address.fln b/etc/allocate-address.fln
index 57c3a9b..302aafc 100644
--- a/etc/allocate-address.fln
+++ b/etc/allocate-address.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/associate-address.fln b/etc/associate-address.fln
index 2a76f28..f4b1445 100644
--- a/etc/associate-address.fln
+++ b/etc/associate-address.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/associate-route-table.fln b/etc/associate-route-table.fln
index 02e17b4..1443a5d 100644
--- a/etc/associate-route-table.fln
+++ b/etc/associate-route-table.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/attach-internet-gateway.fln b/etc/attach-internet-gateway.fln
index d50e515..c24c284 100644
--- a/etc/attach-internet-gateway.fln
+++ b/etc/attach-internet-gateway.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/attach-volume.fln b/etc/attach-volume.fln
index e18dba1..8052dca 100644
--- a/etc/attach-volume.fln
+++ b/etc/attach-volume.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/compl.sh b/etc/compl.sh
index 6d2e822..b242398 100644
--- a/etc/compl.sh
+++ b/etc/compl.sh
@@ -1,6 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2# Bash completion setup for Eclat commands. 2# Bash completion setup for Eclat commands.
3# Copyright (C) 2012-2021 Sergey Poznyakoff 3# Copyright (C) 2012-2023 Sergey Poznyakoff
4# 4#
5# Eclat is free software; you can redistribute it and/or modify 5# Eclat is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/etc/copy-image.fln b/etc/copy-image.fln
index eadc9fc..b326e2e 100644
--- a/etc/copy-image.fln
+++ b/etc/copy-image.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2013-2021 Sergey Poznyakoff. 2 Copyright (C) 2013-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/copy-snapshot.fln b/etc/copy-snapshot.fln
index 4944f2c..ddbd775 100644
--- a/etc/copy-snapshot.fln
+++ b/etc/copy-snapshot.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2013-2021 Sergey Poznyakoff. 2 Copyright (C) 2013-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/create-image.fln b/etc/create-image.fln
index 0e636ae..996d45a 100644
--- a/etc/create-image.fln
+++ b/etc/create-image.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2013-2021 Sergey Poznyakoff. 2 Copyright (C) 2013-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/create-internet-gateway.fln b/etc/create-internet-gateway.fln
index b854759..785fc4f 100644
--- a/etc/create-internet-gateway.fln
+++ b/etc/create-internet-gateway.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/create-route-table.fln b/etc/create-route-table.fln
index f24523f..c989a03 100644
--- a/etc/create-route-table.fln
+++ b/etc/create-route-table.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/etc/create-route.fln b/etc/create-route.fln
index b4c7b1b..c4b79ad 100644
--- a/etc/create-route.fln
+++ b/etc/create-route.fln
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2021 Sergey Poznyakoff. 2 Copyright (C) 2012-2023 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify