X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fconfig%2FSwaggerConfiguration.java;h=b4bb0a315ce11cf88575971b3a02ff32dfbc4aeb;hb=50fb3b40ec45a65ba7c687e290a3d7f491484b49;hp=fe079365c9afc024a97a5fc1f0c55ee74e6d63e3;hpb=f660cae7a447b60d84ef75f7c2bcbf62412d4579;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/SwaggerConfiguration.java b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/SwaggerConfiguration.java index fe079365..b4bb0a31 100644 --- a/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/SwaggerConfiguration.java +++ b/webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/SwaggerConfiguration.java @@ -1,8 +1,8 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -60,7 +60,7 @@ public class SwaggerConfiguration { .termsOfServiceUrl("Terms of service") // .contact(new Contact("RIC Dashboard Dev Team", // "http://no-docs-yet.org/", // - "noreply@oran-osc.org")) // + "noreply@O-RAN-SC.org")) // .license("Apache 2.0 License").licenseUrl("http://www.apache.org/licenses/LICENSE-2.0") // .version(version == null ? "version not available" : version) // .build();