Skip to content

Commit

Permalink
BloomTech
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Lauer committed Nov 16, 2021
1 parent 8c1a293 commit dbb9f67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Lambda School, Inc.
Copyright (c) 2020 BloomTech, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file removed sampleemps_swagger-initial/src/main/.DS_Store
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ private ApiInfo apiEndPointsInfo()
return new ApiInfoBuilder().title("Sample Employees Project")
.description("A Project Used to Introduce Swagger Documentation")
.contact(new Contact("John Mitchell",
"http://www.lambdaschool.com",
"john@lambdaschool.com"))
"http://www.bloomtech.com",
"john@bloomtech.com"))
.license("MIT")
.licenseUrl("https://github.com/LambdaSchool/java-sampleemps/blob/master/LICENSE")
.licenseUrl("https://github.com/BloomInstituteOfTechnology/java-sampleemps/blob/master/LICENSE")
.version("1.0.0")
.build();
}
}
}

0 comments on commit dbb9f67

Please sign in to comment.