Changeset cb46187ef84b759ae801d72c7064203025c0c253


Ignore:
Timestamp:
02/21/12 20:30:10 (3 months ago)
Author:
Paul Winkler <slinkp@…>
Children:
be643aaa79b126acf048e390bdebd3cb034093cf
Parents:
b48ff499fe139f8b2d13eae7226a7ba617d4a7a8
git-author:
Paul Winkler <slinkp@…> (02/21/12 20:29:53)
git-committer:
Paul Winkler <slinkp@…> (02/21/12 20:30:10)
Message:

Do not put OpenPlans? copyright on packages people generate via paster create -t openblock. We don't own your code.

Location:
obadmin/obadmin/project_templates/openblock/+project+
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • obadmin/obadmin/project_templates/openblock/+project+/__init__.py

    r99a5c0 rcb46187  
    1 #   Copyright 2011 OpenPlans and contributors 
    2 # 
    3 #   This file is part of OpenBlock 
    4 # 
    5 #   OpenBlock is free software: you can redistribute it and/or modify 
    6 #   it under the terms of the GNU General Public License as published by 
    7 #   the Free Software Foundation, either version 3 of the License, or 
    8 #   (at your option) any later version. 
    9 # 
    10 #   OpenBlock is distributed in the hope that it will be useful, 
    11 #   but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13 #   GNU General Public License for more details. 
    14 # 
    15 #   You should have received a copy of the GNU General Public License 
    16 #   along with OpenBlock.  If not, see <http://www.gnu.org/licenses/>. 
    17 # 
     1# a package. 
    182 
  • obadmin/obadmin/project_templates/openblock/+project+/manage.py

    r99a5c0 rcb46187  
    11#!/usr/bin/env python 
    2 #   Copyright 2011 OpenPlans and contributors 
    3 # 
    4 #   This file is part of OpenBlock 
    5 # 
    6 #   OpenBlock is free software: you can redistribute it and/or modify 
    7 #   it under the terms of the GNU General Public License as published by 
    8 #   the Free Software Foundation, either version 3 of the License, or 
    9 #   (at your option) any later version. 
    10 # 
    11 #   OpenBlock is distributed in the hope that it will be useful, 
    12 #   but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14 #   GNU General Public License for more details. 
    15 # 
    16 #   You should have received a copy of the GNU General Public License 
    17 #   along with OpenBlock.  If not, see <http://www.gnu.org/licenses/>. 
    18 # 
    192 
    203from django.core.management import execute_manager 
  • obadmin/obadmin/project_templates/openblock/+project+/manage.sh

    rc991ab rcb46187  
    11#!/bin/bash 
    2 #   Copyright 2011 OpenPlans and contributors 
    3 # 
    4 #   This file is part of OpenBlock 
    5 # 
    6 #   OpenBlock is free software: you can redistribute it and/or modify 
    7 #   it under the terms of the GNU General Public License as published by 
    8 #   the Free Software Foundation, either version 3 of the License, or 
    9 #   (at your option) any later version. 
    10 # 
    11 #   OpenBlock is distributed in the hope that it will be useful, 
    12 #   but WITHOUT ANY WARRANTY; without even the implied warranty of 
    13 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14 #   GNU General Public License for more details. 
    15 # 
    16 #   You should have received a copy of the GNU General Public License 
    17 #   along with OpenBlock.  If not, see <http://www.gnu.org/licenses/>. 
    18 # 
    19  
    202 
    213# A tiny wrapper around manage.py that makes sure your 
  • obadmin/obadmin/project_templates/openblock/+project+/urls.py

    r99a5c0 rcb46187  
    1 #   Copyright 2011 OpenPlans and contributors 
    2 # 
    3 #   This file is part of OpenBlock 
    4 # 
    5 #   OpenBlock is free software: you can redistribute it and/or modify 
    6 #   it under the terms of the GNU General Public License as published by 
    7 #   the Free Software Foundation, either version 3 of the License, or 
    8 #   (at your option) any later version. 
    9 # 
    10 #   OpenBlock is distributed in the hope that it will be useful, 
    11 #   but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13 #   GNU General Public License for more details. 
    14 # 
    15 #   You should have received a copy of the GNU General Public License 
    16 #   along with OpenBlock.  If not, see <http://www.gnu.org/licenses/>. 
    17 # 
    18  
    191from django.conf.urls.defaults import * 
    202from obadmin import admin 
Note: See TracChangeset for help on using the changeset viewer.