From 9eac2ded28bd74243c790471abf06de808d8f1de Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 1 Apr 2010 10:41:49 +0200 Subject: [PATCH] Less ego --- LICENSE | 5 +++-- README.md | 11 +++-------- THANKS.md | 2 +- mustache.js | 9 ++------- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index cf2ca42..e9f38ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ -Copyright (c) 2009 Chris Wanstrath / JavaScript Port by Jan Lehnardt - +Copyright (c) 2009 Chris Wanstrath (Ruby) +Copyright (c) 2010 Jan Lehnardt (JavaScript) + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including diff --git a/README.md b/README.md index 74fb676..0eea4e2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ -# mustache.js +# mustache.js — Logic-less templates with JavaScript > What could be more logical awesome than no logic at all? -Shamless port of http://github.com/defunkt/mustache -by Jan Lehnardt . - -Thanks @defunkt for the awesome code. - For a list of implementations (other than JavaScript) and editor -plugins, see . +plugins, see . ## Where to Use? @@ -49,7 +44,7 @@ There are several types of tags currently implemented in mustache.js. For a language-agnostic overview of Mustache's template syntax, see the `mustache(5)` manpage or -. +. ### Simple Tags diff --git a/THANKS.md b/THANKS.md index e4e4005..65f323f 100644 --- a/THANKS.md +++ b/THANKS.md @@ -1,6 +1,6 @@ # Thanks -Mustache.js wouldn't kick ass if it weren't for these fine souls +Mustache.js wouldn't kick ass if it weren't for these fine souls: * Chris Wanstrath / defunkt * Alexander Lang / langalex diff --git a/mustache.js b/mustache.js index c1eccfd..ecfefcb 100644 --- a/mustache.js +++ b/mustache.js @@ -1,12 +1,7 @@ /* - Shameless port of http://github.com/defunkt/mustache - by Jan Lehnardt , - Alexander Lang , - Sebastian Cohnen + mustache.js — Logic-less templates in JavaScript - Thanks @defunkt for the awesome code. - - See http://github.com/defunkt/mustache for more info. + See http://mustache.github.com/ for more info. */ var Mustache = function() {