From 462afe662256d2ded6594a3a2f2001b7f76cc22d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 18 Nov 2008 00:20:01 +0100 Subject: Add copyright --- trivium.rb | 5 +++++ 1 file changed, 5 insertions(+) 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 +# Licensed under the terms of the MIT license. + require 'time'; require 'cgi' $: << "vendor" require 'bluecloth'; require 'rubypants'; require 'htemplate' -- cgit 1.4.1