Browse Source

2006

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413799 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
c719b4d427
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java
  2. +1
    -1
      src/main/org/apache/tools/ant/types/resources/PropertyResource.java
  3. +1
    -1
      src/main/org/apache/tools/ant/types/resources/StringResource.java
  4. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/XsltTest.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 The Apache Software Foundation
* Copyright 2000-2004,2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


+ 1
- 1
src/main/org/apache/tools/ant/types/resources/PropertyResource.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2005 The Apache Software Foundation
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


+ 1
- 1
src/main/org/apache/tools/ant/types/resources/StringResource.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2005 The Apache Software Foundation
* Copyright 2005-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/optional/XsltTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004-2005 The Apache Software Foundation
* Copyright 2002,2004-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.


Loading…
Cancel
Save