Added GPL disclaimers, some comments here and there, fixed dev/prod CSS.

This commit is contained in:
TLINDEN
2013-09-15 12:57:30 +02:00
parent b86a74ecf5
commit ae423b6423
28 changed files with 1190 additions and 284 deletions

View File

@@ -1,6 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<!--
--
-- This file is part of the digital testament management program
-- DigiProof.
--
-- By accessing this software, DigiProof, you are duly informed
-- of and agree to be bound by the conditions described below in this
-- notice:
--
-- This software product, DigiProof, is developed by T. Linden and
-- copyrighted (C) 2013 by T. Linden, with all rights reserved.
--
-- There is no charge for DigiProof software. You can redistribute
-- it and/or modify it under the terms of the GNU General Public
-- License, which is incorporated by reference herein.
--
-- DigiProof is distributed WITHOUT ANY WARRANTY, IMPLIED OR EXPRESS,
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE or that
-- the use of it will not infringe on any third party's intellectual
-- property rights.
--
-- You should have received a copy of the GNU General Public License
-- along with DigiProof. Copies can also be obtained from:
--
-- http://www.gnu.org/licenses/gpl-2.0.html
--
-- or by writing to:
--
-- Free Software Foundation, Inc.
-- Inc., 51 Franklin Street, Fifth Floor
-- Boston, MA 02110-1301
-- USA
--
-- Or contact:
--
-- "T. Linden" <tlinden@cpan.org>
--
-- The sourcecode can be found on:
--
-- https://github.com/TLINDEN/digiproof
--
-- GIT Checksum for this file:
--
-- GITHASH
-->
<meta charset=utf-8 />
<title>Digital Testament App</title>
<link rel="stylesheet" href="css/normalize.css">
@@ -823,12 +868,13 @@
</script>
<script src="js/digiproof_dev.js"></script>
<script src="js/libs/globals.js"></script>
<script src="js/libs/jquery.js"></script>
<script src="js/libs/handlebars.js"></script>
<script src="js/libs/ember.js"></script>
<script src="js/libs/ember-data.js"></script>
<script src="js/libs/localstorage_adapter_dev.js"></script>
<script src="js/libs/localstorage_adapter.js"></script>
<script src="js/libs/moment.js"></script>
<script src="js/libs/aes.js"></script>