diff --git a/Sources/Example/SnakeGame.swift b/Sources/Example/SnakeGame.swift index f403a03..a3c4009 100644 --- a/Sources/Example/SnakeGame.swift +++ b/Sources/Example/SnakeGame.swift @@ -1,9 +1,9 @@ /** * Copyright (c) 2021 Dustin Collins (Strega's Gate) * All Rights Reserved. - * Licensed under Apache License v2.0 + * Licensed under MIT License * - * Find me on https://www.YouTube.com/STREGAsGate, or social media @STREGAsGate + * http://stregasgate.com */ /* Based on raysan5's original game https://github.com/raysan5/raylib-games/blob/master/classics/src/snake.c */ diff --git a/Sources/Example/main.swift b/Sources/Example/main.swift index 165fd6a..5df30da 100644 --- a/Sources/Example/main.swift +++ b/Sources/Example/main.swift @@ -1,9 +1,9 @@ /** * Copyright (c) 2021 Dustin Collins (Strega's Gate) * All Rights Reserved. - * Licensed under Apache License v2.0 + * Licensed under MIT License * - * Find me on https://www.YouTube.com/STREGAsGate, or social media @STREGAsGate + * http://stregasgate.com */ let game = SnakeGame()