Copyright notices and formatting cleanup.

This commit is contained in:
Jeff Ames
2008-07-06 14:02:22 +00:00
parent 34cac351cb
commit d470d30c09
22 changed files with 991 additions and 887 deletions

View File

@@ -33,6 +33,6 @@ namespace OpenSim.Region.Environment.Interfaces
{
public interface IScriptModule : IRegionModule
{
bool GetScriptRunning(LLUUID objectID, LLUUID itemID);
bool GetScriptRunning(LLUUID objectID, LLUUID itemID);
}
}