File: copyright_hints

package info (click to toggle)
libbitcoin 2.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,848 kB
  • ctags: 2,249
  • sloc: cpp: 63,485; makefile: 747; perl: 90; python: 63; sh: 23
file content (320 lines) | stat: -rw-r--r-- 8,602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: bin/tests/scrjson.py
 examples/accept.cpp
 examples/balance.cpp
 examples/blocks.sh
 examples/connect.cpp
 examples/display-last.cpp
 examples/fullnode.cpp
 examples/initchain.cpp
 examples/priv.cpp
 examples/proto.cpp
 examples/satoshiwords.cpp
 examples/txrad.cpp
 include/bitcoin/address.hpp
 include/bitcoin/bitcoin.hpp
 include/bitcoin/block.hpp
 include/bitcoin/blockchain/blockchain.hpp
 include/bitcoin/blockchain/leveldb_blockchain.hpp
 include/bitcoin/blockchain/organizer.hpp
 include/bitcoin/constants.hpp
 include/bitcoin/error.hpp
 include/bitcoin/format.hpp
 include/bitcoin/getx_responder.hpp
 include/bitcoin/impl/serialize/block.ipp
 include/bitcoin/impl/serialize/misc.ipp
 include/bitcoin/network/channel.hpp
 include/bitcoin/network/handshake.hpp
 include/bitcoin/network/hosts.hpp
 include/bitcoin/network/network.hpp
 include/bitcoin/network/protocol.hpp
 include/bitcoin/network/shared_const_buffer.hpp
 include/bitcoin/poller.hpp
 include/bitcoin/primitives.hpp
 include/bitcoin/satoshi_serialize.hpp
 include/bitcoin/script.hpp
 include/bitcoin/session.hpp
 include/bitcoin/threadpool.hpp
 include/bitcoin/transaction.hpp
 include/bitcoin/transaction_indexer.hpp
 include/bitcoin/transaction_pool.hpp
 include/bitcoin/types.hpp
 include/bitcoin/utility/assert.hpp
 include/bitcoin/utility/async_parallel.hpp
 include/bitcoin/utility/base58.hpp
 include/bitcoin/utility/big_number.hpp
 include/bitcoin/utility/decorator.hpp
 include/bitcoin/utility/elliptic_curve_key.hpp
 include/bitcoin/utility/logger.hpp
 include/bitcoin/utility/mnemonic.hpp
 include/bitcoin/utility/ripemd.hpp
 include/bitcoin/utility/serializer.hpp
 include/bitcoin/utility/sha256.hpp
 include/bitcoin/utility/subscriber.hpp
 include/bitcoin/utility/timed_section.hpp
 include/bitcoin/utility/weak_bind.hpp
 include/bitcoin/validate.hpp
 include/bitcoin/version.hpp
 src/address.cpp
 src/block.cpp
 src/blockchain/blockchain.cpp
 src/blockchain/leveldb/leveldb_blockchain.cpp
 src/blockchain/leveldb/leveldb_chain_keeper.cpp
 src/blockchain/leveldb/leveldb_chain_keeper.hpp
 src/blockchain/leveldb/leveldb_common.cpp
 src/blockchain/leveldb/leveldb_common.hpp
 src/blockchain/leveldb/leveldb_organizer.cpp
 src/blockchain/leveldb/leveldb_organizer.hpp
 src/blockchain/leveldb/leveldb_validate_block.cpp
 src/blockchain/leveldb/leveldb_validate_block.hpp
 src/blockchain/organizer.cpp
 src/constants.cpp
 src/error.cpp
 src/format.cpp
 src/getx_responder.cpp
 src/network/channel.cpp
 src/network/handshake.cpp
 src/network/hosts.cpp
 src/network/network.cpp
 src/network/protocol.cpp
 src/poller.cpp
 src/satoshi_serialize.cpp
 src/script.cpp
 src/session.cpp
 src/threadpool.cpp
 src/transaction.cpp
 src/transaction_indexer.cpp
 src/transaction_pool.cpp
 src/utility/base58.cpp
 src/utility/big_number.cpp
 src/utility/elliptic_curve_key.cpp
 src/utility/logger.cpp
 src/utility/mnemonic.cpp
 src/utility/ripemd.cpp
 src/utility/sha256.cpp
 src/utility/timed_section.cpp
 src/validate.cpp
 test/deterministic_wallet.cpp
 test/fakechain/fake.cpp
 test/fakechain/run.sh
 test/fakechain/step.hpp
 test/format.cpp
 test/main.cpp
 test/make.sh
 test/oldtests/1vaynert.cpp
 test/oldtests/addr.cpp
 test/oldtests/base58-test.cpp
 test/oldtests/bdb-last.cpp
 test/oldtests/bdb-test.cpp
 test/oldtests/big-number-test.cpp
 test/oldtests/bip16/hachem.cpp
 test/oldtests/bip16/make.sh
 test/oldtests/bip16/raw_block44987.cpp
 test/oldtests/bip16/raw_block44989.cpp
 test/oldtests/block-hash.cpp
 test/oldtests/blockchain.cpp
 test/oldtests/chanstop.cpp
 test/oldtests/checksig.cpp
 test/oldtests/clock-test.cpp
 test/oldtests/corot.cpp
 test/oldtests/crap/main.cpp
 test/oldtests/determ.cpp
 test/oldtests/ec-key.cpp
 test/oldtests/echo.cpp
 test/oldtests/exporter-test.cpp
 test/oldtests/feeder.cpp
 test/oldtests/gengen.cpp
 test/oldtests/getx.cpp
 test/oldtests/hmac512.cpp
 test/oldtests/hosts-test.cpp
 test/oldtests/import-test.cpp
 test/oldtests/irc.cpp
 test/oldtests/kyot.cpp
 test/oldtests/logtst.cpp
 test/oldtests/memcheck/begin.cpp
 test/oldtests/memcheck/make.sh
 test/oldtests/mempool.cpp
 test/oldtests/merkle.cpp
 test/oldtests/minikey.cpp
 test/oldtests/net.cpp
 test/oldtests/pol.cpp
 test/oldtests/priv.cpp
 test/oldtests/protst.cpp
 test/oldtests/psql.cpp
 test/oldtests/reorg/chains.hpp
 test/oldtests/reorg/main.cpp
 test/oldtests/reorg/reorg.cpp
 test/oldtests/script-test.cpp
 test/oldtests/scritp.cpp
 test/oldtests/serial-test.cpp
 test/oldtests/sesh.cpp
 test/oldtests/subscribe.cpp
 test/oldtests/tx-hash.cpp
 test/oldtests/types-test.cpp
 test/oldtests/verify-block.cpp
 test/serial.cpp
 tools/bootstrap-fast.cpp
 tools/bootstrap.cpp
 tools/detect-network.cpp
