You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/08/26 14:28:17 UTC

[03/26] git commit: Add ASF header to many files.

Add ASF header to many files.


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

Branch: refs/heads/master
Commit: bd8fca865e9288e088a13a7edd7f2a1682d96e77
Parents: 39cd870
Author: Dave Johnson <sn...@apache.org>
Authored: Tue Aug 26 08:26:02 2014 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Tue Aug 26 08:26:02 2014 -0400

----------------------------------------------------------------------
 portal/Gruntfile.js                             | 32 ++++++++++----------
 portal/build.sh                                 |  1 +
 portal/config.js                                | 20 ++++++++++++
 portal/scripts/e2e-test.bat                     | 15 +++++++++
 portal/scripts/e2e-test.sh                      |  1 +
 portal/scripts/test.bat                         | 15 +++++++++
 portal/scripts/test.sh                          |  1 +
 portal/scripts/watchr.rb                        | 15 +++++++++
 portal/scripts/web-server.js                    | 19 ++++++++++++
 portal/server.js                                | 19 ++++++++++++
 portal/tests/karma.conf.js                      | 19 ++++++++++++
 portal/tests/protractor-ignore/profile.spec.js  | 20 ++++++++++++
 portal/tests/protractor/applications.spec.js    | 20 ++++++++++++
 portal/tests/protractor/data.spec.js            | 20 ++++++++++++
 portal/tests/protractor/forgotPassword.spec.js  | 20 ++++++++++++
 portal/tests/protractor/login.spec.js           | 20 ++++++++++++
 portal/tests/protractor/organization.spec.js    | 20 ++++++++++++
 portal/tests/protractor/roles.spec.js           | 20 ++++++++++++
 portal/tests/protractor/shell.spec.js           | 20 ++++++++++++
 portal/tests/protractor/users.spec.js           | 20 ++++++++++++
 portal/tests/protractor/util.js                 | 20 ++++++++++++
 portal/tests/protractorConf.js                  | 18 +++++++++++
 portal/tests/unit/sample.spec.js                | 19 ++++++++++++
 release/sign-release.sh                         | 10 ++++--
 sdks/android/README.txt                         |  2 ++
 sdks/android/pom.xml                            | 18 +++++++++++
 stack/README.md                                 | 12 +++-----
 stack/core/pom.xml                              |  1 +
 .../usergrid/batch/job/SchedulerRuntime3IT.java |  1 -
 stack/java-sdk-old/pom.xml                      |  2 +-
 30 files changed, 411 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/Gruntfile.js
