[Orca-checkins] r298 - in trunk/orca: lib/Orca orca
Blair Zajac
blair at orcaware.com
Wed Apr 7 22:05:21 PDT 2004
Author: blair
Date: Wed Apr 7 22:04:48 2004
New Revision: 298
Modified:
trunk/orca/lib/Orca/Config.pm
trunk/orca/lib/Orca/Constants.pm
trunk/orca/lib/Orca/DataFile.pm
trunk/orca/lib/Orca/HTMLFile.pm
trunk/orca/lib/Orca/ImageFile.pm
trunk/orca/lib/Orca/NewState.pm
trunk/orca/lib/Orca/OldState.pm
trunk/orca/lib/Orca/OpenFileHash.pm
trunk/orca/lib/Orca/RRDFile.pm
trunk/orca/lib/Orca/SourceFile.pm
trunk/orca/lib/Orca/SourceFileIDs.pm
trunk/orca/lib/Orca/Utils.pm
trunk/orca/orca/orca.pl.in
trunk/orca/orca/upgrade_installation.pl
Log:
* lib/Orca/Config.pm,
* lib/Orca/Constants.pm,
* lib/Orca/DataFile.pm,
* lib/Orca/HTMLFile.pm,
* lib/Orca/ImageFile.pm,
* lib/Orca/NewState.pm,
* lib/Orca/OldState.pm,
* lib/Orca/OpenFileHash.pm,
* lib/Orca/RRDFile.pm,
* lib/Orca/SourceFileIDs.pm,
* lib/Orca/SourceFile.pm,
* lib/Orca/Utils.pm,
* orca/orca.pl.in,
* orca/upgrade_installation.pl:
Extend copyright range.
Modified: trunk/orca/lib/Orca/Config.pm
==============================================================================
--- trunk/orca/lib/Orca/Config.pm (original)
+++ trunk/orca/lib/Orca/Config.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::Config: Manage configuration parameters for Orca.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::Config;
Modified: trunk/orca/lib/Orca/Constants.pm
==============================================================================
--- trunk/orca/lib/Orca/Constants.pm (original)
+++ trunk/orca/lib/Orca/Constants.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::Constants.pm: Global constants for Orca.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::Constants;
Modified: trunk/orca/lib/Orca/DataFile.pm
==============================================================================
--- trunk/orca/lib/Orca/DataFile.pm (original)
+++ trunk/orca/lib/Orca/DataFile.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::DataFile: Base class for managing source data, RRD and image files.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::DataFile;
Modified: trunk/orca/lib/Orca/HTMLFile.pm
==============================================================================
--- trunk/orca/lib/Orca/HTMLFile.pm (original)
+++ trunk/orca/lib/Orca/HTMLFile.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::HTMLFile: Manage the creation of HTML files.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::HTMLFile;
Modified: trunk/orca/lib/Orca/ImageFile.pm
==============================================================================
--- trunk/orca/lib/Orca/ImageFile.pm (original)
+++ trunk/orca/lib/Orca/ImageFile.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::ImageFile: Manage the creation of PNG or GIF plot files.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::ImageFile;
Modified: trunk/orca/lib/Orca/NewState.pm
==============================================================================
--- trunk/orca/lib/Orca/NewState.pm (original)
+++ trunk/orca/lib/Orca/NewState.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::NewState: Keep state information between invocations of Orca.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::NewState;
Modified: trunk/orca/lib/Orca/OldState.pm
==============================================================================
--- trunk/orca/lib/Orca/OldState.pm (original)
+++ trunk/orca/lib/Orca/OldState.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::OldState: Keep state information between invocations of Orca.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::OldState;
Modified: trunk/orca/lib/Orca/OpenFileHash.pm
==============================================================================
--- trunk/orca/lib/Orca/OpenFileHash.pm (original)
+++ trunk/orca/lib/Orca/OpenFileHash.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::OpenFileHash: Cache open file descriptors for the whole program.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::OpenFileHash;
Modified: trunk/orca/lib/Orca/RRDFile.pm
==============================================================================
--- trunk/orca/lib/Orca/RRDFile.pm (original)
+++ trunk/orca/lib/Orca/RRDFile.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::RRDFile: Manage RRD file creation and updating.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::RRDFile;
Modified: trunk/orca/lib/Orca/SourceFile.pm
==============================================================================
--- trunk/orca/lib/Orca/SourceFile.pm (original)
+++ trunk/orca/lib/Orca/SourceFile.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::SourceFile: Manage the watching and loading of source data files.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::SourceFile;
Modified: trunk/orca/lib/Orca/SourceFileIDs.pm
==============================================================================
--- trunk/orca/lib/Orca/SourceFileIDs.pm (original)
+++ trunk/orca/lib/Orca/SourceFileIDs.pm Wed Apr 7 22:04:48 2004
@@ -3,7 +3,7 @@
# copies of all the filenames used by Orca.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::SourceFileIDs;
Modified: trunk/orca/lib/Orca/Utils.pm
==============================================================================
--- trunk/orca/lib/Orca/Utils.pm (original)
+++ trunk/orca/lib/Orca/Utils.pm Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca::Utils: Small utility subroutines.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
package Orca::Utils;
Modified: trunk/orca/orca/orca.pl.in
==============================================================================
--- trunk/orca/orca/orca.pl.in (original)
+++ trunk/orca/orca/orca.pl.in Wed Apr 7 22:04:48 2004
@@ -1,7 +1,7 @@
# Orca: display arbitrary data from files onto web pages using RRDtool.
#
# Copyright (C) 1998-1999 Blair Zajac and Yahoo!, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
require 5.005_03;
Modified: trunk/orca/orca/upgrade_installation.pl
==============================================================================
--- trunk/orca/orca/upgrade_installation.pl (original)
+++ trunk/orca/orca/upgrade_installation.pl Wed Apr 7 22:04:48 2004
@@ -5,7 +5,7 @@
# 2) Rename all files with * in them to _times_.
#
# Copyright (C) 1999 Blair Zajac and GeoCities, Inc.
-# Copyright (C) 1999-2002 Blair Zajac.
+# Copyright (C) 1999-2004 Blair Zajac.
use strict;
use File::Find;
More information about the Orca-checkins
mailing list