aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/accfile.c2
-rw-r--r--src/allocaddr-cl.opt2
-rw-r--r--src/allocaddr.c2
-rw-r--r--src/asscaddr-cl.opt2
-rw-r--r--src/asscaddr.c2
-rw-r--r--src/atvol.c2
-rw-r--r--src/chvol.c2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/config.c2
-rw-r--r--src/cpimg-cl.opt2
-rw-r--r--src/cpimg.c2
-rw-r--r--src/cpsnap-cl.opt2
-rw-r--r--src/cpsnap.c2
-rw-r--r--src/deimg.c2
-rw-r--r--src/devmap.c2
-rw-r--r--src/devol-cl.opt2
-rw-r--r--src/devol.c2
-rw-r--r--src/disasaddr-cl.opt2
-rw-r--r--src/disasaddr.c2
-rw-r--r--src/ec2map.c2
-rw-r--r--src/eclat.c5
-rw-r--r--src/eclat.h2
-rw-r--r--src/eclatcl.m42
-rw-r--r--src/generic-cl.opt2
-rw-r--r--src/genericcl.c2
-rw-r--r--src/getconout.c2
-rw-r--r--src/igw.c2
-rw-r--r--src/io.c2
-rw-r--r--src/ispeek-cl.opt2
-rw-r--r--src/ispeek.c2
-rw-r--r--src/lsaattr.c2
-rw-r--r--src/lsaddr-cl.opt2
-rw-r--r--src/lsaddr.c2
-rw-r--r--src/lsattr-cl.opt2
-rw-r--r--src/lsattr.c2
-rw-r--r--src/lschvol.c2
-rw-r--r--src/lsiattr.c2
-rw-r--r--src/lsimg-cl.opt2
-rw-r--r--src/lsimg.c2
-rw-r--r--src/lsinst.c2
-rw-r--r--src/lsistat-cl.opt2
-rw-r--r--src/lsistat.c2
-rw-r--r--src/lsreg.c2
-rw-r--r--src/lssattr.c2
-rw-r--r--src/lssg-cl.opt2
-rw-r--r--src/lssg.c2
-rw-r--r--src/lssnap-cl.opt2
-rw-r--r--src/lssnap.c2
-rw-r--r--src/lstag-cl.opt2
-rw-r--r--src/lstag.c2
-rw-r--r--src/lsvol.c2
-rw-r--r--src/lsvpc.c2
-rw-r--r--src/lszon.c2
-rw-r--r--src/mkimg-cl.opt2
-rw-r--r--src/mkimg.c2
-rw-r--r--src/mkinst-cl.opt2
-rw-r--r--src/mkinst.c2
-rw-r--r--src/mksg-cl.opt2
-rw-r--r--src/mksg.c2
-rw-r--r--src/mksnap.c2
-rw-r--r--src/mksubnet-cl.opt2
-rw-r--r--src/mktags-cl.opt2
-rw-r--r--src/mktags.c2
-rw-r--r--src/mkvol-cl.opt2
-rw-r--r--src/mkvol.c2
-rw-r--r--src/mkvpc-cl.opt2
-rw-r--r--src/mkvpc.c2
-rw-r--r--src/mvaddr.c2
-rw-r--r--src/rmaddr-cl.opt2
-rw-r--r--src/rmaddr.c2
-rw-r--r--src/rmsg-cl.opt2
-rw-r--r--src/rmsg.c2
-rw-r--r--src/rmsnap.c2
-rw-r--r--src/rmvol.c2
-rw-r--r--src/rmvpc.c2
-rw-r--r--src/routetable.c2
-rw-r--r--src/setaattr-cl.opt2
-rw-r--r--src/setaattr.c2
-rw-r--r--src/setiattr-cl.opt2
-rw-r--r--src/setiattr.c2
-rw-r--r--src/sg-cl.opt2
-rw-r--r--src/sg.c2
-rw-r--r--src/startstop.c2
-rw-r--r--src/stop-cl.opt2
-rw-r--r--src/subnet.c2
-rw-r--r--src/util.c2
-rw-r--r--src/vpcattr.c2
88 files changed, 89 insertions, 90 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ebaa74b..d91b220 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
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#
diff --git a/src/accfile.c b/src/accfile.c
index 0609d7e..0d48edd 100644
--- a/src/accfile.c
+++ b/src/accfile.c
@@ -1,3 +1,3 @@
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
diff --git a/src/allocaddr-cl.opt b/src/allocaddr-cl.opt
index 9ca869c..e35541e 100644
--- a/src/allocaddr-cl.opt
+++ b/src/allocaddr-cl.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/allocaddr.c b/src/allocaddr.c
index b02fd7b..0e1feea 100644
--- a/src/allocaddr.c
+++ b/src/allocaddr.c
@@ -1,3 +1,3 @@
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
diff --git a/src/asscaddr-cl.opt b/src/asscaddr-cl.opt
index 4dcd3d7..eaf8145 100644
--- a/src/asscaddr-cl.opt
+++ b/src/asscaddr-cl.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/asscaddr.c b/src/asscaddr.c
index f4abfe7..6b566c2 100644
--- a/src/asscaddr.c
+++ b/src/asscaddr.c
@@ -1,3 +1,3 @@
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
diff --git a/src/atvol.c b/src/atvol.c
index 5fc1560..e6b5d38 100644
--- a/src/atvol.c
+++ b/src/atvol.c
@@ -1,3 +1,3 @@
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
diff --git a/src/chvol.c b/src/chvol.c
index cda5434..efd5260 100644
--- a/src/chvol.c
+++ b/src/chvol.c
@@ -1,3 +1,3 @@
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
diff --git a/src/cmdline.opt b/src/cmdline.opt
index de329b8..6ac0992 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/config.c b/src/config.c
index fde4816..8aacca0 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,3 +1,3 @@
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
diff --git a/src/cpimg-cl.opt b/src/cpimg-cl.opt
index db3e0ee..6971d3e 100644
--- a/src/cpimg-cl.opt
+++ b/src/cpimg-cl.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/cpimg.c b/src/cpimg.c
index 5a8a532..1971934 100644
--- a/src/cpimg.c
+++ b/src/cpimg.c
@@ -1,3 +1,3 @@
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
diff --git a/src/cpsnap-cl.opt b/src/cpsnap-cl.opt
index 484059b..a3e108a 100644
--- a/src/cpsnap-cl.opt
+++ b/src/cpsnap-cl.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/cpsnap.c b/src/cpsnap.c
index e66bf4d..4b69e52 100644
--- a/src/cpsnap.c
+++ b/src/cpsnap.c
@@ -1,3 +1,3 @@
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
diff --git a/src/deimg.c b/src/deimg.c
index 2b94492..bc6b8c6 100644
--- a/src/deimg.c
+++ b/src/deimg.c
@@ -1,3 +1,3 @@
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
diff --git a/src/devmap.c b/src/devmap.c
index b402bc5..6cca27f 100644
--- a/src/devmap.c
+++ b/src/devmap.c
@@ -1,3 +1,3 @@
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
diff --git a/src/devol-cl.opt b/src/devol-cl.opt
index dec9aef..12e236a 100644
--- a/src/devol-cl.opt
+++ b/src/devol-cl.opt
@@ -1,3 +1,3 @@
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
diff --git a/src/devol.c b/src/devol.c
index 2825973..945c3d7 100644
--- a/src/devol.c
+++ b/src/devol.c
@@ -1,3 +1,3 @@
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