Merge pull request #5 from sjanc/incubator

Remove incubator leftovers
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 1600825..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,8 +0,0 @@
-Apache Mynewt is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Incubator PMC.  Incubation is
-required of all newly accepted projects until a further review indicates
-that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF
-projects. While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the project
-has yet to be fully endorsed by the ASF.
diff --git a/NOTICE b/NOTICE
index 8648ba9..4ba7354 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Mynewt (incubating)
+Apache Mynewt
 Copyright 2015-2017 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/apps/blinky/pkg.yml b/apps/blinky/pkg.yml
index 99a0163..d870082 100644
--- a/apps/blinky/pkg.yml
+++ b/apps/blinky/pkg.yml
@@ -20,7 +20,7 @@
 pkg.name: apps/blinky
 pkg.type: app
 pkg.description: Basic example application which blinks an LED.
-pkg.author: "Apache Mynewt <dev@mynewt.incubator.apache.org>"
+pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"
 pkg.keywords:
 
diff --git a/targets/unittest/pkg.yml b/targets/unittest/pkg.yml
index c8b283b..c485aed 100644
--- a/targets/unittest/pkg.yml
+++ b/targets/unittest/pkg.yml
@@ -21,5 +21,5 @@
 pkg.name: "targets/unittest"
 pkg.type: "target"
 pkg.description: "Used for unit tests by the \"newt test\" command."
-pkg.author: "Apache Mynewt <dev@mynewt.incubator.apache.org>"
+pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
 pkg.homepage: "http://mynewt.apache.org/"