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,14 +1,14 @@
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#
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
9# Eclat is distributed in the hope that it will be useful, 9# Eclat is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
diff --git a/src/accfile.c b/src/accfile.c
index 10ac1fb..3b06582 100644
--- a/src/accfile.c
+++ b/src/accfile.c
@@ -1,14 +1,14 @@
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
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
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
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,14 +1,14 @@
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
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
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
diff --git a/src/allocaddr.c b/src/allocaddr.c
index 51e58c3..17e817a 100644
--- a/src/allocaddr.c
+++ b/src/allocaddr.c
@@ -1,14 +1,14 @@
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
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
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
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,14 +1,14 @@
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
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
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
diff --git a/src/asscaddr.c b/src/asscaddr.c
index cbe5a2d..797ac89 100644
--- a/src/asscaddr.c
+++ b/src/asscaddr.c
@@ -1,14 +1,14 @@
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