From 3bcef6e3883ce64a3d87d3dab669fbf247406730 Mon Sep 17 00:00:00 2001 From: Saket Patel Date: Thu, 6 Jul 2017 02:46:27 +0530 Subject: [PATCH] add option to create zip from build script --- LICENSE.md | 2 +- build.xml | 8 ++++++++ js/ABOUT.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 4ffb687..4d87ad5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,5 @@ Zarafa Webapp Password Change Plugin -Copyright (C) 2017 Saket Patel +Copyright (C) 2013 - 2017 Saket Patel This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/build.xml b/build.xml index a5f4840..543e6fb 100644 --- a/build.xml +++ b/build.xml @@ -233,5 +233,13 @@ + + + + + + + + diff --git a/js/ABOUT.js b/js/ABOUT.js index 6e2e4d5..3cdb890 100644 --- a/js/ABOUT.js +++ b/js/ABOUT.js @@ -6,7 +6,7 @@ Ext.namespace('Zarafa.plugins.passwd'); * The copyright string holding the copyright notice for the Zarafa passwd Plugin. */ Zarafa.plugins.passwd.ABOUT = "" - + "

Copyright (C) 2017 Saket Patel <silentsakky@gmail.com>

" + + "

Copyright (C) 2013 - 2017 Saket Patel <silentsakky@gmail.com>

" + "

This program is free software: you can redistribute it and/or modify " + "it under the terms of the GNU Affero General Public License as "