tApply my full name in the license headers. - tordam - A library for peer discovery inside the Tor network
 (HTM) git clone https://git.parazyd.org/tordam
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6d8fac0b3c2775ae45669b3ed69fc6a113e5388a
 (DIR) parent 0f5e0785fc34b0ba76c647f4af84ac0c662d8420
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 17 Dec 2018 09:45:34 -0500
       
       Apply my full name in the license headers.
       
       Diffstat:
         M cmd/dam-client/main.go              |      14 +++++++-------
         M cmd/dam-dir/main.go                 |      14 +++++++-------
         M cmd/dam-gource/main.go              |      20 ++++++++++++++++++++
         M pkg/damlib/config.go                |      14 +++++++-------
         M pkg/damlib/crypto_25519.go          |      14 +++++++-------
         M pkg/damlib/helpers.go               |      14 +++++++-------
         M pkg/damlib/helpers_test.go          |      14 +++++++-------
         M pkg/damlib/net.go                   |      14 +++++++-------
         M pkg/damlib/redis.go                 |      14 +++++++-------
         M pkg/damlib/validate.go              |      14 +++++++-------
         M pkg/damlib/validate_test.go         |      14 +++++++-------
         M python/damhs.py                     |      14 +++++++-------
       
       12 files changed, 97 insertions(+), 77 deletions(-)
       ---
 (DIR) diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go
       t@@ -2,22 +2,22 @@ package main
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/cmd/dam-dir/main.go b/cmd/dam-dir/main.go
       t@@ -2,22 +2,22 @@ package main
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/cmd/dam-gource/main.go b/cmd/dam-gource/main.go
       t@@ -1,5 +1,25 @@
        package main
        
       +/*
       + * Copyright (c) 2018 Dyne.org Foundation
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
       + *
       + * This file is part of tor-dam
       + *
       + * 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 <http://www.gnu.org/licenses/>.
       + */
       +
        import (
                "fmt"
                "os"
 (DIR) diff --git a/pkg/damlib/config.go b/pkg/damlib/config.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import "os"
 (DIR) diff --git a/pkg/damlib/crypto_25519.go b/pkg/damlib/crypto_25519.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/helpers.go b/pkg/damlib/helpers.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/helpers_test.go b/pkg/damlib/helpers_test.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/net.go b/pkg/damlib/net.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/redis.go b/pkg/damlib/redis.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/validate.go b/pkg/damlib/validate.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2017-2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/pkg/damlib/validate_test.go b/pkg/damlib/validate_test.go
       t@@ -2,22 +2,22 @@ package damlib
        
        /*
         * Copyright (c) 2018 Dyne.org Foundation
       - * tor-dam is written and maintained by Ivan J. <parazyd@dyne.org>
       + * tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
         *
         * This file is part of tor-dam
         *
       - * This source code is free software: you can redistribute it and/or modify
       - * it under the terms of the GNU General Public License as published by
       + * 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 software is distributed in the hope that it will be useful,
       + * 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 General Public License for more details.
       + * GNU Affero General Public License for more details.
         *
       - * You should have received a copy of the GNU General Public License
       - * along with this source code. If not, see <http://www.gnu.org/licenses/>.
       + * You should have received a copy of the GNU Affero General Public License
       + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
        
        import (
 (DIR) diff --git a/python/damhs.py b/python/damhs.py
       t@@ -1,21 +1,21 @@
        #!/usr/bin/env python3
        # Copyright (c) 2017-2018 Dyne.org Foundation
       -# tor-dam is writen and maintained by Ivan J. <parazyd@dyne.org>
       +# tor-dam is written and maintained by Ivan Jelincic <parazyd@dyne.org>
        #
        # This file is part of tor-dam
        #
       -# This source code is free software: you can redistribute it and/or modify
       -# it under the terms of the GNU General Public License as published by
       +# 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 software is distributed in the hope that it will be useful,
       +# 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 General Public License for more details.
       +# GNU Affero General Public License for more details.
        #
       -# You should have received a copy of the GNU General Public License
       -# along with this source code. If not, see <http://www.gnu.org/licenses/>.
       +# You should have received a copy of the GNU Affero General Public License
       +# along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        """
        Controller daemon running the ephemeral hidden service.