Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copyrights #7725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev/build/collectstatics.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright The IETF Trust 2024. All Rights Reserved.

# Copy temp local settings
cp dev/build/settings_local_collectstatics.py ietf/settings_local.py
Expand All @@ -10,4 +11,4 @@ pip --disable-pip-version-check --no-cache-dir install -r requirements.txt
ietf/manage.py collectstatic

# Delete temp local settings
rm ietf/settings_local.py
rm ietf/settings_local.py
1 change: 1 addition & 0 deletions ietf/secr/templates/includes/sessions_request_form.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<span class="required">*</span> Required Field
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
<form id="session-request-form" action="." method="post" name="form_post">{% csrf_token %}
{{ form.session_forms.management_form }}
{% if form.non_field_errors %}
Expand Down
1 change: 1 addition & 0 deletions ietf/secr/templates/telechat/group.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<form id="dummy" method="post">{% csrf_token %}
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
{% if header.2 == "4.1.1 Proposed for IETF Review" %}
<b>Does anyone have an objection to the creation of this working group being sent for EXTERNAL REVIEW?</b><br><br>
<input type="radio" name="wg_action_status" value="1"> External Review APPROVED; "The Secretariat will send a Working Group Review announcement with a copy to new-work and place it back on the agenda for the next telechat."<br><br>
Expand Down
1 change: 1 addition & 0 deletions ietf/templates/group/meetings-row.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load origin tz %}
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
{% origin %}
{% for s in sessions %}
<tr>
Expand Down
1 change: 1 addition & 0 deletions ietf/templates/group/meetings.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "group/group_base.html" %}
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
{% load origin static %}
{% block title %}
Meetings
Expand Down
1 change: 1 addition & 0 deletions ietf/templates/meeting/session_details_panel.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load origin ietf_filters textfilters tz dateformat %}
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
{% origin %}
{% for session in sessions %}
{% with item=session.official_timeslotassignment %} {% with timeslot=item.timeslot %}
Expand Down
1 change: 1 addition & 0 deletions ietf/templates/person/person_link.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- Copyright The IETF Trust 2024. All Rights Reserved. -->
{% if email and email == "[email protected]" or name and name == "(System)" %}<span class="text-body-secondary">(System)</span>{% else %}<span {% if class %}class="{{ class }}"
{% endif %}>{% if email or name %}<a {% if class %}class="text-reset"{% endif %}
title="{% if title %}{{ title }}{% else %}Datatracker profile of {{ name }}{% endif %}"
Expand Down
3 changes: 2 additions & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Kustomize deployment
# Copyright The IETF Trust 2024. All Rights Reserved.

## Run locally

The `secrets.yaml` file is provided as a reference only and must be referenced manually in the `kustomization.yaml` file.
The `secrets.yaml` file is provided as a reference only and must be referenced manually in the `kustomization.yaml` file.
3 changes: 2 additions & 1 deletion k8s/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright The IETF Trust 2024. All Rights Reserved.
apiVersion: v1
kind: Secret
metadata:
Expand Down Expand Up @@ -80,4 +81,4 @@ stringData:

# Scout configuration
DATATRACKER_SCOUT_KEY: "this-is-the-scout-key"
DATATRACKER_SCOUT_NAME: "StagingDatatracker"
DATATRACKER_SCOUT_NAME: "StagingDatatracker"
Loading