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 -%]