diff --git a/CMakeLists.txt b/CMakeLists.txt index 278ce62..e1f3cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16) project(snek VERSION 1.1.0 DESCRIPTION "SNEK - A simple snake clone, playable in the commandline with some unique game modes." - HOMEPAGE_URL "https://github.com/MCWertGaming/snek" + HOMEPAGE_URL "https://github.com/BlackVyperStudios/snek" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) diff --git a/LICENSE b/LICENSE index 64d6b23..1bc8b91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2021 BlackVyperStudios Copyright (c) 2020 Damon Leven Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 3136537..5d9f062 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -NOTE: This Project is forked to BlackVyperStudios [(here)](https://github.com/BlackVyperStudios/snek) and will continue there. For an more advanced version of this Project, please take a look at [snek-ultimate](https://github.com/MCWertGaming/snek-utimate) wich is an complete reimplemntation of snek with more advanced and developed features. - # snek snek - A simple snake in the console diff --git a/src/frontend-debug.cpp b/src/frontend-debug.cpp index e03af3f..b7197c5 100644 --- a/src/frontend-debug.cpp +++ b/src/frontend-debug.cpp @@ -1,8 +1,8 @@ /* ===================================== * Debug interface for SNEK - * Created by MCWertGaming + * Created by BlackVyperStudios * Licensed under MIT on GitHub - * https://github.com/MCWertGaming/snek + * https://github.com/BlackVyperStudios/snek * ===================================== */ #include "snake.hpp" diff --git a/src/frontend-release.cpp b/src/frontend-release.cpp index 062a3c7..45960e1 100644 --- a/src/frontend-release.cpp +++ b/src/frontend-release.cpp @@ -1,8 +1,8 @@ /* ===================================== * Release interface for SNEK - * Created by MCWertGaming + * Created by BlackVyperStudios * Licensed under MIT on GitHub - * https://github.com/MCWertGaming/snek + * https://github.com/BlackVyperStudios/snek * ===================================== */ #include "snake.hpp"