浏览代码

Tidying headers

Change-Id: Ie232547b98785ad262c8ef1969b0449162117599
Reviewed-on: http://gerrit.dmdirc.com/2305
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith 12 年前
父节点
当前提交
b4fc0f5e70
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/com/dmdirc/util/validators/Validatable.java
  2. 1
    1
      test/com/dmdirc/util/io/ConfigFileTest.java

+ 1
- 1
src/com/dmdirc/util/validators/Validatable.java 查看文件

1
 /*
1
 /*
2
- * Copyright (c) 2006-2012 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3
  *
3
  *
4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5
  * of this software and associated documentation files (the "Software"), to deal
5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/com/dmdirc/util/io/ConfigFileTest.java 查看文件

1
-
2
 /*
1
 /*
3
  * Copyright (c) 2006-2012 DMDirc Developers
2
  * Copyright (c) 2006-2012 DMDirc Developers
4
  *
3
  *
30
 
29
 
31
 import org.junit.Before;
30
 import org.junit.Before;
32
 import org.junit.Test;
31
 import org.junit.Test;
32
+
33
 import static org.junit.Assert.*;
33
 import static org.junit.Assert.*;
34
 
34
 
35
 public class ConfigFileTest {
35
 public class ConfigFileTest {

正在加载...
取消
保存