Skip to content

Commit 50d8a73

Browse files
committed
Add license header
1 parent e3d0d80 commit 50d8a73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Gestures/PanBackend.vala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2024 elementary, Inc. (https://elementary.io)
3+
* SPDX-License-Identifier: GPL-3.0-or-later
4+
*
5+
* Authored by: Leonhard Kargl <[email protected]>
6+
*/
7+
18
public class Gala.PanBackend : Object {
29
public signal bool on_gesture_detected (Gesture gesture);
310
public signal void on_begin (double delta, uint64 time);

0 commit comments

Comments
 (0)