This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
The following commit(s) were added to refs/heads/master by this push:
new 4bb5ebe [FLAGON-383] Updated READMEs, NOTICES, doap and supporting to
reflect name change
4bb5ebe is described below
commit 4bb5ebe8be228242861556c31ac6f4b78b929177
Author: poorejc <[email protected]>
AuthorDate: Fri May 10 20:57:12 2019 -0400
[FLAGON-383] Updated READMEs, NOTICES, doap and supporting to reflect name
change
---
CHANGELOG.md | 38 +++++++++++++++++++-------------------
DISCLAIMER | 2 +-
LICENSE | 2 +-
README.md | 12 ++++++------
doap-userale.js.rdf | 18 +++++++++---------
example/README.md | 4 ++--
package.json | 8 ++++----
7 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce9baad..eeae24f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,32 +6,32 @@ UserALE.js - 0.1.0 (2017-08-25)
* Initial release of UserALE.js 0.1.0.
* Release Report - goo.gl/6gjWj1
* Sub-task
- * [SENSSOFT-91] - Userale.js Jenkins Build
+ * [FLAGON-91] - Userale.js Jenkins Build
* Bug
- * [SENSSOFT-79] - clientTime is not properly formmated
- * [SENSSOFT-80] - Update data-url to http://localhost:8000
- * [SENSSOFT-168] - UserALE script not reading from script data tags
- * [SENSSOFT-187] - Fix npm build warnings for UserALE.js 0.1
- * [SENSSOFT-188] - npm run test:watch breaks
- * [SENSSOFT-214] - Added UserALE tag, but no logs generated
+ * [FLAGON-79] - clientTime is not properly formmated
+ * [FLAGON-80] - Update data-url to http://localhost:8000
+ * [FLAGON-168] - UserALE script not reading from script data tags
+ * [FLAGON-187] - Fix npm build warnings for UserALE.js 0.1
+ * [FLAGON-188] - npm run test:watch breaks
+ * [FLAGON-214] - Added UserALE tag, but no logs generated
* Improvement
- * [SENSSOFT-189] - UserALE.js Missing Src Code Documentation
- * [SENSSOFT-213] - Update UserALE.js deployment Instructions
+ * [FLAGON-189] - UserALE.js Missing Src Code Documentation
+ * [FLAGON-213] - Update UserALE.js deployment Instructions
* Task
- * [SENSSOFT-27] - [RELEASE PROC] NPM Package for UserALE.js
- * [SENSSOFT-94] - [RELEASE PROC] Add Contributing Guide
- * [SENSSOFT-180] - [RELEASE PROC] NPM Account Credentials
- * [SENSSOFT-181] - [RELEASE PROC] Generate Functional Test Plan
- * [SENSSOFT-182] - [RELEASE PROC] Release Guide for UserALE.js
- * [SENSSOFT-186] - [RELEASE PROC] Sign UserALE Release
- * [SENSSOFT-191] - Add CHANGELOG to UserALE.js
- * [SENSSOFT-203] - Address UserALE.js feedback from lewismc
+ * [FLAGON-27] - [RELEASE PROC] NPM Package for UserALE.js
+ * [FLAGON-94] - [RELEASE PROC] Add Contributing Guide
+ * [FLAGON-180] - [RELEASE PROC] NPM Account Credentials
+ * [FLAGON-181] - [RELEASE PROC] Generate Functional Test Plan
+ * [FLAGON-182] - [RELEASE PROC] Release Guide for UserALE.js
+ * [FLAGON-186] - [RELEASE PROC] Sign UserALE Release
+ * [FLAGON-191] - Add CHANGELOG to UserALE.js
+ * [FLAGON-203] - Address UserALE.js feedback from lewismc
* Test
- * [SENSSOFT-183] - [RELEASE PROC] Verify UserALE.js Unit Tests
+ * [FLAGON-183] - [RELEASE PROC] Verify UserALE.js Unit Tests
* Wish
- * [SENSSOFT-185] - [RELEASE PROC] Confirm that Jenkins Build Metrics are
Posted
+ * [FLAGON-185] - [RELEASE PROC] Confirm that Jenkins Build Metrics are
Posted
diff --git a/DISCLAIMER b/DISCLAIMER
index fffac59..580f8e8 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,4 +1,4 @@
-Apache SensSoft is an effort undergoing incubation at The Apache Software
Foundation (ASF),
+Apache Flagon is an effort undergoing incubation at The Apache Software
Foundation (ASF),
sponsored by the Apache Incubator project. 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
diff --git a/LICENSE b/LICENSE
index 0c1292f..b833f2a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights
reserved.
+ © Copyright 2018 The 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.
diff --git a/README.md b/README.md
index 017666b..5cedf16 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Apache SensSoft UserALE.js (Incubating)
+# Apache Flagon UserALE.js (Incubating)
[](https://builds.apache.org/job/useralejs-ci?)
[](http://www.apache.org/licenses/LICENSE-2.0)
-The official JavaScript client for [Apache SensSoft
UserALE](https://github.com/apache/incubator-senssoft-userale).
+The official JavaScript client for [Apache
Flagon](https://github.com/apache/incubator-flagon-userale).
-Additional documentation can be found at
http://senssoft.incubator.apache.org/userale/
+Additional documentation can be found at
http://flagon.incubator.apache.org/userale/
## Prerequsites
@@ -34,7 +34,7 @@ npm run test
26 passing (837ms)
1 pending
```
-Any failing tests will also be logged in the terminal. If there are failing
tests, please consider [logging an issue in
JIRA](https://issues.apache.org/jira/projects/SENSSOFT).
+Any failing tests will also be logged in the terminal. If there are failing
tests, please consider [logging an issue in
JIRA](https://issues.apache.org/jira/projects/FLAGON).
## Use and Configure
@@ -75,8 +75,8 @@ Our top priority is to improve the testing system and to
complete test coverage.
## Contributing
-Contributions are welcome! Simply [submit an issue
report](https://issues.apache.org/jira/browse/senssoft) for problems you
encounter or a pull request for your feature or bug fix. The core team will
review it and work with you to incorporate it into UserALE.js.
+Contributions are welcome! Simply [submit an issue
report](https://issues.apache.org/jira/browse/FLAGON) for problems you
encounter or a pull request for your feature or bug fix. The core team will
review it and work with you to incorporate it into UserALE.js.
## License
-Apache SensSoft UserALE.js is provided under Apache License version 2.0. See
LICENSE file for more details. Software as a Sensor is a trademark of the
Charles Stark Draper Laboratory, Inc.
\ No newline at end of file
+Apache Flagon UserALE.js is provided under Apache License version 2.0. See
LICENSE file for more details.
\ No newline at end of file
diff --git a/doap-userale.js.rdf b/doap-userale.js.rdf
index 914274a..331736d 100644
--- a/doap-userale.js.rdf
+++ b/doap-userale.js.rdf
@@ -21,15 +21,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
- <Project rdf:about="http://senssoft.incubator.apache.org">
+ <Project rdf:about="http://flagon.incubator.apache.org">
<created>2016-11-10</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
- <name>Apache SensSoft - UserALE.js</name>
- <homepage rdf:resource="http://senssoft.incubator.apache.org" />
- <asfext:pmc rdf:resource="http://senssoft.incubator.apache.org" />
+ <name>Apache Flagon - UserALE.js</name>
+ <homepage rdf:resource="http://flagon.incubator.apache.org" />
+ <asfext:pmc rdf:resource="http://flagon.incubator.apache.org" />
<shortdesc>UserALE.js is the UserALE client for DOM and
JavaScript-based applications.</shortdesc>
<description>UserALE.js is the UserALE client for DOM and
JavaScript-based applications. It automatically attaches event handlers to log
every user interaction on a web page, including rich JS single-page
apps.</description>
- <bug-database
rdf:resource="https://issues.apache.org/jira/browse/SENSSOFT" />
+ <bug-database
rdf:resource="https://issues.apache.org/jira/browse/FLAGON" />
<mailing-list
rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
<download-page
rdf:resource="https://cwiki.apache.org/confluence/x/whTiAw" />
<programming-language>Javascript</programming-language>
@@ -43,14 +43,14 @@
</release>
<repository>
<SVNRepository>
- <location
rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs.git"/>
- <browse
rdf:resource="https://github.com/apache/incubator-senssoft-useralejs"/>
+ <location
rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-flagon-useralejs.git"/>
+ <browse
rdf:resource="https://github.com/apache/incubator-flagon-useralejs"/>
</SVNRepository>
</repository>
<maintainer>
<foaf:Person>
- <foaf:name>SensSoft Development Team</foaf:name>
- <foaf:mbox
rdf:resource="mailto:[email protected]"/>
+ <foaf:name>Apache Flagon Development Team</foaf:name>
+ <foaf:mbox
rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
</Project>
diff --git a/example/README.md b/example/README.md
index 55cbca9..b138add 100644
--- a/example/README.md
+++ b/example/README.md
@@ -7,7 +7,7 @@ This directory provides
## Prerequisites
-Please see the
[Prerequsites](https://github.com/apache/incubator-senssoft-useralejs#prerequsites)
+Please see the
[Prerequsites](https://github.com/apache/incubator-flagon-useralejs#prerequsites)
## Running the Logging Server
@@ -68,4 +68,4 @@ When you click the button, the events will be logged to the
server (in memory),
## Contributing
-Contributions are welcome! Simply [submit an issue
report](https://issues.apache.org/jira/browse/senssoft) for problems you
encounter or a pull request for your feature or bug fix. The core team will
review it and work with you to incorporate it into UserALE.js.
\ No newline at end of file
+Contributions are welcome! Simply [submit an issue
report](https://issues.apache.org/jira/browse/FLAGON) for problems you
encounter or a pull request for your feature or bug fix. The core team will
review it and work with you to incorporate it into UserALE.js.
\ No newline at end of file
diff --git a/package.json b/package.json
index 3eeac53..b61034a 100644
--- a/package.json
+++ b/package.json
@@ -12,13 +12,13 @@
},
"repository": {
"type": "git",
- "url": "git://git.apache.org/incubator-senssoft-useralejs.git"
+ "url": "git://git.apache.org/incubator-flagon-useralejs.git"
},
"keywords": [
"UserALE",
"Logging"
],
- "author": "Apache SensSoft",
+ "author": "Apache Flagon",
"contributors": [
"Clay Gimenez",
"Robert Foley",
@@ -27,9 +27,9 @@
],
"license": "Apache-2.0",
"bugs": {
- "url": "https://issues.apache.org/jira/browse/senssoft"
+ "url": "https://issues.apache.org/jira/browse/FLAGON"
},
- "homepage": "http://senssoft.incubator.apache.org",
+ "homepage": "http://flagon.incubator.apache.org",
"engines": {
"node": "~8.2.1",
"npm": "~5.3.0"