Copyright: 2011-2013, libbitcoin developers (see AUTHORS)
License: AGPL-3+
 FIXME

Files: AUTHORS
 ChangeLog
 Doxyfile
 Makefile.am
 NEWS
 README
 configure.ac
 debian/README.source
 debian/compat
 debian/control
 debian/control.in
 debian/control.in.in
 debian/gbp.conf
 debian/patches/1001_fix_include_Boost_endian.patch
 debian/patches/README
 debian/patches/series
 debian/source/format
 debian/watch
 doc/README.tutorial
 doc/libbitcoin/README
 doc/libbitcoin/drawing.svg
 doc/libbitcoin/index.html
 doc/sphinx/Makefile
 doc/sphinx/blockchain.rst
 doc/sphinx/crypto.rst
 doc/sphinx/examples/accept.rst
 doc/sphinx/examples/balance.rst
 doc/sphinx/examples/connect.rst
 doc/sphinx/examples/determ.rst
 doc/sphinx/examples/display-last.rst
 doc/sphinx/examples/fullnode.rst
 doc/sphinx/examples/initchain.rst
 doc/sphinx/examples/priv.rst
 doc/sphinx/examples/proto.rst
 doc/sphinx/examples/satoshiwords.rst
 doc/sphinx/examples/txrad.rst
 doc/sphinx/fullnode.rst
 doc/sphinx/index.rst
 doc/sphinx/introduction.rst
 doc/sphinx/make.bat
 doc/sphinx/network.rst
 doc/sphinx/offlinetx.rst
 doc/sphinx/overview.rst
 doc/sphinx/quickstart.rst
 doc/style
 examples/Makefile
 examples/README
 include/bitcoin/Makefile.am
 libbitcoin.pc.in
 src/Makefile.am
 test/fakechain/Makefile
 test/fakechain/privkey
 test/oldtests/bip16/block-44987.testnet
 test/oldtests/bip16/block-44989.testnet
 test/oldtests/development-makefile
 test/oldtests/fork-blks/README
 test/oldtests/fork-blks/blk0
 test/oldtests/fork-blks/blk1
 test/oldtests/fork-blks/blk2
 test/oldtests/fork-blks/blkspec
 test/oldtests/memcheck/curl.supp
 test/oldtests/reorg/Makefile
 tools/Makefile
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: COPYING
Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
  <year> <name of author>
  are not
  disclaimer" for the program, if necessary
  if you do
  law
  law, except executing it on a
  on the Program, and are irrevocable provided the stated
  on the software, and (2) offer
  permission
  permission, other than the making of an
  treaty adopted on 20 December 1996, or
