Add copyright notice to files

pull/4/head
maru 5 months ago
parent e8240c9c38
commit 235fb9c91c
No known key found for this signature in database
GPG Key ID: 37689350E9CD0F0D

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package account
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package api
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package daily
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package daily
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package daily
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package api
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package savedata
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package savedata
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package savedata
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package savedata
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package savedata
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package api
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package db
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package db
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package db
import (

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package db
func FetchPlayerCount() (int, error) {

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package db
func TryAddDailyRunCompletion(uuid []byte, seed string, mode int) (bool, error) {

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package defs
type DailyRanking struct {

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package defs
type TitleStats struct {

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package defs
const SessionSlotCount = 5

@ -1,3 +1,6 @@
// Copyright (C) 2024 Pagefault Games - All Rights Reserved
// https://github.com/pagefaultgames
package main
import (

Loading…
Cancel
Save