소스 검색

Change author URL

Karsten Silkenbäumer 6 년 전
부모
커밋
ad571e6019
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/core/lib/Bacon.mjs
  2. 1 1
      src/core/operations/BaconCipherDecode.mjs
  3. 1 1
      src/core/operations/BaconCipherEncode.mjs
  4. 1 1
      tests/operations/tests/BaconCipher.mjs

+ 1 - 1
src/core/lib/Bacon.mjs

@@ -1,7 +1,7 @@
 /**
  * Bacon resources.
  *
- * @author Karsten Silkenbäumer [kassi@users.noreply.github.com]
+ * @author Karsten Silkenbäumer [github.com/kassi]
  * @copyright Karsten Silkenbäumer 2019
  * @license Apache-2.0
  */

+ 1 - 1
src/core/operations/BaconCipherDecode.mjs

@@ -1,7 +1,7 @@
 /**
  * BaconCipher operation.
  *
-* @author kassi [kassi@users.noreply.github.com]
+* @author Karsten Silkenbäumer [github.com/kassi]
 * @copyright Karsten Silkenbäumer 2019
 * @license Apache-2.0
 */

+ 1 - 1
src/core/operations/BaconCipherEncode.mjs

@@ -1,7 +1,7 @@
 /**
  * BaconCipher operation.
  *
-* @author kassi [kassi@users.noreply.github.com]
+* @author Karsten Silkenbäumer [github.com/kassi]
 * @copyright Karsten Silkenbäumer 2019
 * @license Apache-2.0
 */

+ 1 - 1
tests/operations/tests/BaconCipher.mjs

@@ -1,7 +1,7 @@
 /**
  * BaconCipher tests.
  *
- * @author Karsten Silkenbäumer [kassi@users.noreply.github.com]
+ * @author Karsten Silkenbäumer [github.com/kassi]
  * @copyright Karsten Silkenbäumer 2019
  * @license Apache-2.0
  */