diff options
author | mattn <mattn.jp@gmail.com> | 2014-09-03 14:07:34 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-09-03 14:07:34 +0900 |
commit | 9a6f16d49cd8b47af212934c51da1a3306018a9c (patch) | |
tree | ea51fd7392fa91091730e96e5b1258ea78ca8305 /template | |
parent | ac0a73ba870774f0849234610f6373b644c7ac8b (diff) | |
download | vim-sonictemplate-9a6f16d49cd8b47af212934c51da1a3306018a9c.tar.gz vim-sonictemplate-9a6f16d49cd8b47af212934c51da1a3306018a9c.tar.bz2 vim-sonictemplate-9a6f16d49cd8b47af212934c51da1a3306018a9c.zip |
Should be lower case
Diffstat (limited to 'template')
-rw-r--r-- | template/_/file-LICENSE-mit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/_/file-LICENSE-mit.txt b/template/_/file-LICENSE-mit.txt index 8af8e27..2d187c1 100644 --- a/template/_/file-LICENSE-mit.txt +++ b/template/_/file-LICENSE-mit.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (C) {{_expr_:strftime("%Y")}} {{_input_:author}} +Copyright (c) {{_expr_:strftime("%Y")}} {{_input_:author}} Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |