summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425>2014-05-14 16:33:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-14 16:33:18 +0000
commit578b8b7c9171a009936ac9b21bcb274a93ceecd7 (patch)
tree09c908aae2b49136b0f59912ee11c12e4384f3f3
parent0983a50772b65079151da06785ef9293b119bf33 (diff)
parent29485df1063d171e17769b5ad55128abb979a846 (diff)
downloadsanitizer-578b8b7c9171a009936ac9b21bcb274a93ceecd7.tar.gz
am 29485df1: fixed year in file header. Damn file headers and cargo-cult lawyering.
* commit '29485df1063d171e17769b5ad55128abb979a846': fixed year in file header. Damn file headers and cargo-cult lawyering.
-rw-r--r--src/main/org/owasp/html/examples/UrlTextExample.java2
-rw-r--r--src/tests/org/owasp/html/UrlTextExampleTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/org/owasp/html/examples/UrlTextExample.java b/src/main/org/owasp/html/examples/UrlTextExample.java
index 65c2b4d..5c2965b 100644
--- a/src/main/org/owasp/html/examples/UrlTextExample.java
+++ b/src/main/org/owasp/html/examples/UrlTextExample.java
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Mike Samuel
+// Copyright (c) 2013, Mike Samuel
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/src/tests/org/owasp/html/UrlTextExampleTest.java b/src/tests/org/owasp/html/UrlTextExampleTest.java
index 3b0794c..6f3440f 100644
--- a/src/tests/org/owasp/html/UrlTextExampleTest.java
+++ b/src/tests/org/owasp/html/UrlTextExampleTest.java
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, Mike Samuel
+// Copyright (c) 2013, Mike Samuel
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without