Skip to content

Commit

Permalink
version header cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 19, 2016
1 parent ef7d548 commit 9f57fd2
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion corpus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [2de4867] [email protected] $

"""
An application that allows the management of our classifier corpus.
Expand Down
2 changes: 1 addition & 1 deletion corpus/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: admin.py [] [email protected] $
# ID: admin.py [2de4867] [email protected] $

"""
Register models with the Django Admin for the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: apps.py [] [email protected] $
# ID: apps.py [2de4867] [email protected] $

"""
Application definition for the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/bitly.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: bitly.py [] [email protected] $
# ID: bitly.py [63935bc] [email protected] $

"""
Access the bit.ly url shortening service.
Expand Down
2 changes: 1 addition & 1 deletion corpus/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: exceptions.py [] [email protected] $
# ID: exceptions.py [63935bc] [email protected] $

"""
Custom exceptions for corpus handling.
Expand Down
2 changes: 1 addition & 1 deletion corpus/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: managers.py [] [email protected] $
# ID: managers.py [bab00b2] [email protected] $

"""
Model managers for the corpus application.
Expand Down
2 changes: 1 addition & 1 deletion corpus/migrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [2de4867] [email protected] $

"""
Database migrations for the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: models.py [] [email protected] $
# ID: models.py [2de4867] [email protected] $

"""
Database models for the corpus app
Expand Down
2 changes: 1 addition & 1 deletion corpus/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: nlp.py [] [email protected] $
# ID: nlp.py [f8db174] [email protected] $

"""
Provides utilities for natural language processing
Expand Down
2 changes: 1 addition & 1 deletion corpus/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: serializers.py [] [email protected] $
# ID: serializers.py [63935bc] [email protected] $

"""
API serializers for corpus models and API interaction.
Expand Down
2 changes: 1 addition & 1 deletion corpus/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: signals.py [] [email protected] $
# ID: signals.py [2de4867] [email protected] $

"""
Signals for model management in the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: tests.py [] [email protected] $
# ID: tests.py [2de4867] [email protected] $

"""
Tests for the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: urls.py [] [email protected] $
# ID: urls.py [f8db174] [email protected] $

"""
URLs for routing the corpus app.
Expand Down
2 changes: 1 addition & 1 deletion corpus/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: views.py [] [email protected] $
# ID: views.py [2de4867] [email protected] $

"""
Views for the corpus application
Expand Down
2 changes: 1 addition & 1 deletion members/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [d011c91] [email protected] $

"""
The members app manages information about our users (DDL members).
Expand Down
2 changes: 1 addition & 1 deletion members/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: admin.py [] [email protected] $
# ID: admin.py [d011c91] [email protected] $

"""
Administrative interface for members in Partisan Discourse.
Expand Down
2 changes: 1 addition & 1 deletion members/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: apps.py [] [email protected] $
# ID: apps.py [d011c91] [email protected] $

"""
Describes the Members application for Django
Expand Down
2 changes: 1 addition & 1 deletion members/migrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [d011c91] [email protected] $

"""
Database migrations for the members app.
Expand Down
2 changes: 1 addition & 1 deletion members/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: models.py [] [email protected] $
# ID: models.py [d011c91] [email protected] $

"""
Models that store information about faculty and students.
Expand Down
2 changes: 1 addition & 1 deletion members/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: permissions.py [] [email protected] $
# ID: permissions.py [d011c91] [email protected] $

"""
Extra permissions for the Django Rest Framework views.
Expand Down
2 changes: 1 addition & 1 deletion members/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: serializers.py [] [email protected] $
# ID: serializers.py [d011c91] [email protected] $

"""
Serializers for the members models
Expand Down
2 changes: 1 addition & 1 deletion members/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: signals.py [] [email protected] $
# ID: signals.py [d011c91] [email protected] $

"""
Signals management for the Members app.
Expand Down
2 changes: 1 addition & 1 deletion members/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: tests.py [] [email protected] $
# ID: tests.py [d011c91] [email protected] $

"""
Testing for the members app.
Expand Down
2 changes: 1 addition & 1 deletion members/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: urls.py [] [email protected] $
# ID: urls.py [d011c91] [email protected] $

"""
URLs for routing the members app.
Expand Down
2 changes: 1 addition & 1 deletion members/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: views.py [] [email protected] $
# ID: views.py [d011c91] [email protected] $

"""
Views for the members app.
Expand Down
2 changes: 1 addition & 1 deletion partisan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: utils.py [] [email protected] $
# ID: utils.py [d011c91] [email protected] $

"""
Project level utilities and helpers
Expand Down
2 changes: 1 addition & 1 deletion partisan/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2015 District Data Labs
# For license information, see LICENSE.txt
#
# ID: views.py [] [email protected] $
# ID: views.py [d011c91] [email protected] $

"""
Default application views for the system.
Expand Down

0 comments on commit 9f57fd2

Please sign in to comment.