[Rt-commit] r3187 - in RT-Extension-MergeUsers: . lib/RT/Extension

kevinr at bestpractical.com kevinr at bestpractical.com
Wed Jun 15 18:05:23 EDT 2005


Author: kevinr
Date: Wed Jun 15 18:05:22 2005
New Revision: 3187

Modified:
   RT-Extension-MergeUsers/   (props changed)
   RT-Extension-MergeUsers/README
   RT-Extension-MergeUsers/lib/RT/Extension/MergeUsers.pm
Log:
 r4325 at sad-girl-in-snow:  kevinr | 2005-06-15 18:04:27 -0400
 * Added copyright info so it's there the next time we update and package this.


Modified: RT-Extension-MergeUsers/README
==============================================================================
--- RT-Extension-MergeUsers/README	(original)
+++ RT-Extension-MergeUsers/README	Wed Jun 15 18:05:22 2005
@@ -1,3 +1,12 @@
+
+=head1 COPYRIGHT
+
+This extension is Copyright (C) 2005 Best Practical Solutions, LLC.
+
+It is freely redistributable under the terms of version 2 of the GNU GPL.
+
+=cut
+
 This RT extension adds a "Merge Users" box to the User Administration page, 
 which allows you to merge the user you are currently viewing with another
 user on your RT instance.  It also adds MergeInto() and Unmerge() functions to 

Modified: RT-Extension-MergeUsers/lib/RT/Extension/MergeUsers.pm
==============================================================================
--- RT-Extension-MergeUsers/lib/RT/Extension/MergeUsers.pm	(original)
+++ RT-Extension-MergeUsers/lib/RT/Extension/MergeUsers.pm	Wed Jun 15 18:05:22 2005
@@ -1,3 +1,12 @@
+
+=head1 COPYRIGHT
+
+This extension is Copyright (C) 2005 Best Practical Solutions, LLC.
+
+It is freely redistributable under the terms of version 2 of the GNU GPL.
+
+=cut
+
 package RT::Extension::MergeUsers;
 
 our $VERSION = '0.02';


More information about the Rt-commit mailing list