-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5167fca
commit 6507105
Showing
30 changed files
with
73 additions
and
671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoCommand.cpp - Command parser | ||
// | ||
// Copyright (c) 2013-2014 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#include <Arduino.h> | ||
#include <avr/pgmspace.h> | ||
|
@@ -182,27 +179,3 @@ SMoCommand::SendXPROGResponse(uint8_t status, uint16_t bodySize) | |
{ | ||
SendResponse(status, bodySize, true); | ||
} | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 0.1 - STK500v2/STK600 compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoCommand.h - Command parser | ||
// | ||
// Copyright (c) 2013-2014 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#ifndef _SMO_COMMAND_ | ||
#define _SMO_COMMAND_ | ||
|
@@ -47,27 +44,3 @@ namespace SMoCommand { | |
} // namespace SMoCommand | ||
|
||
#endif /* _SMO_COMMAND_ */ | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 0.1 - STK500v2 compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoConfig.h - Configuration options | ||
// | ||
// Copyright (c) 2013 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#ifndef _SMO_CONFIG_ | ||
#define _SMO_CONFIG_ | ||
|
@@ -30,27 +27,3 @@ | |
#endif | ||
|
||
#endif /* _SMO_CONFIG_ */ | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 0.1 - STK500v2 compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoDebug.cpp - Debug serial port | ||
// | ||
// Copyright (c) 2013 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#include <Arduino.h> | ||
|
||
|
@@ -28,27 +25,3 @@ Stream & SMoDebugPort() | |
return SMoHWIF::Debug::Port(); | ||
} | ||
#endif | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 0.1 - STK500v2 compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoDebug.h - Debug serial port | ||
// | ||
// Copyright (c) 2013 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#ifndef _SMO_DEBUG_ | ||
#define _SMO_DEBUG_ | ||
|
@@ -23,27 +20,3 @@ Stream & SMoDebugPort(); | |
#endif | ||
|
||
#endif /* _SMO_DEBUG_ */ | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoGeneral.cpp - Protocol independent global commands | ||
// | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#include "SMoGeneral.h" | ||
#include "SMoCommand.h" | ||
|
@@ -161,27 +158,3 @@ SMoGeneral::SetXPROGMode() | |
SMoGeneral::gXPROGMode = SMoCommand::gBody[1]; | ||
SMoCommand::SendResponse(); | ||
} | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoGeneral.h - Protocol independent global commands | ||
// | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#ifndef _SMO_GENERAL_ | ||
#define _SMO_GENERAL_ | ||
|
@@ -31,27 +28,3 @@ namespace SMoGeneral { | |
} // namespace SMoGeneral | ||
|
||
#endif /* _SMO_GENERAL_ */ | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
// -*- mode: c++; tab-width: 4; indent-tabs-mode: nil -*- | ||
// | ||
// ScratchMonkey 0.1 - STK500v2 compatible programmer for Arduino | ||
// ScratchMonkey 2.0 - STK500v2/STK600ish compatible programming sketch for Arduino | ||
// | ||
// File: SMoHVPP.cpp - High Voltage Parallel Programming | ||
// (for MCUs with 20 pins and more) | ||
// | ||
// Copyright (c) 2013-2015 Matthias Neeracher <[email protected]> | ||
// Copyright (c) 2013-2016 Matthias Neeracher <[email protected]> | ||
// All rights reserved. | ||
// | ||
// See license at bottom of this file or at | ||
// http://opensource.org/licenses/bsd-license.php | ||
// | ||
|
||
#include "SMoHVPP.h" | ||
#include "SMoCommand.h" | ||
|
@@ -482,27 +479,3 @@ SMoHVPP::ReadOscCal() | |
{ | ||
ReadSignatureCal(0x00, kHighByte); | ||
} | ||
|
||
// | ||
// LICENSE | ||
// | ||
// Redistribution and use in source and binary forms, with or without modification, | ||
// are permitted provided that the following conditions are met: | ||
// | ||
// * Redistributions of source code must retain the above copyright notice, this | ||
// list of conditions and the following disclaimer. | ||
// * 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. | ||
// | ||
// 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. | ||
// |
Oops, something went wrong.