+
+ if ($page ne $destpage &&
+ ((exists $license{$page} && ! exists $license{$destpage}) ||
+ (exists $copyright{$page} && ! exists $copyright{$destpage}))) {
+ # Force a scan of the destpage to get its copyright/license
+ # info. If the info is declared after an inline, it will
+ # otherwise not be available at this point.
+ IkiWiki::scan($pagesources{$destpage});
+ }