From a3d116735886e45b932ee495ef46ca281d2a23ed Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 7 Oct 2024 09:36:38 +0300 Subject: [PATCH] Replaced references to old username (CapCreeperGR) with new username (EnumDev) to avoid confusion --- LICENSE | 2 +- main.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index cd242a5..b762a86 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 CapCreeperGR +Copyright (c) 2024 EnumDev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/main.go b/main.go index 2e40d87..edff4ae 100644 --- a/main.go +++ b/main.go @@ -13,10 +13,10 @@ import ( "strings" ) -/* ---BPM | Bubble Package Manager--- */ -/* Made By CapCreeperGR */ -/* A simple-to-use package manager */ -/* ---------------------------------- */ +/* -------------BPM | Bubble Package Manager-------------- */ +/* Made By EnumDev (Previously CapCreeperGR) */ +/* A simple-to-use package manager */ +/* ------------------------------------------------------- */ var bpmVer = "0.4.2"