244 files changed, 244 insertions, 244 deletions
diff --git a/Makefile.am b/Makefile.am index 4631c40..40d0d34 100644 --- a/Makefile.am +++ b/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 |
@@ -1,14 +1,14 @@ | |||
1 | Eclat NEWS -- history of user-visible changes. 2013-12-20 | 1 | Eclat NEWS -- history of user-visible changes. 2013-12-20 |
2 | Copyright (C) 2012, 2013 Sergey Poznyakoff | 2 | Copyright (C) 2012-2014 Sergey Poznyakoff |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | Please send Eclat bug reports to <gray+eclat@gnu.org.ua> | 5 | Please send Eclat bug reports to <gray+eclat@gnu.org.ua> |
6 | 6 | ||
7 | 7 | ||
8 | Version 1.0, 2013-12-20 | 8 | Version 1.0, 2013-12-20 |
9 | 9 | ||
10 | First official release. Implements a basic set of commands. | 10 | First official release. Implements a basic set of commands. |
11 | 11 | ||
12 | 12 | ||
13 | Version 0.1, 2012-10-23 | 13 | Version 0.1, 2012-10-23 |
14 | 14 | ||
@@ -1,14 +1,14 @@ | |||
1 | Eclat README | 1 | Eclat README |
2 | Copyright (C) 2012, 2013 Sergey Poznyakoff | 2 | Copyright (C) 2012-2014 Sergey Poznyakoff |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | * Introduction | 5 | * Introduction |
6 | 6 | ||
7 | Eclat stands for EC2 Command Line Administrator Tool. It allows you to | 7 | Eclat stands for EC2 Command Line Administrator Tool. It allows you to |
8 | manage Amazon EC2 services from the command line, fast and easy. It does | 8 | manage Amazon EC2 services from the command line, fast and easy. It does |
9 | not require resource-consuming libraries. It is written in plain C, | 9 | not require resource-consuming libraries. It is written in plain C, |
10 | depends only on libraries which are always installed on any decent system, | 10 | depends only on libraries which are always installed on any decent system, |
11 | and has low resource requirements. | 11 | and has low resource requirements. |
12 | 12 | ||
13 | * Actions | 13 | * Actions |
14 | 14 | ||
diff --git a/README-hacking b/README-hacking index c6721fa..1ee6d54 100644 --- a/README-hacking +++ b/README-hacking | |||
@@ -25,25 +25,25 @@ which are extracted from other source packages: | |||
25 | cd eclat | 25 | cd eclat |
26 | 26 | ||
27 | 2. Run | 27 | 2. Run |
28 | 28 | ||
29 | ./bootstrap | 29 | ./bootstrap |
30 | 30 | ||
31 | Once done, proceed as described in the file README (section | 31 | Once done, proceed as described in the file README (section |
32 | INSTALLATION). | 32 | INSTALLATION). |
33 | 33 | ||
34 | 34 | ||
35 | * Copyright information | 35 | * Copyright information |
36 | 36 | ||
37 | Copyright (C) 2012, 2013 Sergey Poznyakoff | 37 | Copyright (C) 2012-2014 Sergey Poznyakoff |
38 | 38 | ||
39 | Permission is granted to anyone to make or distribute verbatim copies | 39 | Permission is granted to anyone to make or distribute verbatim copies |
40 | of this document as received, in any medium, provided that the | 40 | of this document as received, in any medium, provided that the |
41 | copyright notice and this permission notice are preserved, | 41 | copyright notice and this permission notice are preserved, |
42 | thus giving the recipient permission to redistribute in turn. | 42 | thus giving the recipient permission to redistribute in turn. |
43 | 43 | ||
44 | Permission is granted to distribute modified versions | 44 | Permission is granted to distribute modified versions |
45 | of this document, or of portions of it, | 45 | of this document, or of portions of it, |
46 | under the above conditions, provided also that they | 46 | under the above conditions, provided also that they |
47 | carry prominent notices stating who last changed them. | 47 | carry prominent notices stating who last changed them. |
48 | 48 | ||
49 | 49 | ||
diff --git a/configure.ac b/configure.ac index 076139c..6d5df5b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,14 +1,14 @@ | |||
1 | # This file is part of Eclat -*- autoconf -*- | 1 | # This file is part of Eclat -*- autoconf -*- |
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/doc/Makefile.am b/doc/Makefile.am index f3cd493..c6ad55b 100644 --- a/doc/Makefile.am +++ b/doc/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/doc/Makefile.inc b/doc/Makefile.inc index f7ae7ef..6925cc5 100644 --- a/doc/Makefile.inc +++ b/doc/Makefile.inc | |||
@@ -1,14 +1,14 @@ | |||
1 | # This file is part of Eclat -*- Makefile -*- | 1 | # This file is part of Eclat -*- Makefile -*- |
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/doc/eclat-assocaddr.1 b/doc/eclat-assocaddr.1 index 76a506f..96f8997 100644 --- a/doc/eclat-assocaddr.1 +++ b/doc/eclat-assocaddr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-atvol.1 b/doc/eclat-atvol.1 index e6d364b..e52dc2d 100644 --- a/doc/eclat-atvol.1 +++ b/doc/eclat-atvol.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-clrsattr.1 b/doc/eclat-clrsattr.1 index 999b710..f6d827e 100644 --- a/doc/eclat-clrsattr.1 +++ b/doc/eclat-clrsattr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-cpimg.1 b/doc/eclat-cpimg.1 index e887bf9..97f1053 100644 --- a/doc/eclat-cpimg.1 +++ b/doc/eclat-cpimg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-cpsnap.1 b/doc/eclat-cpsnap.1 index b951e08..944cba2 100644 --- a/doc/eclat-cpsnap.1 +++ b/doc/eclat-cpsnap.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-deimg.1 b/doc/eclat-deimg.1 index 40eda63..5a9f8c1 100644 --- a/doc/eclat-deimg.1 +++ b/doc/eclat-deimg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-devol.1 b/doc/eclat-devol.1 index 2a2ac5e..a66a2c4 100644 --- a/doc/eclat-devol.1 +++ b/doc/eclat-devol.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-disasaddr.1 b/doc/eclat-disasaddr.1 index f9c3e0f..c7f913e 100644 --- a/doc/eclat-disasaddr.1 +++ b/doc/eclat-disasaddr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-dmesg.1 b/doc/eclat-dmesg.1 index ec52ff5..5c4e35a 100644 --- a/doc/eclat-dmesg.1 +++ b/doc/eclat-dmesg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsaddr.1 b/doc/eclat-lsaddr.1 index 19fb8d8..d6cbb1a 100644 --- a/doc/eclat-lsaddr.1 +++ b/doc/eclat-lsaddr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsiattr.1 b/doc/eclat-lsiattr.1 index a998d50..d423576 100644 --- a/doc/eclat-lsiattr.1 +++ b/doc/eclat-lsiattr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsimg.1 b/doc/eclat-lsimg.1 index 4d77bbf..6f5d7ab 100644 --- a/doc/eclat-lsimg.1 +++ b/doc/eclat-lsimg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsinst.1 b/doc/eclat-lsinst.1 index 4461f39..70923b3 100644 --- a/doc/eclat-lsinst.1 +++ b/doc/eclat-lsinst.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsistat.1 b/doc/eclat-lsistat.1 index 324f38e..e72f9e6 100644 --- a/doc/eclat-lsistat.1 +++ b/doc/eclat-lsistat.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsreg.1 b/doc/eclat-lsreg.1 index c0880dc..298b3c5 100644 --- a/doc/eclat-lsreg.1 +++ b/doc/eclat-lsreg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lssattr.1 b/doc/eclat-lssattr.1 index 9366cdd..627504f 100644 --- a/doc/eclat-lssattr.1 +++ b/doc/eclat-lssattr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lssg.1 b/doc/eclat-lssg.1 index 50ce425..48b52ba 100644 --- a/doc/eclat-lssg.1 +++ b/doc/eclat-lssg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lssnap.1 b/doc/eclat-lssnap.1 index 0c1cc71..85e2800 100644 --- a/doc/eclat-lssnap.1 +++ b/doc/eclat-lssnap.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lstag.1 b/doc/eclat-lstag.1 index 2b5c9eb..fd2d1e6 100644 --- a/doc/eclat-lstag.1 +++ b/doc/eclat-lstag.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lsvol.1 b/doc/eclat-lsvol.1 index 0125f27..d834c63 100644 --- a/doc/eclat-lsvol.1 +++ b/doc/eclat-lsvol.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-lszon.1 b/doc/eclat-lszon.1 index f2dbfd1..25f357e 100644 --- a/doc/eclat-lszon.1 +++ b/doc/eclat-lszon.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mkaddr.1 b/doc/eclat-mkaddr.1 index 427645d..387eef9 100644 --- a/doc/eclat-mkaddr.1 +++ b/doc/eclat-mkaddr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mkimg.1 b/doc/eclat-mkimg.1 index 2c80d95..861aeb9 100644 --- a/doc/eclat-mkimg.1 +++ b/doc/eclat-mkimg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mkinst.1 b/doc/eclat-mkinst.1 index 9788ac1..31b7192 100644 --- a/doc/eclat-mkinst.1 +++ b/doc/eclat-mkinst.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mksg.1 b/doc/eclat-mksg.1 index 3483bdd..e8ec022 100644 --- a/doc/eclat-mksg.1 +++ b/doc/eclat-mksg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mksnap.1 b/doc/eclat-mksnap.1 index 47199a5..742dc68 100644 --- a/doc/eclat-mksnap.1 +++ b/doc/eclat-mksnap.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mktag.1 b/doc/eclat-mktag.1 index 7dd918c..5f66357 100644 --- a/doc/eclat-mktag.1 +++ b/doc/eclat-mktag.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-mkvol.1 b/doc/eclat-mkvol.1 index 7db4733..0e5d985 100644 --- a/doc/eclat-mkvol.1 +++ b/doc/eclat-mkvol.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-reboot.1 b/doc/eclat-reboot.1 index 4ba5548..97f8b28 100644 --- a/doc/eclat-reboot.1 +++ b/doc/eclat-reboot.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-rmaddr.1 b/doc/eclat-rmaddr.1 index 065f4a1..5ad7989 100644 --- a/doc/eclat-rmaddr.1 +++ b/doc/eclat-rmaddr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-rmsg.1 b/doc/eclat-rmsg.1 index d6dc174..a6d5e31 100644 --- a/doc/eclat-rmsg.1 +++ b/doc/eclat-rmsg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-rmsnap.1 b/doc/eclat-rmsnap.1 index c5415c7..4c39539 100644 --- a/doc/eclat-rmsnap.1 +++ b/doc/eclat-rmsnap.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-rmtag.1 b/doc/eclat-rmtag.1 index 58de4f8..061b32b 100644 --- a/doc/eclat-rmtag.1 +++ b/doc/eclat-rmtag.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-rmvol.1 b/doc/eclat-rmvol.1 index 4458234..b84b62f 100644 --- a/doc/eclat-rmvol.1 +++ b/doc/eclat-rmvol.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-setiattr.1 b/doc/eclat-setiattr.1 index a1b78ac..aa9fc5a 100644 --- a/doc/eclat-setiattr.1 +++ b/doc/eclat-setiattr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-setsattr.1 b/doc/eclat-setsattr.1 index 9416718..9e1494c 100644 --- a/doc/eclat-setsattr.1 +++ b/doc/eclat-setsattr.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-sg.1 b/doc/eclat-sg.1 index 7dcac0f..7003aec 100644 --- a/doc/eclat-sg.1 +++ b/doc/eclat-sg.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-start.1 b/doc/eclat-start.1 index e43ac83..ad563fc 100644 --- a/doc/eclat-start.1 +++ b/doc/eclat-start.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-stop.1 b/doc/eclat-stop.1 index 2833849..1ad072c 100644 --- a/doc/eclat-stop.1 +++ b/doc/eclat-stop.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat-tmpl.1 b/doc/eclat-tmpl.1 index 94ea840..0920dc4 100644 --- a/doc/eclat-tmpl.1 +++ b/doc/eclat-tmpl.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat.1man b/doc/eclat.1man index 92155c1..d22e725 100644 --- a/doc/eclat.1man +++ b/doc/eclat.1man | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/eclat.conf.5 b/doc/eclat.conf.5 index 8d8bd90..3c28920 100644 --- a/doc/eclat.conf.5 +++ b/doc/eclat.conf.5 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/doc/lszon.1 b/doc/lszon.1 index 9605c4c..6c70c97 100644 --- a/doc/lszon.1 +++ b/doc/lszon.1 | |||
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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 |
@@ -1,14 +1,14 @@ | |||
1 | .\" This file is part of Eclat -*- nroff -*- | 1 | .\" This file is part of Eclat -*- nroff -*- |
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/etc/Makefile.am b/etc/Makefile.am index 276c2ba..f6a8186 100644 --- a/etc/Makefile.am +++ b/etc/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/etc/allocate-address.fln b/etc/allocate-address.fln index 4afa5ce..5503cc1 100644 --- a/etc/allocate-address.fln +++ b/etc/allocate-address.fln | |||
@@ -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/etc/associate-address.fln b/etc/associate-address.fln index d59330a..41b0d44 100644 --- a/etc/associate-address.fln +++ b/etc/associate-address.fln | |||
@@ -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/etc/attach-volume.fln b/etc/attach-volume.fln index db353b4..ca81c88 100644 --- a/etc/attach-volume.fln +++ b/etc/attach-volume.fln | |||
@@ -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/etc/compl.sh b/etc/compl.sh index 9675c35..b11687b 100644 --- a/etc/compl.sh +++ b/etc/compl.sh | |||
@@ -1,15 +1,15 @@ | |||
1 | #! /bin/bash | 1 | #! /bin/bash |
2 | # Bash completion setup for Eclat commands. | 2 | # Bash completion setup for Eclat commands. |
3 | # Copyright (C) 2012, 2013 Sergey Poznyakoff | 3 | # Copyright (C) 2012-2014 Sergey Poznyakoff |
4 | # | 4 | # |
5 | # Eclat is free software; you can redistribute it and/or modify | 5 | # Eclat is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
7 | # the Free Software Foundation; either version 3, or (at your option) | 7 | # the Free Software Foundation; either version 3, or (at your option) |
8 | # any later version. | 8 | # any later version. |
9 | # | 9 | # |
10 | # Eclat is distributed in the hope that it will be useful, | 10 | # Eclat is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | # GNU General Public License for more details. | 13 | # GNU General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU General Public License | 15 | # You should have received a copy of the GNU General Public License |
diff --git a/etc/copy-image.fln b/etc/copy-image.fln index eb0265e..88baacb 100644 --- a/etc/copy-image.fln +++ b/etc/copy-image.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/copy-snapshot.fln b/etc/copy-snapshot.fln index 08e69a1..b641fcc 100644 --- a/etc/copy-snapshot.fln +++ b/etc/copy-snapshot.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/create-image.fln b/etc/create-image.fln index 938926a..8342219 100644 --- a/etc/create-image.fln +++ b/etc/create-image.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/create-security-group.fln b/etc/create-security-group.fln index 06d021d..f4f7ff3 100644 --- a/etc/create-security-group.fln +++ b/etc/create-security-group.fln | |||
@@ -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/etc/create-snapshot.fln b/etc/create-snapshot.fln index 7bcce86..693d112 100644 --- a/etc/create-snapshot.fln +++ b/etc/create-snapshot.fln | |||
@@ -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/etc/create-tags.fln b/etc/create-tags.fln index 0996d8d..a534ff0 100644 --- a/etc/create-tags.fln +++ b/etc/create-tags.fln | |||
@@ -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/etc/create-volume.fln b/etc/create-volume.fln index b14548b..5f0c9b4 100644 --- a/etc/create-volume.fln +++ b/etc/create-volume.fln | |||
@@ -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/etc/default.fln b/etc/default.fln index d412adc..fe72329 100644 --- a/etc/default.fln +++ b/etc/default.fln | |||
@@ -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/etc/delete-security-group.fln b/etc/delete-security-group.fln index ca1c611..8ee27fb 100644 --- a/etc/delete-security-group.fln +++ b/etc/delete-security-group.fln | |||
@@ -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/etc/delete-snapshot.fln b/etc/delete-snapshot.fln index c6c2c74..332867b 100644 --- a/etc/delete-snapshot.fln +++ b/etc/delete-snapshot.fln | |||
@@ -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/etc/delete-tags.fln b/etc/delete-tags.fln index 02776f2..f0664f6 100644 --- a/etc/delete-tags.fln +++ b/etc/delete-tags.fln | |||
@@ -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/etc/delete-volume.fln b/etc/delete-volume.fln index 6772dff..3c2dd45 100644 --- a/etc/delete-volume.fln +++ b/etc/delete-volume.fln | |||
@@ -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/etc/deregister-image.fln b/etc/deregister-image.fln index 8ada92c..0a85e2b 100644 --- a/etc/deregister-image.fln +++ b/etc/deregister-image.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/describe-addresses.fln b/etc/describe-addresses.fln index 84665e0..c5a8810 100644 --- a/etc/describe-addresses.fln +++ b/etc/describe-addresses.fln | |||
@@ -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/etc/describe-availability-zones.fln b/etc/describe-availability-zones.fln index 7fb24f1..9588d74 100644 --- a/etc/describe-availability-zones.fln +++ b/etc/describe-availability-zones.fln | |||
@@ -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/etc/describe-images.fln b/etc/describe-images.fln index 55c7ae1..5e18bcd 100644 --- a/etc/describe-images.fln +++ b/etc/describe-images.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/describe-instance-attribute.fln b/etc/describe-instance-attribute.fln index c7f78bb..49f6ff7 100644 --- a/etc/describe-instance-attribute.fln +++ b/etc/describe-instance-attribute.fln | |||
@@ -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/etc/describe-instance-status.fln b/etc/describe-instance-status.fln index a3c27f4..a81b479 100644 --- a/etc/describe-instance-status.fln +++ b/etc/describe-instance-status.fln | |||
@@ -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/etc/describe-instances.fln b/etc/describe-instances.fln index ab18bac..b2f3826 100644 --- a/etc/describe-instances.fln +++ b/etc/describe-instances.fln | |||
@@ -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/etc/describe-regions.fln b/etc/describe-regions.fln index 596ffa3..aa9d6c2 100644 --- a/etc/describe-regions.fln +++ b/etc/describe-regions.fln | |||
@@ -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/etc/describe-security-groups.fln b/etc/describe-security-groups.fln index e0c70f1..12a1379 100644 --- a/etc/describe-security-groups.fln +++ b/etc/describe-security-groups.fln | |||
@@ -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/etc/describe-snapshot-attribute.fln b/etc/describe-snapshot-attribute.fln index 0e71d38..6236598 100644 --- a/etc/describe-snapshot-attribute.fln +++ b/etc/describe-snapshot-attribute.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/describe-snapshots.fln b/etc/describe-snapshots.fln index ed940c7..86dae77 100644 --- a/etc/describe-snapshots.fln +++ b/etc/describe-snapshots.fln | |||
@@ -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/etc/describe-tags.fln b/etc/describe-tags.fln index 6cb8353..ff84e79 100644 --- a/etc/describe-tags.fln +++ b/etc/describe-tags.fln | |||
@@ -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/etc/describe-volumes.fln b/etc/describe-volumes.fln index 1442913..2541340 100644 --- a/etc/describe-volumes.fln +++ b/etc/describe-volumes.fln | |||
@@ -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/etc/detach-volume.fln b/etc/detach-volume.fln index d90b489..870e85b 100644 --- a/etc/detach-volume.fln +++ b/etc/detach-volume.fln | |||
@@ -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/etc/disassociate-address.fln b/etc/disassociate-address.fln index 0a08d42..7c5ca91 100644 --- a/etc/disassociate-address.fln +++ b/etc/disassociate-address.fln | |||
@@ -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/etc/flncat.c b/etc/flncat.c index 82c4086..5168cd6 100644 --- a/etc/flncat.c +++ b/etc/flncat.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/etc/get-console-output.fln b/etc/get-console-output.fln index 251f344..c6e2178 100644 --- a/etc/get-console-output.fln +++ b/etc/get-console-output.fln | |||
@@ -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/etc/lsattr.fln b/etc/lsattr.fln index c4aab5c..d9bb8e1 100644 --- a/etc/lsattr.fln +++ b/etc/lsattr.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/etc/modify-instance-attribute.fln b/etc/modify-instance-attribute.fln index 991dd3d..7288fb9 100644 --- a/etc/modify-instance-attribute.fln +++ b/etc/modify-instance-attribute.fln | |||
@@ -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/etc/modify-snapshot-attribute.fln b/etc/modify-snapshot-attribute.fln index 6d00e7a..e00f81c 100644 --- a/etc/modify-snapshot-attribute.fln +++ b/etc/modify-snapshot-attribute.fln | |||
@@ -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/etc/reboot-instances.fln b/etc/reboot-instances.fln index be865f3..6cec63c 100644 --- a/etc/reboot-instances.fln +++ b/etc/reboot-instances.fln | |||
@@ -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/etc/release-address.fln b/etc/release-address.fln index f3cd299..acd22e4 100644 --- a/etc/release-address.fln +++ b/etc/release-address.fln | |||
@@ -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/etc/reset-snapshot-attribute.fln b/etc/reset-snapshot-attribute.fln index 059ffed..7b747f2 100644 --- a/etc/reset-snapshot-attribute.fln +++ b/etc/reset-snapshot-attribute.fln | |||
@@ -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/etc/run-instances.fln b/etc/run-instances.fln index 42ffe56..4d205a6 100644 --- a/etc/run-instances.fln +++ b/etc/run-instances.fln | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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 |
@@ -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/etc/start-instances.fln b/etc/start-instances.fln index 7588b63..b5b8aa0 100644 --- a/etc/start-instances.fln +++ b/etc/start-instances.fln | |||
@@ -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/etc/stop-instances.fln b/etc/stop-instances.fln index 4cdbfd0..d890e4c 100644 --- a/etc/stop-instances.fln +++ b/etc/stop-instances.fln | |||
@@ -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/lib/Makefile.am b/lib/Makefile.am index 0f95e27..f3a9d42 100644 --- a/lib/Makefile.am +++ b/lib/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/lib/base64.c b/lib/base64.c index 135174d..fd96ea7 100644 --- a/lib/base64.c +++ b/lib/base64.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/lib/bidimap.c b/lib/bidimap.c index b3e7554..d21a5c1 100644 --- a/lib/bidimap.c +++ b/lib/bidimap.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/lib/confirm.c b/lib/confirm.c index 0c6cbf6..18dca7c 100644 --- a/lib/confirm.c +++ b/lib/confirm.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 |
@@ -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/lib/expand.c b/lib/expand.c index a60555f..11471e3 100644 --- a/lib/expand.c +++ b/lib/expand.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/lib/filemap.c b/lib/filemap.c index f3b8f5a..d6e68d9 100644 --- a/lib/filemap.c +++ b/lib/filemap.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/lib/forlan.c b/lib/forlan.c index d2f1c69..53365ae 100644 --- a/lib/forlan.c +++ b/lib/forlan.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/lib/forlan.h b/lib/forlan.h index 74ca15b..418d16f 100644 --- a/lib/forlan.h +++ b/lib/forlan.h | |||
@@ -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/lib/forlangrm.y b/lib/forlangrm.y index 64210a4..e735072 100644 --- a/lib/forlangrm.y +++ b/lib/forlangrm.y | |||
@@ -1,15 +1,15 @@ | |||
1 | %{ | 1 | %{ |
2 | /* This file is part of Eclat. | 2 | /* This file is part of Eclat. |
3 | Copyright (C) 2012, 2013 Sergey Poznyakoff. | 3 | Copyright (C) 2012-2014 Sergey Poznyakoff. |
4 | 4 | ||
5 | Eclat is free software; you can redistribute it and/or modify | 5 | Eclat is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 3, or (at your option) | 7 | the Free Software Foundation; either version 3, or (at your option) |
8 | any later version. | 8 | any later version. |
9 | 9 | ||
10 | Eclat is distributed in the hope that it will be useful, | 10 | Eclat is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
diff --git a/lib/forlanlex.l b/lib/forlanlex.l index c1261e5..c5afdcd 100644 --- a/lib/forlanlex.l +++ b/lib/forlanlex.l | |||
@@ -1,15 +1,15 @@ | |||
1 | %{ | 1 | %{ |
2 | /* This file is part of Eclat. | 2 | /* This file is part of Eclat. |
3 | Copyright (C) 2012, 2013 Sergey Poznyakoff. | 3 | Copyright (C) 2012-2014 Sergey Poznyakoff. |
4 | 4 | ||
5 | Eclat is free software; you can redistribute it and/or modify | 5 | Eclat is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 3, or (at your option) | 7 | the Free Software Foundation; either version 3, or (at your option) |
8 | any later version. | 8 | any later version. |
9 | 9 | ||
10 | Eclat is distributed in the hope that it will be useful, | 10 | Eclat is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
diff --git a/lib/gdbmmap.c b/lib/gdbmmap.c index ee2ad83..fd972f2 100644 --- a/lib/gdbmmap.c +++ b/lib/gdbmmap.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/lib/getans.c b/lib/getans.c index 8a64130..91fae58 100644 --- a/lib/getans.c +++ b/lib/getans.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/lib/getyn.c b/lib/getyn.c index c0d94a3..d53f254 100644 --- a/lib/getyn.c +++ b/lib/getyn.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/lib/hmac_sha1.c b/lib/hmac_sha1.c index 50c2a1f..e604697 100644 --- a/lib/hmac_sha1.c +++ b/lib/hmac_sha1.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/lib/hmac_sha256.c b/lib/hmac_sha256.c index be7f50a..d48e6b1 100644 --- a/lib/hmac_sha256.c +++ b/lib/hmac_sha256.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/lib/ldapmap.c b/lib/ldapmap.c index 6caedf7..4e66c99 100644 --- a/lib/ldapmap.c +++ b/lib/ldapmap.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/lib/libeclat.h b/lib/libeclat.h index 32deba3..51728e1 100644 --- a/lib/libeclat.h +++ b/lib/libeclat.h | |||
@@ -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 |
@@ -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/lib/nullmap.c b/lib/nullmap.c index eea3337..31eb01f 100644 --- a/lib/nullmap.c +++ b/lib/nullmap.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/lib/q2url.c b/lib/q2url.c index 9ec5bee..f5d8863 100644 --- a/lib/q2url.c +++ b/lib/q2url.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/lib/qaddparm.c b/lib/qaddparm.c index ce7a960..6048d32 100644 --- a/lib/qaddparm.c +++ b/lib/qaddparm.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/lib/qcreat.c b/lib/qcreat.c index aeb8b91..c90c3fe 100644 --- a/lib/qcreat.c +++ b/lib/qcreat.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/lib/qencode.c b/lib/qencode.c index 91feb68..a0f6ab6 100644 --- a/lib/qencode.c +++ b/lib/qencode.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/lib/qfree.c b/lib/qfree.c index 4ac076d..4642436 100644 --- a/lib/qfree.c +++ b/lib/qfree.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/lib/reqsign.c b/lib/reqsign.c index 893e4d7..d09b938 100644 --- a/lib/reqsign.c +++ b/lib/reqsign.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/lib/seqmap.c b/lib/seqmap.c index 76e9385..54e4451 100644 --- a/lib/seqmap.c +++ b/lib/seqmap.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/lib/urlencode.c b/lib/urlencode.c index 78f3246..c474194 100644 --- a/lib/urlencode.c +++ b/lib/urlencode.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/lib/xmltree.c b/lib/xmltree.c index 05c0537..1eedfec 100644 --- a/lib/xmltree.c +++ b/lib/xmltree.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/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 | ||
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/atvol.c b/src/atvol.c index 6ad4f5d..0ee4540 100644 --- a/src/atvol.c +++ b/src/atvol.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/cmdline.opt b/src/cmdline.opt index 2fe8c2c..073b7b7 100644 --- a/src/cmdline.opt +++ b/src/cmdline.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/config.c b/src/config.c index 78f0129..1d3f1b7 100644 --- a/src/config.c +++ b/src/config.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/cpimg-cl.opt b/src/cpimg-cl.opt index 991c8af..725946b 100644 --- a/src/cpimg-cl.opt +++ b/src/cpimg-cl.opt | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/cpimg.c b/src/cpimg.c index 6822ed6..c1d6a51 100644 --- a/src/cpimg.c +++ b/src/cpimg.c | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
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/cpsnap-cl.opt b/src/cpsnap-cl.opt index e075264..62eb313 100644 --- a/src/cpsnap-cl.opt +++ b/src/cpsnap-cl.opt | |||
@@ -1,14 +1,14 @@ | |||
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 | ||
4 |