diff --git a/Dorkbox-Network/src/dorkbox/network/dns/DnsHandler.java b/Dorkbox-Network/src/dorkbox/network/dns/DnsHandler.java index cec3c84e..cc815e36 100644 --- a/Dorkbox-Network/src/dorkbox/network/dns/DnsHandler.java +++ b/Dorkbox-Network/src/dorkbox/network/dns/DnsHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013 The Netty Project + * ------------------------------------ + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and Apache License v2.0 which accompanies this distribution. + * + * The Eclipse Public License is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * The Apache License v2.0 is available at + * http://www.opensource.org/licenses/apache2.0.php + * + * You may elect to redistribute this code under either of these licenses. + */ package dorkbox.network.dns; import io.netty.channel.ChannelInitializer; diff --git a/Dorkbox-Network/src/dorkbox/network/dns/DnsResponseHandler.java b/Dorkbox-Network/src/dorkbox/network/dns/DnsResponseHandler.java index 6f1979c1..2d62037c 100644 --- a/Dorkbox-Network/src/dorkbox/network/dns/DnsResponseHandler.java +++ b/Dorkbox-Network/src/dorkbox/network/dns/DnsResponseHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013 The Netty Project + * ------------------------------------ + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and Apache License v2.0 which accompanies this distribution. + * + * The Eclipse Public License is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * The Apache License v2.0 is available at + * http://www.opensource.org/licenses/apache2.0.php + * + * You may elect to redistribute this code under either of these licenses. + */ package dorkbox.network.dns; import io.netty.channel.ChannelHandlerContext; diff --git a/Dorkbox-Network/src/dorkbox/network/dns/SuccessHandler.java b/Dorkbox-Network/src/dorkbox/network/dns/SuccessHandler.java index 8890e2f5..0c5ae628 100644 --- a/Dorkbox-Network/src/dorkbox/network/dns/SuccessHandler.java +++ b/Dorkbox-Network/src/dorkbox/network/dns/SuccessHandler.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013 The Netty Project + * ------------------------------------ + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and Apache License v2.0 which accompanies this distribution. + * + * The Eclipse Public License is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * The Apache License v2.0 is available at + * http://www.opensource.org/licenses/apache2.0.php + * + * You may elect to redistribute this code under either of these licenses. + */ package dorkbox.network.dns; import io.netty.channel.ChannelFuture; diff --git a/Dorkbox-Network/src/dorkbox/network/dns/decoder/DnsException.java b/Dorkbox-Network/src/dorkbox/network/dns/decoder/DnsException.java index e59b8bda..149592bd 100644 --- a/Dorkbox-Network/src/dorkbox/network/dns/decoder/DnsException.java +++ b/Dorkbox-Network/src/dorkbox/network/dns/decoder/DnsException.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013 The Netty Project + * ------------------------------------ + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * and Apache License v2.0 which accompanies this distribution. + * + * The Eclipse Public License is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * The Apache License v2.0 is available at + * http://www.opensource.org/licenses/apache2.0.php + * + * You may elect to redistribute this code under either of these licenses. + */ package dorkbox.network.dns.decoder; import io.netty.handler.codec.dns.DnsResponseCode;