mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
Public Release Prep
Updated AUTHORS, COPYING, DISCLAIMER, and INSTALL files. Added standardized headers to all source file to clearly indicate the copyright, license, and to give credit where credit is due.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
###############################################################################
|
||||
# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
|
||||
# Copyright (C) 2007 The Regents of the University of California.
|
||||
# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
|
||||
###############################################################################
|
||||
# Common rules for user space components.
|
||||
###############################################################################
|
||||
|
||||
DEFAULT_INCLUDES = -include ${top_srcdir}/spl_config.h
|
||||
|
||||
AM_LIBTOOLFLAGS = --silent
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
###############################################################################
|
||||
# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
|
||||
# Copyright (C) 2007 The Regents of the University of California.
|
||||
# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
|
||||
###############################################################################
|
||||
# Build targets for RPM.
|
||||
###############################################################################
|
||||
|
||||
rpm-local:
|
||||
mkdir -p $(rpmbuild)/TMP && \
|
||||
mkdir -p $(rpmbuild)/BUILD && \
|
||||
|
||||
+8
-3
@@ -1,6 +1,11 @@
|
||||
dnl #
|
||||
dnl # Default SPL kernel configuration
|
||||
dnl #
|
||||
###############################################################################
|
||||
# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
|
||||
# Copyright (C) 2007 The Regents of the University of California.
|
||||
# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
|
||||
###############################################################################
|
||||
# SPL_AC_CONFIG_KERNEL: Default SPL kernel configuration.
|
||||
###############################################################################
|
||||
|
||||
AC_DEFUN([SPL_AC_CONFIG_KERNEL], [
|
||||
SPL_AC_KERNEL
|
||||
|
||||
|
||||
+7
-8
@@ -1,11 +1,10 @@
|
||||
dnl #
|
||||
dnl # SPL_AC_META
|
||||
dnl # Read metadata from the META file.
|
||||
dnl #
|
||||
dnl # AUTHOR:
|
||||
dnl # Chris Dunlap <cdunlap@llnl.gov>
|
||||
dnl # Brian Behlendorf <behlendorf1@llnl.gov>
|
||||
dnl #
|
||||
###############################################################################
|
||||
# Written by Chris Dunlap <cdunlap@llnl.gov>.
|
||||
# Modified by Brian Behlendorf <behlendorf1@llnl.gov>.
|
||||
###############################################################################
|
||||
# SPL_AC_META: Read metadata from the META file.
|
||||
###############################################################################
|
||||
|
||||
AC_DEFUN([SPL_AC_META], [
|
||||
AC_MSG_CHECKING([metadata])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user