~pbeaman/akiban-persistit/fix-1032701-interrupts-leave-latches

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Nathan Williams
  • Date: 2012-05-25 18:50:59 UTC
  • mto: This revision was merged to the branch mainline in revision 307.
  • Revision ID: nwilliams@akiban.com-20120525185059-gh88hron23l2ql02
Update all headers and license files to reflect AGPLv3

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                <configuration>
39
39
                    <!-- Note plugin WARNs header wasn't specified but still works as desired (multi-module bug?) -->
40
40
                    <header>HEADER.txt</header>
 
41
                    <headerSections>
 
42
                        <headerSection>
 
43
                            <key>__YEAR_SECTION__</key>
 
44
                            <defaultValue>2012</defaultValue>
 
45
                            <!-- [2005-2011]-2012 | 2012 -->
 
46
                            <ensureMatch>20(05|06|07|08|09|10|11)\-2012|2012</ensureMatch> -->
 
47
                        </headerSection>
 
48
                    </headerSections>
41
49
                    <aggregate>true</aggregate>
42
50
                    <strictCheck>true</strictCheck>
43
51
                    <failIfMissing>true</failIfMissing>
54
62
                        <exclude>.project</exclude>
55
63
                        <exclude>.classpath</exclude>
56
64
                        <exclude>.bzrignore</exclude>
 
65
                        <!-- Other -->
 
66
                        <exclude>LICENSE.txt</exclude>
57
67
                    </excludes>
58
68
                </configuration>
59
69
                <executions>