Skip to content

Commit c4e4246

Browse files
authored
Merge pull request #347 from SFDO-Community-Sprints/license-update
License update to be moved from St. Thomas to Salesforce.org.
2 parents 3635db3 + f0b4e0a commit c4e4246

36 files changed

+131
-107
lines changed

LICENSE.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
Copyright 2019 University of St. Thomas - Minnesota
1+
BSD 3-Clause License
22

3-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
3+
Copyright (c) 2020, Salesforce.org
4+
All rights reserved.
45

5-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
68

7-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
811

9-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
1015

11-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16+
3. Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ The Summit Events App is a sustainable open source community events app that ser
1010
## View Wiki Home Page For Details
1111

1212
For project information, install instructions and documentation, please [visit our wiki](https://github.com/SFDO-Community-Sprints/Summit-Events-App/wiki)
13-
14-
*Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
15-
Use of this source code is governed by a BSD Revised
16-
license that can be found in the [LICENSE file](LICENSE.md).*

force-app/main/default/classes/SummitEventsAddToCalendarController.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
44
// Created by Thaddaeus Dahlberg on 11/12/2018.
55

66
public with sharing class SummitEventsAddToCalendarController {

force-app/main/default/classes/SummitEventsAfterLeadConversion.cls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
4+
// Created by Matthew Hubert on 9/17/2021
5+
16
public class SummitEventsAfterLeadConversion {
27
public static void afterUpdate(List<Lead> newLeads) {
38
updateEventsOnConvert(newLeads);

force-app/main/default/classes/SummitEventsCancelReviewController.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
44
// Created by Thaddaeus Dahlberg on 5/1/2018.
55

66
public with sharing class SummitEventsCancelReviewController {

force-app/main/default/classes/SummitEventsConfirmationController.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause License
3+
// license that can be found in the LICENSE file
44
// Created by Thaddaeus Dahlberg on 5/1/2018.
55

66
public with sharing class SummitEventsConfirmationController {

force-app/main/default/classes/SummitEventsContactMatching.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
44
// Created by Thaddaeus Dahlberg on 2/27/2019.
55

66
public with sharing class SummitEventsContactMatching {

force-app/main/default/classes/SummitEventsController.cls

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
/**
2-
* Created by Thad-PC-2019 on 8/9/2020.
3-
*/
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
4+
// Created by Thaddaeus Dahlberg on 8/9/2020.
45

56
public with sharing class SummitEventsController {
67

force-app/main/default/classes/SummitEventsDonationController.cls

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause License
3+
// license that can be found in the LICENSE file'
44
// Created by Thaddaeus Dahlberg on 2/10/2020.
55

6-
76
public with sharing class SummitEventsDonationController {
87

98
public SummitEventsShared seaShared = new SummitEventsShared();

force-app/main/default/classes/SummitEventsFeed.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2019 University of St. Thomas - Minnesota. All rights reserved.
2-
// Use of this source code is governed by a BSD Revised
3-
// license that can be found in the LICENSE file.
1+
// Copyright (c) 2020, Salesforce.org. All rights reserved.
2+
// Use of this source code is governed by a BSD 3-Clause.
3+
// License can be found found in the LICENSE file in this repository.
44
// Created by Thaddaeus Dahlberg on 8/09/2018.
55

66
@RestResource(UrlMapping='/summiteventsfeed/*')

0 commit comments

Comments
 (0)