Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit d7460c2

Browse files
chuckxcopybara-github
authored andcommitted
Remove trailing ASCII art from license headers.
PiperOrigin-RevId: 621195332
1 parent 5fcc6a9 commit d7460c2

File tree

377 files changed

+0
-754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+0
-754
lines changed

go/aead/aead.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
// Package aead provides implementations of the AEAD primitive.
1816
//

go/aead/aead_benchmark_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
// //////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aead_factory.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/aead_factory_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aead_init_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aead_key_templates.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/aead_key_templates_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aead_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aes_ctr_hmac_aead_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/aes_ctr_hmac_aead_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aes_gcm_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/aes_gcm_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/aes_gcm_siv_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/aes_gcm_siv_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/chacha20poly1305_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/chacha20poly1305_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/internal/testing/kmsaead/key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
// Package kmsaead provides a keymanager for KmsAeadKey that may only be used in tests.
1816
//

go/aead/internal/testing/kmsaead/key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package kmsaead_test
1816

go/aead/kms_envelope_aead.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/kms_envelope_aead_example_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/kms_envelope_aead_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/kms_envelope_aead_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/kms_envelope_aead_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

go/aead/subtle/aes_ctr.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/aes_ctr_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/aes_gcm.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/aes_gcm_siv.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/aes_gcm_siv_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/aes_gcm_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/chacha20poly1305.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/chacha20poly1305_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/chacha20poly1305_vectors_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/encrypt_then_authenticate.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/encrypt_then_authenticate_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/ind_cpa.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/polyval.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/polyval_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/subtle.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
// Package subtle provides subtle implementations of the AEAD primitive.
1816
package subtle

go/aead/subtle/subtle_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/xchacha20poly1305.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle
1816

go/aead/subtle/xchacha20poly1305_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/subtle/xchacha20poly1305_vectors_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package subtle_test
1816

go/aead/xchacha20poly1305_key_manager.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead
1816

go/aead/xchacha20poly1305_key_manager_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
15-
////////////////////////////////////////////////////////////////////////////////
1614

1715
package aead_test
1816

0 commit comments

Comments
 (0)