summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarun Gupta <tarun1995gupta@gmail.com>2015-03-18 10:22:00 (GMT)
committerKevin Smith <git@kismith.co.uk>2015-03-18 11:23:59 (GMT)
commit07117577091cee230bb0da8245856e19a9c7da8c (patch)
treed81ddfd52f80890c0ffe4d1df98eb0bc612bff02 /src/com/isode/stroke/elements
parent158a5ca03eea87054c4cb19d7f0de872059c6000 (diff)
downloadstroke-07117577091cee230bb0da8245856e19a9c7da8c.zip
stroke-07117577091cee230bb0da8245856e19a9c7da8c.tar.bz2
Add Copyright Information for CapsInfo.
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. Change-Id: Ie60e3c22f14a0495912ed02f9d994b93a04e2aec
Diffstat (limited to 'src/com/isode/stroke/elements')
-rw-r--r--src/com/isode/stroke/elements/CapsInfo.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/com/isode/stroke/elements/CapsInfo.java b/src/com/isode/stroke/elements/CapsInfo.java
index 9c2e937..af29804 100644
--- a/src/com/isode/stroke/elements/CapsInfo.java
+++ b/src/com/isode/stroke/elements/CapsInfo.java
@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 2010 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
+ */
+/*
+ * Copyright (c) 2015 Tarun Gupta.
+ * Licensed under the simplified BSD license.
+ * See Documentation/Licenses/BSD-simplified.txt for more information.
+ */
+
package com.isode.stroke.elements;
import com.isode.stroke.base.NotNull;