Author: jm
Date: 2013-01-23 19:54:34 -0800 (Wed, 23 Jan 2013)
New Revision: 31079
Modified:
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CommandLineArgsImpl.java
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CyActivator.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/PerformanceDetails.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/SystemDetails.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/Activator.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceDetailsBuilder.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceTracker.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemDetailsImpl.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemInformation.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/AbstractHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Heuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/ProcHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Sw_VersHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/SysctlHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/UnameHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Vm_StatHeuristic.java
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/WmicHeuristic.java
core3/gui-distribution/branches/3.0.0-release/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
Log:
References #1684: Backported r31072. Updated licenses
Modified:
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CommandLineArgsImpl.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CommandLineArgsImpl.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CommandLineArgsImpl.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.cmdline.internal;
+/*
+ * #%L
+ * Cytoscape Command Line Provider Implementation
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import org.cytoscape.cmdline.CommandLineArgs;
import org.cytoscape.launcher.internal.Launcher;
Modified:
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CyActivator.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CyActivator.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/cmdline-impl/src/main/java/org/cytoscape/cmdline/internal/CyActivator.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,4 +1,28 @@
package org.cytoscape.cmdline.internal;
+
+/*
+ * #%L
+ * Cytoscape Command Line Provider Implementation
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
import java.util.Properties;
import org.cytoscape.cmdline.CommandLineArgs;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/PerformanceDetails.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/PerformanceDetails.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/PerformanceDetails.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.util.Map;
import java.util.Set;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/SystemDetails.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/SystemDetails.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/SystemDetails.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
public interface SystemDetails {
Long getFreeSwap();
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/Activator.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/Activator.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/Activator.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.util.Properties;
import org.cytoscape.diagnostics.PerformanceDetails;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceDetailsBuilder.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceDetailsBuilder.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceDetailsBuilder.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceTracker.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceTracker.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/PerformanceTracker.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import org.cytoscape.launcher.internal.Launcher;
import org.osgi.framework.BundleContext;
import org.osgi.framework.BundleEvent;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemDetailsImpl.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemDetailsImpl.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemDetailsImpl.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemInformation.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemInformation.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/SystemInformation.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
public class SystemInformation {
}
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/AbstractHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/AbstractHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/AbstractHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Heuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Heuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Heuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
/**
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/ProcHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/ProcHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/ProcHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Sw_VersHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Sw_VersHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Sw_VersHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
/**
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/SysctlHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/SysctlHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/SysctlHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/UnameHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/UnameHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/UnameHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
/**
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Vm_StatHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Vm_StatHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/Vm_StatHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
Modified:
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/WmicHeuristic.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/WmicHeuristic.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/diagnostics/src/main/java/org/cytoscape/diagnostics/internal/heuristics/WmicHeuristic.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.diagnostics.internal.heuristics;
+/*
+ * #%L
+ * Cytoscape Diagnostics
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
Modified:
core3/gui-distribution/branches/3.0.0-release/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
===================================================================
---
core3/gui-distribution/branches/3.0.0-release/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
2013-01-24 03:54:10 UTC (rev 31078)
+++
core3/gui-distribution/branches/3.0.0-release/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
2013-01-24 03:54:34 UTC (rev 31079)
@@ -1,5 +1,29 @@
package org.cytoscape.launcher.internal;
+/*
+ * #%L
+ * Cytoscape Launcher
+ * $Id:$
+ * $HeadURL:$
+ * %%
+ * Copyright (C) 2006 - 2013 The Cytoscape Consortium
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-2.1.html>.
+ * #L%
+ */
+
import java.io.File;
import org.apache.karaf.main.Main;
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.