Browse Source

add angle brackets to the email address

pull/17/head
Sen Han 6 years ago
parent
commit
50edf18775
  1. 2
      README.md
  2. 2
      README_zh.md
  3. 2
      aco.c
  4. 2
      aco.h
  5. 2
      aco_assert_override.h
  6. 2
      make.sh
  7. 2
      test.sh
  8. 2
      test_aco_benchmark.c
  9. 2
      test_aco_synopsis.c
  10. 2
      test_aco_tutorial_0.c
  11. 2
      test_aco_tutorial_1.c
  12. 2
      test_aco_tutorial_2.c
  13. 2
      test_aco_tutorial_3.c
  14. 2
      test_aco_tutorial_4.c
  15. 2
      test_aco_tutorial_5.c
  16. 2
      test_aco_tutorial_6.c

2
README.md

@ -972,7 +972,7 @@ I'm a full-time open source developer. Any amount of the donations will be highl
# Copyright and License # Copyright and License
Copyright (C) 2018, by Sen Han [00hnes@gmail.com](mailto:00hnes@gmail.com). Copyright (C) 2018, by Sen Han [<00hnes@gmail.com>](mailto:00hnes@gmail.com).
Under the Apache License, Version 2.0. Under the Apache License, Version 2.0.

2
README_zh.md

@ -973,7 +973,7 @@ v1.0 Sun Jul 1 2018
# Copyright and License # Copyright and License
Copyright (C) 2018, by Sen Han [00hnes@gmail.com](mailto:00hnes@gmail.com). Copyright (C) 2018, by Sen Han [<00hnes@gmail.com>](mailto:00hnes@gmail.com).
Under the Apache License, Version 2.0. Under the Apache License, Version 2.0.

2
aco.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
aco.h

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
aco_assert_override.h

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
make.sh

@ -1,4 +1,4 @@
# Copyright 2018 Sen Han 00hnes@gmail.com # Copyright 2018 Sen Han <00hnes@gmail.com>
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

2
test.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright 2018 Sen Han 00hnes@gmail.com # Copyright 2018 Sen Han <00hnes@gmail.com>
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.

2
test_aco_benchmark.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_synopsis.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_0.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_1.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_2.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_3.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_4.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_5.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

2
test_aco_tutorial_6.c

@ -1,4 +1,4 @@
// Copyright 2018 Sen Han 00hnes@gmail.com // Copyright 2018 Sen Han <00hnes@gmail.com>
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.

Loading…
Cancel
Save