
add the copyright to source files, java and scala.html
@b7ec5f64bcae8146a4c264667460a787232046e6
--- app/controllers/CommentThreadApp.java
+++ app/controllers/CommentThreadApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2014 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yi EungJun |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package controllers; |
2 | 22 |
|
3 | 23 |
import models.CommentThread; |
--- app/models/CodeCommentThread.java
+++ app/models/CodeCommentThread.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import org.apache.commons.lang3.ObjectUtils; |
--- app/models/CodeRange.java
+++ app/models/CodeRange.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import com.avaje.ebean.annotation.EnumValue; |
--- app/models/CommentThread.java
+++ app/models/CommentThread.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import models.support.ReviewSearchCondition; |
--- app/models/NonRangedCodeCommentThread.java
+++ app/models/NonRangedCodeCommentThread.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import javax.persistence.DiscriminatorValue; |
--- app/models/SimpleCommentThread.java
+++ app/models/SimpleCommentThread.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import javax.persistence.DiscriminatorValue; |
--- app/models/UserIdent.java
+++ app/models/UserIdent.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import javax.persistence.Embeddable; |
--- app/views/code/partial_nonrange_codecomment_thread.scala.html
+++ app/views/code/partial_nonrange_codecomment_thread.scala.html
... | ... | @@ -1,3 +1,23 @@ |
1 |
+@** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2014 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jihan Kim |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ **@ |
|
1 | 21 |
@(thread: CodeCommentThread) |
2 | 22 |
|
3 | 23 |
@import utils.JodaDateUtil |
--- app/views/partial_comment_thread.scala.html
+++ app/views/partial_comment_thread.scala.html
... | ... | @@ -1,3 +1,23 @@ |
1 |
+@** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2014 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yi EungJun |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ **@ |
|
1 | 21 |
@(thread: CommentThread) |
2 | 22 |
|
3 | 23 |
@import utils.JodaDateUtil |
--- app/views/reviewthread/list.scala.html
+++ app/views/reviewthread/list.scala.html
... | ... | @@ -1,3 +1,23 @@ |
1 |
+@** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2014 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ **@ |
|
1 | 21 |
@(project:Project, page:com.avaje.ebean.Page[CommentThread], param:models.support.ReviewSearchCondition) |
2 | 22 |
@import views.html.helper.form |
3 | 23 |
@import utils.TemplateHelper._ |
--- test/models/CodeCommentThreadTest.java
+++ test/models/CodeCommentThreadTest.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Changseong Kim |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import org.eclipse.jgit.api.errors.GitAPIException; |
--- test/models/CommentThreadTest.java
+++ test/models/CommentThreadTest.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun Baik |
|
8 |
+ * |
|
9 |
+ * Licensed under the Apache License, Version 2.0 (the "License"); |
|
10 |
+ * you may not use this file except in compliance with the License. |
|
11 |
+ * You may obtain a copy of the License at |
|
12 |
+ * |
|
13 |
+ * http://www.apache.org/licenses/LICENSE-2.0 |
|
14 |
+ * |
|
15 |
+ * Unless required by applicable law or agreed to in writing, software |
|
16 |
+ * distributed under the License is distributed on an "AS IS" BASIS, |
|
17 |
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
18 |
+ * See the License for the specific language governing permissions and |
|
19 |
+ * limitations under the License. |
|
20 |
+ */ |
|
1 | 21 |
package models; |
2 | 22 |
|
3 | 23 |
import org.apache.shiro.util.ThreadState; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?