浏览代码

Clean up the few remaining $jrsoftware$ tags which were used in the days of CVS.

Martijn Laan 1 年之前
父节点
当前提交
e3b2a033a8

+ 2 - 2
CONTRIBUTING.md

@@ -32,8 +32,8 @@ branches and make pull requests. In detail:
 6. Make sure that your changes adhere to the current coding conventions used
 6. Make sure that your changes adhere to the current coding conventions used
    throughout the project - indentation, accurate comments, etc.
    throughout the project - indentation, accurate comments, etc.
 
 
-   Do not make mass whitespace, copyright date or $jrsoftware$ tag changes to
-   files. The only time is it ok to make such changes is when you already needed
+   Do not make mass whitespace or copyright date changes to files nor anything
+   similar. The only time is it ok to make such changes is when you already needed
    to change the file to implement your feature, change, or fix.
    to change the file to implement your feature, change, or fix.
 
 
 7. Commit your changes to your topic branch.
 7. Commit your changes to your topic branch.

+ 0 - 2
Projects/Src/ArcFour.pas

@@ -7,8 +7,6 @@ unit ArcFour;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Interface to ISCrypt.dll (ARCFOUR encryption/decryption)
   Interface to ISCrypt.dll (ARCFOUR encryption/decryption)
-
-  $jrsoftware: issrc/Projects/ArcFour.pas,v 1.2 2004/04/26 19:11:23 jr Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/Compress.pas

@@ -7,8 +7,6 @@ unit Compress;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Abstract compression classes, and some generic compression-related functions
   Abstract compression classes, and some generic compression-related functions
-
-  $jrsoftware: issrc/Projects/Compress.pas,v 1.14 2010/09/07 03:09:36 jr Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/CompressZlib.pas

@@ -7,8 +7,6 @@ unit CompressZlib;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Declarations for zlib functions & structures
   Declarations for zlib functions & structures
-
-  $jrsoftware: issrc/Projects/CompressZlib.pas,v 1.5 2010/09/07 03:09:36 jr Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/Extract.pas

@@ -7,8 +7,6 @@ unit Extract;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   TFileExtractor class
   TFileExtractor class
-
-  $jrsoftware: issrc/Projects/Extract.pas,v 1.30 2010/03/13 18:51:37 jr Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/HelperEXEs.rc

@@ -1,5 +1,3 @@
-// $jrsoftware: issrc/Projects/HelperEXEs.rc,v 1.4 2010/10/20 02:43:26 jr Exp $
-//
 // Contains the 64-bit helper EXEs used by the Helper unit
 // Contains the 64-bit helper EXEs used by the Helper unit
 
 
 HELPER_EXE_AMD64 RCDATA Helper\x64\Release\Helper.exe
 HELPER_EXE_AMD64 RCDATA Helper\x64\Release\Helper.exe

+ 0 - 2
Projects/Src/Lzma2/Decoder/ISLzma2Dec.c

@@ -3,8 +3,6 @@
   This file is public domain (like the LZMA SDK)
   This file is public domain (like the LZMA SDK)
 
 
   Lzma2Dec.c + additional helper functions used by LZMADecomp.pas
   Lzma2Dec.c + additional helper functions used by LZMADecomp.pas
-
-  $jrsoftware: issrc/Projects/lzma2/Decoder/ISLzma2Dec.c,v 1.3 2010/03/14 20:31:27 jr Exp $
 */
 */
 
 
 #include "../C/Lzma2Dec.c"
 #include "../C/Lzma2Dec.c"

+ 0 - 2
Projects/Src/Lzma2/Decoder/ISLzmaDec.c

@@ -3,8 +3,6 @@
   This file is public domain (like the LZMA SDK)
   This file is public domain (like the LZMA SDK)
 
 
   LzmaDec.c + additional helper functions used by LZMADecomp.pas
   LzmaDec.c + additional helper functions used by LZMADecomp.pas
-
-  $jrsoftware: issrc/Projects/lzma2/Decoder/ISLzmaDec.c,v 1.3 2010/03/14 20:31:27 jr Exp $
 */
 */
 
 
 #include "../C/LzmaDec.c"
 #include "../C/LzmaDec.c"

+ 0 - 2
Projects/Src/Lzma2/Encoder/islzma.c

