From 773e1c5c6e52598403013e287da808eace55c6ac Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 2 Nov 2010 14:19:33 -0700 Subject: [PATCH] Bah, let's just have the copyright in the LICENSE file. If that doesn't hold up in a court of law, oh well. My sense of aesthetics trumps all! --- src/main/java/com/samskivert/mustache/Mustache.java | 1 - src/main/java/com/samskivert/mustache/MustacheException.java | 1 - src/main/java/com/samskivert/mustache/Template.java | 1 - 3 files changed, 3 deletions(-) diff --git a/src/main/java/com/samskivert/mustache/Mustache.java b/src/main/java/com/samskivert/mustache/Mustache.java index 00082c1..72e3409 100644 --- a/src/main/java/com/samskivert/mustache/Mustache.java +++ b/src/main/java/com/samskivert/mustache/Mustache.java @@ -1,7 +1,6 @@ // // JMustache - A Java implementation of the Mustache templating language // http://github.com/samskivert/jmustache/blob/master/LICENSE -// Copyright (c) 2010 - Michael Bayne package com.samskivert.mustache; diff --git a/src/main/java/com/samskivert/mustache/MustacheException.java b/src/main/java/com/samskivert/mustache/MustacheException.java index 72577e6..65cfeb9 100644 --- a/src/main/java/com/samskivert/mustache/MustacheException.java +++ b/src/main/java/com/samskivert/mustache/MustacheException.java @@ -1,7 +1,6 @@ // // JMustache - A Java implementation of the Mustache templating language // http://github.com/samskivert/jmustache/blob/master/LICENSE -// Copyright (c) 2010 - Michael Bayne package com.samskivert.mustache; diff --git a/src/main/java/com/samskivert/mustache/Template.java b/src/main/java/com/samskivert/mustache/Template.java index 4da2c53..06c84c4 100644 --- a/src/main/java/com/samskivert/mustache/Template.java +++ b/src/main/java/com/samskivert/mustache/Template.java @@ -1,7 +1,6 @@ // // JMustache - A Java implementation of the Mustache templating language // http://github.com/samskivert/jmustache/blob/master/LICENSE -// Copyright (c) 2010 - Michael Bayne package com.samskivert.mustache;