one bug fix in the routing library, update copyright notice everywhere

This commit is contained in:
lperron@google.com
2012-03-28 18:50:03 +00:00
parent bdae00476a
commit 0b299bc3d2
183 changed files with 235 additions and 269 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2010-2011 Google
# Copyright 2010-2012 Google
# 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
@@ -13,9 +13,6 @@
"""Linear programming examples that show how to use the APIs."""
__author__ = """lperron@google.com (Laurent Perron)
edanna@google.com (Emilie Danna)"""
from google.apputils import app
from linear_solver import pywraplp