diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-11-18 00:20:01 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-11-18 00:20:01 +0100 |
commit | 462afe662256d2ded6594a3a2f2001b7f76cc22d (patch) | |
tree | 97feba69af409f988d0fd1483180cc3c358db465 | |
parent | acd593f628ff54b0d176c7bfe1385f44f97e5f08 (diff) | |
download | trivium-462afe662256d2ded6594a3a2f2001b7f76cc22d.tar.gz trivium-462afe662256d2ded6594a3a2f2001b7f76cc22d.tar.xz trivium-462afe662256d2ded6594a3a2f2001b7f76cc22d.zip |
Add copyright
-rw-r--r-- | trivium.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/trivium.rb b/trivium.rb index f233cc7..bbb43d1 100644 --- a/trivium.rb +++ b/trivium.rb @@ -1,3 +1,8 @@ +# = Trivium -- a minimalist blogging engine +# +# Copyright (C) 2008 Christian Neukirchen <purl.org/net/chneukirchen> +# Licensed under the terms of the MIT license. + require 'time'; require 'cgi' $: << "vendor" require 'bluecloth'; require 'rubypants'; require 'htemplate' |