changeset 471:f6bb6fde1ff7 default tip

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:05:50 +0100
parents 2af5d172e024
children
files .github/1.png .gitignore .hgignore .repo/1.png LICENSE.md README.md
diffstat 6 files changed, 36 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
Binary file .github/1.png has changed
--- a/.gitignore	Tue Jun 03 14:03:54 2025 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-.DS_Store
-LazyBear/.DS_Store
-LazyBear/Production.xcconfig
-LazyBear/Sandbox.xcconfig
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Jun 03 15:05:50 2025 +0100
@@ -0,0 +1,4 @@
+.DS_Store
+LazyBear/.DS_Store
+LazyBear/Production.xcconfig
+LazyBear/Sandbox.xcconfig
Binary file .repo/1.png has changed
--- a/LICENSE.md	Tue Jun 03 14:03:54 2025 +0000
+++ b/LICENSE.md	Tue Jun 03 15:05:50 2025 +0100
@@ -1,22 +1,26 @@
-MIT License
+Copyright 2025 Dennis Micro Computers
 
-Copyright (c) 2023 Dennis
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
 
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+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.
 
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
+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.
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
+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.
--- a/README.md	Tue Jun 03 14:03:54 2025 +0000
+++ b/README.md	Tue Jun 03 15:05:50 2025 +0100
@@ -1,12 +1,17 @@
-
 # lazybear
 
-Lazybear is my first iOS app and programming project. It is was a stock tracker app for iPhone, iPad, and Apple Watch written in Swift and SwiftUI. With Lazybear, you can save your favourite stocks, check their current and historic stock price and the main financial ratios.
+Lazybear is my first iOS app and programming project. It is was a stock tracker
+app for iPhone, iPad, and Apple Watch written in Swift and SwiftUI. With
+Lazybear, you can save your favourite stocks, check their current and historic
+stock price and the main financial ratios.
 
-I’ve built the backend in Python using Flask and store the data in a MySQL database. It is was hosted on AWS.
+I’ve built the backend in Python using Flask and store the data in a MySQL
+database. It is was hosted on AWS.
 
 It was a nice project and I learnt a lot.
 
-After two rejections from Apple, I managed to finally publish the app to the App Store * (it’s no longer published). It was awesome to see my first app in the App Store.
+After two rejections from Apple, I managed to finally publish the app to the
+App Store * (it’s no longer published). It was awesome to see my first app in
+the App Store.
 
-![alt text](.github/1.png)
\ No newline at end of file
+![alt text](.repo/1.png)