Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
added copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nennker <axel.nennker@telekom.de>
  • Loading branch information
AxelNennker committed Aug 19, 2018
1 parent daf4990 commit 68a54a9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion wrappers/java/src/main/java/org/hyperledger/indy/sdk/ende.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
"""
Copyright 2017-2018 Government of Canada - Public Services and Procurement Canada - buyandsell.gc.ca
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.
"""


from enum import IntEnum
import json
from math import ceil, log
Expand Down Expand Up @@ -223,4 +237,4 @@ def test_enco_deco():


if __name__ == "__main__":
test_enco_deco()
test_enco_deco()

1 comment on commit 68a54a9

@sklump
Copy link
Contributor

@sklump sklump commented on 68a54a9 Aug 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.