diff --git a/NOTICE.txt b/NOTICE.txt index 7d78ffa..044bdf9 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ *Java SDK* -Copyright 2012 inBloom, Inc. +Copyright 2012-2013 inBloom, Inc. and its affiliates. This product includes software developed by inBloom (http://www.inbloom.org/). diff --git a/client/src/main/java/org/slc/sli/api/client/Entity.java b/client/src/main/java/org/slc/sli/api/client/Entity.java index b0f7c3a..19db061 100644 --- a/client/src/main/java/org/slc/sli/api/client/Entity.java +++ b/client/src/main/java/org/slc/sli/api/client/Entity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/Link.java b/client/src/main/java/org/slc/sli/api/client/Link.java index cb88c7b..9b4efdb 100644 --- a/client/src/main/java/org/slc/sli/api/client/Link.java +++ b/client/src/main/java/org/slc/sli/api/client/Link.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/RESTClient.java b/client/src/main/java/org/slc/sli/api/client/RESTClient.java index 1e9ca62..dbfd9c9 100644 --- a/client/src/main/java/org/slc/sli/api/client/RESTClient.java +++ b/client/src/main/java/org/slc/sli/api/client/RESTClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/SLIClient.java b/client/src/main/java/org/slc/sli/api/client/SLIClient.java index 3d439d1..bd1dfbb 100644 --- a/client/src/main/java/org/slc/sli/api/client/SLIClient.java +++ b/client/src/main/java/org/slc/sli/api/client/SLIClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/SLIClientException.java b/client/src/main/java/org/slc/sli/api/client/SLIClientException.java index 1aa789d..f0707e7 100644 --- a/client/src/main/java/org/slc/sli/api/client/SLIClientException.java +++ b/client/src/main/java/org/slc/sli/api/client/SLIClientException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/SLIClientFactory.java b/client/src/main/java/org/slc/sli/api/client/SLIClientFactory.java index 8f19ec7..0945d18 100644 --- a/client/src/main/java/org/slc/sli/api/client/SLIClientFactory.java +++ b/client/src/main/java/org/slc/sli/api/client/SLIClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/constants/EntityNames.java b/client/src/main/java/org/slc/sli/api/client/constants/EntityNames.java index 19af942..a5e10fd 100644 --- a/client/src/main/java/org/slc/sli/api/client/constants/EntityNames.java +++ b/client/src/main/java/org/slc/sli/api/client/constants/EntityNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/constants/ResourceConstants.java b/client/src/main/java/org/slc/sli/api/client/constants/ResourceConstants.java index 33b23be..3a84bd9 100644 --- a/client/src/main/java/org/slc/sli/api/client/constants/ResourceConstants.java +++ b/client/src/main/java/org/slc/sli/api/client/constants/ResourceConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/constants/ResourceNames.java b/client/src/main/java/org/slc/sli/api/client/constants/ResourceNames.java index dc54742..4534dbf 100644 --- a/client/src/main/java/org/slc/sli/api/client/constants/ResourceNames.java +++ b/client/src/main/java/org/slc/sli/api/client/constants/ResourceNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/constants/v1/ParameterConstants.java b/client/src/main/java/org/slc/sli/api/client/constants/v1/ParameterConstants.java index ad82c84..30ec559 100644 --- a/client/src/main/java/org/slc/sli/api/client/constants/v1/ParameterConstants.java +++ b/client/src/main/java/org/slc/sli/api/client/constants/v1/ParameterConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/constants/v1/PathConstants.java b/client/src/main/java/org/slc/sli/api/client/constants/v1/PathConstants.java index 8bca16d..1f7b6d1 100644 --- a/client/src/main/java/org/slc/sli/api/client/constants/v1/PathConstants.java +++ b/client/src/main/java/org/slc/sli/api/client/constants/v1/PathConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/BasicClient.java b/client/src/main/java/org/slc/sli/api/client/impl/BasicClient.java index 1e60220..d7a896a 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/BasicClient.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/BasicClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/BasicClientFactory.java b/client/src/main/java/org/slc/sli/api/client/impl/BasicClientFactory.java index 863c05a..a4e0577 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/BasicClientFactory.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/BasicClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/BasicLink.java b/client/src/main/java/org/slc/sli/api/client/impl/BasicLink.java index 0b95a20..8fc81b6 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/BasicLink.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/BasicLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/BasicQuery.java b/client/src/main/java/org/slc/sli/api/client/impl/BasicQuery.java index 9c59d59..a49fab0 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/BasicQuery.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/BasicQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/BasicRESTClient.java b/client/src/main/java/org/slc/sli/api/client/impl/BasicRESTClient.java index dfd4b65..7560989 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/BasicRESTClient.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/BasicRESTClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -350,4 +350,4 @@ private Invocation.Builder getCommonRequestBuilder(String sessionToken, Invocati return builder; } -} \ No newline at end of file +} diff --git a/client/src/main/java/org/slc/sli/api/client/impl/GenericEntity.java b/client/src/main/java/org/slc/sli/api/client/impl/GenericEntity.java index 94b178f..a150d05 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/GenericEntity.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/GenericEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializer.java b/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializer.java index d521474..27ecdba 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializer.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -150,4 +150,4 @@ public GenericEntity deserialize(JsonParser parser, DeserializationContext conte return new GenericEntity("Generic", data); } } -} \ No newline at end of file +} diff --git a/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializer.java b/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializer.java index 12ebf5e..6bd2aba 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializer.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkDeserializer.java b/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkDeserializer.java index a8c5764..665bc4b 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkDeserializer.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,4 +51,4 @@ public Link deserialize(JsonParser parser, DeserializationContext context) throw JsonNode hrefNode = root.get("href"); return new BasicLink(relNode.asText(), new URL(hrefNode.asText())); } -} \ No newline at end of file +} diff --git a/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkSerializer.java b/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkSerializer.java index 5ba43ff..5bee15d 100644 --- a/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkSerializer.java +++ b/client/src/main/java/org/slc/sli/api/client/impl/transform/LinkSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/security/SliApi.java b/client/src/main/java/org/slc/sli/api/client/security/SliApi.java index a8cf38d..0498da2 100644 --- a/client/src/main/java/org/slc/sli/api/client/security/SliApi.java +++ b/client/src/main/java/org/slc/sli/api/client/security/SliApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/security/SliTokenExtractor.java b/client/src/main/java/org/slc/sli/api/client/security/SliTokenExtractor.java index f3b9446..e62127f 100644 --- a/client/src/main/java/org/slc/sli/api/client/security/SliTokenExtractor.java +++ b/client/src/main/java/org/slc/sli/api/client/security/SliTokenExtractor.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/main/java/org/slc/sli/api/client/util/Query.java b/client/src/main/java/org/slc/sli/api/client/util/Query.java index 3d20624..bbd7abd 100644 --- a/client/src/main/java/org/slc/sli/api/client/util/Query.java +++ b/client/src/main/java/org/slc/sli/api/client/util/Query.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,4 +34,4 @@ public interface Query { */ public abstract Map getParameters(); -} \ No newline at end of file +} diff --git a/client/src/main/java/org/slc/sli/api/client/util/URLBuilder.java b/client/src/main/java/org/slc/sli/api/client/util/URLBuilder.java index 607e422..602be12 100644 --- a/client/src/main/java/org/slc/sli/api/client/util/URLBuilder.java +++ b/client/src/main/java/org/slc/sli/api/client/util/URLBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/URLBuilderTest.java b/client/src/test/java/org/slc/sli/api/client/URLBuilderTest.java index 2ed0206..2148395 100644 --- a/client/src/test/java/org/slc/sli/api/client/URLBuilderTest.java +++ b/client/src/test/java/org/slc/sli/api/client/URLBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/BasicClientTest.java b/client/src/test/java/org/slc/sli/api/client/impl/BasicClientTest.java index 95a72b7..dfeaab7 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/BasicClientTest.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/BasicClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializeTest.java b/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializeTest.java index 64e9478..d2c5ece 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializeTest.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntityDeserializeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializeTest.java b/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializeTest.java index 5d43bfc..7e5d186 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializeTest.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/transform/GenericEntitySerializeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkDeserializerTest.java b/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkDeserializerTest.java index a768029..20b1b35 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkDeserializerTest.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkDeserializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkSerializerTest.java b/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkSerializerTest.java index 770e9d9..a39ed4e 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkSerializerTest.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/transform/LinkSerializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client/src/test/java/org/slc/sli/api/client/impl/transform/TestHelpers.java b/client/src/test/java/org/slc/sli/api/client/impl/transform/TestHelpers.java index 664d2a4..52ec4b4 100644 --- a/client/src/test/java/org/slc/sli/api/client/impl/transform/TestHelpers.java +++ b/client/src/test/java/org/slc/sli/api/client/impl/transform/TestHelpers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/AuthFilter.java b/sample/src/main/java/org/slc/sli/sample/oauth/AuthFilter.java index d03a0f3..ab568ab 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/AuthFilter.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/AuthFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/CohortServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/CohortServlet.java index 876af4b..3e93d0a 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/CohortServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/CohortServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/DisciplineIncidentServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/DisciplineIncidentServlet.java index 7dc7470..5071511 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/DisciplineIncidentServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/DisciplineIncidentServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/ProgramServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/ProgramServlet.java index c3ba24e..9e945e2 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/ProgramServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/ProgramServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/StudentServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/StudentServlet.java index 50772fe..b15a560 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/StudentServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/StudentServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/TestRESTClientServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/TestRESTClientServlet.java index b7a469a..e71d8b9 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/TestRESTClientServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/TestRESTClientServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/TestSDKServlet.java b/sample/src/main/java/org/slc/sli/sample/oauth/TestSDKServlet.java index 87da9e2..3c3bdbd 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/TestSDKServlet.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/TestSDKServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/model/Cohorts.java b/sample/src/main/java/org/slc/sli/sample/oauth/model/Cohorts.java index 02f5e35..4712b71 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/model/Cohorts.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/model/Cohorts.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/model/DisciplineIncidents.java b/sample/src/main/java/org/slc/sli/sample/oauth/model/DisciplineIncidents.java index e479858..ed85d5e 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/model/DisciplineIncidents.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/model/DisciplineIncidents.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/model/Programs.java b/sample/src/main/java/org/slc/sli/sample/oauth/model/Programs.java index 7170224..27e47cb 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/model/Programs.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/model/Programs.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/model/Students.java b/sample/src/main/java/org/slc/sli/sample/oauth/model/Students.java index 2146760..c418ddc 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/model/Students.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/model/Students.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sample/src/main/java/org/slc/sli/sample/oauth/model/Teachers.java b/sample/src/main/java/org/slc/sli/sample/oauth/model/Teachers.java index 80a8c91..1501c8c 100644 --- a/sample/src/main/java/org/slc/sli/sample/oauth/model/Teachers.java +++ b/sample/src/main/java/org/slc/sli/sample/oauth/model/Teachers.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 Shared Learning Collaborative, LLC + * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.