itApply my full name in the license headers. - tordam - A library for peer discovery inside the Tor network Err parazyd.org 70 hgit clone https://git.parazyd.org/tordam URL:https://git.parazyd.org/tordam parazyd.org 70 1Log /git/tordam/log.gph parazyd.org 70 1Files /git/tordam/files.gph parazyd.org 70 1Refs /git/tordam/refs.gph parazyd.org 70 1README /git/tordam/file/README.md.gph parazyd.org 70 1LICENSE /git/tordam/file/LICENSE.gph parazyd.org 70 i--- Err parazyd.org 70 1commit 6d8fac0b3c2775ae45669b3ed69fc6a113e5388a /git/tordam/commit/6d8fac0b3c2775ae45669b3ed69fc6a113e5388a.gph parazyd.org 70 1parent 0f5e0785fc34b0ba76c647f4af84ac0c662d8420 /git/tordam/commit/0f5e0785fc34b0ba76c647f4af84ac0c662d8420.gph parazyd.org 70 hAuthor: parazyd URL:mailto:parazyd@dyne.org parazyd.org 70 iDate: Mon, 17 Dec 2018 09:45:34 -0500 Err parazyd.org 70 i Err parazyd.org 70 iApply my full name in the license headers. Err parazyd.org 70 i Err parazyd.org 70 iDiffstat: Err parazyd.org 70 i M cmd/dam-client/main.go | 14 +++++++------- Err parazyd.org 70 i M cmd/dam-dir/main.go | 14 +++++++------- Err parazyd.org 70 i M cmd/dam-gource/main.go | 20 ++++++++++++++++++++ Err parazyd.org 70 i M pkg/damlib/config.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/crypto_25519.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/helpers.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/helpers_test.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/net.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/redis.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/validate.go | 14 +++++++------- Err parazyd.org 70 i M pkg/damlib/validate_test.go | 14 +++++++------- Err parazyd.org 70 i M python/damhs.py | 14 +++++++------- Err parazyd.org 70 i Err parazyd.org 70 i12 files changed, 97 insertions(+), 77 deletions(-) Err parazyd.org 70 i--- Err parazyd.org 70 1diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go /git/tordam/file/cmd/dam-client/main.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package main Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/cmd/dam-dir/main.go b/cmd/dam-dir/main.go /git/tordam/file/cmd/dam-dir/main.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package main Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/cmd/dam-gource/main.go b/cmd/dam-gource/main.go /git/tordam/file/cmd/dam-gource/main.go.gph parazyd.org 70 it@@ -1,5 +1,25 @@ Err parazyd.org 70 i package main Err parazyd.org 70 i Err parazyd.org 70 i+/* Err parazyd.org 70 i+ * Copyright (c) 2018 Dyne.org Foundation Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i+ * Err parazyd.org 70 i+ * This file is part of tor-dam Err parazyd.org 70 i+ * Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i+ * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i+ * (at your option) any later version. Err parazyd.org 70 i+ * Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i+ * Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i+ */ Err parazyd.org 70 i+ Err parazyd.org 70 i import ( Err parazyd.org 70 i "fmt" Err parazyd.org 70 i "os" Err parazyd.org 70 1diff --git a/pkg/damlib/config.go b/pkg/damlib/config.go /git/tordam/file/pkg/damlib/config.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import "os" Err parazyd.org 70 1diff --git a/pkg/damlib/crypto_25519.go b/pkg/damlib/crypto_25519.go /git/tordam/file/pkg/damlib/crypto_25519.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/helpers.go b/pkg/damlib/helpers.go /git/tordam/file/pkg/damlib/helpers.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/helpers_test.go b/pkg/damlib/helpers_test.go /git/tordam/file/pkg/damlib/helpers_test.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/net.go b/pkg/damlib/net.go /git/tordam/file/pkg/damlib/net.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/redis.go b/pkg/damlib/redis.go /git/tordam/file/pkg/damlib/redis.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/validate.go b/pkg/damlib/validate.go /git/tordam/file/pkg/damlib/validate.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/pkg/damlib/validate_test.go b/pkg/damlib/validate_test.go /git/tordam/file/pkg/damlib/validate_test.go.gph parazyd.org 70 it@@ -2,22 +2,22 @@ package damlib Err parazyd.org 70 i Err parazyd.org 70 i /* Err parazyd.org 70 i * Copyright (c) 2018 Dyne.org Foundation Err parazyd.org 70 i- * tor-dam is written and maintained by Ivan J. Err parazyd.org 70 i+ * tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i * Err parazyd.org 70 i * This file is part of tor-dam Err parazyd.org 70 i * Err parazyd.org 70 i- * This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i- * it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+ * This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+ * it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i * the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i * (at your option) any later version. Err parazyd.org 70 i * Err parazyd.org 70 i- * This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+ * This program is distributed in the hope that it will be useful, Err parazyd.org 70 i * but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i- * GNU General Public License for more details. Err parazyd.org 70 i+ * GNU Affero General Public License for more details. Err parazyd.org 70 i * Err parazyd.org 70 i- * You should have received a copy of the GNU General Public License Err parazyd.org 70 i- * along with this source code. If not, see . Err parazyd.org 70 i+ * You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+ * along with this program. If not, see . Err parazyd.org 70 i */ Err parazyd.org 70 i Err parazyd.org 70 i import ( Err parazyd.org 70 1diff --git a/python/damhs.py b/python/damhs.py /git/tordam/file/python/damhs.py.gph parazyd.org 70 it@@ -1,21 +1,21 @@ Err parazyd.org 70 i #!/usr/bin/env python3 Err parazyd.org 70 i # Copyright (c) 2017-2018 Dyne.org Foundation Err parazyd.org 70 i-# tor-dam is writen and maintained by Ivan J. Err parazyd.org 70 i+# tor-dam is written and maintained by Ivan Jelincic Err parazyd.org 70 i # Err parazyd.org 70 i # This file is part of tor-dam Err parazyd.org 70 i # Err parazyd.org 70 i-# This source code is free software: you can redistribute it and/or modify Err parazyd.org 70 i-# it under the terms of the GNU General Public License as published by Err parazyd.org 70 i+# This program is free software: you can redistribute it and/or modify Err parazyd.org 70 i+# it under the terms of the GNU Affero General Public License as published by Err parazyd.org 70 i # the Free Software Foundation, either version 3 of the License, or Err parazyd.org 70 i # (at your option) any later version. Err parazyd.org 70 i # Err parazyd.org 70 i-# This software is distributed in the hope that it will be useful, Err parazyd.org 70 i+# This program is distributed in the hope that it will be useful, Err parazyd.org 70 i # but WITHOUT ANY WARRANTY; without even the implied warranty of Err parazyd.org 70 i # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Err parazyd.org 70 i-# GNU General Public License for more details. Err parazyd.org 70 i+# GNU Affero General Public License for more details. Err parazyd.org 70 i # Err parazyd.org 70 i-# You should have received a copy of the GNU General Public License Err parazyd.org 70 i-# along with this source code. If not, see . Err parazyd.org 70 i+# You should have received a copy of the GNU Affero General Public License Err parazyd.org 70 i+# along with this program. If not, see . Err parazyd.org 70 i Err parazyd.org 70 i """ Err parazyd.org 70 i Controller daemon running the ephemeral hidden service. Err parazyd.org 70 .