Skip to content

Commit 60334cf

Browse files
committed
tests/lib/vfs: update copyright notice.
Signed-off-by: Andrew Borodin <[email protected]>
1 parent e5203cb commit 60334cf

File tree

5 files changed

+50
-45
lines changed

5 files changed

+50
-45
lines changed

tests/lib/vfs/path_cmp.c

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
Written by:
77
Slava Zanko <[email protected]>, 2011, 2013
88
9-
This program is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Library General Public License
11-
as published by the Free Software Foundation; either version 2 of
12-
the License, or (at your option) any later version.
9+
This file is part of the Midnight Commander.
1310
14-
This program is distributed in the hope that it will be useful,
11+
The Midnight Commander is free software: you can redistribute it
12+
and/or modify it under the terms of the GNU General Public License as
13+
published by the Free Software Foundation, either version 3 of the License,
14+
or (at your option) any later version.
15+
16+
The Midnight Commander is distributed in the hope that it will be useful,
1517
but WITHOUT ANY WARRANTY; without even the implied warranty of
1618
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU Library General Public License for more details.
19+
GNU General Public License for more details.
1820
19-
You should have received a copy of the GNU Library General Public
20-
License along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21+
You should have received a copy of the GNU General Public License
22+
along with this program. If not, see <http://www.gnu.org/licenses/>.
2223
*/
2324

2425
#define TEST_SUITE_NAME "/lib/vfs"

tests/lib/vfs/path_len.c

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
Written by:
77
Slava Zanko <[email protected]>, 2011, 2013
88
9-
This program is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Library General Public License
11-
as published by the Free Software Foundation; either version 2 of
12-
the License, or (at your option) any later version.
9+
This file is part of the Midnight Commander.
1310
14-
This program is distributed in the hope that it will be useful,
11+
The Midnight Commander is free software: you can redistribute it
12+
and/or modify it under the terms of the GNU General Public License as
13+
published by the Free Software Foundation, either version 3 of the License,
14+
or (at your option) any later version.
15+
16+
The Midnight Commander is distributed in the hope that it will be useful,
1517
but WITHOUT ANY WARRANTY; without even the implied warranty of
1618
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU Library General Public License for more details.
19+
GNU General Public License for more details.
1820
19-
You should have received a copy of the GNU Library General Public
20-
License along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21+
You should have received a copy of the GNU General Public License
22+
along with this program. If not, see <http://www.gnu.org/licenses/>.
2223
*/
2324

2425
#define TEST_SUITE_NAME "/lib/vfs"

tests/lib/vfs/path_manipulations.c

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
Written by:
77
Slava Zanko <[email protected]>, 2011, 2013
88
9-
This program is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Library General Public License
11-
as published by the Free Software Foundation; either version 2 of
12-
the License, or (at your option) any later version.
9+
This file is part of the Midnight Commander.
1310
14-
This program is distributed in the hope that it will be useful,
11+
The Midnight Commander is free software: you can redistribute it
12+
and/or modify it under the terms of the GNU General Public License as
13+
published by the Free Software Foundation, either version 3 of the License,
14+
or (at your option) any later version.
15+
16+
The Midnight Commander is distributed in the hope that it will be useful,
1517
but WITHOUT ANY WARRANTY; without even the implied warranty of
1618
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU Library General Public License for more details.
19+
GNU General Public License for more details.
1820
19-
You should have received a copy of the GNU Library General Public
20-
License along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21+
You should have received a copy of the GNU General Public License
22+
along with this program. If not, see <http://www.gnu.org/licenses/>.
2223
*/
2324

2425
#define TEST_SUITE_NAME "/lib/vfs"

tests/lib/vfs/relative_cd.c

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
Written by:
77
Slava Zanko <[email protected]>, 2011, 2013
88
9-
This program is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Library General Public License
11-
as published by the Free Software Foundation; either version 2 of
12-
the License, or (at your option) any later version.
9+
This file is part of the Midnight Commander.
1310
14-
This program is distributed in the hope that it will be useful,
11+
The Midnight Commander is free software: you can redistribute it
12+
and/or modify it under the terms of the GNU General Public License as
13+
published by the Free Software Foundation, either version 3 of the License,
14+
or (at your option) any later version.
15+
16+
The Midnight Commander is distributed in the hope that it will be useful,
1517
but WITHOUT ANY WARRANTY; without even the implied warranty of
1618
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU Library General Public License for more details.
19+
GNU General Public License for more details.
1820
19-
You should have received a copy of the GNU Library General Public
20-
License along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21+
You should have received a copy of the GNU General Public License
22+
along with this program. If not, see <http://www.gnu.org/licenses/>.
2223
*/
2324

2425
#define TEST_SUITE_NAME "/lib/vfs"

tests/lib/vfs/vfs_path_from_str_flags.c

+10-9
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
Written by:
77
Slava Zanko <[email protected]>, 2013
88
9-
This program is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Library General Public License
11-
as published by the Free Software Foundation; either version 2 of
12-
the License, or (at your option) any later version.
9+
This file is part of the Midnight Commander.
1310
14-
This program is distributed in the hope that it will be useful,
11+
The Midnight Commander is free software: you can redistribute it
12+
and/or modify it under the terms of the GNU General Public License as
13+
published by the Free Software Foundation, either version 3 of the License,
14+
or (at your option) any later version.
15+
16+
The Midnight Commander is distributed in the hope that it will be useful,
1517
but WITHOUT ANY WARRANTY; without even the implied warranty of
1618
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
GNU Library General Public License for more details.
19+
GNU General Public License for more details.
1820
19-
You should have received a copy of the GNU Library General Public
20-
License along with this program; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21+
You should have received a copy of the GNU General Public License
22+
along with this program. If not, see <http://www.gnu.org/licenses/>.
2223
*/
2324

2425
#define TEST_SUITE_NAME "/lib/vfs"

0 commit comments

Comments
 (0)