~cmars/pollen/dh_auto_test

« back to all changes in this revision

Viewing changes to anerd-client-tcp.go

  • Committer: Dustin Kirkland
  • Date: 2013-07-25 20:51:46 UTC
  • Revision ID: kirkland@ubuntu.com-20130725205146-lz1nizd2tlkx2749
* anerd, anerd-client-tcp.go, anerd-server-tcp, anerd-server-tcp.go,
  anerd-server-udp.c, COPYING, debian/copyright,
  initramfs/scripts/init-bottom/anerd:
  - changed license back to AGPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
anerd-client-tcp: a Network Exchange Randomness Daemon web client
4
4
 
5
 
Copyright 2013 Dustin Kirkland <dustin.kirkland@gmail.com>
6
 
 
7
 
Licensed under the Apache License, Version 2.0 (the "License");
8
 
you may not use this file except in compliance with the License.
9
 
You may obtain a copy of the License at
10
 
 
11
 
        http://www.apache.org/licenses/LICENSE-2.0
12
 
 
13
 
Unless required by applicable law or agreed to in writing, software
14
 
distributed under the License is distributed on an "AS IS" BASIS,
15
 
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 
See the License for the specific language governing permissions and
17
 
limitations under the License.
 
5
  Copyright (C) 2012-2013 Dustin Kirkland <dustin.kirkland@gmail.com>
 
6
 
 
7
  This program is free software: you can redistribute it and/or modify
 
8
  it under the terms of the GNU Affero General Public License as published by
 
9
  the Free Software Foundation, version 3 of the License.
 
10
 
 
11
  This program is distributed in the hope that it will be useful,
 
12
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
  GNU Affero General Public License for more details.
 
15
 
 
16
  You should have received a copy of the GNU Affero General Public License
 
17
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
19
*/
20
20