Skip to content

Commit 644f7fa

Browse files
committed
Adding copyright notices to all templates
- Legacy-Id: 717
1 parent cd030d3 commit 644f7fa

115 files changed

Lines changed: 116 additions & 0 deletions

File tree

Some content is hidden

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

ietf/templates/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% extends "base.html" %}
23

34

ietf/templates/500.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% extends "base.html" %}
23

34

ietf/templates/announcements/announcement_detail.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% extends "base.html" %}
23
{% load ietf_filters %}
34

ietf/templates/apps.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% extends "base.html" %}
23

34

ietf/templates/base-new.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
<?xml version="1.0" encoding="iso-8859-1"?>
23

34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">

ietf/templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
55
{% endblock %}
66
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
7+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
8+
<!-- Copyright The IETF Trust 2007, All Rights Reserved -->
79
<head>
810
<!-- Project Revision {{ revision_num }}, {{ revision_time }} -->
911
<title>{% block title %}IETF Data{% endblock %}{% ifnotequal server_mode "production" %} - {{ server_mode|upper }} MODE{% endifnotequal %}</title>

ietf/templates/debug.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% if debug %}
23
{% load ietf_filters %}
34
<div id="debug">

ietf/templates/email_failed.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% extends "base.html" %}
23

34
{% block title %}E-Mail Sending Failed{% endblock %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% load ietf_filters %}
23
{{ obj.comment_text|format_textarea|truncatewords_html:"40" }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
{# Copyright The IETF Trust 2007, All Rights Reserved #}
12
{% if obj.ballot %}IESG Evaluation {{ obj.get_ballot_display.upper }}{% else %}Comment{% endif %} from {{ obj.get_author }}

0 commit comments

Comments
 (0)