Adding IETF Trust copyright to source files missing it.

- Legacy-Id: 1064
This commit is contained in:
Henrik Levkowetz 2008-03-04 18:47:46 +00:00
parent f3e6a30b97
commit 0458c69c8f
10 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
from django.contrib.sitemaps import Sitemap
from ietf.announcements.models import Announcement

View file

@ -1,5 +1,7 @@
#!/bin/sh
#
# Copyright The IETF Trust 2007, All Rights Reserved
#
# Requires modelviz.py from
# http://code.djangoproject.com/wiki/DjangoGraphviz
#

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
#
# Copyright The IETF Trust 2007, All Rights Reserved
#
# Import users from all different IETF authentication sources into
# django. Map user names to people via the ietf.ietfauth.models.UserMap
# model. Use the htpasswd file to get passwords, ignoring any password

View file

@ -1,4 +1,7 @@
#!/bin/sh
#
# Copyright The IETF Trust 2007, All Rights Reserved
#
#python manage.py dumpdata --format=xml redirects | xmllint --format -
python manage.py dumpdata --format=xml redirects | sed -e 's/<\/*object/\
&/g' -e 's/<field/\

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
from django.contrib.sitemaps import Sitemap
from ietf.idtracker.models import IDInternal, InternetDraft

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
#import doctest
#import templatetags.ietf_filters
from django.test import TestCase

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
from django.contrib.sitemaps import GenericSitemap
from ietf.iesg.urls import telechat_detail

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
from django.contrib.sitemaps import GenericSitemap
from ietf.ipr.urls import archive

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
from django.contrib.sitemaps import Sitemap
from ietf.liaisons.models import LiaisonDetail

View file

@ -1,3 +1,5 @@
# Copyright The IETF Trust 2007, All Rights Reserved
#
from ietf.ietfauth.models import UserMap
from django.contrib.auth.models import User