]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
internal/warpc: Add license headers
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 12 Aug 2024 13:50:29 +0000 (15:50 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 12 Aug 2024 13:50:29 +0000 (15:50 +0200)
internal/warpc/gen/main.go
internal/warpc/katex.go
internal/warpc/warpc.go
internal/warpc/warpc_test.go

index 76cd2cce3351b89af28fb2928ee1260f13ac260e..d3d6562a93f570cd85f47a3c9c711d35ef579ad2 100644 (file)
@@ -1,3 +1,16 @@
+// Copyright 2024 The Hugo Authors. All rights reserved.
+//
+// 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.
+
 //go:generate go run main.go
 package main
 
index 650a1ab111472fa354e114cfad49d2daec605fc2..23ca726ac60867220f3a15676d4255264484e08b 100644 (file)
@@ -1,3 +1,16 @@
+// Copyright 2024 The Hugo Authors. All rights reserved.
+//
+// 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 warpc
 
 import (
index 434e1ce55d1ec3aa6096ef5c2b40a4bd717f3ebd..10a70f3b43a847debb0e807d9a3a83f626a5e83f 100644 (file)
@@ -1,3 +1,16 @@
+// Copyright 2024 The Hugo Authors. All rights reserved.
+//
+// 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 warpc
 
 import (
index 3de20a0f41f6c80dc056f0a06e61b6d3990e6462..245831c920f73f86f0d9763bd847e9e3f527508f 100644 (file)
@@ -1,3 +1,16 @@
+// Copyright 2024 The Hugo Authors. All rights reserved.
+//
+// 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 warpc
 
 import (