Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 61347fb

Browse files
author
Tobias Sarnowski
committed
updated copyright notice
1 parent 267b6d9 commit 61347fb

20 files changed

+21
-20
lines changed

LICENSE.header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2010 Tobias Sarnowski
1+
Copyright 2010,2011 Tobias Sarnowski
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/DefaultValidationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationConfigurationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationInterceptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationPointcut.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/ValidationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/IsNumericValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/IsTextValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/MatchValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/MaxNumberValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/MaxTextValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/MinNumberValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/MinTextValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/NotEmptyValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/main/php/TypeSafe/validation/validators/NotNullValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/test/php/TypeSafe/validation/ValidationModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

src/test/php/TypeSafe/validation/ValidationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2010 Tobias Sarnowski
3+
* Copyright 2010,2011 Tobias Sarnowski
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
require_once('PHPUnit/Framework.php');
1819
require_once('pinjector/DefaultKernel.php');
1920
require_once('pinjector/Module.php');

0 commit comments

Comments
 (0)