fix NOTICE initial copyright dates - fix initial copyright date in NOTICE files - and add 'non-IBM' NOTICE files to achieve the above
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/3a5355dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/3a5355dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/3a5355dd Branch: refs/heads/develop Commit: 3a5355dd3b54223d494c03a3003d85be79f7a1f3 Parents: 2bfdbf4 Author: Dale LaBossiere <[email protected]> Authored: Wed Oct 4 11:24:14 2017 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Wed Oct 4 11:24:14 2017 -0400 ---------------------------------------------------------------------- apps/src/main/resources/META-INF/NOTICE | 2 +- connectors/src/main/resources/META-INF/NOTICE | 2 +- console/src/main/resources/META-INF/NOTICE | 2 +- scenarios/src/main/resources/META-INF/NOTICE | 6 ++++++ topology/src/main/resources/META-INF/NOTICE | 2 +- utils/src/main/resources/META-INF/NOTICE | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/3a5355dd/apps/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/apps/src/main/resources/META-INF/NOTICE b/apps/src/main/resources/META-INF/NOTICE index 42d63a2..4b208a9 100644 --- a/apps/src/main/resources/META-INF/NOTICE +++ b/apps/src/main/resources/META-INF/NOTICE @@ -1,6 +1,6 @@ Apache Edgent: Samples: Apps -Copyright 2017 The Apache Software Foundation +Copyright 2016-2017 The 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-edgent-samples/blob/3a5355dd/connectors/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/connectors/src/main/resources/META-INF/NOTICE b/connectors/src/main/resources/META-INF/NOTICE index dc8d2dd..cce431c 100644 --- a/connectors/src/main/resources/META-INF/NOTICE +++ b/connectors/src/main/resources/META-INF/NOTICE @@ -1,6 +1,6 @@ Apache Edgent: Samples: Connectors -Copyright 2017 The Apache Software Foundation +Copyright 2016-2017 The 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-edgent-samples/blob/3a5355dd/console/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/console/src/main/resources/META-INF/NOTICE b/console/src/main/resources/META-INF/NOTICE index 8fa37cf..0b5f6e3 100644 --- a/console/src/main/resources/META-INF/NOTICE +++ b/console/src/main/resources/META-INF/NOTICE @@ -1,6 +1,6 @@ Apache Edgent: Samples: Console -Copyright 2017 The Apache Software Foundation +Copyright 2016-2017 The 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-edgent-samples/blob/3a5355dd/scenarios/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/scenarios/src/main/resources/META-INF/NOTICE b/scenarios/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..2f9c926 --- /dev/null +++ b/scenarios/src/main/resources/META-INF/NOTICE @@ -0,0 +1,6 @@ + +Apache Edgent: Samples: Scenarios +Copyright 2016-2017 The 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-edgent-samples/blob/3a5355dd/topology/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/topology/src/main/resources/META-INF/NOTICE b/topology/src/main/resources/META-INF/NOTICE index 8933656..e02f844 100644 --- a/topology/src/main/resources/META-INF/NOTICE +++ b/topology/src/main/resources/META-INF/NOTICE @@ -1,6 +1,6 @@ Apache Edgent: Samples: Topology -Copyright 2017 The Apache Software Foundation +Copyright 2016-2017 The 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-edgent-samples/blob/3a5355dd/utils/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/utils/src/main/resources/META-INF/NOTICE b/utils/src/main/resources/META-INF/NOTICE index 0b428dc..a581fd5 100644 --- a/utils/src/main/resources/META-INF/NOTICE +++ b/utils/src/main/resources/META-INF/NOTICE @@ -1,6 +1,6 @@ Apache Edgent: Samples: Utils -Copyright 2017 The Apache Software Foundation +Copyright 2016-2017 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
