remove non ascii characters from ZipFS

This commit is contained in:
wagic.the.homebrew@gmail.com
2012-08-26 06:07:48 +00:00
parent 8035d0f3fc
commit 7583e61510
7 changed files with 923 additions and 923 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2004 Tanguy Fautré. // Copyright (C) 2004 Tanguy Fautre
// //
// This software is provided 'as-is', without any express or implied // This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages // warranty. In no event will the authors be held liable for any damages
@@ -20,7 +20,7 @@
// misrepresented as being the original software. // misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source distribution. // 3. This notice may not be removed or altered from any source distribution.
// //
// Tanguy Fautré // Tanguy FautrE
// softdev@telenet.be // softdev@telenet.be
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
+1 -1
View File
@@ -3,7 +3,7 @@
// zfsystem.cpp: implementation of the zip file system classes. // zfsystem.cpp: implementation of the zip file system classes.
// //
// Copyright (C) 2004 Tanguy Fautré. // Copyright (C) 2004 Tanguy Fautre
// For conditions of distribution and use, // For conditions of distribution and use,
// see copyright notice in zfsystem.h // see copyright notice in zfsystem.h
// //
+2 -2
View File
@@ -5,7 +5,7 @@
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2004 Tanguy Fautré. // Copyright (C) 2004 Tanguy Fautre
// //
// This software is provided 'as-is', without any express or implied // This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages // warranty. In no event will the authors be held liable for any damages
@@ -23,7 +23,7 @@
// misrepresented as being the original software. // misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source distribution. // 3. This notice may not be removed or altered from any source distribution.
// //
// Tanguy Fautré // Tanguy FautrE
// softdev@telenet.be // softdev@telenet.be
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
+1 -1
View File
@@ -1,6 +1,6 @@
// ziphdr.cpp: implementation of the zip header classes. // ziphdr.cpp: implementation of the zip header classes.
// //
// Copyright (C) 2002 Tanguy Fautré. // Copyright (C) 2002 Tanguy Fautre
// For conditions of distribution and use, // For conditions of distribution and use,
// see copyright notice in ziphdr.h // see copyright notice in ziphdr.h
// //
+2 -2
View File
@@ -2,7 +2,7 @@
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2002 Tanguy Fautré. // Copyright (C) 2002 Tanguy Fautre
// //
// This software is provided 'as-is', without any express or implied // This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages // warranty. In no event will the authors be held liable for any damages
@@ -20,7 +20,7 @@
// misrepresented as being the original software. // misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source distribution. // 3. This notice may not be removed or altered from any source distribution.
// //
// Tanguy Fautré // Tanguy FautrE
// softdev@telenet.be // softdev@telenet.be
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
+1 -1
View File
@@ -1,6 +1,6 @@
// zstream.cpp: implementation of the zstream class. // zstream.cpp: implementation of the zstream class.
// //
// Copyright (C) 2002 Tanguy Fautré. // Copyright (C) 2002 Tanguy Fautre
// For conditions of distribution and use, // For conditions of distribution and use,
// see copyright notice in zfsystem.h // see copyright notice in zfsystem.h
// //
+2 -2
View File
@@ -2,7 +2,7 @@
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// //
// Copyright (C) 2002 Tanguy Fautré. // Copyright (C) 2002 Tanguy Fautre
// //
// This software is provided 'as-is', without any express or implied // This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages // warranty. In no event will the authors be held liable for any damages
@@ -20,7 +20,7 @@
// misrepresented as being the original software. // misrepresented as being the original software.
// 3. This notice may not be removed or altered from any source distribution. // 3. This notice may not be removed or altered from any source distribution.
// //
// Tanguy Fautré // Tanguy FautrE
// softdev@telenet.be // softdev@telenet.be
// //
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////