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/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.c2
-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/io.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/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/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/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/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/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/util.c2
69 files changed, 69 insertions, 69 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c2e94f4..d38794b 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, 2013 Sergey Poznyakoff 2# Copyright (C) 2012-2014 Sergey Poznyakoff
3# 3#
diff --git a/src/accfile.c b/src/accfile.c
index 10ac1fb..3b06582 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/allocaddr-cl.opt b/src/allocaddr-cl.opt
index c29b4f3..50d6a77 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/allocaddr.c b/src/allocaddr.c
index 51e58c3..17e817a 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/asscaddr-cl.opt b/src/asscaddr-cl.opt
index 321f7c4..0ba5fef 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/asscaddr.c b/src/asscaddr.c
index cbe5a2d..797ac89 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/atvol.c b/src/atvol.c
index 6ad4f5d..0ee4540 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 2fe8c2c..073b7b7 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/config.c b/src/config.c
index 78f0129..1d3f1b7 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/cpimg-cl.opt b/src/cpimg-cl.opt
index 991c8af..725946b 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/cpimg.c b/src/cpimg.c
index 6822ed6..c1d6a51 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/cpsnap-cl.opt b/src/cpsnap-cl.opt
index e075264..62eb313 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/cpsnap.c b/src/cpsnap.c
index 97ca8b5..8d6a7d4 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/deimg.c b/src/deimg.c
index 345c586..884e068 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/devmap.c b/src/devmap.c
index 7cd63df..a053f57 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 Sergey Poznyakoff. 2 Copyright (C) 2013-2014 Sergey Poznyakoff.
3 3
diff --git a/src/devol-cl.opt b/src/devol-cl.opt
index f626f0d..db4e719 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/devol.c b/src/devol.c
index dfc7f31..f733ab3 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, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/disasaddr-cl.opt b/src/disasaddr-cl.opt
index 949b05a..c50467d 100644
--- a/src/disasaddr-cl.opt
+++ b/src/disasaddr-cl.opt
@@ -1,3 +1,3 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
diff --git a/src/disasaddr.c b/src/disasaddr.c
index c739218..5a24089 100644
--- a/src/disasaddr.c
+++ b/src/disasaddr.c
@@ -1,3 +1,3 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.