From a075306238190bf882b7f1af2e9b98cc53a558ac Mon Sep 17 00:00:00 2001 From: Afuna Date: Mon, 26 Jan 2015 00:43:58 -0800 Subject: [PATCH] [#1157] Add copyright / file headers to TT files that lack them Fixes #1157. --- schemes/_init.tt | 11 +++++++++++ schemes/global.tt | 12 ++++++++++++ schemes/lynx.tt | 12 ++++++++++++ views/admin/capedit.tt | 2 ++ views/admin/clusterstatus.tt | 2 ++ views/admin/console/index.tt | 2 ++ views/admin/console/reference.tt | 2 ++ views/admin/entryprops.tt | 2 ++ views/admin/eventoutput-select.tt | 2 ++ views/admin/eventoutput.tt | 2 ++ views/admin/feeds/duplicate.tt | 11 +++++++++++ views/admin/feeds/merge.tt | 11 +++++++++++ views/admin/importer.tt | 2 ++ views/admin/importer/detail.tt | 2 ++ views/admin/importer/history.tt | 2 ++ views/admin/index.tt | 2 ++ views/admin/logout_user.tt | 2 ++ views/admin/memcache_clear.tt | 11 +++++++++++ views/admin/mysql_status.tt | 2 ++ views/admin/propedit.tt | 2 ++ views/admin/rename.tt | 2 ++ views/admin/rename_edit.tt | 2 ++ views/admin/rename_new.tt | 2 ++ views/admin/themes/category.tt | 11 +++++++++++ views/admin/themes/index.tt | 11 +++++++++++ views/admin/themes/theme.tt | 11 +++++++++++ views/admin/theschwartz.tt | 2 ++ views/beta.tt | 2 ++ views/birthdays.tt | 2 ++ views/changeemail.tt | 2 ++ views/circle/individual-edit.tt | 2 ++ views/comments/posted.tt | 2 ++ views/comments/recent.tt | 2 ++ views/communities/_initial_settings.tt | 11 +++++++++++ views/communities/convert.tt | 2 ++ views/communities/index.tt | 2 ++ views/communities/list.tt | 2 ++ views/communities/members/edit.tt | 2 ++ views/communities/members/new.tt | 2 ++ views/communities/members/purge.tt | 2 ++ views/communities/new.tt | 2 ++ views/communities/queue/entries.tt | 2 ++ views/communities/queue/entries/edit-status.tt | 2 ++ views/communities/queue/entries/edit.tt | 2 ++ views/communities/queue/members.tt | 2 ++ views/components/birthdate.tt | 2 ++ views/components/error.tt | 2 ++ views/components/errors.tt | 2 ++ views/components/fancyselect.tt | 2 ++ views/components/filter.tt | 2 ++ views/components/icon-browser.tt | 2 ++ views/components/icon-button-decorative.tt | 2 ++ views/components/icon-button.tt | 2 ++ views/components/icon-link-decorative.tt | 2 ++ views/components/location.tt | 2 ++ views/components/modal.tt | 2 ++ views/components/pagination.tt | 2 ++ views/components/tag-browser.tt | 2 ++ views/create/account.tt | 2 ++ views/create/code.tt | 2 ++ views/create/inviter.tt | 2 ++ views/create/next.tt | 2 ++ views/create/progress.tt | 2 ++ views/create/setup.tt | 2 ++ views/create/upgrade.tt | 2 ++ views/dev/style-guide.tt | 11 +++++++++++ views/dev/tests-all.tt | 11 +++++++++++ views/dev/tests.tt | 2 ++ views/entry/login.tt | 2 ++ views/error.tt | 11 +++++++++++ views/error/404.tt | 2 ++ views/journal/adult_content.tt | 2 ++ views/journal/deleted.tt | 11 +++++++++++ views/journal/quickreply.tt | 2 ++ views/journal/security.tt | 2 ++ views/login.tt | 2 ++ views/media/edit.tt | 11 +++++++++++ views/media/index.tt | 11 +++++++++++ views/misc/pubkey.tt | 11 +++++++++++ views/misc/whereami.tt | 11 +++++++++++ views/nav.tt | 2 ++ views/oauth/admin/index.tt | 2 ++ views/oauth/authorize.tt | 2 ++ views/oauth/index.tt | 2 ++ views/openid/claim.tt | 2 ++ views/openid/claim_confirm.tt | 2 ++ views/openid/claim_sent.tt | 2 ++ views/protected.tt | 2 ++ views/rename.tt | 2 ++ views/settings/accountstatus.tt | 2 ++ views/settings/changepassword.tt | 2 ++ views/shop/cartdisplay.tt | 11 +++++++++++ views/shop/icons.tt | 11 +++++++++++ views/shop/index.tt | 11 +++++++++++ views/shop/points.tt | 11 +++++++++++ views/shop/refundtopoints.tt | 11 +++++++++++ views/shop/transferpoints.tt | 11 +++++++++++ views/success-page.tt | 2 ++ views/success.tt | 11 +++++++++++ views/support/request/form.tt | 2 ++ views/textcaptcha-response.tt | 2 ++ views/textcaptcha.tt | 2 ++ views/tools/importer/erase.tt | 2 ++ 103 files changed, 433 insertions(+) diff --git a/schemes/_init.tt b/schemes/_init.tt index c5ac1edf16..98d17a29be 100644 --- a/schemes/_init.tt +++ b/schemes/_init.tt @@ -1,3 +1,14 @@ +[%# Initialize site skins + +Authors: + Andrea Nall + +Copyright (c) 2015 by Dreamwidth Studios, LLC. + +This program is free software; you may redistribute it and/or modify it under +the same terms as Perl itself. For a copy of the license, please reference +'perldoc perlartistic' or 'perldoc perlgpl'. +%] [%- USE dw -%] [%- USE dw_scheme -%] [%- FOREACH current_scheme IN inheritance -%][%- PROCESS $current_scheme -%][%- END -%] diff --git a/schemes/global.tt b/schemes/global.tt index 0979fad02e..e52451920a 100644 --- a/schemes/global.tt +++ b/schemes/global.tt @@ -1,3 +1,15 @@ +[%# Short description of the page + +Authors: + Andrea Nall + Afuna + +Copyright (c) 2015 by Dreamwidth Studios, LLC. + +This program is free software; you may redistribute it and/or modify it under +the same terms as Perl itself. For a copy of the license, please reference +'perldoc perlartistic' or 'perldoc perlgpl'. +%] [%- BLOCK block.menunav -%] [%- IF resource_group == "foundation" # Add in mobile links -%] [%- IF remote # Show the accounts modal link -%] diff --git a/schemes/lynx.tt b/schemes/lynx.tt index fbe6e5daba..7970ecd79d 100644 --- a/schemes/lynx.tt +++ b/schemes/lynx.tt @@ -1,3 +1,15 @@ +[%# Lynx site skin + +Authors: + Andrea Nall + Afuna + +Copyright (c) 2015 by Dreamwidth Studios, LLC. + +This program is free software; you may redistribute it and/or modify it under +the same terms as Perl itself. For a copy of the license, please reference +'perldoc perlartistic' or 'perldoc perlgpl'. +%] [%- BLOCK block.page -%] diff --git a/views/admin/capedit.tt b/views/admin/capedit.tt index 908288b1c8..f31ad24fd1 100644 --- a/views/admin/capedit.tt +++ b/views/admin/capedit.tt @@ -5,6 +5,8 @@ Admin page for capability class management Authors: foxfirefey +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/clusterstatus.tt b/views/admin/clusterstatus.tt index f53a788234..eee8e75e5c 100644 --- a/views/admin/clusterstatus.tt +++ b/views/admin/clusterstatus.tt @@ -3,6 +3,8 @@ Authors: Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/console/index.tt b/views/admin/console/index.tt index 0974c89359..a7ed269bc1 100644 --- a/views/admin/console/index.tt +++ b/views/admin/console/index.tt @@ -6,6 +6,8 @@ Authors: Denise Paolucci Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/console/reference.tt b/views/admin/console/reference.tt index ee2dbbc1b1..0a182017a9 100644 --- a/views/admin/console/reference.tt +++ b/views/admin/console/reference.tt @@ -4,6 +4,8 @@ Authors: Rachel Walmsley Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/entryprops.tt b/views/admin/entryprops.tt index 29715a82e7..5788930d4d 100644 --- a/views/admin/entryprops.tt +++ b/views/admin/entryprops.tt @@ -3,6 +3,8 @@ Authors: Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/eventoutput-select.tt b/views/admin/eventoutput-select.tt index b4d0d0fe8f..cc2693464a 100644 --- a/views/admin/eventoutput-select.tt +++ b/views/admin/eventoutput-select.tt @@ -5,6 +5,8 @@ Page where you can select a particular event to see the format of Authors: Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/eventoutput.tt b/views/admin/eventoutput.tt index f940ee35a8..214b19d4d4 100644 --- a/views/admin/eventoutput.tt +++ b/views/admin/eventoutput.tt @@ -5,6 +5,8 @@ Page where you can select a particular event to see the format of Authors: Afuna +Copyright (c) 2015 by Dreamwidth Studios, LLC. + This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. diff --git a/views/admin/feeds/duplicate.tt b/views/admin/feeds/duplicate.tt index ae4c69031d..dcca28a233 100644 --- a/views/admin/feeds/duplicate.tt +++ b/views/admin/feeds/duplicate.tt @@ -1,3 +1,14 @@ +[%# Find feed duplicates + +Authors: + Andrea Nall + +Copyright (c) 2015 by Dreamwidth Studios, LLC. + +This program is free software; you may redistribute it and/or modify it under +the same terms as Perl itself. For a copy of the license, please reference +'perldoc perlartistic' or 'perldoc perlgpl'. +%] [%- sections.title = '.admin.link' | ml -%] [%- sections.head = BLOCK -%]