Skip to content

Commit

Permalink
Updated the license in source file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
crockeea committed Mar 2, 2017
1 parent 08c0698 commit 855de37
Show file tree
Hide file tree
Showing 118 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion AllMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : AllMain
Description : Pulls in all modules.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Crypto/Lol/Compiler/AST.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crytpo.Lol.Compiler.AST
Description : Basic plaintext AST.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Crypto/Lol/Compiler/CT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Compiler.CT
Description : Basic ciphertext AST.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Crypto/Lol/Compiler/CTCompiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Compiler.CTCompiler
Description : Compiles plaintext AST to ciphertext AST.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Crypto/Lol/Compiler/CTDummy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Compiler.CTDummy
Description : Dummy ciphertext AST.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Main
Description : Example using the unmaintained compiler.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion fhe-compiler/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Types
Description : Concrete types for the homomorphic operations.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Benchmarks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples
Description : Benchmarks for cryptographic applications.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Benchmarks/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Benchmarks.Default
Description : Default benchmarks for lol-apps.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Benchmarks.KHPRFBenches
Description : Benchmarks for KeyHomomorphicPRF.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Benchmarks/SHEBenches.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Benchmarks.SHEBenches
Description : Benchmarks for SymmSHE.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Examples.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples
Description : Example cryptographic applications.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Examples/HomomPRF.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples.HomomPRF
Description : Example, test, and macro-benchmark for homomorphic evaluation of a PRF.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples.HomomPRFParams
Description : Parameters for homomorphic PRF.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Examples/KHPRF.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples.KHPRF
Description : Example using KeyHomomorphicPRF.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Examples/SymmSHE.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Examples.SymmSHE
Description : Example using SymmSHE.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/HomomPRF.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.HomomPRF
Description : Homomorphic evaluation of the PRF from <http://web.eecs.umich.edu/~cpeikert/pubs/kh-prf.pdf [BP14]>.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/KeyHomomorphicPRF.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.KeyHomomorphicPRF
Description : Key-homomorphic PRF from <http://web.eecs.umich.edu/~cpeikert/pubs/kh-prf.pdf [BP14]>.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/SymmSHE.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.SymmSHE
Description : Symmetric-key homomorphic encryption.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Tests
Description : Tests for cryptographic applications.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Tests/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Tests.Default
Description : Default tests for lol-apps.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Tests/KHPRFTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Tests.KHPRFTests
Description : Tests for KeyHomomorphicPRF.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-apps/Crypto/Lol/Applications/Tests/SHETests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Applications.Tests.SHETests
Description : Tests for SymmSHE.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Cyclotomic.Tensor.CPP
Description : Wrapper for a C++ implementation of the 'Tensor' interface.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/Backend.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Cyclotomic.Tensor.CPP.Backend
Description : Transforms Haskell types into C counterparts.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/Extension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Cyclotomic.Tensor.CPP.Extension
Description : Embedding/twacing in various bases for CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/Instances.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : Crypto.Lol.Cyclotomic.Tensor.CPP.Instances
Description : CPP Tensor-specific instances.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : common.cpp
Description : Shared functions and data.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : common.h
Description : Shared functions and data.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/crt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : crt.cpp
Description : Chinese remainder transform.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/g.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : g.cpp
Description : Multiplication and division by 'g' in different bases.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/l.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : l.cpp
Description : Powerful <-> Decoding basis conversion.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/mul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : mul.cpp
Description : zipWith (*).
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/norm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : norm.cpp
Description : Compute g*norm(x)^2.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : random.cpp
Description : Gaussian sampling on a lattice.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : tensor.h
Description : Templates for the tensor DSL.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : types.h
Description : C++ types and function declarations.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/Crypto/Lol/Cyclotomic/Tensor/CPP/zq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : zq.cpp
Description : Implementation of Z_q-specific functions.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/benchmarks/BenchAppsCPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : BenchAppsCPPMain
Description : Main driver for lol-apps benchmarks with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/benchmarks/BenchLolCPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : BenchLolCPPMain
Description : Main driver for lol benchmarks with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/examples/HomomPRFCPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : HomomPRFCPPMain
Description : Example, test, and macro-benchmark for homomorphic evaluation of a PRF with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/examples/KHPRFCPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : KHPRFCPPMain
Description : Example using KeyHomomorphicPRF with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/examples/SHECPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : SHECPPMain
Description : Example using SymmSHE with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
2 changes: 1 addition & 1 deletion lol-cpp/tests/TestAppsCPPMain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Module : TestAppsCPPMain
Description : Main driver for lol-apps tests with CPP.
Copyright : (c) Eric Crockett, 2011-2017
Chris Peikert, 2011-2017
License : GPL-2
License : GPL-3
Maintainer : ecrockett0@email.com
Stability : experimental
Portability : POSIX
Expand Down
Loading

0 comments on commit 855de37

Please sign in to comment.