Skip to content

Commit

Permalink
Fix incorrect license
Browse files Browse the repository at this point in the history
  • Loading branch information
Strega's Gate authored and Strega's Gate committed Dec 23, 2021
1 parent 1224e85 commit 6b99023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/Example/SnakeGame.swift
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions Sources/Example/main.swift
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 6b99023

Please sign in to comment.