Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit b75cc48

Browse files
committed
update licence
1 parent 279bc9d commit b75cc48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ artifacts {
4545
archives javadocJar, sourcesJar
4646
}
4747

48-
//signing {
49-
// sign configurations.archives
50-
//}
48+
signing {
49+
sign configurations.archives
50+
}
5151

5252
// publish to local
5353
publishing {

src/main/java/com/smartdoc/gradle/util/ClassLoaderUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Living Documentation
2+
* smart-doc https://github.com/shalousun/smart-doc
33
*
4-
* Copyright (C) 2017 Focus IT
4+
* Copyright (C) 2019-2020 smart-doc
55
*
66
* Licensed to the Apache Software Foundation (ASF) under one
77
* or more contributor license agreements. See the NOTICE file

0 commit comments

Comments
 (0)