Skip to content

Commit

Permalink
fix copyright globally
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Oct 17, 2007
1 parent f641dee commit ef0b821
Show file tree
Hide file tree
Showing 71 changed files with 303 additions and 315 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2007-10-16 Albert Chu <[email protected]>

* DISCLAIMER.UC: New file.

* DISCALIMER: Updated with new disclaimer.

* Fixed copyright and FSF address globally.

2007-10-16 Jeff Cunningham <cunningham24@llnl. gov>

* contrib/php/genders.c (PHP_FUNCTION): Reduce excessive error
Expand Down
67 changes: 23 additions & 44 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -1,45 +1,24 @@
Copyright (C) 2001-2003 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory.
Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
UCRL-CODE-2003-004.

This file is part of Genders, an cluster configuration database.
For details, see <http://www.llnl.gov/linux/genders/>.

Genders is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

Genders is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License along
with Genders; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

This notice is required to be provided under our contract with the U.S.
Department of Energy (DOE). This work was produced at the University
of California, Lawrence Livermore National Laboratory under Contract
No. W-7405-ENG-48 with the DOE.

Neither the United States Government nor the University of California
nor any of their employees, makes any warranty, express or implied, or
assumes any liability or responsibility for the accuracy, completeness,
or usefulness of any information, apparatus, product, or process
disclosed, or represents that its use would not infringe
privately-owned rights.

Also, reference herein to any specific commercial products, process, or
services by trade name, trademark, manufacturer or otherwise does not
necessarily constitute or imply its endorsement, recommendation, or
favoring by the United States Government or the University of
California. The views and opinions of authors expressed herein do not
necessarily state or reflect those of the United States Government or
the University of California, and shall not be used for advertising or
product endorsement purposes.

The precise terms and conditions for copying, distribution and
This work was produced at the Lawrence Livermore National Laboratory
(LLNL) under Contract No. DE-AC52-07NA27344 (Contract 44) between
the U.S. Department of Energy (DOE) and Lawrence Livermore National
Security, LLC (LLNS) for the operation of LLNL.

This work was prepared as an account of work sponsored by an agency of
the United States Government. Neither the United States Government nor
Lawrence Livermore National Security, LLC nor any of their employees,
makes any warranty, express or implied, or assumes any liability or
responsibility for the accuracy, completeness, or usefulness of any
information, apparatus, product, or process disclosed, or represents
that its use would not infringe privately-owned rights.

Reference herein to any specific commercial products, process, or
services by trade name, trademark, manufacturer or otherwise does
not necessarily constitute or imply its endorsement, recommendation,
or favoring by the United States Government or Lawrence Livermore
National Security, LLC. The views and opinions of authors expressed
herein do not necessarily state or reflect those of the Untied States
Government or Lawrence Livermore National Security, LLC, and shall
not be used for advertising or product endorsement purposes.

The precise terms and conditions for copying, distribution, and
modification are specified in the file "COPYING".
8 changes: 4 additions & 4 deletions compat/gendlib.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#############################################################################
# $Id: gendlib.pl,v 1.10 2007-09-05 17:42:37 chu11 Exp $
# $Id: gendlib.pl,v 1.11 2007-10-17 17:30:46 chu11 Exp $
#############################################################################
# Copyright (C) 2001-2002 The Regents of the University of California.
# Copyright (C) 2007 Lawrence Livermore National Security, LLC.
# Copyright (C) 2001-2007 The Regents of the University of California.
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
# Written by Jim Garlick <[email protected]>.
# UCRL-CODE-2003-004.
Expand All @@ -21,8 +22,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along
# with Genders; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# with Genders. If not, see <http://www.gnu.org/licenses/>.
#############################################################################

package Genders;
Expand Down
8 changes: 4 additions & 4 deletions compat/hostlist.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#############################################################################
# $Id: hostlist.pl,v 1.6 2007-09-05 17:42:37 chu11 Exp $
# $Id: hostlist.pl,v 1.7 2007-10-17 17:30:46 chu11 Exp $
#############################################################################
# Copyright (C) 2001-2002 The Regents of the University of California.
# Copyright (C) 2007 Lawrence Livermore National Security, LLC.
# Copyright (C) 2001-2007 The Regents of the University of California.
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
# Written by Jim Garlick <[email protected]>.
# UCRL-CODE-2003-004.
Expand All @@ -21,8 +22,7 @@
# details.
#
# You should have received a copy of the GNU General Public License along
# with Genders; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# with Genders. If not, see <http://www.gnu.org/licenses/>.
#############################################################################

