Code

Merge branch 'collectd-5.1' into collectd-5.2
[collectd.git] / bindings / java / org / collectd / java / JMXMemory.java
index 50a3c6030599ad3b07741986614491959ab6c56d..6e6a2fb09e5233918670dd199bacbf9a387a8370 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * collectd/java - org/collectd/java/JMXMemory.java
+ * Copyright (C) 2009  Florian octo Forster
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; only version 2 of the License is applicable.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ *
+ * Authors:
+ *   Florian octo Forster <octo at verplant.org>
+ */
+
 package org.collectd.java;
 
 import java.util.List;
@@ -26,7 +47,7 @@ import org.collectd.api.CollectdShutdownInterface;
 import org.collectd.api.OConfigValue;
 import org.collectd.api.OConfigItem;
 
-public class JMXMemory implements CollectdConfigInterface, /* {{{ */
+public class JMXMemory implements CollectdConfigInterface,
        CollectdInitInterface,
        CollectdReadInterface,
        CollectdShutdownInterface
@@ -206,6 +227,6 @@ public class JMXMemory implements CollectdConfigInterface, /* {{{ */
     _mbean = null;
     return (0);
   } /* }}} int shutdown */
-} /* }}} class JMXMemory */
+} /* class JMXMemory */
 
 /* vim: set sw=2 sts=2 et fdm=marker : */