Skip to content

Commit

Permalink
[ADDED] missing copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jainhitesh9998 committed Apr 9, 2022
1 parent 6980b33 commit 61fb1a1
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2021 Infosys Ltd.
~ Use of this source code is governed by GNU General Public License version 2
~ that can be found in the LICENSE file or at
~ https://opensource.org/licenses/GPL-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2021 Infosys Ltd.
* Use of this source code is governed by GNU General Public License version 2
* that can be found in the LICENSE file or at
* https://opensource.org/licenses/GPL-2.0
*/

/**
* Autogenerated by Avro
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2021 Infosys Ltd.
* Use of this source code is governed by GNU General Public License version 2
* that can be found in the LICENSE file or at
* https://opensource.org/licenses/GPL-2.0
*/

/**
* Autogenerated by Avro
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright 2021 Infosys Ltd.
* Use of this source code is governed by GNU General Public License version 2
* that can be found in the LICENSE file or at
* https://opensource.org/licenses/GPL-2.0
*/

package com.infy.service.impl;

import java.time.Instant;
Expand Down
6 changes: 6 additions & 0 deletions src/main/java/com/infy/service/impl/PostsServiceImpl.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
package com.infy.service.impl;
/*
* Copyright 2021 Infosys Ltd.
* Use of this source code is governed by GNU General Public License version 2
* that can be found in the LICENSE file or at
* https://opensource.org/licenses/GPL-2.0
*/

import java.time.Instant;
import java.util.ArrayList;
Expand Down
6 changes: 6 additions & 0 deletions src/main/java/com/infy/service/impl/TopicsServiceImpl.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
package com.infy.service.impl;
/*
* Copyright 2021 Infosys Ltd.
* Use of this source code is governed by GNU General Public License version 2
* that can be found in the LICENSE file or at
* https://opensource.org/licenses/GPL-2.0
*/

import java.time.Instant;
import java.util.List;
Expand Down

0 comments on commit 61fb1a1

Please sign in to comment.