diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-31 17:30:58 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-31 17:30:58 +0200 |
commit | 29a7a1c90c34c1ac5eadfa2d94a2864cfd8b3ece (patch) | |
tree | 033d6cb2290baa77164ae3ca620f71301497c2d9 /forms.go | |
parent | eaced9af064ba8f0e178b4bb86b8be27429f8c34 (diff) | |
download | cacert-boardvoting-29a7a1c90c34c1ac5eadfa2d94a2864cfd8b3ece.tar.gz cacert-boardvoting-29a7a1c90c34c1ac5eadfa2d94a2864cfd8b3ece.tar.xz cacert-boardvoting-29a7a1c90c34c1ac5eadfa2d94a2864cfd8b3ece.zip |
Apply Apache License 2.0
Diffstat (limited to 'forms.go')
-rw-r--r-- | forms.go | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +/* + Copyright 2017-2019 Jan Dittberner + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this program 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 main import ( |