Browse Source

2003

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273971 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
f245585ec3
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Integrate.java
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Resolve.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Submit.java
  4. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/ContainsSelector.java
  5. +1
    -1
      src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java
  6. +1
    -1
      src/testcases/org/apache/tools/ant/types/selectors/ContainsSelectorTest.java

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

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


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

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* Copyright (c) 2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


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

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* Copyright (c) 2000-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/ContainsSelector.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


+ 1
- 1
src/testcases/org/apache/tools/ant/types/selectors/ContainsSelectorTest.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000-2002 The Apache Software Foundation. All rights
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


Loading…
Cancel
Save