@@ -1,8 +1,6 @@
 /*
 /*
   islzma.c, by Jordan Russell for Inno Setup
   islzma.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
   This file is public domain (like the LZMA SDK)
-
-  $jrsoftware: issrc/Projects/lzma2/Encoder/islzma.c,v 1.7 2010/03/24 19:55:40 jr Exp $
 */
 */
 
 
 #include <stddef.h>
 #include <stddef.h>

+ 0 - 2
Projects/Src/Lzma2/Encoder/islzma.h

@@ -1,8 +1,6 @@
 /*
 /*
   islzma.h, by Jordan Russell for Inno Setup
   islzma.h, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
   This file is public domain (like the LZMA SDK)
-
-  $jrsoftware: issrc/Projects/lzma2/Encoder/islzma.h,v 1.2 2010/03/24 19:55:40 jr Exp $
 */
 */
 
 
 struct LZMAEncoderProps {
 struct LZMAEncoderProps {

+ 0 - 2
Projects/Src/Lzma2/Encoder/islzma_dll.c

@@ -1,8 +1,6 @@
 /*
 /*
   islzma_dll.c, by Jordan Russell for Inno Setup
   islzma_dll.c, by Jordan Russell for Inno Setup
   This file is public domain (like the LZMA SDK)
   This file is public domain (like the LZMA SDK)
-
-  $jrsoftware: issrc/Projects/lzma2/Encoder/islzma_dll.c,v 1.2 2010/03/24 19:55:40 jr Exp $
 */
 */
 
 
 #include <windows.h>
 #include <windows.h>

+ 0 - 2
Projects/Src/Lzma2/Encoder/islzma_exe.c

@@ -7,8 +7,6 @@
   External EXE-based LZMA encoder
   External EXE-based LZMA encoder
   Built on Visual Studio 2005 SP1
   Built on Visual Studio 2005 SP1
 
 
-  $jrsoftware: issrc/Projects/lzma2/Encoder/islzma_exe.c,v 1.2 2010/03/24 19:55:40 jr Exp $
-
   Structures and functions in this file are derived from
   Structures and functions in this file are derived from
   LZMA.pas revision 1.49.2.3.
   LZMA.pas revision 1.49.2.3.
 
 

+ 0 - 2
Projects/Src/SetupEnt.pas

@@ -7,8 +7,6 @@ unit SetupEnt;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Functions for handling records with embedded long strings
   Functions for handling records with embedded long strings
-
-  $jrsoftware: issrc/Projects/SetupEnt.pas,v 1.6 2009/05/27 10:03:49 mlaan Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/SpawnCommon.pas

@@ -7,8 +7,6 @@ unit SpawnCommon;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Constants and types shared by the SpawnServer and SpawnClient units
   Constants and types shared by the SpawnServer and SpawnClient units
-
-  $jrsoftware: issrc/Projects/SpawnCommon.pas,v 1.2 2007/09/04 00:51:58 jr Exp $
 }
 }
 
 
 interface
 interface

+ 0 - 2
Projects/Src/UninstSharedFileForm.pas

@@ -7,8 +7,6 @@ unit UninstSharedFileForm;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   "Remove Shared File" form
   "Remove Shared File" form
-
-  $jrsoftware: issrc/Projects/UninstSharedFileForm.pas,v 1.5 2007/12/04 04:34:30 jr Exp $
 }
 }
 
 
 interface
 interface

+ 1 - 3
Projects/Src/XPTheme.rc

@@ -1,3 +1 @@
-// $jrsoftware: issrc/Projects/XPTheme.rc,v 1.2 2002/11/09 19:45:41 jr Exp $
-
-1 24 XPTheme.manifest
+1 24 XPTheme.manifest

+ 0 - 2
Projects/Src/bzlib.pas

@@ -7,8 +7,6 @@ unit bzlib;
   For conditions of distribution and use, see LICENSE.TXT.
   For conditions of distribution and use, see LICENSE.TXT.
 
 
   Declarations for some bzlib2 functions & structures
   Declarations for some bzlib2 functions & structures
-
-  $jrsoftware: issrc/Projects/bzlib.pas,v 1.14 2010/09/07 03:09:36 jr Exp $
 }
 }
 
 
 interface
 interface