----------------------------------------------------------------------
diff --git a/portal/Gruntfile.js b/portal/Gruntfile.js
index 5fa1a68..1dfdfbe 100644
--- a/portal/Gruntfile.js
+++ b/portal/Gruntfile.js
@@ -1,21 +1,21 @@
-/**
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you 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
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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
+    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.
- */
+    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.
+*/
 var bower = require('./bower.json');
 
 var distPath = 'dist/'+bower.name,

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/build.sh
----------------------------------------------------------------------
diff --git a/portal/build.sh b/portal/build.sh
index 926e73b..fdfb28b 100755
--- a/portal/build.sh
+++ b/portal/build.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/config.js
----------------------------------------------------------------------
diff --git a/portal/config.js b/portal/config.js
index 9a11b50..e04ba9d 100644
--- a/portal/config.js
+++ b/portal/config.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 var Usergrid = Usergrid || {};
 
 Usergrid.showNotifcations = true;

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/e2e-test.bat
----------------------------------------------------------------------
diff --git a/portal/scripts/e2e-test.bat b/portal/scripts/e2e-test.bat
index c89a708..5f4ab2f 100644
--- a/portal/scripts/e2e-test.bat
+++ b/portal/scripts/e2e-test.bat
@@ -1,5 +1,20 @@
 @echo off
 
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM     http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Windows script for running e2e tests
 REM You have to run server and capture some browser first
 REM

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/e2e-test.sh
----------------------------------------------------------------------
diff --git a/portal/scripts/e2e-test.sh b/portal/scripts/e2e-test.sh
index 040b1a9..c0c6a4c 100755
--- a/portal/scripts/e2e-test.sh
+++ b/portal/scripts/e2e-test.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/test.bat
----------------------------------------------------------------------
diff --git a/portal/scripts/test.bat b/portal/scripts/test.bat
index 968bf2d..0a646f3 100644
--- a/portal/scripts/test.bat
+++ b/portal/scripts/test.bat
@@ -1,5 +1,20 @@
 @echo off
 
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM     http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+
 REM Windows script for running unit tests
 REM You have to run server and capture some browser first
 REM

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/test.sh
----------------------------------------------------------------------
diff --git a/portal/scripts/test.sh b/portal/scripts/test.sh
index a6ef83c..f8568ac 100755
--- a/portal/scripts/test.sh
+++ b/portal/scripts/test.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/watchr.rb
----------------------------------------------------------------------
diff --git a/portal/scripts/watchr.rb b/portal/scripts/watchr.rb
index 89ef656..798fd0b 100755
--- a/portal/scripts/watchr.rb
+++ b/portal/scripts/watchr.rb
@@ -1,5 +1,20 @@
 #!/usr/bin/env watchr
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 # config file for watchr http://github.com/mynyml/watchr
 # install: gem install watchr
 # run: watch watchr.rb

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/scripts/web-server.js
----------------------------------------------------------------------
diff --git a/portal/scripts/web-server.js b/portal/scripts/web-server.js
index 60f61de..c31b042 100755
--- a/portal/scripts/web-server.js
+++ b/portal/scripts/web-server.js
@@ -1,5 +1,24 @@
 #!/usr/bin/env node
 
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 var util = require('util'),
     http = require('http'),
     fs = require('fs'),

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/server.js
----------------------------------------------------------------------
diff --git a/portal/server.js b/portal/server.js
index 60f61de..c31b042 100755
--- a/portal/server.js
+++ b/portal/server.js
@@ -1,5 +1,24 @@
 #!/usr/bin/env node
 
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 var util = require('util'),
     http = require('http'),
     fs = require('fs'),

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/karma.conf.js
----------------------------------------------------------------------
diff --git a/portal/tests/karma.conf.js b/portal/tests/karma.conf.js
index 7e37393..323e55e 100644
--- a/portal/tests/karma.conf.js
+++ b/portal/tests/karma.conf.js
@@ -1,3 +1,22 @@
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+    
 module.exports = function(config) {
   config.set({
     // base path, that will be used to resolve files and exclude

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor-ignore/profile.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor-ignore/profile.spec.js b/portal/tests/protractor-ignore/profile.spec.js
index 5db6972..3496b1a 100644
--- a/portal/tests/protractor-ignore/profile.spec.js
+++ b/portal/tests/protractor-ignore/profile.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./../protractor/util');
 describe('Test User Profile', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/applications.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/applications.spec.js b/portal/tests/protractor/applications.spec.js
index b042d78..8abc3e4 100644
--- a/portal/tests/protractor/applications.spec.js
+++ b/portal/tests/protractor/applications.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Test Applications Dropdown', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/data.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/data.spec.js b/portal/tests/protractor/data.spec.js
index af6a0de..9901a78 100644
--- a/portal/tests/protractor/data.spec.js
+++ b/portal/tests/protractor/data.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Test Data', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/forgotPassword.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/forgotPassword.spec.js b/portal/tests/protractor/forgotPassword.spec.js
index 14f160d..79edb64 100644
--- a/portal/tests/protractor/forgotPassword.spec.js
+++ b/portal/tests/protractor/forgotPassword.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Forgot Password', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/login.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/login.spec.js b/portal/tests/protractor/login.spec.js
index c8b895f..9de3ecd 100644
--- a/portal/tests/protractor/login.spec.js
+++ b/portal/tests/protractor/login.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Login ', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/organization.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/organization.spec.js b/portal/tests/protractor/organization.spec.js
index 33d25a7..95238ac 100644
--- a/portal/tests/protractor/organization.spec.js
+++ b/portal/tests/protractor/organization.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Test Org Dropdown', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/roles.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/roles.spec.js b/portal/tests/protractor/roles.spec.js
index 98956d0..3b69974 100644
--- a/portal/tests/protractor/roles.spec.js
+++ b/portal/tests/protractor/roles.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Roles ', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/shell.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/shell.spec.js b/portal/tests/protractor/shell.spec.js
index f067596..4e67437 100644
--- a/portal/tests/protractor/shell.spec.js
+++ b/portal/tests/protractor/shell.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Shell ', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/users.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/users.spec.js b/portal/tests/protractor/users.spec.js
index 9392b6e..56de0bb 100644
--- a/portal/tests/protractor/users.spec.js
+++ b/portal/tests/protractor/users.spec.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var util = require('./util');
 describe('Users ', function () {

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractor/util.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractor/util.js b/portal/tests/protractor/util.js
index d800a50..6c1149c 100644
--- a/portal/tests/protractor/util.js
+++ b/portal/tests/protractor/util.js
@@ -1,3 +1,23 @@
+
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 var fs=require('fs');
 var path=require('path');

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/protractorConf.js
----------------------------------------------------------------------
diff --git a/portal/tests/protractorConf.js b/portal/tests/protractorConf.js
index 73c4385..892ed4f 100644
--- a/portal/tests/protractorConf.js
+++ b/portal/tests/protractorConf.js
@@ -1,3 +1,21 @@
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
 // A reference configuration file.
 exports.config = {
   // ----- How to setup Selenium -----

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/portal/tests/unit/sample.spec.js
----------------------------------------------------------------------
diff --git a/portal/tests/unit/sample.spec.js b/portal/tests/unit/sample.spec.js
index e00b558..7e62e7c 100644
--- a/portal/tests/unit/sample.spec.js
+++ b/portal/tests/unit/sample.spec.js
@@ -1,3 +1,22 @@
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+*/
+
 'use strict';
 
 describe('PageCtrl', function(){

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/release/sign-release.sh
----------------------------------------------------------------------
diff --git a/release/sign-release.sh b/release/sign-release.sh
index ca65b01..4af1105 100755
--- a/release/sign-release.sh
+++ b/release/sign-release.sh
@@ -1,6 +1,10 @@
-export rcstring=""
+
+
+export rcstring="-rc2"
 export vstring="1.0.0"
 
-gpg --armor --detach-sig target/usergrid-release-${vstring}${rcstring}-source.zip
-gpg --armor --detach-sig target/usergrid-release-${vstring}${rcstring}-source.tar.gz
+gpg --armor --detach-sig target/apache-usergrid-incubating-${vstring}${rcstring}-source.zip
+gpg --armor --detach-sig target/apache-usergrid-incubating-${vstring}${rcstring}-source.tar.gz
 
+gpg --print-md MD5 apache-usergrid-incubating-${vstring}${rcstring}-source.zip > apache-usergrid-incubating-${vstring}${rcstring}-source.zip.md5
+gpg --print-md MD5 apache-usergrid-incubating-${vstring}${rcstring}-source.tar.gz > apache-usergrid-incubating-${vstring}${rcstring}-source.tar.gz.md5

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/sdks/android/README.txt
----------------------------------------------------------------------
diff --git a/sdks/android/README.txt b/sdks/android/README.txt
index 5540ba4..e9b2a71 100644
--- a/sdks/android/README.txt
+++ b/sdks/android/README.txt
@@ -11,3 +11,5 @@ Requires the following permissions:
     <uses-permission android:name="android.permission.READ_PHONE_STATE" />
     <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
 
+This client relies on an old copy of the Usergrid Java SDK 0.0.6, which is
+included in the sdks directory, make sure you build it first.

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/sdks/android/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/android/pom.xml b/sdks/android/pom.xml
index 9bba5e4..2802a03 100644
--- a/sdks/android/pom.xml
+++ b/sdks/android/pom.xml
@@ -1,3 +1,21 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/stack/README.md
----------------------------------------------------------------------
diff --git a/stack/README.md b/stack/README.md
index 7f00962..06bfb71 100644
--- a/stack/README.md
+++ b/stack/README.md
@@ -1,14 +1,13 @@
 # Usergrid
 A highly-scalable data platform for mobile applications.
 
-* **Documentation**: http://apigee.com/docs/usergrid/
-* **Homepage**: http://apigee.com/about/products/usergrid
-* **Google Group**: http://groups.google.com/group/usergrid
+* **Documentation**: http://usergrid.incubator.apache.org/docs/
+* **Homepage**: http://http://usergrid.incubator.apache.org/
 
 ## Requirements
 
 * JDK 1.6 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-* 3.0.0 <= Maven < 3.1.0 (http://maven.apache.org/)
+* 3.0.0 <= Maven (http://maven.apache.org/)
 
 ## Building
 
@@ -38,8 +37,7 @@ If you built and used a previous version of Usergrid, that may be using a differ
 
 ## Getting Started with the Admin Portal
 
-By default, the [Usergrid admin portal](https://github.com/apigee/usergrid-portal) points to our production servers at `api.usergrid.com`. However, by specifying an api_url argument in the query string, you can have it point to
-your local instance instead. For example, you could reuse the version of the admin portal we host on github and have that point to your local cluster by opening the following URL in your browser:
+By default, the [Usergrid admin portal](https://github.com/apigee/usergrid-portal) points to production servers at `api.usergrid.com`. However, by specifying an api_url argument in the query string, you can have it point to your local instance instead. For example, you could reuse the version of the admin portal we host on github and have that point to your local cluster by opening the following URL in your browser:
 [http://apigee.github.com/usergrid-portal/?api_url=http://localhost:8080](http://apigee.github.com/usergrid-portal/?api_url=http://localhost:8080)
 
 The same trick would work if you used a local copy of the portal code served from your own machine or servers.
@@ -89,5 +87,3 @@ We welcome all contributions, including via pull requests on GitHub! If you want
 ## Licenses
 
 Usergrid is licensed under the Apache License, Version 2.
-
-

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index 8519e9f..8936326 100644
--- a/stack/core/pom.xml
+++ b/stack/core/pom.xml
@@ -583,4 +583,5 @@
       <version>${rx.version}</version>
     </dependency>
   </dependencies>
+
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntime3IT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntime3IT.java b/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntime3IT.java
index 5b3d519..0d3698f 100644
--- a/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntime3IT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntime3IT.java
@@ -27,7 +27,6 @@ import org.junit.Test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
 
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bd8fca86/stack/java-sdk-old/pom.xml
----------------------------------------------------------------------
diff --git a/stack/java-sdk-old/pom.xml b/stack/java-sdk-old/pom.xml
index 9137fb8..8c998a0 100644
--- a/stack/java-sdk-old/pom.xml
+++ b/stack/java-sdk-old/pom.xml
@@ -25,7 +25,7 @@
         <jackson-version>1.9.2</jackson-version>
     </properties>
 
-    <name>Usergrid Java SDK (old)</name>
+    <name>Usergrid Java SDK 0.0.3</name>
 	
     <description>Old version of the Usergrid Java SDK required by the Usergrid REST module tests.</description>