From 114f9834ddc16e9380c91130f635c3d309e4b5fb Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Fri, 2 Oct 2015 19:51:06 +0100 Subject: [PATCH] Adjusted copyright notice. --- examples/python/hamiltonian/hamiltonian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/hamiltonian/hamiltonian.py b/examples/python/hamiltonian/hamiltonian.py index fc158b939..350205a65 100644 --- a/examples/python/hamiltonian/hamiltonian.py +++ b/examples/python/hamiltonian/hamiltonian.py @@ -1,5 +1,5 @@ ############################################ -# Copyright (c) 2012 Ganesh Gopalakrishnan ganesh@cs.utah.edu +# Copyright (c) Microsoft Corporation. All Rights Reserved. # # Check if the given graph has a Hamiltonian cycle. #