Updated Branches: refs/heads/master ce705b926 -> ad9791a12
properly documented the modification of strftime.js Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/ad9791a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/ad9791a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/ad9791a1 Branch: refs/heads/master Commit: ad9791a12605d5e9e2bfc418a1731982fdbaccd1 Parents: ce705b9 Author: Sergio Fernández <[email protected]> Authored: Thu Apr 4 13:10:23 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Apr 4 13:10:23 2013 +0200 ---------------------------------------------------------------------- LICENSE.txt | 1 + .../main/resources/web/public/js/lib/strftime.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/ad9791a1/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 85a36dd..0205189 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -276,6 +276,7 @@ For the strftime component, platform/marmotta-core/src/main/resources/web/public/js/lib Copyright (c) 2008 Philip S Tellis, http://hacks.bluesmoon.info/strftime + Extended by Marmotta with German locales and %F formatter. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/ad9791a1/platform/marmotta-core/src/main/resources/web/public/js/lib/strftime.js ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/web/public/js/lib/strftime.js b/platform/marmotta-core/src/main/resources/web/public/js/lib/strftime.js index 29aa3a3..4e84444 100644 --- a/platform/marmotta-core/src/main/resources/web/public/js/lib/strftime.js +++ b/platform/marmotta-core/src/main/resources/web/public/js/lib/strftime.js @@ -3,8 +3,8 @@ Copyright (c) 2008, Philip S Tellis <[email protected]> All rights reserved. - extended with german locales and %F formatter for LMF - Jakob Frank <[email protected]> + extended with german locales and %F formatter for Marmotta + Jakob Frank <[email protected]> This code is distributed under the terms of the BSD licence
