Fix remaining copyrights

Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/4becbedd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/4becbedd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/4becbedd

Branch: refs/heads/releases/0.3.0-incubating
Commit: 4becbedd7dbf83df2981e4c8ee81426a97a0c615
Parents: 74bbf62
Author: Gianmarco De Francisci Morales <[email protected]>
Authored: Mon Jul 6 11:36:40 2015 +0300
Committer: Gianmarco De Francisci Morales <[email protected]>
Committed: Mon Jul 6 11:36:40 2015 +0300

----------------------------------------------------------------------
 NOTICE                                                     | 2 +-
 README.md                                                  | 2 +-
 pom.xml                                                    | 2 +-
 samoa-api/src/main/java/org/apache/samoa/core/Globals.java | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/4becbedd/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 873ae0b..8b95f08 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache SAMOA (incubating)
-Copyright (C) 2014-2015 The Apache Software Foundation.
+Copyright (C) 2014-2015 Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/4becbedd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c76174a..a2f3fd1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 <!--
- Copyright (c) 2014-2015 The Apache Software Foundation
+ Copyright (c) 2014-2015 Apache Software Foundation
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/4becbedd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1c21d5..f000d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
                 <configuration>
                     <licenseName>apache_v2</licenseName>
                     <inceptionYear>2014</inceptionYear>
-                    <organizationName>The Apache Software 
Foundation</organizationName>
+                    <organizationName>Apache Software 
Foundation</organizationName>
                     <projectName>SAMOA</projectName>
                     <roots>
                         <root>samoa-api</root>

http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/4becbedd/samoa-api/src/main/java/org/apache/samoa/core/Globals.java
----------------------------------------------------------------------
diff --git a/samoa-api/src/main/java/org/apache/samoa/core/Globals.java 
b/samoa-api/src/main/java/org/apache/samoa/core/Globals.java
index de9fa70..bbfd617 100644
--- a/samoa-api/src/main/java/org/apache/samoa/core/Globals.java
+++ b/samoa-api/src/main/java/org/apache/samoa/core/Globals.java
@@ -38,7 +38,7 @@ public class Globals {
 
   public static final String versionString = "0.3.0-incubating";
 
-  public static final String copyrightNotice = "Copyright 2014-2015 The Apache 
Software Foundation";
+  public static final String copyrightNotice = "Copyright 2014-2015 Apache 
Software Foundation";
 
   public static final String webAddress = "http://samoa.incubator.apache.org";;
 

Reply via email to