From dbb9f674e64d3285efa7d5892d19ae6974148c03 Mon Sep 17 00:00:00 2001 From: Bob Lauer Date: Tue, 16 Nov 2021 16:16:02 -0600 Subject: [PATCH] BloomTech --- LICENSE | 2 +- sampleemps_swagger-initial/src/main/.DS_Store | Bin 6148 -> 0 bytes .../src/main/java/.DS_Store | Bin 6148 -> 0 bytes .../sampleemps/config/Swagger2Config.java | 8 ++++---- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 sampleemps_swagger-initial/src/main/.DS_Store delete mode 100644 sampleemps_swagger-initial/src/main/java/.DS_Store diff --git a/LICENSE b/LICENSE index c1f8d52..4d80aad 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/sampleemps_swagger-initial/src/main/.DS_Store b/sampleemps_swagger-initial/src/main/.DS_Store deleted file mode 100644 index d38176301af6a9db8e9ffa5dc7916732489a254b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~JqiLr422WjLa^D=avBfd4F=H@cme+^5iCUOIl3=D2(H#5@&d^>$xK-G6+0Ud z(dF&95a~r^0yoOs!oU=HCnwp-U3SOo;k>_G&Ut2(v@`Ht2K%{9Pys4H1*iZOpaMUn zfZf}$$u!7F1*iZOcq(AuhXOa&WDEMI1HnfCutV7mYo8^+Vg;}!TM!kPMk^St>SKu2 zy&Wuht|nVB+C_8t(0sDm6a&*}7cEF&S{)2jfC>y07)RdQ{lA8Pn*RqaOsN1B_%j8x zTWwZLyj0$;Z?9+dZB}jF;GiEzc=-uHVps7D?uPwh3$P|z5EU4I1Y8CND)3bW9?Vn{ Ar2qf` diff --git a/sampleemps_swagger-initial/src/main/java/.DS_Store b/sampleemps_swagger-initial/src/main/java/.DS_Store deleted file mode 100644 index 2b615a767f6da08a02d4f0c4241f455170fff868..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~JqiLr422W55Nx)zoW=uqgF*BJUO;q9Wec&Nqx41vI)z6#m+=T zboc1DBAtjV;ij^&Ffqk`E*BZ(*55DJ^Dtb;idn9#2Hwf!`B=yW36KB@kN^pgz|Rn{ za~rl?g)))=36Q`@!2S;fZdy}YsQ)?;d<1|lkaok`X9;Mr1hl5MP-I{lt-v z{c*p;N9Ec2_IZ{+W!BaW4)t<`mrDRPb`-DSZg^g70j;Sm6d4#V0*--!1inh(38@+p AY5)KL diff --git a/sampleemps_swagger-initial/src/main/java/com/lambdaschool/sampleemps/config/Swagger2Config.java b/sampleemps_swagger-initial/src/main/java/com/lambdaschool/sampleemps/config/Swagger2Config.java index a9a33dc..9166d02 100644 --- a/sampleemps_swagger-initial/src/main/java/com/lambdaschool/sampleemps/config/Swagger2Config.java +++ b/sampleemps_swagger-initial/src/main/java/com/lambdaschool/sampleemps/config/Swagger2Config.java @@ -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(); } -} \ No newline at end of file +}