[Notice] Announcing the End of Demo Server [Read me]

fix the issue 1133.
Cause: So many files does not have copyright. Solution: The copyright is added to files that do not include it.
@8866340f8d563eceb31a2ce3e3ab9d17401d6bc4
--- app/controllers/AbstractPostingApp.java
+++ app/controllers/AbstractPostingApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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.*; |
--- app/controllers/Application.java
+++ app/controllers/Application.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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.Project; |
--- app/controllers/AttachmentApp.java
+++ app/controllers/AttachmentApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 static play.libs.Json.toJson; |
--- app/controllers/BoardApp.java
+++ app/controllers/BoardApp.java
... | ... | @@ -1,4 +1,23 @@ |
1 |
- |
|
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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 |
+ */ |
|
2 | 21 |
package controllers; |
3 | 22 |
|
4 | 23 |
import actions.AnonymousCheckAction; |
--- app/controllers/CodeApp.java
+++ app/controllers/CodeApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Ahn Hyeok Jun |
|
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 actions.DefaultProjectCheckAction; |
--- app/controllers/CodeHistoryApp.java
+++ app/controllers/CodeHistoryApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 actions.DefaultProjectCheckAction; |
--- app/controllers/CommentApp.java
+++ app/controllers/CommentApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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.enumeration.Operation; |
--- app/controllers/EnrollProjectApp.java
+++ app/controllers/EnrollProjectApp.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 controllers; |
2 | 22 |
|
3 | 23 |
import actions.AnonymousCheckAction; |
--- app/controllers/GitApp.java
+++ app/controllers/GitApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Ahn Hyeok Jun |
|
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 java.io.IOException; |
--- app/controllers/HelpApp.java
+++ app/controllers/HelpApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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 play.mvc.Controller; |
--- app/controllers/ImportApp.java
+++ app/controllers/ImportApp.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 controllers; |
2 | 22 |
|
3 | 23 |
import models.Organization; |
--- app/controllers/IssueApp.java
+++ app/controllers/IssueApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Tae |
|
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 actions.NullProjectCheckAction; |
--- app/controllers/IssueLabelApp.java
+++ app/controllers/IssueLabelApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 controllers.annotation.IsAllowed; |
--- app/controllers/LabelApp.java
+++ app/controllers/LabelApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 com.avaje.ebean.Ebean; |
--- app/controllers/MilestoneApp.java
+++ app/controllers/MilestoneApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Tae |
|
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 actions.AnonymousCheckAction; |
--- app/controllers/NotificationApp.java
+++ app/controllers/NotificationApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 play.mvc.Controller; |
--- app/controllers/PasswordResetApp.java
+++ app/controllers/PasswordResetApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Suwon Chae |
|
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 info.schleichardt.play2.mailplugin.Mailer; |
--- app/controllers/PlayDAVConfig.java
+++ app/controllers/PlayDAVConfig.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 org.tmatesoft.svn.core.internal.server.dav.*; |
--- app/controllers/ProjectApp.java
+++ app/controllers/ProjectApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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 actions.AnonymousCheckAction; |
--- app/controllers/SiteApp.java
+++ app/controllers/SiteApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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 com.avaje.ebean.Page; |
--- app/controllers/StatisticsApp.java
+++ app/controllers/StatisticsApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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 actions.DefaultProjectCheckAction; |
--- app/controllers/SvnApp.java
+++ app/controllers/SvnApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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.Project; |
--- app/controllers/WatchApp.java
+++ app/controllers/WatchApp.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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.User; |
--- app/controllers/WatchProjectApp.java
+++ app/controllers/WatchProjectApp.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 controllers; |
2 | 22 |
|
3 | 23 |
import actions.AnonymousCheckAction; |
--- app/models/AbstractPosting.java
+++ app/models/AbstractPosting.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
--- app/models/Assignee.java
+++ app/models/Assignee.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 models; |
2 | 22 |
|
3 | 23 |
import java.util.Set; |
--- app/models/Attachment.java
+++ app/models/Attachment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 models; |
2 | 22 |
|
3 | 23 |
import java.io.BufferedInputStream; |
--- app/models/CodeComment.java
+++ app/models/CodeComment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.resource.Resource; |
--- app/models/Comment.java
+++ app/models/Comment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Ahn Hyeok Jun |
|
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.Transactional; |
--- app/models/CommitComment.java
+++ app/models/CommitComment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
--- app/models/History.java
+++ app/models/History.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 playRepository.Commit; |
--- app/models/Issue.java
+++ app/models/Issue.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author yoon |
|
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.Ebean; |
--- app/models/IssueComment.java
+++ app/models/IssueComment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Tae |
|
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.enumeration.ResourceType; |
--- app/models/IssueEvent.java
+++ app/models/IssueEvent.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.EventType; |
--- app/models/IssueLabel.java
+++ app/models/IssueLabel.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
... | ... | @@ -13,9 +33,6 @@ |
13 | 33 |
@Entity |
14 | 34 |
public class IssueLabel extends Model implements ResourceConvertible { |
15 | 35 |
|
16 |
- /** |
|
17 |
- * |
|
18 |
- */ |
|
19 | 36 |
private static final long serialVersionUID = -35487506476718498L; |
20 | 37 |
public static final Finder<Long, IssueLabel> finder = new Finder<>(Long.class, IssueLabel.class); |
21 | 38 |
|
--- app/models/IssueMassUpdate.java
+++ app/models/IssueMassUpdate.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.State; |
--- app/models/Label.java
+++ app/models/Label.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
... | ... | @@ -17,9 +37,6 @@ |
17 | 37 |
@Table(uniqueConstraints = @UniqueConstraint(columnNames = {"category", "name"})) |
18 | 38 |
public class Label extends Model implements ResourceConvertible { |
19 | 39 |
|
20 |
- /** |
|
21 |
- * |
|
22 |
- */ |
|
23 | 40 |
private static final long serialVersionUID = -35487506476718498L; |
24 | 41 |
public static final Finder<Long, Label> find = new Finder<>(Long.class, Label.class); |
25 | 42 |
|
--- app/models/LabelOwner.java
+++ app/models/LabelOwner.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jungkook 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 java.util.Set; |
--- app/models/Milestone.java
+++ app/models/Milestone.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Tae |
|
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.enumeration.*; |
--- app/models/NotificationEvent.java
+++ app/models/NotificationEvent.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import controllers.UserApp; |
--- app/models/NotificationMail.java
+++ app/models/NotificationMail.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import info.schleichardt.play2.mailplugin.Mailer; |
--- app/models/NullUser.java
+++ app/models/NullUser.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Suwon Chae |
|
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.enumeration.ResourceType; |
--- app/models/OrganizationUser.java
+++ app/models/OrganizationUser.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2014 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Keesun |
|
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 java.util.List; |
--- app/models/PostReceiveMessage.java
+++ app/models/PostReceiveMessage.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.eclipse.jgit.transport.ReceiveCommand; |
--- app/models/PostingComment.java
+++ app/models/PostingComment.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
--- app/models/Project.java
+++ app/models/Project.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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.Ebean; |
--- app/models/ProjectUser.java
+++ app/models/ProjectUser.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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 java.util.LinkedHashMap; |
--- app/models/PullRequest.java
+++ app/models/PullRequest.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 actors.RelatedPullRequestMergingActor; |
--- app/models/PullRequestCommit.java
+++ app/models/PullRequestCommit.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Wansoon Park |
|
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 java.util.Date; |
--- app/models/PullRequestEvent.java
+++ app/models/PullRequestEvent.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Wansoon Park |
|
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 java.util.ArrayList; |
--- app/models/PullRequestEventMessage.java
+++ app/models/PullRequestEventMessage.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jungkook 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 play.mvc.Http.Request; |
--- app/models/PullRequestMergeResult.java
+++ app/models/PullRequestMergeResult.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Wansoon Park |
|
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 java.util.ArrayList; |
--- app/models/Role.java
+++ app/models/Role.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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 java.util.ArrayList; |
--- app/models/Unwatch.java
+++ app/models/Unwatch.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
--- app/models/User.java
+++ app/models/User.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Ahn Hyeok Jun |
|
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 java.text.SimpleDateFormat; |
--- app/models/UserAction.java
+++ app/models/UserAction.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
--- app/models/UserProjectNotification.java
+++ app/models/UserProjectNotification.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.enumeration.EventType; |
--- app/models/Watch.java
+++ app/models/Watch.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models; |
2 | 22 |
|
3 | 23 |
import com.avaje.ebean.annotation.Transactional; |
--- app/models/enumeration/Direction.java
+++ app/models/enumeration/Direction.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yoon |
|
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.enumeration; |
2 | 22 |
|
3 | 23 |
public enum Direction { |
--- app/models/enumeration/EventType.java
+++ app/models/enumeration/EventType.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models.enumeration; |
2 | 22 |
|
3 | 23 |
import play.i18n.Messages; |
--- app/models/enumeration/Matching.java
+++ app/models/enumeration/Matching.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yoon |
|
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.enumeration; |
2 | 22 |
|
3 | 23 |
public enum Matching { |
--- app/models/enumeration/Operation.java
+++ app/models/enumeration/Operation.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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.enumeration; |
2 | 22 |
|
3 | 23 |
public enum Operation { |
--- app/models/enumeration/ProjectScope.java
+++ app/models/enumeration/ProjectScope.java
... | ... | @@ -1,8 +1,25 @@ |
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 |
package models.enumeration; |
2 | 22 |
|
3 |
-/** |
|
4 |
- * @author Keeun Baik |
|
5 |
- */ |
|
6 | 23 |
public enum ProjectScope { |
7 | 24 |
|
8 | 25 |
PRIVATE, PROTECTED, PUBLIC; |
--- app/models/enumeration/RequestState.java
+++ app/models/enumeration/RequestState.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jungkook 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.enumeration; |
2 | 22 |
|
3 | 23 |
/** |
--- app/models/enumeration/ResourceType.java
+++ app/models/enumeration/ResourceType.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Hwi Ahn |
|
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.enumeration; |
2 | 22 |
|
3 | 23 |
public enum ResourceType { |
--- app/models/enumeration/RoleType.java
+++ app/models/enumeration/RoleType.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 models.enumeration; |
2 | 22 |
|
3 | 23 |
public enum RoleType { |
--- app/models/enumeration/State.java
+++ app/models/enumeration/State.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 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 models.enumeration; |
2 | 22 |
|
3 | 23 |
|
--- app/models/enumeration/UserState.java
+++ app/models/enumeration/UserState.java
... | ... | @@ -1,12 +1,25 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models.enumeration; |
2 | 22 |
|
3 |
-/** |
|
4 |
- * Created with IntelliJ IDEA. |
|
5 |
- * User: nori |
|
6 |
- * Date: 13. 8. 16 |
|
7 |
- * Time: 오후 3:10 |
|
8 |
- * To change this template use File | Settings | File Templates. |
|
9 |
- */ |
|
10 | 23 |
public enum UserState { |
11 | 24 |
ACTIVE, LOCKED, DELETED |
12 | 25 |
} |
--- app/models/resource/GlobalResource.java
+++ app/models/resource/GlobalResource.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models.resource; |
2 | 22 |
|
3 | 23 |
import models.Project; |
--- app/models/resource/Resource.java
+++ app/models/resource/Resource.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models.resource; |
2 | 22 |
|
3 | 23 |
import actions.support.PathParser; |
--- app/models/resource/ResourceConvertible.java
+++ app/models/resource/ResourceConvertible.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jungkook 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.resource; |
2 | 22 |
|
3 | 23 |
/** |
--- app/models/resource/ResourceParam.java
+++ app/models/resource/ResourceParam.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 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 models.resource; |
2 | 22 |
|
3 | 23 |
import models.enumeration.ResourceType; |
... | ... | @@ -6,13 +26,6 @@ |
6 | 26 |
|
7 | 27 |
import java.util.Map; |
8 | 28 |
|
9 |
-/** |
|
10 |
-* Created with IntelliJ IDEA. |
|
11 |
-* User: nori |
|
12 |
-* Date: 13. 8. 13 |
|
13 |
-* Time: 오전 11:00 |
|
14 |
-* To change this template use File | Settings | File Templates. |
|
15 |
-*/ |
|
16 | 29 |
public class ResourceParam implements QueryStringBindable<ResourceParam> { |
17 | 30 |
|
18 | 31 |
public Resource resource; |
--- app/models/resource/ResourcePersistAdapter.java
+++ app/models/resource/ResourcePersistAdapter.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2013 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Jungkook 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.resource; |
2 | 22 |
|
3 | 23 |
import models.Unwatch; |
--- app/models/support/FinderTemplate.java
+++ app/models/support/FinderTemplate.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yoon |
|
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.support; |
2 | 22 |
|
3 | 23 |
import com.avaje.ebean.*; |
--- app/models/support/Options.java
+++ app/models/support/Options.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Sangcheol Hwang |
|
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.support; |
2 | 22 |
|
3 | 23 |
import java.util.*; |
--- app/models/support/OrderParam.java
+++ app/models/support/OrderParam.java
... | ... | @@ -1,3 +1,23 @@ |
1 |
+/** |
|
2 |
+ * Yobi, Project Hosting SW |
|
3 |
+ * |
|
4 |
+ * Copyright 2012 NAVER Corp. |
|
5 |
+ * http://yobi.io |
|
6 |
+ * |
|
7 |
+ * @Author Yoon |
|
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.support; |
2 | 22 |
|
3 | 23 |
import models.enumeration.*; |
--- app/models/support/OrderParams.java
+++ app/models/support/OrderParams.java