Update of /cvsroot/env-switcher/env-switcher/src
In directory usw-pr-cvs1:/tmp/cvs-serv1255/src
Modified Files:
Makefile.am switcher.in switcher.tcl.in
Log Message:
Update the copyright notice and license per new IU guidelines
Index: Makefile.am
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 23 Apr 2002 06:22:55 -0000 1.1
--- Makefile.am 11 Oct 2002 17:00:45 -0000 1.2
***************
*** 1,10 ****
# -*- makefile -*-
#
! # $Id$
#
! # This file is part of the switcher software 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 Env-switcher software package. For license
! # information, see the LICENSE file in the top-level directory of the
! # Env-switcher source distribution.
#
! # $Id$
#
Index: switcher.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** switcher.in 26 Sep 2002 14:04:19 -0000 1.10
--- switcher.in 11 Oct 2002 17:00:45 -0000 1.11
***************
*** 1,4 ****
--- 1,11 ----
#!/usr/bin/perl -- -*- perl -*-
#
+ # Copyright (c) 2002 The Trustees of Indiana University.
+ # All rights reserved.
+ #
+ # This file is part of the Env-switcher software package. For license
+ # information, see the LICENSE file in the top-level directory of the
+ # Env-switcher source distribution.
+ #
# $Id$
#
Index: switcher.tcl.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/src/switcher.tcl.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** switcher.tcl.in 13 Aug 2002 03:55:43 -0000 1.8
--- switcher.tcl.in 11 Oct 2002 17:00:45 -0000 1.9
***************
*** 1,10 ****
#%Module -*- tcl -*-
#
! # $Id$
#
! # This file is part of the switcher package.
#
! # See the LICENSE file in the top-level directory for Copyright
! # notices.
#
--- 1,12 ----
#%Module -*- tcl -*-
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
#
! # This file is part of the Env-switcher software package. For license
! # information, see the LICENSE file in the top-level directory of the
! # Env-switcher source distribution.
#
! # $Id$
#
|