Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Estonian Information System Authority
# SPDX-License-Identifier: LGPL-2.1-or-later

name: CI
on: [push, pull_request]
env:
Expand Down Expand Up @@ -28,3 +31,6 @@ jobs:
with:
name: deb
path: ./*.deb
copyright:
name: Check copyright headers
uses: open-eid/.github/.github/workflows/copyright.yml@b2d87c7447ebcc01beb54c84f3978a81c1d64877 # master
33 changes: 20 additions & 13 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Copyright 2012 Estonian Information System's Authority
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: info@ria.ee
Source: https://github.com/open-eid/linux-installer

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
Files: *
Copyright: Estonian Information System Authority
License: LGPL-2.1+

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License with your system, in /usr/share/common-licenses/LGPL-2.1
If not, see <http://www.gnu.org/licenses/>.
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library 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
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License with your system, in /usr/share/common-licenses/LGPL-2.1
If not, see <http://www.gnu.org/licenses/>.
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
# SPDX-FileCopyrightText: Estonian Information System Authority
# SPDX-License-Identifier: LGPL-2.1-or-later

%:
dh $@
Expand Down
3 changes: 3 additions & 0 deletions install-open-eid.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
# SPDX-FileCopyrightText: Estonian Information System Authority
# SPDX-License-Identifier: LGPL-2.1-or-later

# This script configures .deb based Linux repositories
# License: public domain
# Script https://github.com/open-eid/linux-installer
Expand Down
3 changes: 3 additions & 0 deletions uninstall-open-eid.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# SPDX-FileCopyrightText: Estonian Information System Authority
# SPDX-License-Identifier: LGPL-2.1-or-later

# This script removes open-eid .deb packages

sudo dpkg --purge \
Expand Down
Loading