|
From: Jeff S. <jsq...@us...> - 2002-10-11 17:00:47
|
Update of /cvsroot/env-switcher/env-switcher/dist In directory usw-pr-cvs1:/tmp/cvs-serv1255/dist Modified Files: Makefile.options buildrpm.sh env-switcher.spec.in get_switcher_version Log Message: Update the copyright notice and license per new IU guidelines Index: Makefile.options =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/dist/Makefile.options,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.options 23 Apr 2002 06:22:55 -0000 1.1 --- Makefile.options 11 Oct 2002 17:00:43 -0000 1.2 *************** *** 1,11 **** # -*- makefile -*- # ! # $Id$ # ! # This file is part of the switcher package. # ! # See the LICENSE file in the top-level directory for Copyright ! # notices. # ! AUTOMAKE_OPTIONS = foreign dist-tarZ --- 1,13 ---- # -*- 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$ # ! AUTOMAKE_OPTIONS = foreign dist-tarZ dist-bzip2 Index: buildrpm.sh =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/dist/buildrpm.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** buildrpm.sh 27 Jul 2002 19:56:28 -0000 1.3 --- buildrpm.sh 11 Oct 2002 17:00:44 -0000 1.4 *************** *** 1,10 **** #!/bin/sh -f # ! # $Id$ # ! # This file is part of the switcher package. # ! # See the LICENSE file in the top-level directory for Copyright ! # notices. # --- 1,12 ---- #!/bin/sh -f # ! # 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: env-switcher.spec.in =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/dist/env-switcher.spec.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** env-switcher.spec.in 26 Sep 2002 14:04:34 -0000 1.9 --- env-switcher.spec.in 11 Oct 2002 17:00:44 -0000 1.10 *************** *** 1,10 **** # -*- rpm-spec -*- # ! # $Id$ # ! # This file is part of the switcher package. # ! # See the LICENSE file in the top-level directory for Copyright ! # notices. # --- 1,12 ---- # -*- rpm-spec -*- # ! # 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: get_switcher_version =================================================================== RCS file: /cvsroot/env-switcher/env-switcher/dist/get_switcher_version,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** get_switcher_version 23 Apr 2002 06:22:55 -0000 1.1 --- get_switcher_version 11 Oct 2002 17:00:44 -0000 1.2 *************** *** 1,5 **** #!/bin/sh # ! # $COPYRIGHT$ # # $Id$ --- 1,10 ---- #!/bin/sh # ! # 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$ |