Author: spadkins
Date: Tue Nov 16 07:32:32 2010
New Revision: 14525

Modified:
   p5ee/trunk/App-Context/lib/App.pm
   p5ee/trunk/App-Context/lib/App/Authentication.pm
   p5ee/trunk/App-Context/lib/App/Authentication/Htpasswd.pm
   p5ee/trunk/App-Context/lib/App/Authorization.pm
   p5ee/trunk/App-Context/lib/App/CallDispatcher.pm
   p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm
   p5ee/trunk/App-Context/lib/App/Exceptions.pm
   p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm
   p5ee/trunk/App-Context/lib/App/Reference.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm
   p5ee/trunk/App-Context/lib/App/Serializer.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm
   p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm
   p5ee/trunk/App-Context/lib/App/Service.pm
   p5ee/trunk/App-Context/lib/App/SessionObject.pm
   p5ee/trunk/App-Context/lib/App/SharedDatastore.pm

Log:
added copyright statements in the code (of course to ensure the software 
remains free)

Modified: p5ee/trunk/App-Context/lib/App.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App.pm   (original)
+++ p5ee/trunk/App-Context/lib/App.pm   Tue Nov 16 07:32:32 2010
@@ -1051,6 +1051,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Authentication.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Authentication.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Authentication.pm    Tue Nov 16 07:32:32 2010
@@ -157,6 +157,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Authentication/Htpasswd.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Authentication/Htpasswd.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Authentication/Htpasswd.pm   Tue Nov 16 
07:32:32 2010
@@ -91,6 +91,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Authorization.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Authorization.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/Authorization.pm     Tue Nov 16 07:32:32 2010
@@ -162,6 +162,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/CallDispatcher.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/CallDispatcher.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/CallDispatcher.pm    Tue Nov 16 07:32:32 2010
@@ -167,6 +167,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm (original)
+++ p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm Tue Nov 16 
07:32:32 2010
@@ -87,6 +87,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Exceptions.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Exceptions.pm        (original)
+++ p5ee/trunk/App-Context/lib/App/Exceptions.pm        Tue Nov 16 07:32:32 2010
@@ -137,6 +137,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author: Stephen Adkins <[email protected]>
  * Adapted from Dave Rolsky's Alzabo::Exceptions
  * License: This is free software. It is licensed under the same terms as Perl 
itself.

Modified: p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm (original)
+++ p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm Tue Nov 16 07:32:32 2010
@@ -220,6 +220,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Reference.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Reference.pm (original)
+++ p5ee/trunk/App-Context/lib/App/Reference.pm Tue Nov 16 07:32:32 2010
@@ -536,8 +536,9 @@
 
 =head1 ACKNOWLEDGEMENTS
 
-    * Author:  Stephen Adkins <[email protected]>
-    * License: This is free software. It is licensed under the same terms as 
Perl itself.
+ * (c) 2010 Stephen Adkins
+ * Author:  Stephen Adkins <[email protected]>
+ * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO
 

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker.pm    Tue Nov 16 07:32:32 2010
@@ -194,6 +194,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm  (original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm  Tue Nov 16 
07:32:32 2010
@@ -237,6 +237,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm       
(original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm       Tue Nov 
16 07:32:32 2010
@@ -347,6 +347,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer.pm        (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer.pm        Tue Nov 16 07:32:32 2010
@@ -307,6 +307,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm    Tue Nov 16 07:32:32 2010
@@ -249,6 +249,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm     Tue Nov 16 
07:32:32 2010
@@ -209,6 +209,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm       (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm       Tue Nov 16 
07:32:32 2010
@@ -195,6 +195,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm      (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm      Tue Nov 16 
07:32:32 2010
@@ -197,6 +197,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm    Tue Nov 16 07:32:32 2010
@@ -207,6 +207,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm   Tue Nov 16 07:32:32 2010
@@ -199,6 +199,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/Service.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Service.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Service.pm   Tue Nov 16 07:32:32 2010
@@ -496,6 +496,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/SessionObject.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/SessionObject.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/SessionObject.pm     Tue Nov 16 07:32:32 2010
@@ -922,6 +922,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/SharedDatastore.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/SharedDatastore.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/SharedDatastore.pm   Tue Nov 16 07:32:32 2010
@@ -375,6 +375,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
+ * (c) 2010 Stephen Adkins
  * Author:  Stephen Adkins <[email protected]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Reply via email to