From 37dddbfb29b47a9299ba85f27e3e35bcf6733440 Mon Sep 17 00:00:00 2001 From: Jeff Wendling Date: Mon, 5 Jun 2017 13:58:58 -0600 Subject: [PATCH] add AUTHORS and unify copyright info --- AUTHORS | 21 +++++++++++++++++++++ bio.go | 2 +- build.go | 2 +- cert.go | 2 +- cert_test.go | 2 +- ciphers.go | 2 +- ciphers_gcm.go | 2 +- ciphers_test.go | 2 +- conn.go | 2 +- ctx.go | 2 +- ctx_test.go | 2 +- dhparam.go | 14 ++++++++++++++ digest.go | 2 +- engine.go | 2 +- fips.go | 14 ++++++++++++++ hmac.go | 2 +- hmac_test.go | 2 +- hostname.c | 9 +++++---- hostname.go | 2 +- http.go | 2 +- init.go | 2 +- init_posix.go | 2 +- init_windows.go | 2 +- key.go | 2 +- key_test.go | 2 +- mapping.go | 2 +- net.go | 2 +- nid.go | 2 +- pem.go | 2 +- sha1.go | 2 +- sha1_test.go | 2 +- sha256.go | 2 +- sha256_test.go | 2 +- sni.c | 2 +- sni_test.go | 2 +- ssl.go | 2 +- ssl_test.go | 2 +- tickets.go | 2 +- 38 files changed, 88 insertions(+), 38 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5de0307 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,21 @@ +Andrew Brampton +Anton Baklanov +Carlos Martín Nieto +Charles Strahan +Christopher Fredericks +Colin Misare +dequis +Gabriel Russell +Giulio +Jakob Unterwurzacher +Juuso Haavisto +kujenga +Phus Lu +Russ Egan +Ryan Hileman +Scott J. Goldman +Scott Kidder +Space Monkey, Inc +Stephen Gallagher +Viacheslav Biriukov +Zack Owens \ No newline at end of file diff --git a/bio.go b/bio.go index 9242853..9fe32aa 100644 --- a/bio.go +++ b/bio.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/build.go b/build.go index 0c172da..a5e931d 100644 --- a/build.go +++ b/build.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cert.go b/cert.go index a04d37a..d50c53f 100644 --- a/cert.go +++ b/cert.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cert_test.go b/cert_test.go index c32883b..9608326 100644 --- a/cert_test.go +++ b/cert_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ryan Hileman +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ciphers.go b/ciphers.go index 1b4fde0..e4f5771 100644 --- a/ciphers.go +++ b/ciphers.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ciphers_gcm.go b/ciphers_gcm.go index 97a7eda..7b08e0f 100644 --- a/ciphers_gcm.go +++ b/ciphers_gcm.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ciphers_test.go b/ciphers_test.go index 21132e2..fe991ab 100644 --- a/ciphers_test.go +++ b/ciphers_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/conn.go b/conn.go index 05ecd81..964551c 100644 --- a/conn.go +++ b/conn.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ctx.go b/ctx.go index 3589c2a..f698669 100644 --- a/ctx.go +++ b/ctx.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ctx_test.go b/ctx_test.go index 9644e51..cd2a82a 100644 --- a/ctx_test.go +++ b/ctx_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ryan Hileman +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/dhparam.go b/dhparam.go index 1bdb28a..294d064 100644 --- a/dhparam.go +++ b/dhparam.go @@ -1,3 +1,17 @@ +// Copyright (C) 2017. See AUTHORS. +// +// 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 +// +// 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 openssl // #include "shim.h" diff --git a/digest.go b/digest.go index 9b42eb9..6d8d263 100644 --- a/digest.go +++ b/digest.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/engine.go b/engine.go index 7d6d9bc..78aef95 100644 --- a/engine.go +++ b/engine.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/fips.go b/fips.go index 3ae4152..f65e14d 100644 --- a/fips.go +++ b/fips.go @@ -1,3 +1,17 @@ +// Copyright (C) 2017. See AUTHORS. +// +// 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 +// +// 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 openssl /* diff --git a/hmac.go b/hmac.go index 3c75f70..a8640cf 100644 --- a/hmac.go +++ b/hmac.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hmac_test.go b/hmac_test.go index fcb55e0..57e951e 100644 --- a/hmac_test.go +++ b/hmac_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hostname.c b/hostname.c index 262cb5f..0bffeca 100644 --- a/hostname.c +++ b/hostname.c @@ -1,7 +1,8 @@ -/* Go-OpenSSL notice: - This file is required for all OpenSSL versions prior to 1.1.0. This simply - provides the new 1.1.0 X509_check_* methods for hostname validation if they - don't already exist. +/* + * Go-OpenSSL notice: + * This file is required for all OpenSSL versions prior to 1.1.0. This simply + * provides the new 1.1.0 X509_check_* methods for hostname validation if they + * don't already exist. */ #include diff --git a/hostname.go b/hostname.go index 93dedd4..f0b36db 100644 --- a/hostname.go +++ b/hostname.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/http.go b/http.go index e3be32c..39bd5a2 100644 --- a/http.go +++ b/http.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/init.go b/init.go index 7841c24..17dc6f3 100644 --- a/init.go +++ b/init.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/init_posix.go b/init_posix.go index 2a187d5..72a8e68 100644 --- a/init_posix.go +++ b/init_posix.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/init_windows.go b/init_windows.go index 32d498c..f210f6b 100644 --- a/init_windows.go +++ b/init_windows.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/key.go b/key.go index cf0b32f..038de4e 100644 --- a/key.go +++ b/key.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/key_test.go b/key_test.go index 0af9012..8baa2c6 100644 --- a/key_test.go +++ b/key_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/mapping.go b/mapping.go index 8a806bf..d78cc70 100644 --- a/mapping.go +++ b/mapping.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/net.go b/net.go index 0d9d72b..54beb8e 100644 --- a/net.go +++ b/net.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/nid.go b/nid.go index c80f237..d27152a 100644 --- a/nid.go +++ b/nid.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ryan Hileman +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pem.go b/pem.go index 6dad597..c8b0c1c 100644 --- a/pem.go +++ b/pem.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Ryan Hileman +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sha1.go b/sha1.go index bc7264e..c227bee 100644 --- a/sha1.go +++ b/sha1.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sha1_test.go b/sha1_test.go index 0c37cf6..2c25978 100644 --- a/sha1_test.go +++ b/sha1_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sha256.go b/sha256.go index 3444ace..d25c7a9 100644 --- a/sha256.go +++ b/sha256.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sha256_test.go b/sha256_test.go index 6ed7b58..b4e7af8 100644 --- a/sha256_test.go +++ b/sha256_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sni.c b/sni.c index 5398da8..f9e8d16 100644 --- a/sni.c +++ b/sni.c @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/sni_test.go b/sni_test.go index ee3b1a8..09e831a 100644 --- a/sni_test.go +++ b/sni_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ssl.go b/ssl.go index daf7af9..117c30c 100644 --- a/ssl.go +++ b/ssl.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ssl_test.go b/ssl_test.go index f83225d..f18f1dd 100644 --- a/ssl_test.go +++ b/ssl_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tickets.go b/tickets.go index c85b731..a064d38 100644 --- a/tickets.go +++ b/tickets.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Space Monkey, Inc. +// Copyright (C) 2017. See AUTHORS. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.