Skip to content

Commit

Permalink
$year++
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Jan 2, 2015
1 parent ebd7001 commit c04e9ee
Show file tree
Hide file tree
Showing 101 changed files with 150 additions and 150 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
phpDox

Copyright (c) 2010-2013 Arne Blankerts <[email protected]>
Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion phpdox
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/CLI.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/bootstrap/BackendBootstrapApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -60,4 +60,4 @@ public function instantiatedByFactory(FactoryInterface $factory) {
}

}
}
}
2 changes: 1 addition & 1 deletion src/bootstrap/Bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/BootstrapApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/bootstrap/EngineBootstrapApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -65,4 +65,4 @@ public function withConfigClass($class) {
}

}
}
}
4 changes: 2 additions & 2 deletions src/bootstrap/EnricherBootstrapApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -65,4 +65,4 @@ public function withConfigClass($class) {
}

}
}
}
4 changes: 2 additions & 2 deletions src/bootstrap/ParserBootstrapApi.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -58,4 +58,4 @@ public function instantiatedByFactory(FactoryInterface $factory) {
}

}
}
}
2 changes: 1 addition & 1 deletion src/collector/Collector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/collector/CollectorException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -40,4 +40,4 @@ class CollectorException extends \TheSeer\phpDox\HasFileInfoException {
const ProcessingError = 1;
}

}
}
2 changes: 1 addition & 1 deletion src/collector/InheritanceResolver.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/collector/backend/BackendInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -49,4 +49,4 @@ interface BackendInterface {
public function parse(SourceFile $sourceFile);

}
}
}
2 changes: 1 addition & 1 deletion src/collector/backend/Factory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/backend/ParseErrorException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/backend/ParseResult.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/backend/parser/CustomLexer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions src/collector/project/ClassObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down Expand Up @@ -40,4 +40,4 @@ class ClassObject extends AbstractUnitObject {
protected $rootName = 'class';
}

}
}
2 changes: 1 addition & 1 deletion src/collector/project/ConstantObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/InterfaceObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/MemberObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/MethodObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/ParameterObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/Project.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/collector/project/TraitObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/BuildConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/CollectorConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/ConfigLoader.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/EnrichConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/GeneratorConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/GlobalConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/InheritanceConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/config/ProjectConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/DocBlock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/Factory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/Parser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/elements/InheritdocAttribute.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/elements/InvalidElement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/elements/VarElement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/parser/GenericParser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
2 changes: 1 addition & 1 deletion src/docblock/parser/InheritdocParser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010-2014 Arne Blankerts <[email protected]>
* Copyright (c) 2010-2015 Arne Blankerts <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
Expand Down
Loading

0 comments on commit c04e9ee

Please sign in to comment.