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.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-vpc-attribute.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/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
69 files changed, 69 insertions, 69 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index e48c179..21b958b 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Eclat
-# Copyright (C) 2012-2015 Sergey Poznyakoff
+# Copyright (C) 2012-2018 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/etc/allocate-address.fln b/etc/allocate-address.fln
index da9301f..fff2e7c 100644
--- a/etc/allocate-address.fln
+++ b/etc/allocate-address.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/associate-address.fln b/etc/associate-address.fln
index f985e2b..fdb1ef8 100644
--- a/etc/associate-address.fln
+++ b/etc/associate-address.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/associate-route-table.fln b/etc/associate-route-table.fln
index 2bb2557..72ed761 100644
--- a/etc/associate-route-table.fln
+++ b/etc/associate-route-table.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/attach-internet-gateway.fln b/etc/attach-internet-gateway.fln
index 6644e36..7cc4bce 100644
--- a/etc/attach-internet-gateway.fln
+++ b/etc/attach-internet-gateway.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/attach-volume.fln b/etc/attach-volume.fln
index 17f182a..0575d98 100644
--- a/etc/attach-volume.fln
+++ b/etc/attach-volume.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/compl.sh b/etc/compl.sh
index 6ddb02b..a1c001d 100644
--- a/etc/compl.sh
+++ b/etc/compl.sh
@@ -1,9 +1,9 @@
#! /bin/bash
# Bash completion setup for Eclat commands.
-# Copyright (C) 2012-2015 Sergey Poznyakoff
+# Copyright (C) 2012-2018 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/etc/copy-image.fln b/etc/copy-image.fln
index 7024274..4ed02fb 100644
--- a/etc/copy-image.fln
+++ b/etc/copy-image.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2015 Sergey Poznyakoff.
+ Copyright (C) 2013-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/copy-snapshot.fln b/etc/copy-snapshot.fln
index a10bdbd..4074dc0 100644
--- a/etc/copy-snapshot.fln
+++ b/etc/copy-snapshot.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2015 Sergey Poznyakoff.
+ Copyright (C) 2013-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-image.fln b/etc/create-image.fln
index 71b6265..5964241 100644
--- a/etc/create-image.fln
+++ b/etc/create-image.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2013-2015 Sergey Poznyakoff.
+ Copyright (C) 2013-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-internet-gateway.fln b/etc/create-internet-gateway.fln
index 6f7c122..f548f1a 100644
--- a/etc/create-internet-gateway.fln
+++ b/etc/create-internet-gateway.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-route-table.fln b/etc/create-route-table.fln
index a669c0d..b753964 100644
--- a/etc/create-route-table.fln
+++ b/etc/create-route-table.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-route.fln b/etc/create-route.fln
index 70e8bed..83646bb 100644
--- a/etc/create-route.fln
+++ b/etc/create-route.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-security-group.fln b/etc/create-security-group.fln
index d306807..bcffe8c 100644
--- a/etc/create-security-group.fln
+++ b/etc/create-security-group.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-snapshot.fln b/etc/create-snapshot.fln
index eef6920..666f36f 100644
--- a/etc/create-snapshot.fln
+++ b/etc/create-snapshot.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-subnet.fln b/etc/create-subnet.fln
index 077d9ee..02393f2 100644
--- a/etc/create-subnet.fln
+++ b/etc/create-subnet.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-tags.fln b/etc/create-tags.fln
index a63e8df..7280ced 100644
--- a/etc/create-tags.fln
+++ b/etc/create-tags.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-volume.fln b/etc/create-volume.fln
index e6b09dd..8498067 100644
--- a/etc/create-volume.fln
+++ b/etc/create-volume.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/create-vpc.fln b/etc/create-vpc.fln
index 3abe2ca..c58d892 100644
--- a/etc/create-vpc.fln
+++ b/etc/create-vpc.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2015 Sergey Poznyakoff.
+ Copyright (C) 2015-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/default.fln b/etc/default.fln
index d3da5eb..0ba2303 100644
--- a/etc/default.fln
+++ b/etc/default.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-internet-gateway.fln b/etc/delete-internet-gateway.fln
index ac902cd..3b4a2db 100644
--- a/etc/delete-internet-gateway.fln
+++ b/etc/delete-internet-gateway.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-route-table.fln b/etc/delete-route-table.fln
index 4b20b7d..5ad0ba2 100644
--- a/etc/delete-route-table.fln
+++ b/etc/delete-route-table.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-route.fln b/etc/delete-route.fln
index 666b425..4f1d6e9 100644
--- a/etc/delete-route.fln
+++ b/etc/delete-route.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-security-group.fln b/etc/delete-security-group.fln
index 1500c54..7b37bac 100644
--- a/etc/delete-security-group.fln
+++ b/etc/delete-security-group.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-snapshot.fln b/etc/delete-snapshot.fln
index a929fc7..98cb74b 100644
--- a/etc/delete-snapshot.fln
+++ b/etc/delete-snapshot.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-subnet.fln b/etc/delete-subnet.fln
index 1c683bb..d6dd23e 100644
--- a/etc/delete-subnet.fln
+++ b/etc/delete-subnet.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-tags.fln b/etc/delete-tags.fln
index 8139181..bf77a56 100644
--- a/etc/delete-tags.fln
+++ b/etc/delete-tags.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-volume.fln b/etc/delete-volume.fln
index c518844..bbdcfb5 100644
--- a/etc/delete-volume.fln
+++ b/etc/delete-volume.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2015 Sergey Poznyakoff.
+ Copyright (C) 2012-2018 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/etc/delete-vpc.fln b/etc/delete-vpc.fln
index 8abc42f..660dafe 100644
--- a/etc/delete-vpc.fln
+++ b/etc/delete-vpc.fln
@@ -1,8 +1,8 @@
/* This file is part of Eclat.
<