Skip to content

Commit

Permalink
Add GPL head
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2023
1 parent a040510 commit 98cd9b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ import { buildEmbeddedDev } from './os-variants/embedded/embedded-dev';
import { buildMobileStable } from './os-variants/mobile/mobile-stable';
import { buildMobileCommon } from './os-variants/mobile/mobile-common';

// # Copyright (C) 2023 Seshan Ravikumar
// #
// # 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 <https://www.gnu.org/licenses/>.

console.log("Starting ProLinux build on " + new Date().toLocaleString());
console.log("🍜 Go get your noodles, this may take a while!");

Expand Down

0 comments on commit 98cd9b6

Please sign in to comment.