这篇教程C++ Copyright函数代码示例写得很实用,希望能帮到您。
本文整理汇总了C++中Copyright函数的典型用法代码示例。如果您正苦于以下问题:C++ Copyright函数的具体用法?C++ Copyright怎么用?C++ Copyright使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。 在下文中一共展示了Copyright函数的30个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C++代码示例。 示例1: PrintLicense -L --license display software license/n/ -l --newline add additional newline/n/ -n --newfile write to new file/n/ infile original file in new file mode/n/ outfile output file in new file mode/n/ -o --oldfile write to old file/n/ file ... files to convert in old file mode/n/ -q --quiet quiet mode, suppress all warnings/n/ always on in stdio mode/n/ -V --version display version number/n"), VER_REVISION, VER_DATE);}void PrintLicense(void){ fprintf(stderr, _("/Copyright (c) 1994-1995 Benjamin Lin/n/Copyright (c) 2009-2010 Erwin Waterlander/n/All rights reserved./n/n//Redistribution and use in source and binary forms, with or without/n/modification, are permitted provided that the following conditions/n/are met:/n/1. Redistributions of source code must retain the above copyright/n/ notice, this list of conditions and the following disclaimer./n/2. Redistributions in binary form must reproduce the above copyright/n/ notice in the documentation and/or other materials provided with/n/ the distribution./n/n//THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY/n/EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE/n/IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR/n/
开发者ID:ystk,项目名称:debian-dos2unix,代码行数:31,
示例2: Copyright * 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. * * $TSHeader: src/sbin/growfs/growfs.c,v 1.5 2000/12/12 19:31:00 tomsoft Exp $ * */#ifndef lintstatic const char copyright[] ="@(#) Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz/n/Copyright (c) 1980, 1989, 1993 The Regents of the University of California./n/All rights reserved./n";#endif /* not lint */#include <sys/cdefs.h>__FBSDID("$FreeBSD: releng/10.2/sbin/growfs/growfs.c 284669 2015-06-21 06:49:44Z trasz $");#include <sys/param.h>#include <sys/ioctl.h>#include <sys/stat.h>#include <sys/disk.h>#include <sys/ucred.h>#include <sys/mount.h>#include <stdio.h>#include <paths.h>
开发者ID:coyizumi,项目名称:cs111,代码行数:31,
示例3: Copyrightchar *usage = "usage: %s [-hnVv] zip [...]/n";char help_head[] = PROGRAM " (" PACKAGE ") by Dieter Baron and Thomas Klausner/n/n";char help[] = "/n/ -h display this help message/n/ -n don't actually change archives, just print what would be done/n/ -V display version number/n/ -v verbose/n//n/Report bugs to <[email C++ CoreAssert函数代码示例 C++ CopyWinding函数代码示例
|