From c041aefe585b1b8972a7377fdea8b4a528bb5736 Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Wed, 7 Aug 2013 15:35:39 -0500 Subject: [PATCH] more verbose banner --- fabfile/__init__.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fabfile/__init__.py b/fabfile/__init__.py index f5b5af3..a671006 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -46,8 +46,13 @@ env.s3cmd_cfg = join(env.sites_path, 'secrets', 's3cmd.cfg') # Banner for the top of CSS and JS files BANNER = """ -/* %(name)s - v%(version)s - %(date)s - * Copyright (c) %(year)s %(author)s +/* + TimelineJS - ver. %(version)s - %(date)s + Copyright (c) 2012-%(year)s Northwestern University + a project of the Northwestern University Knight Lab, originally created by Zach Wise + https://github.com/NUKnightLab/TimelineJS + This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. + If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ """.lstrip()