Skip to content

Commit

Permalink
add DISCLAIMER.UC, update DISCALIMER
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Oct 17, 2007
1 parent a3658f6 commit 1268119
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 50 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2007-10-17 Albert Chu <[email protected]>

* DISCLAIMER.UC: New file.

* DISCALIMER: Updated with new disclaimer.

* Makefile.am, gendersllnl.spec.in: Add DISCLAIMER.UC.

2007-10-02 Albert Chu <[email protected]>

* META, NEWS: Update for release.
Expand Down
70 changes: 23 additions & 47 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -1,48 +1,24 @@
Copyright (C) 2001-2007 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 Gendersllnl, a cluster configuration database and
rdist preprocessor for LLNL site specific needs. This package was
originally a part of the Genders package, but has now been split off
into a separate package. For details, see
<http://www.llnl.gov/linux/genders/>.

Gendersllnl 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.

Gendersllnl 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 Gendersllnl; 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".
48 changes: 48 additions & 0 deletions DISCLAIMER.UC
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Copyright (C) 2001-2007 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory.
Written by Jim Garlick <garlick@llnl.gov> and Albert Chu <chu11@llnl.gov>.
UCRL-CODE-2003-004.

This file is part of Gendersllnl, a cluster configuration database and
rdist preprocessor for LLNL site specific needs. This package was
originally a part of the Genders package, but has now been split off
into a separate package. For details, see
<http://www.llnl.gov/linux/genders/>.

Gendersllnl 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.

Gendersllnl 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 Gendersllnl; 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
modification are specified in the file "COPYING".
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##*****************************************************************************
## $Id: Makefile.am,v 1.10 2007-04-21 14:47:28 chu11 Exp $
## $Id: Makefile.am,v 1.11 2007-10-17 18:13:33 chu11 Exp $
##*****************************************************************************
## Process this file with automake to produce Makefile.in.
##*****************************************************************************
Expand All @@ -8,4 +8,4 @@ DISTCHECK_CONFIGURE_FLAGS = --with-perl-destdir=$$dc_install_base

SUBDIRS = src man dist compat

EXTRA_DIST = META DISCLAIMER gendersllnl.spec
EXTRA_DIST = META DISCLAIMER DISCLAIMER.UC gendersllnl.spec
2 changes: 1 addition & 1 deletion gendersllnl.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DESTDIR="$RPM_BUILD_ROOT" make install

%files
%defattr(-,root,root)
%doc README ChangeLog COPYING NEWS DISCLAIMER
%doc README ChangeLog COPYING NEWS DISCLAIMER DISCLAIMER.UC
# It doesn't matter if the user chooses a 32bit or 64bit target. The
# packaging must work off whatever Perl is installed.
%define _perldir %(perl -e 'use Config; $T=$Config{installsitearch}; $T=~/(.*)\\/site_perl.*/; print $1;')
Expand Down

0 comments on commit 1268119

Please sign in to comment.