Author: jhorwitz
Date: Tue Aug 2 12:05:37 2005
New Revision: 193
Modified:
mod_parrot/trunk/Configure.pl
mod_parrot/trunk/context.c
mod_parrot/trunk/lib/Apache/Constants.imc
mod_parrot/trunk/lib/Apache/RequestRec.imc
mod_parrot/trunk/lib/ModParrot/HLL/pir.imc
mod_parrot/trunk/lib/ModParrot/HLL/pugs.imc
mod_parrot/trunk/lib/ModParrot/init.imc
mod_parrot/trunk/mod_parrot.c
mod_parrot/trunk/modparrot_config.c
mod_parrot/trunk/nci.c
mod_parrot/trunk/parrot_util.c
Log:
update copyrights
Modified: mod_parrot/trunk/Configure.pl
==============================================================================
--- mod_parrot/trunk/Configure.pl (original)
+++ mod_parrot/trunk/Configure.pl Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
# $Id$
-# Copyright (c) 2004 Jeff Horwitz
+# Copyright (c) 2004, 2005 Jeff Horwitz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/context.c
==============================================================================
--- mod_parrot/trunk/context.c (original)
+++ mod_parrot/trunk/context.c Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
/* $Id$ */
-/* Copyright (c) 2004 Jeff Horwitz
+/* Copyright (c) 2004, 2005 Jeff Horwitz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/lib/Apache/Constants.imc
==============================================================================
--- mod_parrot/trunk/lib/Apache/Constants.imc (original)
+++ mod_parrot/trunk/lib/Apache/Constants.imc Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
# $Id$
-# Copyright (c) 2004 Jeff Horwitz
+# Copyright (c) 2004, 2005 Jeff Horwitz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/lib/Apache/RequestRec.imc
==============================================================================
--- mod_parrot/trunk/lib/Apache/RequestRec.imc (original)
+++ mod_parrot/trunk/lib/Apache/RequestRec.imc Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
# $Id$
-# Copyright (c) 2004 Jeff Horwitz
+# Copyright (c) 2004, 2005 Jeff Horwitz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/lib/ModParrot/HLL/pir.imc
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/pir.imc (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/pir.imc Tue Aug 2 12:05:37 2005
@@ -1,3 +1,19 @@
+# $Id$
+
+# Copyright (c) 2005 Jeff Horwitz
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
.namespace [ 'ModParrot::HLL::PIR' ]
.sub _load
Modified: mod_parrot/trunk/lib/ModParrot/HLL/pugs.imc
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/pugs.imc (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/pugs.imc Tue Aug 2 12:05:37 2005
@@ -1,3 +1,19 @@
+# $Id$
+
+# Copyright (c) 2005 Jeff Horwitz
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
.namespace [ 'ModParrot::HLL::pugs' ]
.sub _load
Modified: mod_parrot/trunk/lib/ModParrot/init.imc
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/init.imc (original)
+++ mod_parrot/trunk/lib/ModParrot/init.imc Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
# this file should be autogenerated
-# Copyright (c) 2004 Jeff Horwitz
+# Copyright (c) 2004, 2005 Jeff Horwitz
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/mod_parrot.c
==============================================================================
--- mod_parrot/trunk/mod_parrot.c (original)
+++ mod_parrot/trunk/mod_parrot.c Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
/* $Id$ */
-/* Copyright (c) 2004 Jeff Horwitz
+/* Copyright (c) 2004, 2005 Jeff Horwitz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/modparrot_config.c
==============================================================================
--- mod_parrot/trunk/modparrot_config.c (original)
+++ mod_parrot/trunk/modparrot_config.c Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
/* $Id$ */
-/* Copyright (c) 2004 Jeff Horwitz
+/* Copyright (c) 200, 2005 Jeff Horwitz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/nci.c
==============================================================================
--- mod_parrot/trunk/nci.c (original)
+++ mod_parrot/trunk/nci.c Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
/* $Id$ */
-/* Copyright (c) 2004 Jeff Horwitz
+/* Copyright (c) 2004, 2005 Jeff Horwitz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Modified: mod_parrot/trunk/parrot_util.c
==============================================================================
--- mod_parrot/trunk/parrot_util.c (original)
+++ mod_parrot/trunk/parrot_util.c Tue Aug 2 12:05:37 2005
@@ -1,6 +1,6 @@
/* $Id$ */
-/* Copyright (c) 2004 Jeff Horwitz
+/* Copyright (c) 2004, 2005 Jeff Horwitz
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.