X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.nativemem%2Fsrc%2Forg%2Fsimantics%2Fnativemem%2Finternal%2FOS.java;h=2351c18bb03efc8836a22b3a44850fd25b5e875f;hb=refs%2Fchanges%2F52%2F452%2F3;hp=c05bcbcee657dbf8fee502c3c85695d9db2513ec;hpb=dec69b85e6e2a6d89e7ff0ef9561178924ae4b5b;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.nativemem/src/org/simantics/nativemem/internal/OS.java b/bundles/org.simantics.nativemem/src/org/simantics/nativemem/internal/OS.java index c05bcbcee..2351c18bb 100644 --- a/bundles/org.simantics.nativemem/src/org/simantics/nativemem/internal/OS.java +++ b/bundles/org.simantics.nativemem/src/org/simantics/nativemem/internal/OS.java @@ -1,5 +1,19 @@ +/******************************************************************************* + * Copyright (c) 2017 Association for Decentralized Information Management + * in Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Semantum Oy - initial API and implementation + *******************************************************************************/ package org.simantics.nativemem.internal; +/** + * @author Tuukka Lehtonen + */ public enum OS { APPLE, LINUX, SUN, WINDOWS, UNKNOWN;