Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit fcfd516

Browse files
added license and updated repo link
1 parent 16a1b4b commit fcfd516

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

force-app/test/classes/LC_VisualforceDomainControllerTest.cls

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Author: Doug Ayers
33
Website: https://douglascayers.com
4-
GitHub: https://github.com/douglascayers/sfdx-lightning-api
4+
GitHub: https://github.com/douglascayers/sfdx-lightning-api-component
55
License: BSD 3-Clause License
66
*/
77
@IsTest
@@ -27,3 +27,34 @@ private class LC_VisualforceDomainControllerTest {
2727
}
2828

2929
}
30+
/*
31+
BSD 3-Clause License
32+
33+
Copyright (c) 2018, Doug Ayers, douglascayers.com
34+
All rights reserved.
35+
36+
Redistribution and use in source and binary forms, with or without
37+
modification, are permitted provided that the following conditions are met:
38+
39+
* Redistributions of source code must retain the above copyright notice, this
40+
list of conditions and the following disclaimer.
41+
42+
* Redistributions in binary form must reproduce the above copyright notice,
43+
this list of conditions and the following disclaimer in the documentation
44+
and/or other materials provided with the distribution.
45+
46+
* Neither the name of the copyright holder nor the names of its
47+
contributors may be used to endorse or promote products derived from
48+
this software without specific prior written permission.
49+
50+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
51+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
53+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
54+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
55+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
56+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
57+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
58+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60+
*/

0 commit comments

Comments
 (0)