License: AGPL-ever
 FIXME

Files: LICENSE
Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
  2011-2013, Amir Taaki
  are not
  if you do
  law
  law, except executing it on a
  on the Program, and are irrevocable provided the stated
  on the software, and (2) offer
  permission
  permission, other than the making of an
  treaty adopted on 20 December 1996, or
License: GPL AGPL-ever
 FIXME

Files: debian/license-miner
Copyright: 2014, Jonas Smedegaard
License: GPL-3+
 FIXME

Files: debian/rules
Copyright: 2013-2014, Jonas Smedegaard <dr@jones.dk>
  check
License: GPL-3+
 FIXME

Files: INSTALL
Copyright: 1994-1996, 1999-2002, 2004-2005
License: UNKNOWN
 FIXME

Files: doc/sphinx/conf.py
Copyright: ..." is shown in the HTML footer. Default is True
  = True
  = u'2013, libbitcoin'
License: UNKNOWN
 FIXME

Files: m4/ax_cxx_compile_stdcxx_11.m4
Copyright: 2008, Benjamin Kosnik <bkoz@redhat.com>
  2012, Zack Weinberg <zackw@panix.com>
  2013, Roy Stogner <roystgnr@ices.utexas.edu>
License: UNKNOWN
 FIXME

Files: m4/ax_boost_system.m4
Copyright: 2008, Daniel Casimiro <dan.casimiro@gmail.com>
  2008, Michael Tindal
  2008, Thomas Porschberg <thomas@randspringer.de>
License: UNKNOWN
 FIXME

Files: m4/ax_boost_thread.m4
Copyright: 2009, Michael Tindal
  2009, Thomas Porschberg <thomas@randspringer.de>
License: UNKNOWN
 FIXME

Files: m4/ax_boost_base.m4
Copyright: 2008, Thomas Porschberg <thomas@randspringer.de>
  2009, Peter Adolphs
License: UNKNOWN
 FIXME

Files: m4/ax_berkeley_db_cxx.m4
Copyright: 2008, Vaclav Slavik <vaclav.slavik@matfyz.cz>
  2011, Stephan Suerken <absurd@debian.org>
License: UNKNOWN
 FIXME