Remove unnecessary config files from NOTICE These config files are just starting points supplied by the various projects in docs + blogs + default installs. The files in Brooklyn are templated versions of the common install configurations. These are files "without any degree of creativity".
e.g. see https://developer.jboss.org/message/909912 for an example response from the community on licensing config files. Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/506082eb Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/506082eb Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/506082eb Branch: refs/heads/0.7.0-incubating Commit: 506082ebc89a26fe1eace3106e7554e02f9fe7c4 Parents: 99f10c4 Author: Aled Sage <[email protected]> Authored: Thu Nov 13 09:44:42 2014 +0000 Committer: Aled Sage <[email protected]> Committed: Thu Nov 13 11:04:17 2014 +0000 ---------------------------------------------------------------------- NOTICE | 60 ------------------------------------------------------------ 1 file changed, 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/506082eb/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 55b920f..08039f7 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,3 @@ - Apache Brooklyn Copyright 2014 The Apache Software Foundation @@ -81,62 +80,3 @@ This product includes software developed by ZeroClipboard contributors (https:// ZeroClipboard.{js,swf} Copyright (c) Jon Rohan, James M. Greene (2014). Licensed under the MIT license. - -This product includes configuation files developed at MySQL (http://www.mysql.com/): -Configuration file in software/database/src/main/resources/brooklyn/entity/database/mysql/mysql.conf -Copyright (c) The Oracle Corporation. -Licensed under Oracleâs Free and Open Source Software ("FOSS") License Exception. - -This product includes configuation files developed at PostgreSQL (http://www.postgresql.org/): -Configuration file in software/database/src/main/resources/brooklyn/entity/database/postgresql/postgresql.conf -Copyright (c) PostgreSQL Global Development Group. -Licensed under the PostgreSQL Licence (http://opensource.org/licenses/postgresql). - -This product includes configuation files developed at rubyrep (http://www.rubyrep.org/): -Configuration file in software/database/src/main/resources/brooklyn/entity/database/rubyrep/rubyrep.conf -Licensed under the MIT License. - -This product includes configuation files developed at Apache ActiveMQ (http://activemq.apache.org/): -Configuration file in software/messaging/src/main/resources/brooklyn/entity/messaging/activemq/activemq.xml -Copyright (c) The Apache Software Foundation. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Apache Kafka (http://kafka.apache.org/): -Configuration files in software/messaging/src/main/resources/brooklyn/entity/messaging/kafka/* -Copyright (c) The Apache Software Foundation. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Apache Storm (https://storm.incubator.apache.org/): -Configuration file in software/messaging/src/main/resources/brooklyn/entity/messaging/storm/storm.yaml -Copyright (c) The Apache Software Foundation. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Apache Cassandra (http://cassandra.apache.org/): -Configuration file in software/nosql/src/main/resources/brooklyn/entity/nosql/cassandra/* -Copyright (c) The Apache Software Foundation. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Apache CouchDB (http://couchdb.apache.org/): -Configuration file in software/nosql/src/main/resources/brooklyn/entity/nosql/couchdb/couch.ini -Copyright (c) The Apache Software Foundation. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at MongoDB (http://www.mongodb.org/): -Configuration file in software/nosql/src/main/resources/brooklyn/entity/nosql/mongodb/default-mongodb.conf -Copyright (c) MongoDB, Inc. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Redis (http://redis.io/): -Configuration files in software/nosql/src/main/resources/brooklyn/entity/nosql/redis/*.conf -Copyright (c) Salvatore Sanfilippo, Pieter Noordhuis, and other contributors as listed in the git history. -Licensed under the Three Clause BSD license. - -This product includes configuation files developed at Basho (http://basho.com/riak/): -Configuration file in software/nosql/src/main/resources/brooklyn/entity/nosql/riak/app.config -Copyright (c) Basho Technologies. -Licensed under the Apache License 2.0. - -This product includes configuation files developed at Apache Solr (http://lucene.apache.org/solr/): -Configuration file in software/nosql/src/main/resources/brooklyn/entity/nosql/solr/solr.xml -Copyright (c) Apache Software Foundation. -Licensed under the Apache License 2.0.
