diff --git a/daemon.go b/daemon.go index 88955f4..d67491d 100644 --- a/daemon.go +++ b/daemon.go @@ -1,3 +1,21 @@ +/* + * screend + * Copyright (C) 2019 OkaeriPoland + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ package main import ( diff --git a/main.go b/main.go index 703ac73..e9fdfe1 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,21 @@ +/* + * screend + * Copyright (C) 2019 OkaeriPoland + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ package main import ( diff --git a/screen.go b/screen.go index efb66d2..3fcef14 100644 --- a/screen.go +++ b/screen.go @@ -1,3 +1,21 @@ +/* + * screend + * Copyright (C) 2019 OkaeriPoland + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ package main import (