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,3 +1,3 @@
# This file is part of Eclat
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2023 Sergey Poznyakoff
#
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/compl.sh b/etc/compl.sh
index 6d2e822..b242398 100644
--- a/etc/compl.sh
+++ b/etc/compl.sh
@@ -2,3 +2,3 @@
# Bash completion setup for Eclat commands.
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2023 Sergey Poznyakoff
#
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
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,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-security-group.fln b/etc/create-security-group.fln
index f289800..2342286 100644
--- a/etc/create-security-group.fln
+++ b/etc/create-security-group.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-snapshot.fln b/etc/create-snapshot.fln
index 6f7ca36..e7f8abb 100644
--- a/etc/create-snapshot.fln
+++ b/etc/create-snapshot.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-subnet.fln b/etc/create-subnet.fln
index 7277a90..f111341 100644
--- a/etc/create-subnet.fln
+++ b/etc/create-subnet.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-tags.fln b/etc/create-tags.fln
index b2454da..2149104 100644
--- a/etc/create-tags.fln
+++ b/etc/create-tags.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-volume.fln b/etc/create-volume.fln
index 6740c9f..662439b 100644
--- a/etc/create-volume.fln
+++ b/etc/create-volume.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/create-vpc.fln b/etc/create-vpc.fln
index a1fb2cc..e779785 100644
--- a/etc/create-vpc.fln
+++ b/etc/create-vpc.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2015-2021 Sergey Poznyakoff.
+ Copyright (C) 2015-2023 Sergey Poznyakoff.
diff --git a/etc/default.fln b/etc/default.fln
index 13e800e..73d27e0 100644
--- a/etc/default.fln
+++ b/etc/default.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-internet-gateway.fln b/etc/delete-internet-gateway.fln
index 825f27f..a7cb890 100644
--- a/etc/delete-internet-gateway.fln
+++ b/etc/delete-internet-gateway.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-route-table.fln b/etc/delete-route-table.fln
index 754e042..0329ef6 100644
--- a/etc/delete-route-table.fln
+++ b/etc/delete-route-table.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-route.fln b/etc/delete-route.fln
index e7f03a9..d712d18 100644
--- a/etc/delete-route.fln
+++ b/etc/delete-route.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-security-group.fln b/etc/delete-security-group.fln
index b843cb9..eb0ab53 100644
--- a/etc/delete-security-group.fln
+++ b/etc/delete-security-group.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-snapshot.fln b/etc/delete-snapshot.fln
index 6a5258a..261d895 100644
--- a/etc/delete-snapshot.fln
+++ b/etc/delete-snapshot.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-subnet.fln b/etc/delete-subnet.fln
index acdd1fb..76266c0 100644
--- a/etc/delete-subnet.fln
+++ b/etc/delete-subnet.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-tags.fln b/etc/delete-tags.fln
index a2be9b4..53d7045 100644
--- a/etc/delete-tags.fln
+++ b/etc/delete-tags.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-volume.fln b/etc/delete-volume.fln
index 6cf963b..eeb9a2e 100644
--- a/etc/delete-volume.fln
+++ b/etc/delete-volume.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/delete-vpc.fln b/etc/delete-vpc.fln
index f41715b..f5621d4 100644
--- a/etc/delete-vpc.fln
+++ b/etc/delete-vpc.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/deregister-image.fln b/etc/deregister-image.fln
index 88115c3..d1533c4 100644
--- a/etc/deregister-image.fln
+++ b/etc/deregister-image.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
diff --git a/etc/describe-addresses.fln b/etc/describe-addresses.fln
index d310ffc..9d0f335 100644
--- a/etc/describe-addresses.fln
+++ b/etc/describe-addresses.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-availability-zones.fln b/etc/describe-availability-zones.fln
index bc23834..acce66b 100644
--- a/etc/describe-availability-zones.fln
+++ b/etc/describe-availability-zones.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-image-attribute.fln b/etc/describe-image-attribute.fln
index 387b98d..c9294de 100644
--- a/etc/describe-image-attribute.fln
+++ b/etc/describe-image-attribute.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2014-2021 Sergey Poznyakoff.
+ Copyright (C) 2014-2023 Sergey Poznyakoff.
diff --git a/etc/describe-images.fln b/etc/describe-images.fln
index eae1451..f3b8bb8 100644
--- a/etc/describe-images.fln
+++ b/etc/describe-images.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
diff --git a/etc/describe-instance-attribute.fln b/etc/describe-instance-attribute.fln
index 007da26..86671c7 100644
--- a/etc/describe-instance-attribute.fln
+++ b/etc/describe-instance-attribute.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-instance-status.fln b/etc/describe-instance-status.fln
index 79ce94e..6eb945b 100644
--- a/etc/describe-instance-status.fln
+++ b/etc/describe-instance-status.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-instances.fln b/etc/describe-instances.fln
index a3d3360..b1edd10 100644
--- a/etc/describe-instances.fln
+++ b/etc/describe-instances.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-internet-gateways.fln b/etc/describe-internet-gateways.fln
index e6edba9..0323926 100644
--- a/etc/describe-internet-gateways.fln
+++ b/etc/describe-internet-gateways.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-regions.fln b/etc/describe-regions.fln
index bac79eb..660f835 100644
--- a/etc/describe-regions.fln
+++ b/etc/describe-regions.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-route-tables.fln b/etc/describe-route-tables.fln
index e0ce517..aaefd05 100644
--- a/etc/describe-route-tables.fln
+++ b/etc/describe-route-tables.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-security-groups.fln b/etc/describe-security-groups.fln
index 59f8b57..a96fe12 100644
--- a/etc/describe-security-groups.fln
+++ b/etc/describe-security-groups.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-snapshot-attribute.fln b/etc/describe-snapshot-attribute.fln
index 767ecba..fe6531a 100644
--- a/etc/describe-snapshot-attribute.fln
+++ b/etc/describe-snapshot-attribute.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2021 Sergey Poznyakoff.
+ Copyright (C) 2013-2023 Sergey Poznyakoff.
diff --git a/etc/describe-snapshots.fln b/etc/describe-snapshots.fln
index cdccf36..81102ce 100644
--- a/etc/describe-snapshots.fln
+++ b/etc/describe-snapshots.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-subnets.fln b/etc/describe-subnets.fln
index 30d20a8..25e1d54 100644
--- a/etc/describe-subnets.fln
+++ b/etc/describe-subnets.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-tags.fln b/etc/describe-tags.fln
index 637250a..faa855e 100644
--- a/etc/describe-tags.fln
+++ b/etc/describe-tags.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-volumes-modifications.fln b/etc/describe-volumes-modifications.fln
index 35e2614..a7646ba 100644
--- a/etc/describe-volumes-modifications.fln
+++ b/etc/describe-volumes-modifications.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2018-2021 Sergey Poznyakoff.
+ Copyright (C) 2018-2023 Sergey Poznyakoff.
diff --git a/etc/describe-volumes.fln b/etc/describe-volumes.fln
index 4d9d47e..9e6e2ca 100644
--- a/etc/describe-volumes.fln
+++ b/etc/describe-volumes.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-vpc-attribute.fln b/etc/describe-vpc-attribute.fln
index b5f2786..8963818 100644
--- a/etc/describe-vpc-attribute.fln
+++ b/etc/describe-vpc-attribute.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/describe-vpcs.fln b/etc/describe-vpcs.fln
index f18c04e..3fabbf2 100644
--- a/etc/describe-vpcs.fln
+++ b/etc/describe-vpcs.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/detach-internet-gateway.fln b/etc/detach-internet-gateway.fln
index 31277f5..d98a4d3 100644
--- a/etc/detach-internet-gateway.fln
+++ b/etc/detach-internet-gateway.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/detach-volume.fln b/etc/detach-volume.fln
index 42aa4c1..57b2a57 100644
--- a/etc/detach-volume.fln
+++ b/etc/detach-volume.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
diff --git a/etc/disassociate-address.fln b/etc/disassociate-address.fln
index 42d3284..2667e09 100644
--- a/etc/disassociate-address.fln
+++ b/etc/disassociate-address.fln
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.