Update copyright on all files
This commit is contained in:
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.client;
|
||||
|
||||
import static nearenough.protocol.RtConstants.CERTIFICATE_CONTEXT;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
public class InvalidRoughTimeMessage extends RuntimeException {
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
public class MidpointInvalid extends InvalidRoughTimeMessage {
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.exceptions;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
/**
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.protocol.RtConstants.MIN_SEED_LENGTH;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.util.Preconditions.checkNotNull;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.util.Preconditions.checkNotNull;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.protocol.RtConstants.MIN_REQUEST_LENGTH;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.util.Preconditions.checkNotNull;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.util.Preconditions.checkNotNull;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.util;
|
||||
|
||||
/**
|
||||
|
@ -1,21 +1,20 @@
|
||||
package nearenough.util;
|
||||
|
||||
/*
|
||||
* Derived from Guava 21.0
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* Copyright (C) 2007 The Guava Authors
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
* in compliance with the License. You may obtain a copy of the License at
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
* or implied. See the License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.util;
|
||||
|
||||
/**
|
||||
* Static convenience methods that help a method or constructor check whether it was invoked
|
||||
* correctly (whether its <i>preconditions</i> have been met). These methods generally accept a
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.util;
|
||||
|
||||
import static nearenough.util.BytesUtil.bytesToHex;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.client;
|
||||
|
||||
import static nearenough.util.BytesUtil.hexToBytes;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static nearenough.util.BytesUtil.hexToBytes;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2017 int08h LLC. All rights reserved.
|
||||
*
|
||||
* int08h LLC licenses Nearenough (the "Software") to you under the Apache License, version 2.0
|
||||
* (the "License"); you may not use this Software except in compliance with the License. You may
|
||||
* obtain a copy of the License from the LICENSE file included with the Software or at:
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software distributed under the
|
||||
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
||||
* either express or implied. See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package nearenough.protocol;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
Reference in New Issue
Block a user