Skip to content

Commit

Permalink
Added license and authors files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip committed Jan 28, 2013
1 parent 7b29216 commit b2bae3e
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 20 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
@@ -0,0 +1,4 @@
Main author: Julien Phalip

Contributors:
- Ash Christopher
28 changes: 28 additions & 0 deletions LICENSE
@@ -0,0 +1,28 @@
Copyright (c) 2012-2013, Julien Phalip.
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.
* Neither the name of the author nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT
OWNER 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.
5 changes: 2 additions & 3 deletions provisioning/shell/create-databases.sh
@@ -1,8 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

if [ -e $HOME/.databases-created ]; then
echo 'Databases already created'
Expand Down
5 changes: 2 additions & 3 deletions provisioning/shell/init-system.sh
@@ -1,8 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

# Update system's packages ---------------------------------------------------
if [ ! -e /home/vagrant/.system-updated ]; then
Expand Down
5 changes: 2 additions & 3 deletions provisioning/shell/install-chef.sh
@@ -1,8 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

if [ $# != 1 ]; then
echo "Usage: $0 \<version\>"
Expand Down
7 changes: 2 additions & 5 deletions provisioning/shell/install-gis.sh
@@ -1,10 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.

# sudo apt-get install -y libxml2-dev binutils
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

if [ -e $HOME/.gis-installed ]; then
echo 'GIS features already installed'
Expand Down
5 changes: 2 additions & 3 deletions provisioning/shell/install-pysqlite.sh
@@ -1,8 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

if [ -e $HOME/.pysqlite-installed ]; then
echo 'pysqlite features already installed'
Expand Down
5 changes: 2 additions & 3 deletions provisioning/shell/install-python.sh
@@ -1,8 +1,7 @@
#!/bin/bash

# Author: Julien Phalip
# Copyright (c) Django Software Foundation and individual contributors.
# All rights reserved.
# Copyright (c) 2013 Julien Phalip and contributors.
# Licensed under the BSD license.

# TODO: edit debian_defaults

Expand Down

0 comments on commit b2bae3e

Please sign in to comment.