Add 2006 to copyright header.

This commit is contained in:
Ben Alex 2006-01-26 08:26:06 +00:00
parent c030052058
commit a0aef26e21
1 changed files with 374 additions and 375 deletions

View File

@ -1,378 +1,377 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jalopy> <jalopy>
<general> <general>
<compliance> <compliance>
<version>14</version> <version>14</version>
</compliance> </compliance>
<style> <style>
<description>Acegi Security System for Spring</description> <description>Acegi Security System for Spring</description>
<name>acegisecurity</name> <name>acegisecurity</name>
</style> </style>
</general> </general>
<inspector> <inspector>
<enable>true</enable> <enable>true</enable>
<naming> <naming>
<classes> <classes>
<abstract>[A-Z][a-zA-Z0-9]+</abstract> <abstract>[A-Z][a-zA-Z0-9]+</abstract>
<general>[A-Z][a-zA-Z0-9]+</general> <general>[A-Z][a-zA-Z0-9]+</general>
</classes> </classes>
<fields> <fields>
<default>[a-z][\w]+</default> <default>[a-z][\w]+</default>
<defaultStatic>[a-z][\w]+</defaultStatic> <defaultStatic>[a-z][\w]+</defaultStatic>
<defaultStaticFinal>[a-zA-Z][\w]+</defaultStaticFinal> <defaultStaticFinal>[a-zA-Z][\w]+</defaultStaticFinal>
<private>[a-z][\w]+</private> <private>[a-z][\w]+</private>
<privateStatic>[a-z][\w]+</privateStatic> <privateStatic>[a-z][\w]+</privateStatic>
<privateStaticFinal>[a-zA-Z][\w]+</privateStaticFinal> <privateStaticFinal>[a-zA-Z][\w]+</privateStaticFinal>
<protected>[a-z][\w]+</protected> <protected>[a-z][\w]+</protected>
<protectedStatic>[a-z][\w]+</protectedStatic> <protectedStatic>[a-z][\w]+</protectedStatic>
<protectedStaticFinal>[a-zA-Z][\w]+</protectedStaticFinal> <protectedStaticFinal>[a-zA-Z][\w]+</protectedStaticFinal>
<public>[a-z][\w]+</public> <public>[a-z][\w]+</public>
<publicStatic>[a-z][\w]+</publicStatic> <publicStatic>[a-z][\w]+</publicStatic>
<publicStaticFinal>[a-zA-Z][\w]+</publicStaticFinal> <publicStaticFinal>[a-zA-Z][\w]+</publicStaticFinal>
</fields> </fields>
<interfaces>[A-Z][a-zA-Z0-9]+</interfaces> <interfaces>[A-Z][a-zA-Z0-9]+</interfaces>
<labels>\w+</labels> <labels>\w+</labels>
<methods> <methods>
<default>[a-z][\w]+</default> <default>[a-z][\w]+</default>
<defaultStatic>[a-z][\w]+</defaultStatic> <defaultStatic>[a-z][\w]+</defaultStatic>
<defaultStaticFinal>[a-z][\w]+</defaultStaticFinal> <defaultStaticFinal>[a-z][\w]+</defaultStaticFinal>
<private>[a-z][\w]+</private> <private>[a-z][\w]+</private>
<privateStatic>[a-z][\w]+</privateStatic> <privateStatic>[a-z][\w]+</privateStatic>
<privateStaticFinal>[a-z][\w]+</privateStaticFinal> <privateStaticFinal>[a-z][\w]+</privateStaticFinal>
<protected>[a-z][\w]+</protected> <protected>[a-z][\w]+</protected>
<protectedStatic>[a-z][\w]+</protectedStatic> <protectedStatic>[a-z][\w]+</protectedStatic>
<protectedStaticFinal>[a-z][\w]+</protectedStaticFinal> <protectedStaticFinal>[a-z][\w]+</protectedStaticFinal>
<public>[a-z][\w]+</public> <public>[a-z][\w]+</public>
<publicStatic>[a-z][\w]+</publicStatic> <publicStatic>[a-z][\w]+</publicStatic>
<publicStaticFinal>[a-z][\w]+</publicStaticFinal> <publicStaticFinal>[a-z][\w]+</publicStaticFinal>
</methods> </methods>
<packages>[a-z]+(?:\.[a-z]+)*</packages> <packages>[a-z]+(?:\.[a-z]+)*</packages>
<parameters> <parameters>
<default>[a-z][\w]+</default> <default>[a-z][\w]+</default>
<final>[a-z][\w]+</final> <final>[a-z][\w]+</final>
</parameters> </parameters>
<variables>[a-z][\w]*</variables> <variables>[a-z][\w]*</variables>
</naming> </naming>
<tips> <tips>
<adhereToNamingConvention>true</adhereToNamingConvention> <adhereToNamingConvention>true</adhereToNamingConvention>
<alwaysOverrideEquals>true</alwaysOverrideEquals> <alwaysOverrideEquals>true</alwaysOverrideEquals>
<alwaysOverrideHashCode>true</alwaysOverrideHashCode> <alwaysOverrideHashCode>true</alwaysOverrideHashCode>
<avoidThreadGroups>true</avoidThreadGroups> <avoidThreadGroups>true</avoidThreadGroups>
<declareCollectionComment>true</declareCollectionComment> <declareCollectionComment>true</declareCollectionComment>
<dontIgnoreExceptions>true</dontIgnoreExceptions> <dontIgnoreExceptions>true</dontIgnoreExceptions>
<dontSubstituteObjectEquals>true</dontSubstituteObjectEquals> <dontSubstituteObjectEquals>true</dontSubstituteObjectEquals>
<neverDeclareException>true</neverDeclareException> <neverDeclareException>true</neverDeclareException>
<neverDeclareThrowable>true</neverDeclareThrowable> <neverDeclareThrowable>true</neverDeclareThrowable>
<neverInvokeWaitOutsideLoop>true</neverInvokeWaitOutsideLoop> <neverInvokeWaitOutsideLoop>true</neverInvokeWaitOutsideLoop>
<neverReturnZeroArrays>true</neverReturnZeroArrays> <neverReturnZeroArrays>true</neverReturnZeroArrays>
<neverUseEmptyFinally>true</neverUseEmptyFinally> <neverUseEmptyFinally>true</neverUseEmptyFinally>
<obeyContractEquals>true</obeyContractEquals> <obeyContractEquals>true</obeyContractEquals>
<overrideToString>true</overrideToString> <overrideToString>true</overrideToString>
<referToObjectsByInterface>true</referToObjectsByInterface> <referToObjectsByInterface>true</referToObjectsByInterface>
<replaceStructureWithClass>true</replaceStructureWithClass> <replaceStructureWithClass>true</replaceStructureWithClass>
<stringLiterallI18n>true</stringLiterallI18n> <stringLiterallI18n>true</stringLiterallI18n>
<useInterfaceOnlyForTypes>true</useInterfaceOnlyForTypes> <useInterfaceOnlyForTypes>true</useInterfaceOnlyForTypes>
<wrongCollectionComment>true</wrongCollectionComment> <wrongCollectionComment>true</wrongCollectionComment>
</tips> </tips>
</inspector> </inspector>
<internal> <internal>
<version>6</version> <version>6</version>
</internal> </internal>
<messages> <messages>
<priority> <priority>
<general>40000</general> <general>40000</general>
<parser>40000</parser> <parser>40000</parser>
<parserJavadoc>40000</parserJavadoc> <parserJavadoc>40000</parserJavadoc>
<printer>40000</printer> <printer>40000</printer>
<printerJavadoc>40000</printerJavadoc> <printerJavadoc>40000</printerJavadoc>
<transform>40000</transform> <transform>40000</transform>
</priority> </priority>
<showErrorStackTrace>true</showErrorStackTrace> <showErrorStackTrace>true</showErrorStackTrace>
</messages> </messages>
<misc> <misc>
<threadCount>1</threadCount> <threadCount>1</threadCount>
</misc> </misc>
<printer> <printer>
<alignment> <alignment>
<methodCallChain>true</methodCallChain> <methodCallChain>true</methodCallChain>
<parameterMethodDeclaration>false</parameterMethodDeclaration> <parameterMethodDeclaration>false</parameterMethodDeclaration>
<ternaryOperator>true</ternaryOperator> <ternaryOperator>true</ternaryOperator>
<variableAssignment>false</variableAssignment> <variableAssignment>false</variableAssignment>
<variableIdentifier>false</variableIdentifier> <variableIdentifier>false</variableIdentifier>
</alignment> </alignment>
<backup> <backup>
<directory>bak</directory> <directory>bak</directory>
<level>0</level> <level>0</level>
</backup> </backup>
<blanklines> <blanklines>
<after> <after>
<block>1</block> <block>1</block>
<braceLeft>0</braceLeft> <braceLeft>0</braceLeft>
<class>1</class> <class>1</class>
<declaration>0</declaration> <declaration>0</declaration>
<footer>1</footer> <footer>1</footer>
<header>1</header> <header>1</header>
<interface>1</interface> <interface>1</interface>
<lastImport>2</lastImport> <lastImport>2</lastImport>
<method>1</method> <method>1</method>
<package>1</package> <package>1</package>
</after> </after>
<before> <before>
<block>1</block> <block>1</block>
<braceRight>0</braceRight> <braceRight>0</braceRight>
<caseBlock>1</caseBlock> <caseBlock>1</caseBlock>
<comment> <comment>
<javadoc>1</javadoc> <javadoc>1</javadoc>
<multiline>1</multiline> <multiline>1</multiline>
<singleline>1</singleline> <singleline>1</singleline>
</comment> </comment>
<controlStatement>1</controlStatement> <controlStatement>1</controlStatement>
<declaration>1</declaration> <declaration>1</declaration>
<footer>0</footer> <footer>0</footer>
<header>0</header> <header>0</header>
</before> </before>
<keepUpTo>1</keepUpTo> <keepUpTo>1</keepUpTo>
</blanklines> </blanklines>
<braces> <braces>
<empty> <empty>
<cuddle>true</cuddle> <cuddle>true</cuddle>
<insertStatement>false</insertStatement> <insertStatement>false</insertStatement>
</empty> </empty>
<insert> <insert>
<dowhile>true</dowhile> <dowhile>true</dowhile>
<for>true</for> <for>true</for>
<ifelse>true</ifelse> <ifelse>true</ifelse>
<while>true</while> <while>true</while>
</insert> </insert>
<remove> <remove>
<block>true</block> <block>true</block>
<dowhile>false</dowhile> <dowhile>false</dowhile>
<for>false</for> <for>false</for>
<ifelse>false</ifelse> <ifelse>false</ifelse>
<while>false</while> <while>false</while>
</remove> </remove>
<treatDifferent> <treatDifferent>
<methodClass>false</methodClass> <methodClass>false</methodClass>
<methodClassIfWrapped>false</methodClassIfWrapped> <methodClassIfWrapped>false</methodClassIfWrapped>
</treatDifferent> </treatDifferent>
</braces> </braces>
<chunks> <chunks>
<blanklines>true</blanklines> <blanklines>true</blanklines>
<comments>true</comments> <comments>true</comments>
</chunks> </chunks>
<comments> <comments>
<format> <format>
<multiline>true</multiline> <multiline>true</multiline>
</format> </format>
<javadoc> <javadoc>
<check> <check>
<innerclass>false</innerclass> <innerclass>false</innerclass>
<tags>true</tags> <tags>true</tags>
<throwsTags>true</throwsTags> <throwsTags>true</throwsTags>
</check> </check>
<fieldsShort>true</fieldsShort> <fieldsShort>true</fieldsShort>
<generate> <generate>
<class>1</class> <class>1</class>
<constructor>0</constructor> <constructor>0</constructor>
<field>0</field> <field>0</field>
<method>0</method> <method>0</method>
</generate> </generate>
<parseComments>true</parseComments> <parseComments>true</parseComments>
<tags> <tags>
<in-line /> <in-line></in-line>
<standard>@hibernate|@@SecurityConfig</standard> <standard>@hibernate|@@SecurityConfig</standard>
</tags> </tags>
<templates> <templates>
<method> <method>
<bottom> */</bottom> <bottom> */</bottom>
<exception> * @throws $exceptionType$ DOCUMENT ME!</exception> <exception> * @throws $exceptionType$ DOCUMENT ME!</exception>
<param> * @param $paramType$ DOCUMENT ME!</param> <param> * @param $paramType$ DOCUMENT ME!</param>
<return> * @return DOCUMENT ME!</return> <return> * @return DOCUMENT ME!</return>
<top>/**| * DOCUMENT ME!</top> <top>/**| * DOCUMENT ME!</top>
</method> </method>
</templates> </templates>
</javadoc> </javadoc>
<remove> <remove>
<javadoc>false</javadoc> <javadoc>false</javadoc>
<multiline>false</multiline> <multiline>false</multiline>
<singleline>false</singleline> <singleline>false</singleline>
</remove> </remove>
<separator> <separator>
<fillCharacter>=</fillCharacter> <fillCharacter>=</fillCharacter>
<insert>true</insert> <insert>true</insert>
<insertRecursive>false</insertRecursive> <insertRecursive>false</insertRecursive>
<text> <text>
<class>Inner Classes</class> <class>Inner Classes</class>
<constructor>Constructors</constructor> <constructor>Constructors</constructor>
<field>Instance fields</field> <field>Instance fields</field>
<initializer>Instance initializers</initializer> <initializer>Instance initializers</initializer>
<interface>Inner Interfaces</interface> <interface>Inner Interfaces</interface>
<method>Methods</method> <method>Methods</method>
<static>Static fields/initializers</static> <static>Static fields/initializers</static>
</text> </text>
</separator> </separator>
</comments> </comments>
<environment /> <environment></environment>
<footer> <footer>
<keys /> <keys></keys>
<smartMode>0</smartMode> <smartMode>0</smartMode>
<use>false</use> <use>false</use>
</footer> </footer>
<header> <header>
<keys>Acegi Technology Pty Limited|Created on|To change the template for this generated|Apache Software License</keys> <keys>Acegi Technology Pty Limited|Created on|To change the template for this generated|Apache Software License</keys>
<smartMode>0</smartMode> <smartMode>0</smartMode>
<text>/* Copyright 2004, 2005 Acegi Technology Pty Limited| *| * 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.| */</text> <text>/* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited| *| * 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.| */</text>
<use>true</use> <use>true</use>
</header> </header>
<history> <history>
<policy>disabled</policy> <policy>disabled</policy>
</history> </history>
<imports> <imports>
<grouping> <grouping>
<defaultDepth>3</defaultDepth> <defaultDepth>3</defaultDepth>
<packages>*:0|gnu:2|java:2|javax:2</packages> <packages>*:0|gnu:2|java:2|javax:2</packages>
</grouping> </grouping>
<policy>disabled</policy> <policy>disabled</policy>
<sort>true</sort> <sort>true</sort>
</imports> </imports>
<indentation> <indentation>
<caseFromSwitch>false</caseFromSwitch> <caseFromSwitch>false</caseFromSwitch>
<continuation> <continuation>
<block>false</block> <block>false</block>
<operator>false</operator> <operator>false</operator>
</continuation> </continuation>
<firstColumnComments>false</firstColumnComments> <firstColumnComments>false</firstColumnComments>
<label>false</label> <label>false</label>
<policy> <policy>
<deep>false</deep> <deep>false</deep>
</policy> </policy>
<sizes> <sizes>
<braceCuddled>1</braceCuddled> <braceCuddled>1</braceCuddled>
<braceLeft>1</braceLeft> <braceLeft>1</braceLeft>
<braceRight>0</braceRight> <braceRight>0</braceRight>
<braceRightAfter>1</braceRightAfter> <braceRightAfter>1</braceRightAfter>
<continuation>4</continuation> <continuation>4</continuation>
<deep>55</deep> <deep>55</deep>
<extends>-1</extends> <extends>-1</extends>
<general>4</general> <general>4</general>
<implements>-1</implements> <implements>-1</implements>
<leading>0</leading> <leading>0</leading>
<tabs>8</tabs> <tabs>8</tabs>
<throws>-1</throws> <throws>-1</throws>
<trailingComment>1</trailingComment> <trailingComment>1</trailingComment>
</sizes> </sizes>
<tabs> <tabs>
<enable>false</enable> <enable>false</enable>
<onlyLeading>false</onlyLeading> <onlyLeading>false</onlyLeading>
</tabs> </tabs>
</indentation> </indentation>
<misc> <misc>
<arrayBracketsAfterIdent>false</arrayBracketsAfterIdent> <arrayBracketsAfterIdent>false</arrayBracketsAfterIdent>
<forceFormatting>false</forceFormatting> <forceFormatting>false</forceFormatting>
<insertExpressionParentheses>true</insertExpressionParentheses> <insertExpressionParentheses>true</insertExpressionParentheses>
<insertLoggingConditional>true</insertLoggingConditional> <insertLoggingConditional>true</insertLoggingConditional>
<insertTrailingNewline>true</insertTrailingNewline> <insertTrailingNewline>true</insertTrailingNewline>
<insertUID>false</insertUID> <insertUID>false</insertUID>
</misc> </misc>
<sorting> <sorting>
<declaration> <declaration>
<class>true</class> <class>true</class>
<constructor>true</constructor> <constructor>true</constructor>
<enable>true</enable> <enable>true</enable>
<interface>true</interface> <interface>true</interface>
<method>true</method> <method>true</method>
<order>static|field|initializer|constructor|method|interface|class</order> <order>static|field|initializer|constructor|method|interface|class|annotation|enum</order>
<variable>true</variable> <variable>true</variable>
</declaration> </declaration>
<modifier> <modifier>
<enable>false</enable> <enable>false</enable>
<order>public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp</order> <order>public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp</order>
</modifier> </modifier>
</sorting> </sorting>
<whitespace> <whitespace>
<after> <after>
<comma>true</comma> <comma>true</comma>
<semicolon>true</semicolon> <semicolon>true</semicolon>
<typeCast>true</typeCast> <typeCast>true</typeCast>
</after> </after>
<before> <before>
<braces>true</braces> <braces>true</braces>
<brackets>false</brackets> <brackets>false</brackets>
<bracketsTypes>false</bracketsTypes> <bracketsTypes>false</bracketsTypes>
<caseColon>false</caseColon> <caseColon>false</caseColon>
<operator> <operator>
<not>false</not> <not>false</not>
</operator> </operator>
<parentheses> <parentheses>
<methodCall>false</methodCall> <methodCall>false</methodCall>
<methodDeclaration>false</methodDeclaration> <methodDeclaration>false</methodDeclaration>
<statement>true</statement> <statement>true</statement>
</parentheses> </parentheses>
</before> </before>
<padding> <padding>
<braces>false</braces> <braces>false</braces>
<brackets>false</brackets> <brackets>false</brackets>
<operator> <operator>
<assignment>true</assignment> <assignment>true</assignment>
<bitwise>true</bitwise> <bitwise>true</bitwise>
<logical>true</logical> <logical>true</logical>
<mathematical>true</mathematical> <mathematical>true</mathematical>
<relational>true</relational> <relational>true</relational>
<shift>true</shift> <shift>true</shift>
</operator> </operator>
<parenthesis>false</parenthesis> <parenthesis>false</parenthesis>
<typeCast>false</typeCast> <typeCast>false</typeCast>
</padding> </padding>
</whitespace> </whitespace>
<wrapping> <wrapping>
<always> <always>
<after> <after>
<arrayElement>2147483647</arrayElement> <arrayElement>2147483647</arrayElement>
<braceRight>false</braceRight> <braceRight>false</braceRight>
<extendsTypes>false</extendsTypes> <extendsTypes>false</extendsTypes>
<implementsTypes>false</implementsTypes> <implementsTypes>false</implementsTypes>
<label>true</label> <label>true</label>
<methodCallChained>false</methodCallChained> <methodCallChained>false</methodCallChained>
<ternaryOperator> <ternaryOperator>
<first>false</first> <first>false</first>
<second>false</second> <second>false</second>
</ternaryOperator> </ternaryOperator>
<throwsTypes>false</throwsTypes> <throwsTypes>false</throwsTypes>
</after> </after>
<before> <before>
<braceLeft>false</braceLeft> <braceLeft>false</braceLeft>
<extends>false</extends> <extends>false</extends>
<implements>false</implements> <implements>false</implements>
<throws>false</throws> <throws>false</throws>
</before> </before>
<parameter> <parameter>
<methodCall>false</methodCall> <methodCall>false</methodCall>
<methodCallNested>false</methodCallNested> <methodCallNested>false</methodCallNested>
<methodDeclaration>false</methodDeclaration> <methodDeclaration>false</methodDeclaration>
</parameter> </parameter>
</always> </always>
<general> <general>
<beforeOperator>true</beforeOperator> <beforeOperator>true</beforeOperator>
<enable>true</enable> <enable>true</enable>
<lineLength>80</lineLength> <lineLength>80</lineLength>
</general> </general>
<ondemand> <ondemand>
<after> <after>
<assignment>false</assignment> <assignment>false</assignment>
<leftParenthesis>false</leftParenthesis> <leftParenthesis>false</leftParenthesis>
<parameter>false</parameter> <parameter>false</parameter>
<types> <types>
<extends>false</extends> <extends>false</extends>
<implements>false</implements> <implements>false</implements>
<throws>false</throws> <throws>false</throws>
</types> </types>
</after> </after>
<before> <before>
<rightParenthesis>false</rightParenthesis> <rightParenthesis>false</rightParenthesis>
</before> </before>
<groupingParentheses>false</groupingParentheses> <groupingParentheses>false</groupingParentheses>
</ondemand> </ondemand>
</wrapping> </wrapping>
</printer> </printer>
</jalopy> </jalopy>