summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/beust/jcommander/IStringConverter.java
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2010-08-05 21:28:33 -0700
committerCedric Beust <cedric@beust.com>2010-08-05 21:28:33 -0700
commit58a4af720c30d8dba072a96e3713577c8d30aeae (patch)
treeafa16895d0687f4ed1c709450222001fd6eb673d /src/main/java/com/beust/jcommander/IStringConverter.java
parent89eccf1687656dfd0870b4f033fffdd8638d51c5 (diff)
downloadplatform_external_jcommander-58a4af720c30d8dba072a96e3713577c8d30aeae.tar.gz
platform_external_jcommander-58a4af720c30d8dba072a96e3713577c8d30aeae.tar.bz2
platform_external_jcommander-58a4af720c30d8dba072a96e3713577c8d30aeae.zip
Added license headers with mvn -P license license:format
Diffstat (limited to 'src/main/java/com/beust/jcommander/IStringConverter.java')
-rw-r--r--src/main/java/com/beust/jcommander/IStringConverter.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/java/com/beust/jcommander/IStringConverter.java b/src/main/java/com/beust/jcommander/IStringConverter.java
index 53cd35f..fb51a79 100644
--- a/src/main/java/com/beust/jcommander/IStringConverter.java
+++ b/src/main/java/com/beust/jcommander/IStringConverter.java
@@ -1,3 +1,21 @@
+/**
+ * Copyright (C) 2010 the original author or authors.
+ * See the notice.md file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package com.beust.jcommander;
/**