Skip to content

Commit

Permalink
added apache license header
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico committed May 26, 2015
1 parent 548de9c commit ec062a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/com/clavain/muninmxcd.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*
*
* special thanks to the unbelievable machine company GmbH
* www.unbelievable-machine.com
*/
package com.clavain;

Expand Down Expand Up @@ -93,7 +98,7 @@ public class muninmxcd {
public static MongoClient m;
public static DB db;
public static DBCollection col;
public static String version = "0.5 <Codename: Wild Hog>";
public static String version = "1.0 <Codename: Regret>";
public static Connection conn = null;
public static CopyOnWriteArrayList<MuninNode> v_munin_nodes;
public static CopyOnWriteArrayList<MuninPlugin> v_cinterval_plugins;
Expand Down

0 comments on commit ec062a6

Please sign in to comment.