From 636efa85763da5c5b01ffceed10bb9353159d999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janosch=20Gr=C3=A4f?= Date: Sat, 13 Dec 2008 19:22:50 +0100 Subject: [PATCH] fat: new license (LGPL) --- apps/fat/bootsector.c | 33 ++++++++++++++++----------------- apps/fat/bootsector.h | 33 ++++++++++++++++----------------- apps/fat/cluster.c | 33 ++++++++++++++++----------------- apps/fat/cluster.h | 33 ++++++++++++++++----------------- apps/fat/dir.c | 33 ++++++++++++++++----------------- apps/fat/dirent.h | 33 ++++++++++++++++----------------- apps/fat/fat_cdi.h | 33 ++++++++++++++++----------------- apps/fat/file.c | 33 ++++++++++++++++----------------- apps/fat/init.c | 33 ++++++++++++++++----------------- apps/fat/main.c | 33 ++++++++++++++++----------------- apps/fat/res.c | 33 ++++++++++++++++----------------- apps/fat/resources.c | 33 ++++++++++++++++----------------- apps/fat/sector.c | 33 ++++++++++++++++----------------- 13 files changed, 208 insertions(+), 221 deletions(-) diff --git a/apps/fat/bootsector.c b/apps/fat/bootsector.c index a774a5b..f3b65d8 100644 --- a/apps/fat/bootsector.c +++ b/apps/fat/bootsector.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include diff --git a/apps/fat/bootsector.h b/apps/fat/bootsector.h index d4464ae..0960878 100644 --- a/apps/fat/bootsector.h +++ b/apps/fat/bootsector.h @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #ifndef _BOOTSECTOR_H_ #define _BOOTSECTOR_H_ diff --git a/apps/fat/cluster.c b/apps/fat/cluster.c index 6d3b957..f184846 100644 --- a/apps/fat/cluster.c +++ b/apps/fat/cluster.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include diff --git a/apps/fat/cluster.h b/apps/fat/cluster.h index 3f9b607..633a4f5 100644 --- a/apps/fat/cluster.h +++ b/apps/fat/cluster.h @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #ifndef _CLUSTER_H_ #define _CLUSTER_H_ diff --git a/apps/fat/dir.c b/apps/fat/dir.c index 8c7d3b7..7c9a320 100644 --- a/apps/fat/dir.c +++ b/apps/fat/dir.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include diff --git a/apps/fat/dirent.h b/apps/fat/dirent.h index 2698587..1fff3b4 100644 --- a/apps/fat/dirent.h +++ b/apps/fat/dirent.h @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #ifndef _DIRENT_H_ #define _DIRENT_H_ diff --git a/apps/fat/fat_cdi.h b/apps/fat/fat_cdi.h index 6a8aff9..89b35ec 100644 --- a/apps/fat/fat_cdi.h +++ b/apps/fat/fat_cdi.h @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #ifndef _FAT_CDI_H_ #define _FAT_CDI_H_ diff --git a/apps/fat/file.c b/apps/fat/file.c index dee83d0..d231512 100644 --- a/apps/fat/file.c +++ b/apps/fat/file.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include diff --git a/apps/fat/init.c b/apps/fat/init.c index 75f9d2c..71ee874 100644 --- a/apps/fat/init.c +++ b/apps/fat/init.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include diff --git a/apps/fat/main.c b/apps/fat/main.c index 5e7b834..7f271be 100644 --- a/apps/fat/main.c +++ b/apps/fat/main.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include diff --git a/apps/fat/res.c b/apps/fat/res.c index 39047fc..4d7392b 100644 --- a/apps/fat/res.c +++ b/apps/fat/res.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include diff --git a/apps/fat/resources.c b/apps/fat/resources.c index f16cf7e..3d7bd96 100644 --- a/apps/fat/resources.c +++ b/apps/fat/resources.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include "fat_cdi.h" diff --git a/apps/fat/sector.c b/apps/fat/sector.c index 59b8572..6f08520 100644 --- a/apps/fat/sector.c +++ b/apps/fat/sector.c @@ -1,21 +1,20 @@ /* - * fat - A FAT* CDI driver - * - * Copyright (C) 2008 Janosch Gräf - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, see . - */ + fat - A FAT* CDI driver + Copyright (C) 2008 Janosch Gräf + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +*/ #include #include -- 2.11.4.GIT