Skip to content

Commit d0784b6

Browse files
author
Nicholas Crum
authored
Updated license from Apache-2.0 to CC0-1.0 (#3)
* Updated license from Apache-2.0 to CC0-1.0 * Moved material kit, bootstrap, and carousel css resources to external sources or binaries * Update email address
1 parent a602d71 commit d0784b6

File tree

431 files changed

+2897
-11363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+2897
-11363
lines changed

LICENSE.txt

Lines changed: 121 additions & 201 deletions
Large diffs are not rendered by default.

Legal.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Broadleaf Commerce React Starter
2+
3+
Written in 2017 by Broadleaf Commerce [email protected]
4+
5+
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
6+
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
7+
8+
Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ Starting up the `site` application requires you to install the dependencies and
5454
5555
## License
5656

57-
The Broadleaf Commerce Starter is itself licensed under the [Apache License - Version 2.0](./LICENSE.txt). The Broadleaf Commerce core and module libraries have different license models you should be aware of.
57+
Broadleaf Commerce React Starter
5858

59-
Broadleaf Commerce core libraries, as well as the menu library, are released under a dual license format. They may be used under the terms of the Fair Use License 1.0 (http://license.broadleafcommerce.org/fair_use_license-1.0.txt) unless the restrictions on use therein are violated and require payment to Broadleaf, in which case the Broadleaf End User License Agreement (EULA), Version 1.1 (http://license.broadleafcommerce.org/commercial_license-1.1.txt) shall apply. Alternatively, the Commercial License may be replaced with a mutually agreed upon license between you and Broadleaf Commerce.
59+
Written in 2017 by Broadleaf Commerce info@broadleafcommerce.com
6060

61-
Various commercial modules that are also available (for instance, price list management) are released under the applicable commercial license. These are not included with the core Broadleaf framework.
61+
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
62+
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
63+
64+
Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.

admin/src/main/java/com/mycompany/admin/AdminApplication.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
* %%
55
* Copyright (C) 2009 - 2017 Broadleaf Commerce
66
* %%
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
7+
* Broadleaf Commerce React Starter
108
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* Written in 2017 by Broadleaf Commerce [email protected]
1210
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
11+
* To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
* You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
*
14+
* Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
* #L%
1916
*/
2017
package com.mycompany.admin;

admin/src/main/java/com/mycompany/admin/configuration/AdminConfig.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
* %%
55
* Copyright (C) 2009 - 2017 Broadleaf Commerce
66
* %%
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
7+
* Broadleaf Commerce React Starter
108
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* Written in 2017 by Broadleaf Commerce [email protected]
1210
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
11+
* To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
* You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
*
14+
* Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
* #L%
1916
*/
2017
package com.mycompany.admin.configuration;

admin/src/main/java/com/mycompany/admin/configuration/AdminSecurityConfig.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
* %%
55
* Copyright (C) 2009 - 2017 Broadleaf Commerce
66
* %%
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
7+
* Broadleaf Commerce React Starter
108
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* Written in 2017 by Broadleaf Commerce [email protected]
1210
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
11+
* To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
* You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
*
14+
* Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
* #L%
1916
*/
2017
package com.mycompany.admin.configuration;

admin/src/main/java/com/mycompany/admin/configuration/AdminServletConfig.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
* %%
55
* Copyright (C) 2009 - 2017 Broadleaf Commerce
66
* %%
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* you may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
7+
* Broadleaf Commerce React Starter
108
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* Written in 2017 by Broadleaf Commerce [email protected]
1210
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
11+
* To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
* You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
*
14+
* Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
* #L%
1916
*/
2017
package com.mycompany.admin.configuration;

admin/src/main/resources/application.properties

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
# %%
55
# Copyright (C) 2009 - 2017 Broadleaf Commerce
66
# %%
7-
# Licensed under the Apache License, Version 2.0 (the "License");
8-
# you may not use this file except in compliance with the License.
9-
# You may obtain a copy of the License at
7+
# Broadleaf Commerce React Starter
108
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
9+
# Written in 2017 by Broadleaf Commerce [email protected]
1210
#
13-
# Unless required by applicable law or agreed to in writing, software
14-
# distributed under the License is distributed on an "AS IS" BASIS,
15-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
# See the License for the specific language governing permissions and
17-
# limitations under the License.
11+
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
# You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
#
14+
# Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
# #L%
1916
###
2017
# We'll use the enterprise site request filter support here, rather than the core support. Use this property to avoid registering the blRequestFilter bean.
@@ -23,4 +20,4 @@ use.basic.request=false
2320
use.stateless.request=false
2421
# We'll use the default session fixation protection. Use this property to avoid registering the blMultiSessionFixationProtectionFilter bean.
2522
use.multi.session.fixation.protection=false
26-
use.session.fixation.protection=false
23+
use.session.fixation.protection=false

admin/src/main/resources/applicationContext-admin.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@
55
%%
66
Copyright (C) 2009 - 2017 Broadleaf Commerce
77
%%
8-
Licensed under the Apache License, Version 2.0 (the "License");
9-
you may not use this file except in compliance with the License.
10-
You may obtain a copy of the License at
8+
Broadleaf Commerce React Starter
119
12-
http://www.apache.org/licenses/LICENSE-2.0
10+
Written in 2017 by Broadleaf Commerce [email protected]
1311
14-
Unless required by applicable law or agreed to in writing, software
15-
distributed under the License is distributed on an "AS IS" BASIS,
16-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
See the License for the specific language governing permissions and
18-
limitations under the License.
12+
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
13+
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
14+
15+
Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1916
#L%
2017
-->
2118

admin/src/main/resources/bl-override-ehcache-admin.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
%%
55
Copyright (C) 2009 - 2016 Broadleaf Commerce
66
%%
7-
Licensed under the Apache License, Version 2.0 (the "License");
8-
you may not use this file except in compliance with the License.
9-
You may obtain a copy of the License at
7+
Broadleaf Commerce React Starter
108
11-
http://www.apache.org/licenses/LICENSE-2.0
9+
Written in 2017 by Broadleaf Commerce [email protected]
1210
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
See the License for the specific language governing permissions and
17-
limitations under the License.
11+
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
12+
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
13+
14+
Please Note - The scope of CC0 Public Domain Dedication extends to Broadleaf Commerce React Starter demo application alone. Linked libraries (including all Broadleaf Commerce Framework libraries) are subject to their respective licenses, including the requirements and restrictions specified therein.
1815
#L%
1916
-->
2017
<!--

0 commit comments

Comments
 (0)