GPL v2 license -> Apache 2 license

(grit-generated)
This commit is contained in:
Doug MacEachern 2010-04-28 14:57:11 -07:00
parent 1c9b45eab1
commit 73f9b8cf84
280 changed files with 3788 additions and 3705 deletions

View File

@ -1,3 +1,20 @@
#
# Copyright (c) 2007-2008 Hyperic, Inc.
# Copyright (c) 2010 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#extension source generator for all bindings #extension source generator for all bindings
package SigarWrapper; package SigarWrapper;

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2004 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System; using System;
using Hyperic.Sigar; using Hyperic.Sigar;

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2004-2005 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System; using System;
using Hyperic.Sigar; using Hyperic.Sigar;

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2004 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System; using System;
using Hyperic.Sigar; using Hyperic.Sigar;

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2004-2005 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System; using System;
using Hyperic.Sigar; using Hyperic.Sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
using System; using System;

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2006 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import org.hyperic.sigar.*; import org.hyperic.sigar.*;
/* /*

View File

@ -1,3 +1,19 @@
/*
* Copyright (c) 2006 Hyperic, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import java.util.Arrays; import java.util.Arrays;
import java.util.List; import java.util.List;
import org.hyperic.sigar.win32.Service; import org.hyperic.sigar.win32.Service;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2009 SpringSource, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,19 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2009 SpringSource, Inc.
* Copyright (c) 2009-2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.jni; package org.hyperic.jni;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2008 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#include <jni.h> #include <jni.h>

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004, 2006, 2008 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#include <jni.h> #include <jni.h>

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#include <jni.h> #include <jni.h>

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#include "vmcontrol_wrapper.h" #include "vmcontrol_wrapper.h"

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifndef VMCONTROL_WRAPPER_H #ifndef VMCONTROL_WRAPPER_H

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2007, 2009 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2009-2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifdef WIN32 #ifdef WIN32

View File

@ -1,3 +1,20 @@
/*
* Copyright (c) 2004-2006, 2008 Hyperic, Inc.
* Copyright (c) 2010 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if defined(WIN32) && !defined(SIGAR_NO_ATL) #if defined(WIN32) && !defined(SIGAR_NO_ATL)
#define UNICODE #define UNICODE
#define _UNICODE #define _UNICODE

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifdef WIN32 #ifdef WIN32

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2007 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifdef WIN32 #ifdef WIN32

View File

@ -1,3 +1,20 @@
/*
* Copyright (c) 2004, 2007-2008 Hyperic, Inc.
* Copyright (c) 2009-2010 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifdef WIN32 #ifdef WIN32
#define UNICODE #define UNICODE
#define _UNICODE #define _UNICODE

View File

@ -1,3 +1,20 @@
/*
* Copyright (c) 2004-2005, 2008 Hyperic, Inc.
* Copyright (c) 2010 VMware, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifdef WIN32 #ifdef WIN32
#define UNICODE #define UNICODE
#define _UNICODE #define _UNICODE

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2006, 2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifdef WIN32 #ifdef WIN32

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2004-2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
#ifndef WIN32_BINDINGS_H #ifndef WIN32_BINDINGS_H

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007, 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004-2009], Hyperic, Inc. * Copyright (c) 2009 SpringSource, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006, 2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006, 2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2009 SpringSource, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar; package org.hyperic.sigar;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2007, 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2008-2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,18 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR. * Copyright (c) 2010 VMware, Inc.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2008 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006-2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2006 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.cmd; package org.hyperic.sigar.cmd;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006, 2007], Hyperic, Inc. * Copyright (c) 2007, 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.jmx; package org.hyperic.sigar.jmx;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006], Hyperic, Inc. * Copyright (c) 2007 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.jmx; package org.hyperic.sigar.jmx;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006, 2007], Hyperic, Inc. * Copyright (c) 2007, 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.jmx; package org.hyperic.sigar.jmx;

View File

@ -1,19 +1,17 @@
/* /*
* Copyright (C) [2004, 2005, 2006, 2007], Hyperic, Inc. * Copyright (c) 2007, 2009 Hyperic, Inc.
* This file is part of SIGAR.
* *
* SIGAR is free software; you can redistribute it and/or modify * Licensed under the Apache License, Version 2.0 (the "License");
* it under the terms version 2 of the GNU General Public License as * you may not use this file except in compliance with the License.
* published by the Free Software Foundation. This program is distributed * You may obtain a copy of the License at
* 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 * http://www.apache.org/licenses/LICENSE-2.0
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * Unless required by applicable law or agreed to in writing, software
* USA. * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
package org.hyperic.sigar.jmx; package org.hyperic.sigar.jmx;

Some files were not shown because too many files have changed in this diff Show More