Skip to content

Commit

Permalink
main.vala: add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Jan 28, 2025
1 parent 5ebddf2 commit f1a2d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions session-manager/main.vala
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2025 elementary, Inc. (https://elementary.io)
*/

public class GreeterSessionManager.Application : GLib.Object {
public static int main (string[] args) {
new SettingsDaemon ();
Expand Down

0 comments on commit f1a2d95

Please sign in to comment.