Update and add GPL headers
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-09-20 15:38:22 -07:00
parent 6388180768
commit c2b875db6c
58 changed files with 178 additions and 54 deletions

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

2
fix.go
View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,3 +1,21 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package build package build
import ( import (
@ -20,13 +38,13 @@ import (
"github.com/goreleaser/nfpm/v2" "github.com/goreleaser/nfpm/v2"
"github.com/goreleaser/nfpm/v2/files" "github.com/goreleaser/nfpm/v2/files"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/distro" "go.elara.ws/lure/distro"
"go.elara.ws/lure/internal/cliutils" "go.elara.ws/lure/internal/cliutils"
"go.elara.ws/lure/internal/config" "go.elara.ws/lure/internal/config"
"go.elara.ws/lure/internal/cpu" "go.elara.ws/lure/internal/cpu"
"go.elara.ws/lure/internal/db" "go.elara.ws/lure/internal/db"
"go.elara.ws/lure/internal/dl" "go.elara.ws/lure/internal/dl"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/internal/repos" "go.elara.ws/lure/internal/repos"
"go.elara.ws/lure/internal/shutils" "go.elara.ws/lure/internal/shutils"
"go.elara.ws/lure/internal/shutils/decoder" "go.elara.ws/lure/internal/shutils/decoder"

View File

@ -1,12 +1,30 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package build package build
import ( import (
"context" "context"
"path/filepath" "path/filepath"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/internal/config" "go.elara.ws/lure/internal/config"
"go.elara.ws/lure/internal/db" "go.elara.ws/lure/internal/db"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/internal/types" "go.elara.ws/lure/internal/types"
) )

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,3 +1,21 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package log package log
import ( import (

View File

@ -1,3 +1,21 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package osutils package osutils
import ( import (

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,3 +1,21 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package translations package translations
import ( import (

View File

@ -1,3 +1,21 @@
/*
* LURE - Linux User REpository
* Copyright (C) 2023 Elara Musayelyan
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package types package types
import "go.elara.ws/lure/manager" import "go.elara.ws/lure/manager"

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,21 @@
#!/bin/bash #!/bin/bash
# LURE - Linux User REpository
# Copyright (C) 2023 Elara Musayelyan
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
info() { info() {
echo $'\x1b[32m[INFO]\x1b[0m' $@ echo $'\x1b[32m[INFO]\x1b[0m' $@
} }

View File

@ -1,6 +1,6 @@
/* /*
* LURE - Linux User REpository * LURE - Linux User REpository
* Copyright (C) 2023 Arsen Musayelyan * Copyright (C) 2023 Elara Musayelyan
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -23,11 +23,11 @@ import (
"fmt" "fmt"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/distro" "go.elara.ws/lure/distro"
"go.elara.ws/lure/internal/build" "go.elara.ws/lure/internal/build"
"go.elara.ws/lure/internal/config" "go.elara.ws/lure/internal/config"
"go.elara.ws/lure/internal/db" "go.elara.ws/lure/internal/db"
"go.elara.ws/lure/internal/log"
"go.elara.ws/lure/internal/repos" "go.elara.ws/lure/internal/repos"
"go.elara.ws/lure/internal/types" "go.elara.ws/lure/internal/types"
"go.elara.ws/lure/manager" "go.elara.ws/lure/manager"