From 9a6db79c41d7ee06bc9d1ed113c2c27534ddd64c Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Sat, 11 Apr 2015 11:03:40 -0700 Subject: [PATCH] Updated copyright --- .../src/main/java/org/teavm/classlib/java/lang/TRuntime.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/teavm-classlib/src/main/java/org/teavm/classlib/java/lang/TRuntime.java b/teavm-classlib/src/main/java/org/teavm/classlib/java/lang/TRuntime.java index 2e0cc6aa2..ac13673e4 100644 --- a/teavm-classlib/src/main/java/org/teavm/classlib/java/lang/TRuntime.java +++ b/teavm-classlib/src/main/java/org/teavm/classlib/java/lang/TRuntime.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 shannah. + * Copyright 2015 Steve Hannah. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,5 +61,4 @@ public class TRuntime { public long totalMemory(){ return Integer.MAX_VALUE; } - -} +} \ No newline at end of file