From 6035736c32a899b694c8e364188f7999dcedd69c Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 21 Dec 2015 11:51:22 -0600 Subject: [PATCH] Update license. --- LICENSE.txt | 7 ++++++- secretary.py | 15 +++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 681b048..6fc93ae 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,9 @@ - # * Copyright (c) 2012 Christopher Ramírez chris.ramirezg [at} gmail (dot] com. + # * Copyright (c) 2012 - 2015 + # * Christopher Ramírez chris.ramirezg [at} gmail (dot] com. + # * Andrés Reyes Monge (github.com/armonge) + # * Anton Kochnev (github.com/ak04nv) + # * DieterBuys (github.com/DieterBuys) + # # * All rights reserved. # * # * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/secretary.py b/secretary.py index a284ad0..efdadf3 100644 --- a/secretary.py +++ b/secretary.py @@ -1,8 +1,6 @@ -#!/usr/bin/python +#! /usr/bin/python +# -*- coding: utf-8 -*- -# * Copyright (c) 2012-2014 Christopher Ramirez chris.ramirezg@gmail.com -# * -# * Licensed under the MIT license. """ Secretary @@ -13,6 +11,15 @@ Secretary To render a template: engine = Renderer(template_file) result = engine.render(template_var1=...) + + + Copyright (c) 2012-2015 By: + * Christopher Ramirez + * Andrés Reyes Monge (github.com/armonge) + * Anton Kochnev (github.com/ak04nv) + * DieterBuys (github.com/DieterBuys) + + * Licensed under the MIT license. """ from __future__ import unicode_literals, print_function