From c0928d0fd21ac0b48f6a247c32a91f6a7e727d05 Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Tue, 8 Jan 2013 09:22:18 +0100 Subject: [PATCH] Update license year. --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 759a0e9..7d748dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2012 Michael Kessler +Copyright (c) 2011-2013 Michael Kessler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bb3415d..2aaab6d 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ by default. This allows you to render a template within another template like: ``` %h1 Comments for this article -- for comment in @article.comments +- for comment in @article.comments != JST['articles/comment'](comment) ``` @@ -508,7 +508,7 @@ See the [CHANGELOG](https://github.com/netzpirat/haml_coffee_assets/blob/master/ (The MIT License) -Copyright (c) 2011-2012 Michael Kessler +Copyright (c) 2011-2013 Michael Kessler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the