From e472dc9d9a6762c98e5738bd304d9d6e9d11de1a Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sat, 15 Jul 2006 17:46:36 +0000 Subject: [PATCH] add copyright --- bindings/dotnet/src/Sigar.cs | 18 ++++++++++++++++++ bindings/java/src/jni/javasigar.c | 18 ++++++++++++++++++ bindings/java/src/jni/javasigar.h | 18 ++++++++++++++++++ bindings/java/src/jni/win32/eventlog.c | 18 ++++++++++++++++++ bindings/java/src/jni/win32/pdh.c | 18 ++++++++++++++++++ bindings/java/src/jni/win32/util.c | 18 ++++++++++++++++++ bindings/java/src/jni/win32/win32bindings.h | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/CpuPerc.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/CpuTimer.java | 18 ++++++++++++++++++ .../hyperic/sigar/CurrentProcessSummary.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/FileInfo.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/FileSystemMap.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/FileTail.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/FileWatcher.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/FileWatcherThread.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/MultiProcCpu.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/MultiProcMem.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/NetFlags.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/NetServices.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/NetStat.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/NfsFileSystem.java | 18 ++++++++++++++++++ .../hyperic/sigar/NfsUnreachableException.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/OperatingSystem.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/ProcCpu.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/ProcEnv.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/ProcUtil.java | 18 ++++++++++++++++++ bindings/java/src/org/hyperic/sigar/RPC.java | 18 ++++++++++++++++++ bindings/java/src/org/hyperic/sigar/Sigar.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/SigarCacheObject.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/SigarException.java | 18 ++++++++++++++++++ .../sigar/SigarFileNotFoundException.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/SigarInvoker.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/SigarLoader.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/SigarLog.java | 18 ++++++++++++++++++ .../sigar/SigarNotImplementedException.java | 18 ++++++++++++++++++ .../sigar/SigarPermissionDeniedException.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/SigarProxy.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/SigarProxyCache.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/SudoFileInputStream.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/CpuInfo.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Df.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Du.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Free.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/Ifconfig.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Iostat.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Kill.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/MemWatch.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/MultiPs.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/NetInfo.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/Netstat.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/PTQL.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/cmd/ProcFileInfo.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/ProcInfo.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/cmd/ProcModuleInfo.java | 18 ++++++++++++++++++ .../sigar/cmd/ProcessQueryGenerate.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Ps.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Route.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Runner.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Shell.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/ShowArgs.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/ShowEnv.java | 18 ++++++++++++++++++ .../hyperic/sigar/cmd/SigarCommandBase.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/SysInfo.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Tail.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Time.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Top.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Ulimit.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Uptime.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/cmd/Version.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Watch.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/cmd/Who.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/cmd/Win32Service.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/jmx/SigarInvokerJMX.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/jmx/SigarProcess.java | 18 ++++++++++++++++++ .../hyperic/sigar/jmx/SigarProcessMBean.java | 18 ++++++++++++++++++ .../sigar/pager/DefaultPagerProcessor.java | 18 ++++++++++++++++++ .../hyperic/sigar/pager/ListPageFetcher.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/pager/PageControl.java | 18 ++++++++++++++++++ .../sigar/pager/PageFetchException.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/pager/PageFetcher.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/pager/PageList.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/pager/Pager.java | 18 ++++++++++++++++++ .../hyperic/sigar/pager/PagerEventHandler.java | 18 ++++++++++++++++++ .../hyperic/sigar/pager/PagerProcessor.java | 18 ++++++++++++++++++ .../hyperic/sigar/pager/PagerProcessorExt.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/pager/SortAttribute.java | 18 ++++++++++++++++++ .../hyperic/sigar/pager/StaticPageFetcher.java | 18 ++++++++++++++++++ .../sigar/ptql/MalformedQueryException.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/PidFileQuery.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/ptql/PidQuery.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/ProcessFinder.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/ProcessQuery.java | 18 ++++++++++++++++++ .../sigar/ptql/ProcessQueryBuilder.java | 18 ++++++++++++++++++ .../sigar/ptql/ProcessQueryClassLoader.java | 18 ++++++++++++++++++ .../sigar/ptql/ProcessQueryFactory.java | 18 ++++++++++++++++++ .../sigar/ptql/ProcessQueryGenerator.java | 18 ++++++++++++++++++ .../hyperic/sigar/ptql/ProcessQueryHelper.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/QueryBranch.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/QueryBranchMap.java | 18 ++++++++++++++++++ .../hyperic/sigar/ptql/QueryLoadException.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/ptql/StringOp.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/ptql/StringPattern.java | 18 ++++++++++++++++++ .../sigar/ptql/WindowsServiceQuery.java | 18 ++++++++++++++++++ .../sigar/shell/CollectionCompleter.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/shell/FileCompleter.java | 18 ++++++++++++++++++ .../sigar/shell/MultiwordShellCommand.java | 18 ++++++++++++++++++ .../shell/NormalQuitCommandException.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/shell/SIGINT.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/shell/ShellBase.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellCommandBase.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommandExecException.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommandHandler.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommandInitException.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommandMapper.java | 18 ++++++++++++++++++ .../shell/ShellCommandUsageException.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommand_alias.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellCommand_get.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellCommand_help.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellCommand_quit.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellCommand_set.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommand_sleep.java | 18 ++++++++++++++++++ .../sigar/shell/ShellCommand_source.java | 18 ++++++++++++++++++ .../hyperic/sigar/shell/ShellIntHandler.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/GetPass.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/test/Proxy.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/RunThreadCpu.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/SigarTestCase.java | 18 ++++++++++++++++++ .../hyperic/sigar/test/SigarTestPrinter.java | 18 ++++++++++++++++++ .../hyperic/sigar/test/SigarTestRunner.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestCpu.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestCpuInfo.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestFQDN.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestFileInfo.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestFileSystem.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestInvoker.java | 18 ++++++++++++++++++ .../hyperic/sigar/test/TestLoadAverage.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestLog.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestMem.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestNetIf.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestNetInfo.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestNetRoute.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestNetStat.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestPTQL.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcArgs.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcEnv.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcExe.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestProcFd.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcList.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcMem.java | 18 ++++++++++++++++++ .../hyperic/sigar/test/TestProcModules.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcStat.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcState.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestProcTime.java | 18 ++++++++++++++++++ .../hyperic/sigar/test/TestResourceLimit.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestSwap.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestThreadCpu.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/test/TestThreads.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestUptime.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/test/TestWho.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/util/Getline.java | 18 ++++++++++++++++++ .../hyperic/sigar/util/GetlineCompleter.java | 18 ++++++++++++++++++ .../hyperic/sigar/util/IteratorIterator.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/util/PrintfFormat.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/util/ReferenceMap.java | 18 ++++++++++++++++++ .../hyperic/sigar/util/WeakReferenceMap.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/win32/EventLog.java | 18 ++++++++++++++++++ .../sigar/win32/EventLogNotification.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/EventLogRecord.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/EventLogThread.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/win32/MetaBase.java | 18 ++++++++++++++++++ .../java/src/org/hyperic/sigar/win32/Pdh.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/win32/RegistryKey.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/win32/Service.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/win32/ServiceConfig.java | 18 ++++++++++++++++++ .../src/org/hyperic/sigar/win32/Win32.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/Win32Exception.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/test/TestEventLog.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/test/TestMetaBase.java | 18 ++++++++++++++++++ .../org/hyperic/sigar/win32/test/TestPdh.java | 18 ++++++++++++++++++ .../sigar/win32/test/TestRegistryKey.java | 18 ++++++++++++++++++ .../hyperic/sigar/win32/test/TestService.java | 18 ++++++++++++++++++ include/sigar.h | 18 ++++++++++++++++++ include/sigar_log.h | 18 ++++++++++++++++++ include/sigar_private.h | 18 ++++++++++++++++++ include/sigar_util.h | 18 ++++++++++++++++++ src/os/aix/aix_sigar.c | 18 ++++++++++++++++++ src/os/aix/perfstat/sigar_perfstat.c | 18 ++++++++++++++++++ src/os/aix/sigar_os.h | 18 ++++++++++++++++++ src/os/darwin/darwin_sigar.c | 18 ++++++++++++++++++ src/os/darwin/sigar_os.h | 18 ++++++++++++++++++ src/os/hpux/dlpi.c | 18 ++++++++++++++++++ src/os/hpux/hpux_sigar.c | 18 ++++++++++++++++++ src/os/hpux/sigar_os.h | 18 ++++++++++++++++++ src/os/linux/linux_sigar.c | 18 ++++++++++++++++++ src/os/linux/sigar_os.h | 18 ++++++++++++++++++ src/os/netware/netware_sigar.c | 18 ++++++++++++++++++ src/os/netware/sigar_os.h | 18 ++++++++++++++++++ src/os/osf1/osf1_sigar.c | 18 ++++++++++++++++++ src/os/osf1/sigar_os.h | 18 ++++++++++++++++++ src/os/solaris/get_mib2.c | 18 ++++++++++++++++++ src/os/solaris/get_mib2.h | 18 ++++++++++++++++++ src/os/solaris/kstats.c | 18 ++++++++++++++++++ src/os/solaris/procfs.c | 18 ++++++++++++++++++ src/os/solaris/sigar_os.h | 18 ++++++++++++++++++ src/os/solaris/solaris_sigar.c | 18 ++++++++++++++++++ src/os/win32/cpu.c | 18 ++++++++++++++++++ src/os/win32/peb.c | 18 ++++++++++++++++++ src/os/win32/sigar_os.h | 18 ++++++++++++++++++ src/os/win32/sigar_pdh.h | 18 ++++++++++++++++++ src/os/win32/win32_sigar.c | 18 ++++++++++++++++++ src/sigar.c | 18 ++++++++++++++++++ src/sigar_cache.c | 18 ++++++++++++++++++ src/sigar_main.c | 18 ++++++++++++++++++ src/sigar_util.c | 18 ++++++++++++++++++ src/sigar_win32ish.c | 18 ++++++++++++++++++ tools/PerfBrowser/AssemblyInfo.cs | 18 ++++++++++++++++++ tools/PerfBrowser/MainForm.cs | 18 ++++++++++++++++++ 217 files changed, 3906 insertions(+) diff --git a/bindings/dotnet/src/Sigar.cs b/bindings/dotnet/src/Sigar.cs index a4c9f481..589b33fc 100644 --- a/bindings/dotnet/src/Sigar.cs +++ b/bindings/dotnet/src/Sigar.cs @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + using System; using System.IO; using System.Collections; diff --git a/bindings/java/src/jni/javasigar.c b/bindings/java/src/jni/javasigar.c index 6d53a099..c28d9f4b 100644 --- a/bindings/java/src/jni/javasigar.c +++ b/bindings/java/src/jni/javasigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include #include "sigar.h" #include "sigar_fileinfo.h" diff --git a/bindings/java/src/jni/javasigar.h b/bindings/java/src/jni/javasigar.h index 2a6aa0fa..0fc9ff28 100644 --- a/bindings/java/src/jni/javasigar.h +++ b/bindings/java/src/jni/javasigar.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #define JENV (*env) #define SIGAR_PACKAGE "org/hyperic/sigar/" diff --git a/bindings/java/src/jni/win32/eventlog.c b/bindings/java/src/jni/win32/eventlog.c index eb91296c..0ad167d3 100644 --- a/bindings/java/src/jni/win32/eventlog.c +++ b/bindings/java/src/jni/win32/eventlog.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifdef WIN32 #include "javasigar.h" #include "win32bindings.h" diff --git a/bindings/java/src/jni/win32/pdh.c b/bindings/java/src/jni/win32/pdh.c index 6fb70d77..e707da1e 100644 --- a/bindings/java/src/jni/win32/pdh.c +++ b/bindings/java/src/jni/win32/pdh.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifdef WIN32 #include #include diff --git a/bindings/java/src/jni/win32/util.c b/bindings/java/src/jni/win32/util.c index 2b17c9bb..f6835aba 100644 --- a/bindings/java/src/jni/win32/util.c +++ b/bindings/java/src/jni/win32/util.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifdef WIN32 #include diff --git a/bindings/java/src/jni/win32/win32bindings.h b/bindings/java/src/jni/win32/win32bindings.h index 68017a37..71973d86 100644 --- a/bindings/java/src/jni/win32/win32bindings.h +++ b/bindings/java/src/jni/win32/win32bindings.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef WIN32_BINDINGS_H #define WIN32_BINDINGS_H diff --git a/bindings/java/src/org/hyperic/sigar/CpuPerc.java b/bindings/java/src/org/hyperic/sigar/CpuPerc.java index 6eecc8d4..49c02bd0 100644 --- a/bindings/java/src/org/hyperic/sigar/CpuPerc.java +++ b/bindings/java/src/org/hyperic/sigar/CpuPerc.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; /** diff --git a/bindings/java/src/org/hyperic/sigar/CpuTimer.java b/bindings/java/src/org/hyperic/sigar/CpuTimer.java index 992a299a..f3e90623 100644 --- a/bindings/java/src/org/hyperic/sigar/CpuTimer.java +++ b/bindings/java/src/org/hyperic/sigar/CpuTimer.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/CurrentProcessSummary.java b/bindings/java/src/org/hyperic/sigar/CurrentProcessSummary.java index 85f47493..fce5b162 100644 --- a/bindings/java/src/org/hyperic/sigar/CurrentProcessSummary.java +++ b/bindings/java/src/org/hyperic/sigar/CurrentProcessSummary.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; /** diff --git a/bindings/java/src/org/hyperic/sigar/FileInfo.java b/bindings/java/src/org/hyperic/sigar/FileInfo.java index c087c3d3..104e5145 100644 --- a/bindings/java/src/org/hyperic/sigar/FileInfo.java +++ b/bindings/java/src/org/hyperic/sigar/FileInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.text.SimpleDateFormat; diff --git a/bindings/java/src/org/hyperic/sigar/FileSystemMap.java b/bindings/java/src/org/hyperic/sigar/FileSystemMap.java index 4d7f5f65..05ae8633 100644 --- a/bindings/java/src/org/hyperic/sigar/FileSystemMap.java +++ b/bindings/java/src/org/hyperic/sigar/FileSystemMap.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/FileTail.java b/bindings/java/src/org/hyperic/sigar/FileTail.java index 2f64c32d..da6aca4d 100644 --- a/bindings/java/src/org/hyperic/sigar/FileTail.java +++ b/bindings/java/src/org/hyperic/sigar/FileTail.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.FileReader; diff --git a/bindings/java/src/org/hyperic/sigar/FileWatcher.java b/bindings/java/src/org/hyperic/sigar/FileWatcher.java index ae2ab1a8..c3587214 100644 --- a/bindings/java/src/org/hyperic/sigar/FileWatcher.java +++ b/bindings/java/src/org/hyperic/sigar/FileWatcher.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/FileWatcherThread.java b/bindings/java/src/org/hyperic/sigar/FileWatcherThread.java index 60e6e0fd..f4f8d182 100644 --- a/bindings/java/src/org/hyperic/sigar/FileWatcherThread.java +++ b/bindings/java/src/org/hyperic/sigar/FileWatcherThread.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.Collections; diff --git a/bindings/java/src/org/hyperic/sigar/MultiProcCpu.java b/bindings/java/src/org/hyperic/sigar/MultiProcCpu.java index 50be940c..08742296 100644 --- a/bindings/java/src/org/hyperic/sigar/MultiProcCpu.java +++ b/bindings/java/src/org/hyperic/sigar/MultiProcCpu.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/MultiProcMem.java b/bindings/java/src/org/hyperic/sigar/MultiProcMem.java index d82ef2fc..a95b68e7 100644 --- a/bindings/java/src/org/hyperic/sigar/MultiProcMem.java +++ b/bindings/java/src/org/hyperic/sigar/MultiProcMem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import org.hyperic.sigar.ptql.ProcessFinder; diff --git a/bindings/java/src/org/hyperic/sigar/NetFlags.java b/bindings/java/src/org/hyperic/sigar/NetFlags.java index 47b8ab7d..8dbddfaf 100644 --- a/bindings/java/src/org/hyperic/sigar/NetFlags.java +++ b/bindings/java/src/org/hyperic/sigar/NetFlags.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; /** diff --git a/bindings/java/src/org/hyperic/sigar/NetServices.java b/bindings/java/src/org/hyperic/sigar/NetServices.java index b4d54495..cfc8bb8b 100644 --- a/bindings/java/src/org/hyperic/sigar/NetServices.java +++ b/bindings/java/src/org/hyperic/sigar/NetServices.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.BufferedReader; diff --git a/bindings/java/src/org/hyperic/sigar/NetStat.java b/bindings/java/src/org/hyperic/sigar/NetStat.java index 96422f06..5eeff79a 100644 --- a/bindings/java/src/org/hyperic/sigar/NetStat.java +++ b/bindings/java/src/org/hyperic/sigar/NetStat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; public class NetStat { diff --git a/bindings/java/src/org/hyperic/sigar/NfsFileSystem.java b/bindings/java/src/org/hyperic/sigar/NfsFileSystem.java index cd3ab58e..640576b9 100644 --- a/bindings/java/src/org/hyperic/sigar/NfsFileSystem.java +++ b/bindings/java/src/org/hyperic/sigar/NfsFileSystem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.net.InetAddress; diff --git a/bindings/java/src/org/hyperic/sigar/NfsUnreachableException.java b/bindings/java/src/org/hyperic/sigar/NfsUnreachableException.java index 0a029f4c..c547558f 100644 --- a/bindings/java/src/org/hyperic/sigar/NfsUnreachableException.java +++ b/bindings/java/src/org/hyperic/sigar/NfsUnreachableException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; public class NfsUnreachableException extends SigarException { diff --git a/bindings/java/src/org/hyperic/sigar/OperatingSystem.java b/bindings/java/src/org/hyperic/sigar/OperatingSystem.java index 3070317b..ccc90818 100644 --- a/bindings/java/src/org/hyperic/sigar/OperatingSystem.java +++ b/bindings/java/src/org/hyperic/sigar/OperatingSystem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/ProcCpu.java b/bindings/java/src/org/hyperic/sigar/ProcCpu.java index e29657af..8adadcc4 100644 --- a/bindings/java/src/org/hyperic/sigar/ProcCpu.java +++ b/bindings/java/src/org/hyperic/sigar/ProcCpu.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/ProcEnv.java b/bindings/java/src/org/hyperic/sigar/ProcEnv.java index 4bd84052..f0fc00af 100644 --- a/bindings/java/src/org/hyperic/sigar/ProcEnv.java +++ b/bindings/java/src/org/hyperic/sigar/ProcEnv.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.Map; diff --git a/bindings/java/src/org/hyperic/sigar/ProcUtil.java b/bindings/java/src/org/hyperic/sigar/ProcUtil.java index 84b3dcba..265d860a 100644 --- a/bindings/java/src/org/hyperic/sigar/ProcUtil.java +++ b/bindings/java/src/org/hyperic/sigar/ProcUtil.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/RPC.java b/bindings/java/src/org/hyperic/sigar/RPC.java index 850dba60..79ea2cf3 100644 --- a/bindings/java/src/org/hyperic/sigar/RPC.java +++ b/bindings/java/src/org/hyperic/sigar/RPC.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/Sigar.java b/bindings/java/src/org/hyperic/sigar/Sigar.java index fa2b04d9..29b98b23 100644 --- a/bindings/java/src/org/hyperic/sigar/Sigar.java +++ b/bindings/java/src/org/hyperic/sigar/Sigar.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.BufferedReader; diff --git a/bindings/java/src/org/hyperic/sigar/SigarCacheObject.java b/bindings/java/src/org/hyperic/sigar/SigarCacheObject.java index 09aced3a..8aa98ff2 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarCacheObject.java +++ b/bindings/java/src/org/hyperic/sigar/SigarCacheObject.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; class SigarCacheObject { diff --git a/bindings/java/src/org/hyperic/sigar/SigarException.java b/bindings/java/src/org/hyperic/sigar/SigarException.java index 831f0af5..f1ead13b 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarException.java +++ b/bindings/java/src/org/hyperic/sigar/SigarException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; /** diff --git a/bindings/java/src/org/hyperic/sigar/SigarFileNotFoundException.java b/bindings/java/src/org/hyperic/sigar/SigarFileNotFoundException.java index 815427d0..6bdf372e 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarFileNotFoundException.java +++ b/bindings/java/src/org/hyperic/sigar/SigarFileNotFoundException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; public class SigarFileNotFoundException extends SigarException { diff --git a/bindings/java/src/org/hyperic/sigar/SigarInvoker.java b/bindings/java/src/org/hyperic/sigar/SigarInvoker.java index 90741732..72e288a3 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarInvoker.java +++ b/bindings/java/src/org/hyperic/sigar/SigarInvoker.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/SigarLoader.java b/bindings/java/src/org/hyperic/sigar/SigarLoader.java index 95025c4c..39097cb3 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarLoader.java +++ b/bindings/java/src/org/hyperic/sigar/SigarLoader.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import org.hyperic.jni.ArchLoader; diff --git a/bindings/java/src/org/hyperic/sigar/SigarLog.java b/bindings/java/src/org/hyperic/sigar/SigarLog.java index 319b02ad..01455ec9 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarLog.java +++ b/bindings/java/src/org/hyperic/sigar/SigarLog.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import org.apache.log4j.BasicConfigurator; diff --git a/bindings/java/src/org/hyperic/sigar/SigarNotImplementedException.java b/bindings/java/src/org/hyperic/sigar/SigarNotImplementedException.java index 32595335..180b9cbb 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarNotImplementedException.java +++ b/bindings/java/src/org/hyperic/sigar/SigarNotImplementedException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; /** diff --git a/bindings/java/src/org/hyperic/sigar/SigarPermissionDeniedException.java b/bindings/java/src/org/hyperic/sigar/SigarPermissionDeniedException.java index b22c1fe0..0e131e85 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarPermissionDeniedException.java +++ b/bindings/java/src/org/hyperic/sigar/SigarPermissionDeniedException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; public class SigarPermissionDeniedException extends SigarException { diff --git a/bindings/java/src/org/hyperic/sigar/SigarProxy.java b/bindings/java/src/org/hyperic/sigar/SigarProxy.java index 6fcb8988..2eeebb46 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarProxy.java +++ b/bindings/java/src/org/hyperic/sigar/SigarProxy.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.List; diff --git a/bindings/java/src/org/hyperic/sigar/SigarProxyCache.java b/bindings/java/src/org/hyperic/sigar/SigarProxyCache.java index 0ec962ae..01059dd3 100644 --- a/bindings/java/src/org/hyperic/sigar/SigarProxyCache.java +++ b/bindings/java/src/org/hyperic/sigar/SigarProxyCache.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.util.Map; diff --git a/bindings/java/src/org/hyperic/sigar/SudoFileInputStream.java b/bindings/java/src/org/hyperic/sigar/SudoFileInputStream.java index 699112a9..a6a760f3 100644 --- a/bindings/java/src/org/hyperic/sigar/SudoFileInputStream.java +++ b/bindings/java/src/org/hyperic/sigar/SudoFileInputStream.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/CpuInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/CpuInfo.java index 48803f4b..5369426b 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/CpuInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/CpuInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.CpuPerc; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Df.java b/bindings/java/src/org/hyperic/sigar/cmd/Df.java index 7f1b8123..763faf2f 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Df.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Df.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Du.java b/bindings/java/src/org/hyperic/sigar/cmd/Du.java index abac5014..f6ab3872 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Du.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Du.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.DirUsage; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Free.java b/bindings/java/src/org/hyperic/sigar/cmd/Free.java index 5b4b64bc..04f55e3e 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Free.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Free.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.Mem; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Ifconfig.java b/bindings/java/src/org/hyperic/sigar/cmd/Ifconfig.java index 9b2a8209..0ca7a775 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Ifconfig.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Ifconfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Iostat.java b/bindings/java/src/org/hyperic/sigar/cmd/Iostat.java index 34229a9c..3419f45f 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Iostat.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Iostat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Kill.java b/bindings/java/src/org/hyperic/sigar/cmd/Kill.java index 81a40690..0df39dfd 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Kill.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Kill.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/MemWatch.java b/bindings/java/src/org/hyperic/sigar/cmd/MemWatch.java index 35e91cb1..96e31c39 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/MemWatch.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/MemWatch.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/MultiPs.java b/bindings/java/src/org/hyperic/sigar/cmd/MultiPs.java index 0769f6c7..93eed1e3 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/MultiPs.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/MultiPs.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/NetInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/NetInfo.java index 30fd0153..2ab84499 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/NetInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/NetInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Netstat.java b/bindings/java/src/org/hyperic/sigar/cmd/Netstat.java index e75191c3..a739e410 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Netstat.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Netstat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.net.InetAddress; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/PTQL.java b/bindings/java/src/org/hyperic/sigar/cmd/PTQL.java index f99c534a..cabaa988 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/PTQL.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/PTQL.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ProcFileInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/ProcFileInfo.java index 357f9de4..390a2e5f 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ProcFileInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ProcFileInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ProcInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/ProcInfo.java index fef189b6..50503467 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ProcInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ProcInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ProcModuleInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/ProcModuleInfo.java index 72763769..09f2c8ed 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ProcModuleInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ProcModuleInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.List; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ProcessQueryGenerate.java b/bindings/java/src/org/hyperic/sigar/cmd/ProcessQueryGenerate.java index 115c525d..ad2aadb5 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ProcessQueryGenerate.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ProcessQueryGenerate.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Ps.java b/bindings/java/src/org/hyperic/sigar/cmd/Ps.java index 042d6014..91921f6c 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Ps.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Ps.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Route.java b/bindings/java/src/org/hyperic/sigar/cmd/Route.java index 586df5af..2a7d8c7d 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Route.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Route.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Runner.java b/bindings/java/src/org/hyperic/sigar/cmd/Runner.java index 9dc34d1d..15bd4112 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Runner.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Runner.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Shell.java b/bindings/java/src/org/hyperic/sigar/cmd/Shell.java index cfbb7955..45d60ddd 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Shell.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Shell.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ShowArgs.java b/bindings/java/src/org/hyperic/sigar/cmd/ShowArgs.java index 4ba75af6..5f11da96 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ShowArgs.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ShowArgs.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/ShowEnv.java b/bindings/java/src/org/hyperic/sigar/cmd/ShowEnv.java index 1164ffee..5ce617ea 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/ShowEnv.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/ShowEnv.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.Map; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/SigarCommandBase.java b/bindings/java/src/org/hyperic/sigar/cmd/SigarCommandBase.java index e0f7a313..65d8d147 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/SigarCommandBase.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/SigarCommandBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/SysInfo.java b/bindings/java/src/org/hyperic/sigar/cmd/SysInfo.java index 6a7b7042..12c2e5df 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/SysInfo.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/SysInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Tail.java b/bindings/java/src/org/hyperic/sigar/cmd/Tail.java index 95799675..1c7a1cf0 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Tail.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Tail.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Time.java b/bindings/java/src/org/hyperic/sigar/cmd/Time.java index a5bf1bdc..90c10c5e 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Time.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Time.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Top.java b/bindings/java/src/org/hyperic/sigar/cmd/Top.java index f8d9257c..c3551aa4 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Top.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Top.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.List; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Ulimit.java b/bindings/java/src/org/hyperic/sigar/cmd/Ulimit.java index 2d6b8c07..5aeebc46 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Ulimit.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Ulimit.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.ResourceLimit; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Uptime.java b/bindings/java/src/org/hyperic/sigar/cmd/Uptime.java index 625fd26b..fe4b6e81 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Uptime.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Uptime.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import org.hyperic.sigar.SigarProxy; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Version.java b/bindings/java/src/org/hyperic/sigar/cmd/Version.java index 4ea07120..1a012d67 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Version.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Version.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Watch.java b/bindings/java/src/org/hyperic/sigar/cmd/Watch.java index c0d598cd..9f1c2787 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Watch.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Watch.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Who.java b/bindings/java/src/org/hyperic/sigar/cmd/Who.java index 846621a5..5d5f79b4 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Who.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Who.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.Date; diff --git a/bindings/java/src/org/hyperic/sigar/cmd/Win32Service.java b/bindings/java/src/org/hyperic/sigar/cmd/Win32Service.java index eb58ae74..5c16f4a3 100644 --- a/bindings/java/src/org/hyperic/sigar/cmd/Win32Service.java +++ b/bindings/java/src/org/hyperic/sigar/cmd/Win32Service.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.cmd; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/jmx/SigarInvokerJMX.java b/bindings/java/src/org/hyperic/sigar/jmx/SigarInvokerJMX.java index b0020cc7..83fb95c1 100644 --- a/bindings/java/src/org/hyperic/sigar/jmx/SigarInvokerJMX.java +++ b/bindings/java/src/org/hyperic/sigar/jmx/SigarInvokerJMX.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.jmx; import java.util.Map; diff --git a/bindings/java/src/org/hyperic/sigar/jmx/SigarProcess.java b/bindings/java/src/org/hyperic/sigar/jmx/SigarProcess.java index 1368cc3e..f3bcde25 100644 --- a/bindings/java/src/org/hyperic/sigar/jmx/SigarProcess.java +++ b/bindings/java/src/org/hyperic/sigar/jmx/SigarProcess.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.jmx; import org.hyperic.sigar.ProcFd; diff --git a/bindings/java/src/org/hyperic/sigar/jmx/SigarProcessMBean.java b/bindings/java/src/org/hyperic/sigar/jmx/SigarProcessMBean.java index 71fdd99f..d897328b 100644 --- a/bindings/java/src/org/hyperic/sigar/jmx/SigarProcessMBean.java +++ b/bindings/java/src/org/hyperic/sigar/jmx/SigarProcessMBean.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.jmx; /* diff --git a/bindings/java/src/org/hyperic/sigar/pager/DefaultPagerProcessor.java b/bindings/java/src/org/hyperic/sigar/pager/DefaultPagerProcessor.java index a9c7366b..4e1ad4cc 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/DefaultPagerProcessor.java +++ b/bindings/java/src/org/hyperic/sigar/pager/DefaultPagerProcessor.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; /** diff --git a/bindings/java/src/org/hyperic/sigar/pager/ListPageFetcher.java b/bindings/java/src/org/hyperic/sigar/pager/ListPageFetcher.java index d6907374..787dd36a 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/ListPageFetcher.java +++ b/bindings/java/src/org/hyperic/sigar/pager/ListPageFetcher.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.util.Collections; diff --git a/bindings/java/src/org/hyperic/sigar/pager/PageControl.java b/bindings/java/src/org/hyperic/sigar/pager/PageControl.java index b655f78c..05e9d173 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PageControl.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PageControl.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.io.Serializable; diff --git a/bindings/java/src/org/hyperic/sigar/pager/PageFetchException.java b/bindings/java/src/org/hyperic/sigar/pager/PageFetchException.java index 6fa9c0d9..321a1f89 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PageFetchException.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PageFetchException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; public class PageFetchException extends Exception { diff --git a/bindings/java/src/org/hyperic/sigar/pager/PageFetcher.java b/bindings/java/src/org/hyperic/sigar/pager/PageFetcher.java index 7b1e25d9..04ec1afe 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PageFetcher.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PageFetcher.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; /** diff --git a/bindings/java/src/org/hyperic/sigar/pager/PageList.java b/bindings/java/src/org/hyperic/sigar/pager/PageList.java index 598bdcb0..1cb4b129 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PageList.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PageList.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.io.Serializable; diff --git a/bindings/java/src/org/hyperic/sigar/pager/Pager.java b/bindings/java/src/org/hyperic/sigar/pager/Pager.java index b78b30be..011c8782 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/Pager.java +++ b/bindings/java/src/org/hyperic/sigar/pager/Pager.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.util.Collection; diff --git a/bindings/java/src/org/hyperic/sigar/pager/PagerEventHandler.java b/bindings/java/src/org/hyperic/sigar/pager/PagerEventHandler.java index d03d7a34..a0fa4c40 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PagerEventHandler.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PagerEventHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; /** diff --git a/bindings/java/src/org/hyperic/sigar/pager/PagerProcessor.java b/bindings/java/src/org/hyperic/sigar/pager/PagerProcessor.java index 61000e55..ae675b15 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PagerProcessor.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PagerProcessor.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; /** diff --git a/bindings/java/src/org/hyperic/sigar/pager/PagerProcessorExt.java b/bindings/java/src/org/hyperic/sigar/pager/PagerProcessorExt.java index 94194fbb..9b7b66aa 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/PagerProcessorExt.java +++ b/bindings/java/src/org/hyperic/sigar/pager/PagerProcessorExt.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; /** diff --git a/bindings/java/src/org/hyperic/sigar/pager/SortAttribute.java b/bindings/java/src/org/hyperic/sigar/pager/SortAttribute.java index 8277e705..43951a01 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/SortAttribute.java +++ b/bindings/java/src/org/hyperic/sigar/pager/SortAttribute.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.io.Serializable; diff --git a/bindings/java/src/org/hyperic/sigar/pager/StaticPageFetcher.java b/bindings/java/src/org/hyperic/sigar/pager/StaticPageFetcher.java index 1ac2845e..c594cdcf 100644 --- a/bindings/java/src/org/hyperic/sigar/pager/StaticPageFetcher.java +++ b/bindings/java/src/org/hyperic/sigar/pager/StaticPageFetcher.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.pager; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/MalformedQueryException.java b/bindings/java/src/org/hyperic/sigar/ptql/MalformedQueryException.java index 57b0fad0..4933b2b4 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/MalformedQueryException.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/MalformedQueryException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; /** diff --git a/bindings/java/src/org/hyperic/sigar/ptql/PidFileQuery.java b/bindings/java/src/org/hyperic/sigar/ptql/PidFileQuery.java index 1fd158d7..333e412b 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/PidFileQuery.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/PidFileQuery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.io.BufferedReader; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/PidQuery.java b/bindings/java/src/org/hyperic/sigar/ptql/PidQuery.java index 2b7b4893..7c902ae6 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/PidQuery.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/PidQuery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessFinder.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessFinder.java index c4ead45e..0f3f088d 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessFinder.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessFinder.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQuery.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQuery.java index f66d6c2c..2c15d0c4 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQuery.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQuery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryBuilder.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryBuilder.java index c0dbe752..06f1ac0a 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryBuilder.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryBuilder.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.io.FileOutputStream; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryClassLoader.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryClassLoader.java index 508cf7df..78093062 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryClassLoader.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryClassLoader.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; class ProcessQueryClassLoader extends ClassLoader { diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryFactory.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryFactory.java index 5c3b2777..2631c317 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryFactory.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryFactory.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.util.Arrays; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryGenerator.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryGenerator.java index 9cd5abc2..5f46e02f 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryGenerator.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryGenerator.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.hyperic.sigar.ProcCred; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryHelper.java b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryHelper.java index d9edb7e4..f9f7f197 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryHelper.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/ProcessQueryHelper.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.util.Map; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/QueryBranch.java b/bindings/java/src/org/hyperic/sigar/ptql/QueryBranch.java index 7f640628..0f5d40f8 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/QueryBranch.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/QueryBranch.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.util.NoSuchElementException; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/QueryBranchMap.java b/bindings/java/src/org/hyperic/sigar/ptql/QueryBranchMap.java index cc32feee..10e777a1 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/QueryBranchMap.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/QueryBranchMap.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/QueryLoadException.java b/bindings/java/src/org/hyperic/sigar/ptql/QueryLoadException.java index 3e6c21a6..ec185d5e 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/QueryLoadException.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/QueryLoadException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; /** diff --git a/bindings/java/src/org/hyperic/sigar/ptql/StringOp.java b/bindings/java/src/org/hyperic/sigar/ptql/StringOp.java index ccbf996c..a0ae5a11 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/StringOp.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/StringOp.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.apache.bcel.generic.Type; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/StringPattern.java b/bindings/java/src/org/hyperic/sigar/ptql/StringPattern.java index 90027ec3..c177d64c 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/StringPattern.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/StringPattern.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import java.lang.reflect.Method; diff --git a/bindings/java/src/org/hyperic/sigar/ptql/WindowsServiceQuery.java b/bindings/java/src/org/hyperic/sigar/ptql/WindowsServiceQuery.java index b57480ab..c6a6b152 100644 --- a/bindings/java/src/org/hyperic/sigar/ptql/WindowsServiceQuery.java +++ b/bindings/java/src/org/hyperic/sigar/ptql/WindowsServiceQuery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.ptql; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/shell/CollectionCompleter.java b/bindings/java/src/org/hyperic/sigar/shell/CollectionCompleter.java index 073c9495..d0b33d9d 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/CollectionCompleter.java +++ b/bindings/java/src/org/hyperic/sigar/shell/CollectionCompleter.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/shell/FileCompleter.java b/bindings/java/src/org/hyperic/sigar/shell/FileCompleter.java index 9b3ee7ed..e0ce3aed 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/FileCompleter.java +++ b/bindings/java/src/org/hyperic/sigar/shell/FileCompleter.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/shell/MultiwordShellCommand.java b/bindings/java/src/org/hyperic/sigar/shell/MultiwordShellCommand.java index 70747a30..05a81272 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/MultiwordShellCommand.java +++ b/bindings/java/src/org/hyperic/sigar/shell/MultiwordShellCommand.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/shell/NormalQuitCommandException.java b/bindings/java/src/org/hyperic/sigar/shell/NormalQuitCommandException.java index 62b03e24..df75a730 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/NormalQuitCommandException.java +++ b/bindings/java/src/org/hyperic/sigar/shell/NormalQuitCommandException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; /** diff --git a/bindings/java/src/org/hyperic/sigar/shell/SIGINT.java b/bindings/java/src/org/hyperic/sigar/shell/SIGINT.java index ed116812..dbb99b0b 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/SIGINT.java +++ b/bindings/java/src/org/hyperic/sigar/shell/SIGINT.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public interface SIGINT { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellBase.java b/bindings/java/src/org/hyperic/sigar/shell/ShellBase.java index 3ad28adb..12a44a92 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellBase.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.BufferedReader; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandBase.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandBase.java index dff0d155..036f1105 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandBase.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandExecException.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandExecException.java index fe541fbd..d0532a0f 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandExecException.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandExecException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public class ShellCommandExecException extends Exception { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandHandler.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandHandler.java index 787429f5..3fd172c5 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandHandler.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public interface ShellCommandHandler { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandInitException.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandInitException.java index 40e6bddb..c2499cac 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandInitException.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandInitException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public class ShellCommandInitException extends Exception { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandMapper.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandMapper.java index b3eb9772..15860947 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandMapper.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandMapper.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.util.Iterator; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandUsageException.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandUsageException.java index fd4a88e5..08fc539a 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommandUsageException.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommandUsageException.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public class ShellCommandUsageException extends Exception { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_alias.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_alias.java index 03d4e87a..934ba767 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_alias.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_alias.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_get.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_get.java index 67bf1b14..42b1bd26 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_get.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_get.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_help.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_help.java index 56d0a0ab..0b60e205 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_help.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_help.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_quit.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_quit.java index e28deecc..7f683771 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_quit.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_quit.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public class ShellCommand_quit extends ShellCommandBase { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_set.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_set.java index 0f6c62a6..280d7bf7 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_set.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_set.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.util.HashMap; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_sleep.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_sleep.java index 9f7ee6f6..449371c6 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_sleep.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_sleep.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; public class ShellCommand_sleep extends ShellCommandBase { diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_source.java b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_source.java index 3fe78f48..14a8f1ba 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_source.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellCommand_source.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/shell/ShellIntHandler.java b/bindings/java/src/org/hyperic/sigar/shell/ShellIntHandler.java index e5754ce0..0d2227ff 100644 --- a/bindings/java/src/org/hyperic/sigar/shell/ShellIntHandler.java +++ b/bindings/java/src/org/hyperic/sigar/shell/ShellIntHandler.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.shell; import java.util.Stack; diff --git a/bindings/java/src/org/hyperic/sigar/test/GetPass.java b/bindings/java/src/org/hyperic/sigar/test/GetPass.java index 52fd0af9..2a6f7bbf 100644 --- a/bindings/java/src/org/hyperic/sigar/test/GetPass.java +++ b/bindings/java/src/org/hyperic/sigar/test/GetPass.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/test/Proxy.java b/bindings/java/src/org/hyperic/sigar/test/Proxy.java index 56f4eba9..704d351e 100644 --- a/bindings/java/src/org/hyperic/sigar/test/Proxy.java +++ b/bindings/java/src/org/hyperic/sigar/test/Proxy.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/test/RunThreadCpu.java b/bindings/java/src/org/hyperic/sigar/test/RunThreadCpu.java index 4d900a16..89a8329c 100644 --- a/bindings/java/src/org/hyperic/sigar/test/RunThreadCpu.java +++ b/bindings/java/src/org/hyperic/sigar/test/RunThreadCpu.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/test/SigarTestCase.java b/bindings/java/src/org/hyperic/sigar/test/SigarTestCase.java index 6e9d05fe..5d30cb39 100644 --- a/bindings/java/src/org/hyperic/sigar/test/SigarTestCase.java +++ b/bindings/java/src/org/hyperic/sigar/test/SigarTestCase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/test/SigarTestPrinter.java b/bindings/java/src/org/hyperic/sigar/test/SigarTestPrinter.java index d2f35f0a..b0c713ab 100644 --- a/bindings/java/src/org/hyperic/sigar/test/SigarTestPrinter.java +++ b/bindings/java/src/org/hyperic/sigar/test/SigarTestPrinter.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/test/SigarTestRunner.java b/bindings/java/src/org/hyperic/sigar/test/SigarTestRunner.java index a3f22743..213a3683 100644 --- a/bindings/java/src/org/hyperic/sigar/test/SigarTestRunner.java +++ b/bindings/java/src/org/hyperic/sigar/test/SigarTestRunner.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestCpu.java b/bindings/java/src/org/hyperic/sigar/test/TestCpu.java index 06ef4be6..44a1b953 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestCpu.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestCpu.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestCpuInfo.java b/bindings/java/src/org/hyperic/sigar/test/TestCpuInfo.java index 9181bbb5..7e7d42b2 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestCpuInfo.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestCpuInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestFQDN.java b/bindings/java/src/org/hyperic/sigar/test/TestFQDN.java index 15c5be6c..446f8234 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestFQDN.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestFQDN.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; public class TestFQDN extends SigarTestCase { diff --git a/bindings/java/src/org/hyperic/sigar/test/TestFileInfo.java b/bindings/java/src/org/hyperic/sigar/test/TestFileInfo.java index 53a22530..bfa5a471 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestFileInfo.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestFileInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestFileSystem.java b/bindings/java/src/org/hyperic/sigar/test/TestFileSystem.java index 05a329d3..554cff49 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestFileSystem.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestFileSystem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestInvoker.java b/bindings/java/src/org/hyperic/sigar/test/TestInvoker.java index b10ba0e1..fb69fa7d 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestInvoker.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestInvoker.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestLoadAverage.java b/bindings/java/src/org/hyperic/sigar/test/TestLoadAverage.java index e75125bf..fcdd414a 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestLoadAverage.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestLoadAverage.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestLog.java b/bindings/java/src/org/hyperic/sigar/test/TestLog.java index f74a6b99..c5c9bcbc 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestLog.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestLog.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestMem.java b/bindings/java/src/org/hyperic/sigar/test/TestMem.java index 18db019a..5c8e00ac 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestMem.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestMem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestNetIf.java b/bindings/java/src/org/hyperic/sigar/test/TestNetIf.java index a8b202ab..b07af690 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestNetIf.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestNetIf.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestNetInfo.java b/bindings/java/src/org/hyperic/sigar/test/TestNetInfo.java index 72c0893c..05052aef 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestNetInfo.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestNetInfo.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.NetInfo; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestNetRoute.java b/bindings/java/src/org/hyperic/sigar/test/TestNetRoute.java index 9a8b089b..dc1139d7 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestNetRoute.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestNetRoute.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.NetRoute; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestNetStat.java b/bindings/java/src/org/hyperic/sigar/test/TestNetStat.java index 2ff158ca..e53c00ec 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestNetStat.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestNetStat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.NetConnection; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestPTQL.java b/bindings/java/src/org/hyperic/sigar/test/TestPTQL.java index 5cfee1cc..c8850833 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestPTQL.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestPTQL.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcArgs.java b/bindings/java/src/org/hyperic/sigar/test/TestProcArgs.java index cf5d60b2..ee623aa8 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcArgs.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcArgs.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcEnv.java b/bindings/java/src/org/hyperic/sigar/test/TestProcEnv.java index 7f3c31ae..64d6befe 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcEnv.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcEnv.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcExe.java b/bindings/java/src/org/hyperic/sigar/test/TestProcExe.java index 61a33b39..fbdecaa4 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcExe.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcExe.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcFd.java b/bindings/java/src/org/hyperic/sigar/test/TestProcFd.java index e58cbc4f..f97edc30 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcFd.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcFd.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcList.java b/bindings/java/src/org/hyperic/sigar/test/TestProcList.java index 03821f09..323afca2 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcList.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcList.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcMem.java b/bindings/java/src/org/hyperic/sigar/test/TestProcMem.java index 8619ba25..ff489132 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcMem.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcMem.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcModules.java b/bindings/java/src/org/hyperic/sigar/test/TestProcModules.java index 3d278f34..319f4840 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcModules.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcModules.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.util.List; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcStat.java b/bindings/java/src/org/hyperic/sigar/test/TestProcStat.java index 16915b24..028c3e53 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcStat.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcStat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcState.java b/bindings/java/src/org/hyperic/sigar/test/TestProcState.java index 333815e6..23e7a785 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcState.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcState.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestProcTime.java b/bindings/java/src/org/hyperic/sigar/test/TestProcTime.java index 64978b4c..24f8c0a4 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestProcTime.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestProcTime.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.util.Date; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestResourceLimit.java b/bindings/java/src/org/hyperic/sigar/test/TestResourceLimit.java index 41ba5764..4ab106eb 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestResourceLimit.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestResourceLimit.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.ResourceLimit; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestSwap.java b/bindings/java/src/org/hyperic/sigar/test/TestSwap.java index 92a876c3..af450cee 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestSwap.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestSwap.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestThreadCpu.java b/bindings/java/src/org/hyperic/sigar/test/TestThreadCpu.java index c329e27d..9450766d 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestThreadCpu.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestThreadCpu.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.CpuTimer; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestThreads.java b/bindings/java/src/org/hyperic/sigar/test/TestThreads.java index 1195a7ea..7df86e49 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestThreads.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestThreads.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import java.io.ByteArrayOutputStream; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestUptime.java b/bindings/java/src/org/hyperic/sigar/test/TestUptime.java index 74bf76dd..267aefcb 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestUptime.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestUptime.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.Sigar; diff --git a/bindings/java/src/org/hyperic/sigar/test/TestWho.java b/bindings/java/src/org/hyperic/sigar/test/TestWho.java index e7e81a1f..2fc7d0b2 100644 --- a/bindings/java/src/org/hyperic/sigar/test/TestWho.java +++ b/bindings/java/src/org/hyperic/sigar/test/TestWho.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.test; import org.hyperic.sigar.OperatingSystem; diff --git a/bindings/java/src/org/hyperic/sigar/util/Getline.java b/bindings/java/src/org/hyperic/sigar/util/Getline.java index 53ebf5f9..3abfa9ce 100644 --- a/bindings/java/src/org/hyperic/sigar/util/Getline.java +++ b/bindings/java/src/org/hyperic/sigar/util/Getline.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.util; import java.io.BufferedReader; diff --git a/bindings/java/src/org/hyperic/sigar/util/GetlineCompleter.java b/bindings/java/src/org/hyperic/sigar/util/GetlineCompleter.java index 739e94f7..c32dbcf0 100644 --- a/bindings/java/src/org/hyperic/sigar/util/GetlineCompleter.java +++ b/bindings/java/src/org/hyperic/sigar/util/GetlineCompleter.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.util; public interface GetlineCompleter { diff --git a/bindings/java/src/org/hyperic/sigar/util/IteratorIterator.java b/bindings/java/src/org/hyperic/sigar/util/IteratorIterator.java index a89b4746..e85c987a 100644 --- a/bindings/java/src/org/hyperic/sigar/util/IteratorIterator.java +++ b/bindings/java/src/org/hyperic/sigar/util/IteratorIterator.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.util; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/util/PrintfFormat.java b/bindings/java/src/org/hyperic/sigar/util/PrintfFormat.java index 4b22207d..3224c44c 100644 --- a/bindings/java/src/org/hyperic/sigar/util/PrintfFormat.java +++ b/bindings/java/src/org/hyperic/sigar/util/PrintfFormat.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + // // (c) 2000 Sun Microsystems, Inc. diff --git a/bindings/java/src/org/hyperic/sigar/util/ReferenceMap.java b/bindings/java/src/org/hyperic/sigar/util/ReferenceMap.java index 66aec6a0..743b3719 100644 --- a/bindings/java/src/org/hyperic/sigar/util/ReferenceMap.java +++ b/bindings/java/src/org/hyperic/sigar/util/ReferenceMap.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.util; import java.util.AbstractMap; diff --git a/bindings/java/src/org/hyperic/sigar/util/WeakReferenceMap.java b/bindings/java/src/org/hyperic/sigar/util/WeakReferenceMap.java index 8a56b79b..4f47b2ab 100644 --- a/bindings/java/src/org/hyperic/sigar/util/WeakReferenceMap.java +++ b/bindings/java/src/org/hyperic/sigar/util/WeakReferenceMap.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.util; public class WeakReferenceMap extends ReferenceMap { diff --git a/bindings/java/src/org/hyperic/sigar/win32/EventLog.java b/bindings/java/src/org/hyperic/sigar/win32/EventLog.java index 1ea0e65b..f3b6cbeb 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/EventLog.java +++ b/bindings/java/src/org/hyperic/sigar/win32/EventLog.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; public class EventLog extends Win32 { diff --git a/bindings/java/src/org/hyperic/sigar/win32/EventLogNotification.java b/bindings/java/src/org/hyperic/sigar/win32/EventLogNotification.java index 21c3cf3b..1fee4d3b 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/EventLogNotification.java +++ b/bindings/java/src/org/hyperic/sigar/win32/EventLogNotification.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; /** diff --git a/bindings/java/src/org/hyperic/sigar/win32/EventLogRecord.java b/bindings/java/src/org/hyperic/sigar/win32/EventLogRecord.java index ef3a020e..7ba035f3 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/EventLogRecord.java +++ b/bindings/java/src/org/hyperic/sigar/win32/EventLogRecord.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; /** diff --git a/bindings/java/src/org/hyperic/sigar/win32/EventLogThread.java b/bindings/java/src/org/hyperic/sigar/win32/EventLogThread.java index fae7c1ed..0fa5d2b5 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/EventLogThread.java +++ b/bindings/java/src/org/hyperic/sigar/win32/EventLogThread.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.io.IOException; diff --git a/bindings/java/src/org/hyperic/sigar/win32/MetaBase.java b/bindings/java/src/org/hyperic/sigar/win32/MetaBase.java index 82a5a436..67c217c2 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/MetaBase.java +++ b/bindings/java/src/org/hyperic/sigar/win32/MetaBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.util.Collection; diff --git a/bindings/java/src/org/hyperic/sigar/win32/Pdh.java b/bindings/java/src/org/hyperic/sigar/win32/Pdh.java index b4db1c97..530e569a 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/Pdh.java +++ b/bindings/java/src/org/hyperic/sigar/win32/Pdh.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/win32/RegistryKey.java b/bindings/java/src/org/hyperic/sigar/win32/RegistryKey.java index 7d326a97..5c20cdc9 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/RegistryKey.java +++ b/bindings/java/src/org/hyperic/sigar/win32/RegistryKey.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.util.Collection; diff --git a/bindings/java/src/org/hyperic/sigar/win32/Service.java b/bindings/java/src/org/hyperic/sigar/win32/Service.java index efbf126b..c249e24c 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/Service.java +++ b/bindings/java/src/org/hyperic/sigar/win32/Service.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.io.PrintStream; diff --git a/bindings/java/src/org/hyperic/sigar/win32/ServiceConfig.java b/bindings/java/src/org/hyperic/sigar/win32/ServiceConfig.java index bc154b74..c0bbb24c 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/ServiceConfig.java +++ b/bindings/java/src/org/hyperic/sigar/win32/ServiceConfig.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.util.ArrayList; diff --git a/bindings/java/src/org/hyperic/sigar/win32/Win32.java b/bindings/java/src/org/hyperic/sigar/win32/Win32.java index 749de859..9c03af82 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/Win32.java +++ b/bindings/java/src/org/hyperic/sigar/win32/Win32.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import java.io.File; diff --git a/bindings/java/src/org/hyperic/sigar/win32/Win32Exception.java b/bindings/java/src/org/hyperic/sigar/win32/Win32Exception.java index 922b3685..104fc558 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/Win32Exception.java +++ b/bindings/java/src/org/hyperic/sigar/win32/Win32Exception.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32; import org.hyperic.sigar.SigarException; diff --git a/bindings/java/src/org/hyperic/sigar/win32/test/TestEventLog.java b/bindings/java/src/org/hyperic/sigar/win32/test/TestEventLog.java index a7e7e94c..b9146ee5 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/test/TestEventLog.java +++ b/bindings/java/src/org/hyperic/sigar/win32/test/TestEventLog.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32.test; import org.hyperic.sigar.test.SigarTestCase; diff --git a/bindings/java/src/org/hyperic/sigar/win32/test/TestMetaBase.java b/bindings/java/src/org/hyperic/sigar/win32/test/TestMetaBase.java index f5c2a1be..cb4cd929 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/test/TestMetaBase.java +++ b/bindings/java/src/org/hyperic/sigar/win32/test/TestMetaBase.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32.test; import junit.framework.TestCase; diff --git a/bindings/java/src/org/hyperic/sigar/win32/test/TestPdh.java b/bindings/java/src/org/hyperic/sigar/win32/test/TestPdh.java index b75b0a12..bef42722 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/test/TestPdh.java +++ b/bindings/java/src/org/hyperic/sigar/win32/test/TestPdh.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32.test; import org.hyperic.sigar.test.SigarTestCase; diff --git a/bindings/java/src/org/hyperic/sigar/win32/test/TestRegistryKey.java b/bindings/java/src/org/hyperic/sigar/win32/test/TestRegistryKey.java index b9eea26a..a57f7d2a 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/test/TestRegistryKey.java +++ b/bindings/java/src/org/hyperic/sigar/win32/test/TestRegistryKey.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32.test; import junit.framework.TestCase; diff --git a/bindings/java/src/org/hyperic/sigar/win32/test/TestService.java b/bindings/java/src/org/hyperic/sigar/win32/test/TestService.java index d58d304f..794c16df 100644 --- a/bindings/java/src/org/hyperic/sigar/win32/test/TestService.java +++ b/bindings/java/src/org/hyperic/sigar/win32/test/TestService.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + package org.hyperic.sigar.win32.test; import org.hyperic.sigar.test.SigarTestCase; diff --git a/include/sigar.h b/include/sigar.h index 2697de45..4e3b37f9 100644 --- a/include/sigar.h +++ b/include/sigar.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_H #define SIGAR_H diff --git a/include/sigar_log.h b/include/sigar_log.h index 43353da8..2a714f7d 100644 --- a/include/sigar_log.h +++ b/include/sigar_log.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_LOG_H #define SIGAR_LOG_H diff --git a/include/sigar_private.h b/include/sigar_private.h index 31a5b807..b0e77125 100644 --- a/include/sigar_private.h +++ b/include/sigar_private.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_PRIVATE_DOT_H #define SIGAR_PRIVATE_DOT_H diff --git a/include/sigar_util.h b/include/sigar_util.h index 3692a1fb..473de3c7 100644 --- a/include/sigar_util.h +++ b/include/sigar_util.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_UTIL_H #define SIGAR_UTIL_H diff --git a/src/os/aix/aix_sigar.c b/src/os/aix/aix_sigar.c index 560db53a..f7b21b0e 100644 --- a/src/os/aix/aix_sigar.c +++ b/src/os/aix/aix_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #define _KERNEL 1 /* for struct file */ #include #undef _KERNEL diff --git a/src/os/aix/perfstat/sigar_perfstat.c b/src/os/aix/perfstat/sigar_perfstat.c index af44e3aa..5e0d7815 100644 --- a/src/os/aix/perfstat/sigar_perfstat.c +++ b/src/os/aix/perfstat/sigar_perfstat.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include #include diff --git a/src/os/aix/sigar_os.h b/src/os/aix/sigar_os.h index 6017efa3..e107b819 100644 --- a/src/os/aix/sigar_os.h +++ b/src/os/aix/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/darwin/darwin_sigar.c b/src/os/darwin/darwin_sigar.c index 92c46589..04344b89 100644 --- a/src/os/darwin/darwin_sigar.c +++ b/src/os/darwin/darwin_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/os/darwin/sigar_os.h b/src/os/darwin/sigar_os.h index 61ed2e15..1c2e15ab 100644 --- a/src/os/darwin/sigar_os.h +++ b/src/os/darwin/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/hpux/dlpi.c b/src/os/hpux/dlpi.c index a489fdab..a7732036 100644 --- a/src/os/hpux/dlpi.c +++ b/src/os/hpux/dlpi.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + /* * talk to Data Link Provider Interface aka /dev/dlpi * see: http://docs.hp.com/hpux/onlinedocs/B2355-90139/B2355-90139.html diff --git a/src/os/hpux/hpux_sigar.c b/src/os/hpux/hpux_sigar.c index c2510427..b10c26c3 100644 --- a/src/os/hpux/hpux_sigar.c +++ b/src/os/hpux/hpux_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/os/hpux/sigar_os.h b/src/os/hpux/sigar_os.h index 4b678ebf..bed3b194 100644 --- a/src/os/hpux/sigar_os.h +++ b/src/os/hpux/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/linux/linux_sigar.c b/src/os/linux/linux_sigar.c index bf3f3404..1d8cf464 100644 --- a/src/os/linux/linux_sigar.c +++ b/src/os/linux/linux_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include #include #include diff --git a/src/os/linux/sigar_os.h b/src/os/linux/sigar_os.h index 3dcad243..1494ffb9 100644 --- a/src/os/linux/sigar_os.h +++ b/src/os/linux/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/netware/netware_sigar.c b/src/os/netware/netware_sigar.c index 290fc129..55b93b7b 100644 --- a/src/os/netware/netware_sigar.c +++ b/src/os/netware/netware_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #define WIN32_LEAN_AND_MEAN #include "sigar.h" diff --git a/src/os/netware/sigar_os.h b/src/os/netware/sigar_os.h index 068fc3c6..3b385cb3 100644 --- a/src/os/netware/sigar_os.h +++ b/src/os/netware/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/osf1/osf1_sigar.c b/src/os/osf1/osf1_sigar.c index 5be893e4..1beea745 100644 --- a/src/os/osf1/osf1_sigar.c +++ b/src/os/osf1/osf1_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_os.h" diff --git a/src/os/osf1/sigar_os.h b/src/os/osf1/sigar_os.h index 98e584e0..6814e8a9 100644 --- a/src/os/osf1/sigar_os.h +++ b/src/os/osf1/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/solaris/get_mib2.c b/src/os/solaris/get_mib2.c index 1e4ca41a..dda80b3c 100644 --- a/src/os/solaris/get_mib2.c +++ b/src/os/solaris/get_mib2.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + /* * get_mib2() -- get MIB2 information from Solaris 2.[3-7] kernel * diff --git a/src/os/solaris/get_mib2.h b/src/os/solaris/get_mib2.h index 1e90095e..e849d12f 100644 --- a/src/os/solaris/get_mib2.h +++ b/src/os/solaris/get_mib2.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + /* * get_mib2.h -- definitions for the get_mib2() function * diff --git a/src/os/solaris/kstats.c b/src/os/solaris/kstats.c index f3300220..3096b219 100644 --- a/src/os/solaris/kstats.c +++ b/src/os/solaris/kstats.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/os/solaris/procfs.c b/src/os/solaris/procfs.c index fc6cf7c2..1742f613 100644 --- a/src/os/solaris/procfs.c +++ b/src/os/solaris/procfs.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/os/solaris/sigar_os.h b/src/os/solaris/sigar_os.h index 480a0fe4..4977176d 100644 --- a/src/os/solaris/sigar_os.h +++ b/src/os/solaris/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/solaris/solaris_sigar.c b/src/os/solaris/solaris_sigar.c index cfc3692a..850e9afc 100644 --- a/src/os/solaris/solaris_sigar.c +++ b/src/os/solaris/solaris_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/os/win32/cpu.c b/src/os/win32/cpu.c index 3ac04115..4861eecd 100644 --- a/src/os/win32/cpu.c +++ b/src/os/win32/cpu.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + /* * code in this file derived from: * http://www.intel.com/cd/ids/developer/asmo-na/eng/technologies/20438.htm diff --git a/src/os/win32/peb.c b/src/os/win32/peb.c index 9f2a0608..95be28ef 100644 --- a/src/os/win32/peb.c +++ b/src/os/win32/peb.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + /* * functions for getting info from the Process Environment Block */ diff --git a/src/os/win32/sigar_os.h b/src/os/win32/sigar_os.h index 6f0a7e1f..c33bfca3 100644 --- a/src/os/win32/sigar_os.h +++ b/src/os/win32/sigar_os.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_OS_H #define SIGAR_OS_H diff --git a/src/os/win32/sigar_pdh.h b/src/os/win32/sigar_pdh.h index 42a746a1..9c29e34e 100644 --- a/src/os/win32/sigar_pdh.h +++ b/src/os/win32/sigar_pdh.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #ifndef SIGAR_PDH_H #define SIGAR_PDH_H diff --git a/src/os/win32/win32_sigar.c b/src/os/win32/win32_sigar.c index cc3903c2..459a1c4c 100644 --- a/src/os/win32/win32_sigar.c +++ b/src/os/win32/win32_sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_pdh.h" diff --git a/src/sigar.c b/src/sigar.c index 7351524c..af6ea54f 100644 --- a/src/sigar.c +++ b/src/sigar.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include diff --git a/src/sigar_cache.c b/src/sigar_cache.c index be6f43fe..68fc2bc2 100644 --- a/src/sigar_cache.c +++ b/src/sigar_cache.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include "sigar.h" #include "sigar_private.h" #include "sigar_util.h" diff --git a/src/sigar_main.c b/src/sigar_main.c index 2c06af7e..ca7415f8 100644 --- a/src/sigar_main.c +++ b/src/sigar_main.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #define WIN32 #if defined(WIN32) #define WINDOWS_LEAN_AND_MEAN diff --git a/src/sigar_util.c b/src/sigar_util.c index 38412fdb..23f8f820 100644 --- a/src/sigar_util.c +++ b/src/sigar_util.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #include #include #include diff --git a/src/sigar_win32ish.c b/src/sigar_win32ish.c index b1d188a0..d5a81415 100644 --- a/src/sigar_win32ish.c +++ b/src/sigar_win32ish.c @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + #if defined(WIN32) || defined(NETWARE) #define WIN32_LEAN_AND_MEAN diff --git a/tools/PerfBrowser/AssemblyInfo.cs b/tools/PerfBrowser/AssemblyInfo.cs index 9f89a328..355c6b1d 100644 --- a/tools/PerfBrowser/AssemblyInfo.cs +++ b/tools/PerfBrowser/AssemblyInfo.cs @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/tools/PerfBrowser/MainForm.cs b/tools/PerfBrowser/MainForm.cs index 68a8ca7f..d89112a2 100644 --- a/tools/PerfBrowser/MainForm.cs +++ b/tools/PerfBrowser/MainForm.cs @@ -1,3 +1,21 @@ +/* + * Copyright (C) [2004, 2005, 2006], Hyperic, Inc. + * This file is part of SIGAR. + * + * SIGAR is free software; you can redistribute it and/or modify + * it under the terms version 2 of the GNU General Public License as + * published by the Free Software Foundation. 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. + */ + using System; using System.Diagnostics; using System.Drawing;