From 668f7f1de0f83f0c6041b1970ad78d19e44caa95 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 11 May 2012 09:01:53 -0400 Subject: [PATCH] License. --- experiments/cmsg/cmsg_private.h | 19 +++++++++++++++-- experiments/cmsg/codegen.py | 38 +++++++++++++++++++++++++++++++-- experiments/cmsg/dataq.c | 19 +++++++++++++++-- experiments/cmsg/dataq.h | 19 +++++++++++++++-- experiments/cmsg/direct.c | 19 +++++++++++++++-- experiments/cmsg/direct.h | 19 +++++++++++++++-- experiments/cmsg/fanout.c | 19 +++++++++++++++-- experiments/cmsg/fanout.h | 19 +++++++++++++++-- experiments/cmsg/harness.c | 19 +++++++++++++++-- experiments/cmsg/harness.h | 19 +++++++++++++++-- experiments/cmsg/hashtable.c | 21 +++++++++++++++--- experiments/cmsg/hashtable.h | 19 +++++++++++++++-- experiments/cmsg/main.c | 19 +++++++++++++++-- experiments/cmsg/meta.c | 19 +++++++++++++++-- experiments/cmsg/meta.h | 19 +++++++++++++++-- experiments/cmsg/net.c | 19 +++++++++++++++-- experiments/cmsg/net.h | 19 +++++++++++++++-- experiments/cmsg/node.c | 19 +++++++++++++++-- experiments/cmsg/node.h | 19 +++++++++++++++-- experiments/cmsg/queue.c | 19 +++++++++++++++-- experiments/cmsg/queue.h | 19 +++++++++++++++-- experiments/cmsg/ref.h | 19 +++++++++++++++-- experiments/cmsg/relay.c | 19 +++++++++++++++-- experiments/cmsg/relay.h | 19 +++++++++++++++-- experiments/cmsg/sexp.c | 19 +++++++++++++++-- experiments/cmsg/sexp.h | 19 +++++++++++++++-- experiments/cmsg/sexpio.c | 19 +++++++++++++++-- experiments/cmsg/sexpio.h | 19 +++++++++++++++-- experiments/cmsg/subscription.c | 19 +++++++++++++++-- experiments/cmsg/subscription.h | 19 +++++++++++++++-- experiments/cmsg/util.c | 19 +++++++++++++++-- 31 files changed, 547 insertions(+), 63 deletions(-) diff --git a/experiments/cmsg/cmsg_private.h b/experiments/cmsg/cmsg_private.h index 6cad748..b340dad 100644 --- a/experiments/cmsg/cmsg_private.h +++ b/experiments/cmsg/cmsg_private.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_private_h #define cmsg_private_h diff --git a/experiments/cmsg/codegen.py b/experiments/cmsg/codegen.py index f982fef..fa1077e 100644 --- a/experiments/cmsg/codegen.py +++ b/experiments/cmsg/codegen.py @@ -1,7 +1,41 @@ from __future__ import with_statement -# Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. -copyright_stmt = '/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */' +## Copyright 2010, 2011, 2012 Tony Garnock-Jones . +## +## This file is part of Hop. +## +## Hop is free software: you can redistribute it and/or modify it +## under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## Hop 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. +## +## You should have received a copy of the GNU General Public License +## along with Hop. If not, see . + +copyright_stmt = \ +'''/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ +''' import sys import json diff --git a/experiments/cmsg/dataq.c b/experiments/cmsg/dataq.c index e045e05..9c4eaa2 100644 --- a/experiments/cmsg/dataq.c +++ b/experiments/cmsg/dataq.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/dataq.h b/experiments/cmsg/dataq.h index 6bc1152..33304fa 100644 --- a/experiments/cmsg/dataq.h +++ b/experiments/cmsg/dataq.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_dataq_h #define cmsg_dataq_h diff --git a/experiments/cmsg/direct.c b/experiments/cmsg/direct.c index 5bd0b21..01dfe04 100644 --- a/experiments/cmsg/direct.c +++ b/experiments/cmsg/direct.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/direct.h b/experiments/cmsg/direct.h index 89be112..9c5a18c 100644 --- a/experiments/cmsg/direct.h +++ b/experiments/cmsg/direct.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_direct_h #define cmsg_direct_h diff --git a/experiments/cmsg/fanout.c b/experiments/cmsg/fanout.c index 47d3418..acc4468 100644 --- a/experiments/cmsg/fanout.c +++ b/experiments/cmsg/fanout.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/fanout.h b/experiments/cmsg/fanout.h index 1cdf52f..aa07c36 100644 --- a/experiments/cmsg/fanout.h +++ b/experiments/cmsg/fanout.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_fanout_h #define cmsg_fanout_h diff --git a/experiments/cmsg/harness.c b/experiments/cmsg/harness.c index 2cf39e5..d193ea5 100644 --- a/experiments/cmsg/harness.c +++ b/experiments/cmsg/harness.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/harness.h b/experiments/cmsg/harness.h index d4e612b..65eb14a 100644 --- a/experiments/cmsg/harness.h +++ b/experiments/cmsg/harness.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_harness_h #define cmsg_harness_h diff --git a/experiments/cmsg/hashtable.c b/experiments/cmsg/hashtable.c index d681d5e..566c4c2 100644 --- a/experiments/cmsg/hashtable.c +++ b/experiments/cmsg/hashtable.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include @@ -14,7 +29,7 @@ uint32_t hash_bytes(cmsg_bytes_t bytes) { /* http://en.wikipedia.org/wiki/Jenkins_hash_function */ uint32_t hash = 0; size_t i; - + for (i = 0; i < bytes.len; i++) { hash += bytes.bytes[i]; hash += (hash << 10); diff --git a/experiments/cmsg/hashtable.h b/experiments/cmsg/hashtable.h index 8fa26c9..dfcecfc 100644 --- a/experiments/cmsg/hashtable.h +++ b/experiments/cmsg/hashtable.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_hashtable_h #define cmsg_hashtable_h diff --git a/experiments/cmsg/main.c b/experiments/cmsg/main.c index 9a36f79..e3f0e41 100644 --- a/experiments/cmsg/main.c +++ b/experiments/cmsg/main.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/meta.c b/experiments/cmsg/meta.c index bdd6a32..5c8f443 100644 --- a/experiments/cmsg/meta.c +++ b/experiments/cmsg/meta.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/meta.h b/experiments/cmsg/meta.h index 06989e3..6d423df 100644 --- a/experiments/cmsg/meta.h +++ b/experiments/cmsg/meta.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_meta_h #define cmsg_meta_h diff --git a/experiments/cmsg/net.c b/experiments/cmsg/net.c index a5d848b..eb6c43c 100644 --- a/experiments/cmsg/net.c +++ b/experiments/cmsg/net.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/net.h b/experiments/cmsg/net.h index 15293a7..15332e0 100644 --- a/experiments/cmsg/net.h +++ b/experiments/cmsg/net.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_net_h #define cmsg_net_h diff --git a/experiments/cmsg/node.c b/experiments/cmsg/node.c index 427e95a..f315aa7 100644 --- a/experiments/cmsg/node.c +++ b/experiments/cmsg/node.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/node.h b/experiments/cmsg/node.h index 8df80b7..608f5b4 100644 --- a/experiments/cmsg/node.h +++ b/experiments/cmsg/node.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_node_h #define cmsg_node_h diff --git a/experiments/cmsg/queue.c b/experiments/cmsg/queue.c index 30305ae..9ec2fcb 100644 --- a/experiments/cmsg/queue.c +++ b/experiments/cmsg/queue.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/queue.h b/experiments/cmsg/queue.h index c0f1071..0ab7de1 100644 --- a/experiments/cmsg/queue.h +++ b/experiments/cmsg/queue.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_queue_h #define cmsg_queue_h diff --git a/experiments/cmsg/ref.h b/experiments/cmsg/ref.h index 503311a..e7e3d65 100644 --- a/experiments/cmsg/ref.h +++ b/experiments/cmsg/ref.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_ref_h #define cmsg_ref_h diff --git a/experiments/cmsg/relay.c b/experiments/cmsg/relay.c index 8092d79..ebf322f 100644 --- a/experiments/cmsg/relay.c +++ b/experiments/cmsg/relay.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/relay.h b/experiments/cmsg/relay.h index b5b69f8..4402a9d 100644 --- a/experiments/cmsg/relay.h +++ b/experiments/cmsg/relay.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_relay_h #define cmsg_relay_h diff --git a/experiments/cmsg/sexp.c b/experiments/cmsg/sexp.c index 9da78a4..cc5af20 100644 --- a/experiments/cmsg/sexp.c +++ b/experiments/cmsg/sexp.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/sexp.h b/experiments/cmsg/sexp.h index efacc97..2e9e233 100644 --- a/experiments/cmsg/sexp.h +++ b/experiments/cmsg/sexp.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_sexp_h #define cmsg_sexp_h diff --git a/experiments/cmsg/sexpio.c b/experiments/cmsg/sexpio.c index d34e810..88f4ea3 100644 --- a/experiments/cmsg/sexpio.c +++ b/experiments/cmsg/sexpio.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/sexpio.h b/experiments/cmsg/sexpio.h index 1baf567..b9a6dfc 100644 --- a/experiments/cmsg/sexpio.h +++ b/experiments/cmsg/sexpio.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_sexpio_h #define cmsg_sexpio_h diff --git a/experiments/cmsg/subscription.c b/experiments/cmsg/subscription.c index e9032fd..24636b1 100644 --- a/experiments/cmsg/subscription.c +++ b/experiments/cmsg/subscription.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include diff --git a/experiments/cmsg/subscription.h b/experiments/cmsg/subscription.h index 273d1e9..f48db3f 100644 --- a/experiments/cmsg/subscription.h +++ b/experiments/cmsg/subscription.h @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #ifndef cmsg_subscription_h #define cmsg_subscription_h diff --git a/experiments/cmsg/util.c b/experiments/cmsg/util.c index 1c6665f..9218ac1 100644 --- a/experiments/cmsg/util.c +++ b/experiments/cmsg/util.c @@ -1,5 +1,20 @@ -/* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */ - +/* Copyright 2010, 2011, 2012 Tony Garnock-Jones . + * + * This file is part of Hop. + * + * Hop is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Hop 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. + * + * You should have received a copy of the GNU General Public License + * along with Hop. If not, see . + */ #include #include #include