46 lines
2.3 KiB
TeX
46 lines
2.3 KiB
TeX
% Copyright (c) 2008-2009 solvethis
|
||
% Copyright (c) 2010-2017,2021 Casper Ti. Vector
|
||
% All rights reserved.
|
||
%
|
||
% Redistribution and use in source and binary forms, with or without
|
||
% modification, are permitted provided that the following conditions are
|
||
% met:
|
||
%
|
||
% * Redistributions of source code must retain the above copyright notice,
|
||
% this list of conditions and the following disclaimer.
|
||
% * Redistributions in binary form must reproduce the above copyright
|
||
% notice, this list of conditions and the following disclaimer in the
|
||
% documentation and/or other materials provided with the distribution.
|
||
% * Neither the name of Peking University nor the names of its contributors
|
||
% may be used to endorse or promote products derived from this software
|
||
% without specific prior written permission.
|
||
%
|
||
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||
% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||
% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||
% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||
% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||
% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||
% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||
% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||
% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||
% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
||
% 此处不用 \specialchap,因为学校要求目录不包括其自己及其之前的内容。
|
||
\chapter*{版权声明}
|
||
% 综合学校的书面要求及 Word 模版来看,版权声明页不用加页眉、页脚。
|
||
\thispagestyle{empty}
|
||
|
||
任何收存和保管本论文各种版本的单位和个人,
|
||
未经本论文作者同意,不得将本论文转借他人,
|
||
亦不得随意复制、抄录、拍照或以任何方式传播。
|
||
否则,引起有碍作者著作权之问题,将可能承担法律责任。
|
||
|
||
% 若须排版二维码,请将二维码图片重命名为“barcode”,
|
||
% 转为合适的图片格式,并放在当前目录下,然后去掉下面 2 行的注释。
|
||
%\vfill\noindent
|
||
%\includegraphics[height = 5em]{barcode}
|
||
|
||
% vim:ts=4:sw=4
|