Add copyright notice to files
parent
e8240c9c38
commit
235fb9c91c
|
@ -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 (
|
||||
|
|
3
db/db.go
3
db/db.go
|
@ -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…
Reference in New Issue