Skip to content

Commit cd030d3

Browse files
committed
Adding copyright notices to all python files
- Legacy-Id: 716
1 parent 7236205 commit cd030d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+169
-0
lines changed

ietf/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
__version__ = "0.99"
24

35
__date__ = "$Date$"

ietf/agenda/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+

ietf/agenda/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
# Create your models here.
24

ietf/agenda/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
# Create your views here.

ietf/announcements/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+

ietf/announcements/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
from django.db import models
24
from ietf.idtracker.models import PersonOrOrgInfo, ChairsHistory
35
from django.contrib.auth.models import Permission

ietf/announcements/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
from django.conf.urls.defaults import patterns
24
from ietf.announcements.models import Announcement
35

ietf/announcements/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
# Create your views here.

ietf/context_processors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
from django.conf import settings
24
from ietf import __date__, __rev__, __version__, __id__
35

ietf/contrib/BeautifulSoup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright The IETF Trust 2007, All Rights Reserved
2+
13
"""Beautiful Soup
24
Elixir and Tonic
35
"The Screen-Scraper's Friend"

0 commit comments

Comments
 (0)