Blame fedfs/fedfs-gpl-boiler.h

Packit Service 32c300
/*
Packit Service 32c300
 * Copyright 2011 Oracle.  All rights reserved.
Packit Service 32c300
 *
Packit Service 32c300
 * This file is part of fedfs-utils.
Packit Service 32c300
 *
Packit Service 32c300
 * fedfs-utils is free software; you can redistribute it and/or modify
Packit Service 32c300
 * it under the terms of the GNU General Public License version 2.0 as
Packit Service 32c300
 * published by the Free Software Foundation.
Packit Service 32c300
 *
Packit Service 32c300
 * fedfs-utils is distributed in the hope that it will be useful, but
Packit Service 32c300
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 32c300
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 32c300
 * GNU General Public License version 2.0 for more details.
Packit Service 32c300
 *
Packit Service 32c300
 * You should have received a copy of the GNU General Public License
Packit Service 32c300
 * version 2.0 along with fedfs-utils.  If not, see:
Packit Service 32c300
 *
Packit Service 32c300
 *	http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Packit Service 32c300
 */
Packit Service 32c300
Packit Service 32c300
#ifndef _GPL_BOILER_H_
Packit Service 32c300
#define _GPL_BOILER_H_
Packit Service 32c300
Packit Service 32c300
#ifdef HAVE_CONFIG_H
Packit Service 32c300
#include <config.h>
Packit Service 32c300
#endif
Packit Service 32c300
Packit Service 32c300
/**
Packit Service 32c300
 * GPLv2 boilerplate for usage messages
Packit Service 32c300
 */
Packit Service 32c300
static const char *fedfs_gpl_boilerplate =
Packit Service 32c300
		"\nCopyright 2010, 2011, 2012, 2013 Oracle.  "
Packit Service 32c300
		"All rights reserved.\n\n"
Packit Service 32c300
		"License GPLv2: "
Packit Service 32c300
		"<http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>\n"
Packit Service 32c300
		"This is free software.  "
Packit Service 32c300
			"You are free to change and redistribute it.\n"
Packit Service 32c300
		"There is NO WARRANTY, to the extent permitted by law.\n";
Packit Service 32c300
Packit Service 32c300
#endif	/* !_GPL_BOILER_H_ */