Update of /cvsroot/env-switcher/modules-oscar
In directory usw-pr-cvs1:/tmp/cvs-serv7625
Modified Files:
Makefile.am autogen.sh configure.in
Log Message:
Apply the IU copyright to all files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/env-switcher/modules-oscar/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 23 Apr 2002 06:04:52 -0000 1.1
--- Makefile.am 27 Oct 2002 12:24:07 -0000 1.2
***************
*** 1,10 ****
# -*- makefile -*-
#
! # $Id$
#
! # This file is part of the switcher package.
#
! # See the LICENSE file in the top-level directory for Copyright
! # notices.
#
--- 1,12 ----
# -*- makefile -*-
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
#
! # This file is part of the modules-oscar software package. For
! # license information, see the LICENSE file in the top-level directory
! # of the modules-oscar source distribution.
#
! # $Id$
#
***************
*** 13,17 ****
SUBDIRS = dist src
! EXTRA_DIST = README.OSCAR
rpm:
--- 15,19 ----
SUBDIRS = dist src
! EXTRA_DIST = README.OSCAR LICENSE.OSCAR
rpm:
Index: autogen.sh
===================================================================
RCS file: /cvsroot/env-switcher/modules-oscar/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** autogen.sh 20 Jun 2002 06:57:27 -0000 1.2
--- autogen.sh 27 Oct 2002 12:24:07 -0000 1.3
***************
*** 1,8 ****
#! /bin/sh
#
! # $Id$
#
! # This file is part of the modules OSCAR RPM package. See the
! # top-level LICENSE file for copyright and license information.
#
--- 1,12 ----
#! /bin/sh
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
! #
! # This file is part of the modules-oscar software package. For
! # license information, see the LICENSE file in the top-level directory
! # of the modules-oscar source distribution.
#
! # $Id$
#
Index: configure.in
===================================================================
RCS file: /cvsroot/env-switcher/modules-oscar/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** configure.in 11 Aug 2002 22:30:32 -0000 1.3
--- configure.in 27 Oct 2002 12:24:07 -0000 1.4
***************
*** 1,10 ****
# -*- shell-script -*-
#
! # $Id$
#
! # This file is part of the switcher package.
#
! # See the LICENSE file in the top-level directory for Copyright
! # notices.
#
--- 1,12 ----
# -*- shell-script -*-
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
#
! # This file is part of the modules-oscar software package. For
! # license information, see the LICENSE file in the top-level directory
! # of the modules-oscar source distribution.
#
! # $Id$
#
|