#
Expand Down
8 changes: 4 additions & 4 deletions contrib/php/genders.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*****************************************************************************\
* $Id: genders.c,v 1.2 2007-10-16 18:35:48 chu11 Exp $
* $Id: genders.c,v 1.3 2007-10-17 17:30:47 chu11 Exp $
*****************************************************************************
* Copyright (C) 2001-2003 The Regents of the University of California.
* Copyright (C) 2007 Lawrence Livermore National Security, LLC.
* Copyright (C) 2001-2007 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
* Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
* UCRL-CODE-2003-004.
Expand All @@ -20,8 +21,7 @@
* details.
*
* You should have received a copy of the GNU General Public License along
* with Genders; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* with Genders. If not, see <http://www.gnu.org/licenses/>.
\*****************************************************************************/

#ifdef HAVE_CONFIG_H
Expand Down
8 changes: 4 additions & 4 deletions contrib/php/php_genders.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*****************************************************************************\
* $Id: php_genders.h,v 1.1 2007-10-03 20:20:14 chu11 Exp $
* $Id: php_genders.h,v 1.2 2007-10-17 17:30:47 chu11 Exp $
*****************************************************************************
* Copyright (C) 2001-2003 The Regents of the University of California.
* Copyright (C) 2007 Lawrence Livermore National Security, LLC.
* Copyright (C) 2001-2007 The Regents of the University of California.
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
* Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
* UCRL-CODE-2003-004.
Expand All @@ -20,8 +21,7 @@
* details.
*
* You should have received a copy of the GNU General Public License along
* with Genders; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
* with Genders. If not, see <http://www.gnu.org/licenses/>.
\*****************************************************************************/

#ifndef PHP_GENDERS_H
Expand Down
6 changes: 3 additions & 3 deletions man/compat/gendlib.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: gendlib.3,v 1.3 2007-09-05 17:42:39 chu11 Exp $
\." $Id: gendlib.3,v 1.4 2007-10-17 17:30:49 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -21,7 +22,6 @@
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\."############################################################################
.TH GENDLIB 3 "10/10/97" "LLNL" "GENDLIB"
.SH NAME
Expand Down
8 changes: 4 additions & 4 deletions man/genders.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders.3,v 1.3 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders.3,v 1.4 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,6 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.so man3/libgenders.3
8 changes: 4 additions & 4 deletions man/genders_attrlist_clear.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_attrlist_clear.3,v 1.4 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_attrlist_clear.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,6 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.so man3/genders_nodelist_create.3
7 changes: 4 additions & 3 deletions man/genders_attrlist_create.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_attrlist_create.3,v 1.4 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_attrlist_create.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,7 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\."############################################################################
.so man3/genders_nodelist_create.3
8 changes: 4 additions & 4 deletions man/genders_attrlist_destroy.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_attrlist_destroy.3,v 1.4 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_attrlist_destroy.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,6 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.so man3/genders_nodelist_create.3
8 changes: 4 additions & 4 deletions man/genders_errnum.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_errnum.3,v 1.4 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_errnum.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,8 +21,7 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.TH GENDERS_ERRNUM 3 "August 2003" "LLNL" "LIBGENDERS"
.SH NAME
Expand Down
8 changes: 4 additions & 4 deletions man/genders_errormsg.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_errormsg.3,v 1.4 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_errormsg.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,6 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.so man3/genders_errnum.3
8 changes: 4 additions & 4 deletions man/genders_getattr.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_getattr.3,v 1.13 2007-09-05 17:42:37 chu11 Exp $
\." $Id: genders_getattr.3,v 1.14 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,8 +21,7 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.TH GENDERS_GETATTR 3 "August 2003" "LLNL" "LIBGENDERS"
.SH NAME
Expand Down
8 changes: 4 additions & 4 deletions man/genders_getattr_all.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_getattr_all.3,v 1.8 2007-09-05 17:42:38 chu11 Exp $
\." $Id: genders_getattr_all.3,v 1.9 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,8 +21,7 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.TH GENDERS_GETATTR_ALL 3 "August 2003" "LLNL" "LIBGENDERS"
.SH NAME
Expand Down
8 changes: 4 additions & 4 deletions man/genders_getmaxattrlen.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
\."############################################################################
\." $Id: genders_getmaxattrlen.3,v 1.4 2007-09-05 17:42:38 chu11 Exp $
\." $Id: genders_getmaxattrlen.3,v 1.5 2007-10-17 17:30:47 chu11 Exp $
\."############################################################################
\." Copyright (C) 2001-2003 The Regents of the University of California.
\." Copyright (C) 2007 Lawrence Livermore National Security, LLC.
\." Copyright (C) 2001-2007 The Regents of the University of California.
\." Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
\." Written by Jim Garlick <[email protected]> and Albert Chu <[email protected]>.
\." UCRL-CODE-2003-004.
Expand All @@ -20,7 +21,6 @@
\." details.
\."
\." You should have received a copy of the GNU General Public License along
\." with Genders; if not, write to the Free Software Foundation, Inc.,
\." 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\." with Genders. If not, see <http://www.gnu.org/licenses/>.
\."############################################################################
.so man3/genders_getnumnodes.3
Loading

0 comments on commit ef0b821

Please sign in to comment.