Skip to content

Commit bbc9cb4

Browse files
Updated copyright
1 parent 559bb12 commit bbc9cb4

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

FF/ArgParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//------------------------------------------------------------------------------
22
// <copyright file="ArgParser.cs" company="Wintellect">
3-
// Copyright (c) 2002-2012 John Robbins/Wintellect -- All rights reserved.
3+
// Copyright (c) 2002-2016 John Robbins/Wintellect -- All rights reserved.
44
// </copyright>
55
// <Project>
66
// Wintellect Debugging .NET Code

FF/Constants.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FF/Constants.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</data>
141141
<data name="UsageString" xml:space="preserve">
142142
<value>FF {0}
143-
(c) 2012, John Robbins/Wintellect - [email protected]
143+
(c) 2016, John Robbins/Wintellect - [email protected]
144144
Find file and directory names fast!
145145

146146
Usage:

FF/FastFindArgumentParser.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright file="FastFindArgumentParser.cs" company="John Robbins/Wintellect">
3-
// (c) 2012 by John Robbins/Wintellect
3+
// (c) 2012-2016 by John Robbins/Wintellect
44
// </copyright>
55
// <summary>
66
// The fast file finder program.
@@ -309,6 +309,5 @@ private SwitchStatus TestPath(String pathToTest)
309309

310310
return ss;
311311
}
312-
313312
}
314313
}

0 commit comments

Comments
 (0)