Skip to content

Commit

Permalink
Update the licensing and copyright text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepj committed Sep 18, 2016
1 parent dd2d938 commit f6f79d6
Show file tree
Hide file tree
Showing 61 changed files with 145 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Controllers/XRGAppDelegate.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Controllers/XRGAppDelegate.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Controllers/XRGGraphWindow.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Controllers/XRGGraphWindow.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Controllers/XRGPrefController.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Controllers/XRGPrefController.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGCPUMiner.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGCPUMiner.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGGPUMiner.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGGPUMiner.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGMemoryMiner.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGMemoryMiner.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
26 changes: 22 additions & 4 deletions Data Miners/XRGNetMiner.h
@@ -1,9 +1,27 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
* 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 2
* 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/

//
// XRGNetMiner.h
// XRG
//
// Created by Mike Piatek-Jimenez on 9/17/16.
// Copyright © 2016 Gaucho Software. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
26 changes: 22 additions & 4 deletions Data Miners/XRGNetMiner.m
@@ -1,9 +1,27 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
* 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 2
* 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, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/

//
// XRGNetMiner.m
// XRG
//
// Created by Mike Piatek-Jimenez on 9/17/16.
// Copyright © 2016 Gaucho Software. All rights reserved.
//

#import "XRGNetMiner.h"
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGProcessMiner.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGProcessMiner.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGTemperatureMiner.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Data Miners/XRGTemperatureMiner.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGBackgroundView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGBackgroundView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGBatteryView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGBatteryView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGCPUView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGCPUView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGDiskView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGDiskView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGGPUView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGGPUView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGGenericView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGGenericView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGMemoryView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGMemoryView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGNetView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGNetView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGStockView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGStockView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGTemperatureView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGTemperatureView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Graph Views/XRGWeatherView.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
4 changes: 2 additions & 2 deletions Graph Views/XRGWeatherView.m
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down Expand Up @@ -600,7 +600,7 @@ - (NSInteger) findString:(char *)s inArray:(NSArray *)inArray {
if (s[0] == '\0') return NSNotFound;

for (i = 0; i < [inArray count]; i++) {
int retval = matchRegex(s, (char *)[inArray[i] lossyCString]);
int retval = matchRegex(s, (char *)[inArray[i] cStringUsingEncoding:NSASCIIStringEncoding]);
if (retval > 0)
return i;
}
Expand Down
2 changes: 1 addition & 1 deletion Other Sources/XRG-Prefix.pch
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down
2 changes: 1 addition & 1 deletion Other Sources/XRGPlugin.h
@@ -1,6 +1,6 @@
/*
* XRG (X Resource Graph): A system resource grapher for Mac OS X.
* Copyright (C) 2002-2012 Gaucho Software, LLC.
* Copyright (C) 2002-2016 Gaucho Software, LLC.
* You can view the complete license in the LICENSE file in the root
* of the source tree.
*
Expand Down

0 comments on commit f6f79d6

Please sign in to comment.