[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5289] branches/1.3/tools/prepare-company-database. sh



Revision: 5289
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5289&view=rev
Author:   einhverfr
Date:     2012-11-29 08:09:56 +0000 (Thu, 29 Nov 2012)
Log Message:
-----------
Adding copyright header and 2-clause BSD license to prepare-company-database.sh since it is a reference implementation (on consultation with Erik).

Modified Paths:
--------------
    branches/1.3/tools/prepare-company-database.sh

Modified: branches/1.3/tools/prepare-company-database.sh
===================================================================
--- branches/1.3/tools/prepare-company-database.sh	2012-11-29 07:42:47 UTC (rev 5288)
+++ branches/1.3/tools/prepare-company-database.sh	2012-11-29 08:09:56 UTC (rev 5289)
@@ -1,6 +1,34 @@
 #!/bin/sh
 
-# Script to explain the steps to take when installing LedgerSMB
+# Copyright (c) 2012, The LedgerSMB Core Team
+# All rights reserved. 
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met: 
+#
+# Redistributions of source code must retain the above copyright notice, this
+# list of conditions and the following disclaimer. 
+#
+# Redistributions in binary form must reproduce the above copyright notice, this
+# list of conditions and the following disclaimer in the documentation and/or
+# other materials provided with the distribution. 
+#
+# THIS SOFTWARE IS PROVIDED BY THE LEDGERSMB CORE TEAM AND CONTRIBUTORS "AS
+# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL LEDGERSMB CORE TEAM OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+# This is the prepare-company-database.sh which serves as a command line tool
+# for creating LedgerSMB databases and also as a reference implementation to 
+# demonstrate how databases are created.
+#
 
 # Default variable values section
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.