Revise user controller to answer real data
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / config / SwaggerConfiguration.java
index fe07936..b4bb0a3 100644 (file)
@@ -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();