summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Law <andy.law@roslin.ed.ac.uk>2014-02-17 11:46:16 +0000
committerAndy Law <andy.law@roslin.ed.ac.uk>2014-02-17 11:46:16 +0000
commit2a4eef24e7c309e8fc69ccb7d7e3fd08681635d8 (patch)
tree3678620bc35a4cdc0398ec75c3dcda1ad6a525f1
parent04e646fe260cced3e41c20c7807a7af7207ea32f (diff)
downloadplatform_external_jcommander-2a4eef24e7c309e8fc69ccb7d7e3fd08681635d8.tar.gz
platform_external_jcommander-2a4eef24e7c309e8fc69ccb7d7e3fd08681635d8.tar.bz2
platform_external_jcommander-2a4eef24e7c309e8fc69ccb7d7e3fd08681635d8.zip
Fixed the copyright notice in the test class file
-rw-r--r--src/test/java/com/beust/jcommander/args/AlternateNamesForListArgs.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/java/com/beust/jcommander/args/AlternateNamesForListArgs.java b/src/test/java/com/beust/jcommander/args/AlternateNamesForListArgs.java
index cf05bd3..18a1655 100644
--- a/src/test/java/com/beust/jcommander/args/AlternateNamesForListArgs.java
+++ b/src/test/java/com/beust/jcommander/args/AlternateNamesForListArgs.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2014 alaw3.
+ * Copyright (C) 2014 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.
@@ -21,7 +23,7 @@ import java.util.List;
/**
*
- * @author alaw3
+ * @author Andy Law <andy.law@roslin.ed.ac.uk>
*/
public class AlternateNamesForListArgs {